I created a Raptor399/cling branch, but I'm currently stuck and I need some extra brainpower to move forward.
The server will fire up and when I connect to it with the Cling Workbench I can see the services. I can even browse (still buggy though), e.g.: open "PS3 Media Server > Content Directory > Browse", click "invoke action", set ObjectID = 0, BrowseFlag = "BrowseDirectChildren", StartingIndex = 0, RequestedCount = 100, finally press the "invoke" button. A result is returned and when you examine the result, it is virtually the same as a regular PMS would return.
So the basics appear to work... Except they don't.
Real devices fail to find PMS, or find it but fail to connect (like XBMC).
So... What am I missing?
And: how can I see Cling debug information from Eclipse (I tried adding "-Djava.util.logging.config.file=${project_loc}/logging.properties" to the VM arguments)?
