Re: cxf and jms service

2011-09-21 Thread Daniel Kulp
On Wednesday, September 21, 2011 12:24:11 PM marcin.kasinski wrote: > org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(Abst > ractWSDLBasedEndpointFactory.java:146) at > org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:117) > at > org.apache.cxf.jaxws.J

Re: cxf and jms service

2011-09-21 Thread marcin.kasinski
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4827561.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-21 Thread Daniel Kulp
el.java:237) > at > org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java > :172) at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer > verInterceptor.java:836) at > com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxM

Re: cxf and jms service

2011-09-21 Thread marcin.kasinski
java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4826674.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-18 Thread marcin.kasinski
cxf org.apache.cxf.transport.servlet.CXFServlet 1 EnvAdminInitServlet EnvAdminInitServlet envadminweb.EnvAdminInitServlet initfile D:/esbdata/EnvAdmin/conf/dev.conf 1 cxf /services/* 60 contextConfigLocation WEB

Re: cxf and jms service

2011-09-18 Thread Willem.Jiang
Are you configure your web container to use the parent class loader first ? >From the stack trace, it look like the parent class loader has some trouble to load the class ? Willem -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4816006.html S

Re: cxf and jms service

2011-09-17 Thread marcin.kasinski
Hello. List all my app libs: 2011-09-18 07:53 . 2011-09-18 07:53 .. 2011-09-18 07:53 445 288 antlr-2.7.7.jar 2011-09-18 07:53 4 467 aopalliance-1.0.jar 2011-09-18 07:5343 578 asm-3.3.jar 2011-09-18 07:53 575 389 commons-

Re: cxf and jms service

2011-09-17 Thread Johan Edstrom
o idea why I got java.lang.NoClassDefFoundError. >> >> Can you help me with this problem ? >> >> It is very important for me. >> >> >> >> >> -- >> View this message in context: >> http://cxf.547215.n5.nabble.com/c

Re: cxf and jms service

2011-09-17 Thread Willem Jiang
-3.0.5.RELEASE.jar. I have no idea why I got java.lang.NoClassDefFoundError. Can you help me with this problem ? It is very important for me. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4811801.html Sent from the cxf-dev mailing list archive at

Re: cxf and jms service

2011-09-16 Thread marcin.kasinski
. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4811801.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-13 Thread Daniel Kulp
On Tuesday, September 13, 2011 3:54:27 PM marcin.kasinski wrote: > Sorry. > I was wrong. > cxf-rt-transports-jms-2.4.2.jar was not on classpath. > > After adding this jar I have java.lang.NoClassDefFoundError: > org/springframework/beans/factory/InitializingBean The JMS transport requires a bunch

Re: cxf and jms service

2011-09-13 Thread marcin.kasinski
Sorry. I was wrong. cxf-rt-transports-jms-2.4.2.jar was not on classpath. After adding this jar I have java.lang.NoClassDefFoundError: org/springframework/beans/factory/InitializingBean -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4800596

Re: cxf and jms service

2011-09-13 Thread marcin.kasinski
://cxf.apache.org/transports/jms. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4799420.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-13 Thread Daniel Kulp
On Tuesday, September 13, 2011 5:22:42 AM marcin.kasinski wrote: > Now it is little beter. > > After setting this attribute I have error: org.apache.cxf.BusException: No > DestinationFactory was found for the namespace > http://cxf.apache.org/transports/jms. > > All necessary jars I have in CLASS

Re: cxf and jms service

2011-09-13 Thread marcin.kasinski
.nabble.com/cxf-and-jms-service-tp4765079p4798298.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-12 Thread Daniel Kulp
t; > > Invocation of init method failed; nested exception is > javax.xml.ws.WebServiceException: > org.apache.cxf.configuration.ConfigurationException: You can only use > JMSConfigFeature with the jms transport > > There is similar beans.xml in smples. > > Any tips please. > Should I change WSDL file also ? > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4794367.html > Sent from the cxf-dev mailing list archive at Nabble.com. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com

Re: cxf and jms service

2011-09-12 Thread marcin.kasinski
r: Invocation of init method failed; nested exception is javax.xml.ws.WebServiceException: org.apache.cxf.configuration.ConfigurationException: You can only use JMSConfigFeature with the jms transport There is similar beans.xml in smples. Any tips please. Should I change WSDL file also ? -- View this message in con

Re: cxf and jms service

2011-09-06 Thread Johan Edstrom
achieve my requirements. > > Everything should work inside application server. > > > Regards Marcin > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4775425.html > Sent from the cxf-dev mailing list archive at Nabble.com.

Re: cxf and jms service

2011-09-06 Thread marcin.kasinski
with HTTP and JMS bindings. Thats why I can not (i don't want to) start additional code outside application server to achieve my requirements. Everything should work inside application server. Regards Marcin -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-j

Re: cxf and jms service

2011-09-06 Thread Daniel Kulp
Also, in the CXF distribution, there is a samples/jms-spec-demo that also shows how to get started, although that is starting from a WSDL. Dan > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4765079.html &g

Re: cxf and jms service

2011-09-05 Thread Eric Johnson
; > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4765079.html > Sent from the cxf-dev mailing list archive at Nabble.com. > -- Principle Technical Writer FuseSource Phone: (781) 280-4174 E-Mail: emjohn...@fusesource.com Blog: http://documentingit.blogspot.com/ Twitter: finnmccumial

Re: cxf and jms service

2011-09-05 Thread Willem Jiang
guide me or give example or tip or something what can help me? -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4765079.html Sent from the cxf-dev mailing list archive at Nabble.com. -- Willem -- FuseSourc

cxf and jms service

2011-09-05 Thread marcin.kasin...@gmail.com
nd JMS ? I red about cxf and JMS but I have no idea how to do it. Can you guide me or give example or tip or something what can help me? -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-and-jms-service-tp4765079p4765079.html Sent from the cxf-dev mailing list archive at Nabble.com.