Hi All,
Quick question: I would like to use WebContext for EJB3. However, it seems
like the packaging has changed on this annotation.
Under the examples for jbossws-1.2.1GA, I saw the annotation being imported as:
org.jboss.ws.annotation.WebContext
However, I could not find this anywhere in j
I thought I'd have to go down a different path, but my manager said he's good
with dropping jaxb-api.jar for JAXB 2.0 into the endorsed directory, so I'm
back in business. Horray!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096113#4096113
Reply to the p
Hi All,
Well, thanks to help from Richard's posts, I was able to get jboss-4.0.4 AS
working with jbossws-2.0.1.
I was still getting an error:
anonymous wrote :
| java.lang.NoSuchMethodError:
javax.xml.bind.JAXBContext.newInstance([Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;
However, I t
PS one more question: I recall reading that jbossws 2.1 is going to support
Apache CXF as a native stack.
Do you know approximately when jbossws 2.1 might go GA?
The main driving factor that has been pushing our upgrade from jbossws 1.4 to
2.0.1 GA has been the compatibility issues I encount
Richard,
Thank you again for all of your help. I changed my conf/standardjboss.xml to
use:
org.jboss.wsf.container.jboss40.ServiceEndpointInterceptor
and no longer get the exceptions during deployment.
anonymous wrote : Another important fact is we have tested JBossWS 2.0.1 on
JBoss 4.0.5 G
Richard,
Thanks very much for your response.
I downloaded a pure copy of the JBoss AS 4.0.4GA and compared
default/conf/standardjboss.xml to our /conf/standardjboss.xml.
It appears that in the pure 4.0.4GA, the interceptor is:
org.jboss.ws.server.ServiceEndpointInterceptor
and we had change
Hi all,
Thank you for posting the XML files and the fix to the build-deploy.xml.
We are running jbossws 1.4 on JBoss AS 4.0.4GA. We are not using EJB3.
Yesterday I attempted to upgrade to 2.0.1GA on my local development box.
I applied the 3 fixes that were described in this post:
[list=]Dr