Andrew Dinn [http://community.jboss.org/people/adinn] replied to the discussion
"Continuing problem with XTS WS-T tests in AS trunk/CXF 2.2.9"
To view the discussion, visit: http://community.jboss.org/message/551158#551158
--------------------------------------------------------------
> Jim Ma wrote:
>
> I just have a quick test in cxf code base with jetty https connection, and I can always get the schema from HttpServletRequest. So looks like it is an issue in our cxf integration code. I've created the jira issue https://jira.jboss.org/browse/JBWS-3081https://jira.jboss.org/browse/JBWS-3081 for it. Will look at it later.
Yes, I suspect that it is a result of the way the integration code hands off the request to a worker thread and closes the HTTP connection. I think the worker thread does not have access to the original request. When I looked at the request in the debugger all itsfields were null. It seemed to me that it was just an empty object created by the getRequest() method when it failed to detect a request associated with the worker thread.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551158#551158]
Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Puneet Kankane [http://community.jboss.org/people/pkk4jbpm] replied to the discussion
"Process Variables made by Java cannot be deserialized"
To view the discussion, visit: http://community.jboss.org/message/551156#551156
--------------------------------------------------------------
I am facing the same problem of deserialization of user objects.But when I copy the user jar file in userlib folder under jbpm within server I get Class cast exception.. like
java.lang.ClassCastException: com.jbpm.java.sample.StudentType cannot be cast to com.jbpm.java.sample.StudentType
which I feel is again due to conflict in class loading. How can I get over this issue.
Puneet
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551156#551156]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] replied to the discussion
"jbossws-cxf and the spring libs in AS"
To view the discussion, visit: http://community.jboss.org/message/551149#551149
--------------------------------------------------------------
>
> > I see... currently the direction that's been considered the most viable is to remove the Spring libs from the AS distribution ( https://jira.jboss.org/browse/JBAS-8131https://jira.jboss.org/browse/JBAS-8131) and ask users to install them if they need / want to use the spring configuration.
> I thought WS/CXF couldn't work w/o Spring?
JBossWS-CXF can now work without Spring (well, I still need to install that jbws version to AS trunk), but everything that users would configure using Spring (basically WS-*) would not be available then. So basic jaxws funcitonalities work without spring, everything else need spring available to jbossws at deploy time and to the user deployment at runtime.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551149#551149]
Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]