Re: OSGI axis 1.4 jar ?

2013-02-26 Thread sarfaraj
Yes I am doing the same. Used a Java Bean to integrate with Axis from regular Java code But I got java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient Even if I deployed axis.osgi-1.4.jar on servicemix. Also I don't see any reference issue on Apache Karaf

Re: OSGI axis 1.4 jar ?

2013-02-26 Thread Claus Ibsen
On Tue, Feb 26, 2013 at 8:47 AM, sarfaraj sarfarajsay...@gmail.com wrote: Yes I am doing the same. Used a Java Bean to integrate with Axis from regular Java code But I got java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient Even if I deployed

Re: OSGI axis 1.4 jar ?

2013-02-26 Thread sarfaraj
Is there any axis_all osgi jar ? which i can use as is. /Sarfaraj -- View this message in context: http://camel.465427.n5.nabble.com/OSGI-axis-1-4-jar-tp5728065p5728156.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: OSGI axis 1.4 jar ?

2013-02-26 Thread sarfaraj
Bouncer, need some time to understand :) -- View this message in context: http://camel.465427.n5.nabble.com/OSGI-axis-1-4-jar-tp5728065p5728162.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: OSGI axis 1.4 jar ?

2013-02-26 Thread Christian Müller
First, write your bean and make sure it works outside of SMX. Than deploy it into SMX. Make sure you have all the needed package imports... Sent from a mobile device Am 26.02.2013 02:12 schrieb sarfaraj sarfarajsay...@gmail.com: Bouncer, need some time to understand :) -- View this message

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread sarfaraj
FYI: The project running on camel local context. ( means using mvn camel:run command) But not able to run on servicemix 4.4.2. So i dont think its related to CustomerServiceSoapServiceLocator. /Sarfaraj -- View this message in context:

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread Willem jiang
org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelega tedExecutionApplicationContext.java:320) at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteR

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread Christian Müller
Did you told us already which version of Camel do you use? I'm asking, because Axis is not supported at Camel since a while. See: http://camel.apache.org/tutorial-axis-camel.html Sent from a mobile device Am 25.02.2013 05:20 schrieb sarfaraj sarfarajsay...@gmail.com: Could someone help ? I

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread sarfaraj
I am using wsdl2java plugin (below) to generate the web service client. And used java code(in one of the processor i.e. prepareBulkGetRequest) to get the result. plugin plugin groupIdorg.codehaus.mojo/groupId

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread sarfaraj
I am using camel 2.8.5 I believe its supported to axis 1.4. is it ? /Sarfaraj -- View this message in context: http://camel.465427.n5.nabble.com/OSGI-axis-1-4-jar-tp5728065p5728139.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: OSGI axis 1.4 jar ?

2013-02-25 Thread Claus Ibsen
On Tue, Feb 26, 2013 at 4:31 AM, sarfaraj sarfarajsay...@gmail.com wrote: I am using wsdl2java plugin (below) to generate the web service client. And used java code(in one of the processor i.e. prepareBulkGetRequest) to get the result. Camel does NOT support Axis out of the box with a Camel

OSGI axis 1.4 jar ?

2013-02-24 Thread sarfaraj
Is there any osgi axis 1.4 jar, which contain all axis 1.4 related packages and classes. Currently I have one(axis-1.4-osgi) but it shows following errors com.sun.net.ssl -- Cannot be resolved and overwritten by Boot Delegation com.sun.net.ssl.internal.ssl -- Cannot be resolved and overwritten

Re: OSGI axis 1.4 jar ?

2013-02-24 Thread Willem jiang
://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Monday, February 25, 2013 at 1:21 AM, sarfaraj wrote: Is there any osgi axis 1.4 jar, which contain all axis 1.4 related packages and classes

Re: OSGI axis 1.4 jar ?

2013-02-24 Thread sarfaraj
Those errors got resolved. But getting new following errors ng.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapable BeanFactory.java:965)

Re: OSGI axis 1.4 jar ?

2013-02-24 Thread Willem jiang
Can you check if org.apache.axis.client.Service is exported in your axis bundle and the application bundle imports this package? -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com

Re: OSGI axis 1.4 jar ?

2013-02-24 Thread sarfaraj
Yes, I can see org.apache.axis.client.Service class in axis bundle and also I have imported org.apache.axis.client package. -- View this message in context: http://camel.465427.n5.nabble.com/OSGI-axis-1-4-jar-tp5728065p5728082.html Sent from the Camel - Users mailing list archive at

Re: OSGI axis 1.4 jar ?

2013-02-24 Thread Willem jiang
I think you need to check the code of com.cat.service.http.CustomerServiceSoapServiceLocator, to find out if it is using the right TCCL. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: