This is what I'm trying to do:
Javascript client is calling a method on my XFire service.
Service method call will launch a JFrame from within my service.
I'm using XFireHttpServer and trying to launch a JFrame from within my XFire web
service.
Note: Other web service calls within service work just fine.
The code is extremely basic from within the web service method:
JFrame myFrame = new JFrame("Some Title");
myFrame.Visible(true);
When the web service call is made, there are no errors or exceptions.
I have verified that the code is actually called through logging.
However, no windows are ever visible.
Is what I'm doing possible?
If it is possible, then is this a security issue of some sort.
My service properties are:
Literal use, wrapped style and 'application' scope.
Any suggestions or help would be greatly appreciated. I'm more than happy to
provide more detail as needed.
thanks,
Brian
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email