I'm having a strange issue with an XStream method. My code seems to go into
the toXML method and never return. However; everyone else that deploys the
same code can step right over the code without issue. The system doesn't
stop....it just logs the debug line before the toXML call and never hits the
line afterwards. There is no exception thrown as well. It almost seems like
it ends without completion. Essentially, we are grabbing a remote bean and
loading an object from that bean. We then use XStream to serialize the object
returned. Again, it's only a couple of developers that are having the issue
so I'm wondering if there is a library missing. We are all deploying the
same code. Has anyone seen an issue where this method hangs for one user and
does not hang for other users?
XStream xstream = new XStream();
xstream.alias("alias", Alias.class);
output = xstream.toXML(bookingAPI);
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email