Re: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl problem in Equinox

2010-08-15 Thread chlee
I appreciate your kindness. I did as you'v recommended. but, the result was same. When I explained my problem, I had one thing that I missed. Bundle B is http servlet bundle ( imported packages are javax.servlet, javax.servlet.http, org.osgi.service.http). If I add Bundle A's method at BundleAct

Re: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl problem in Equinox

2010-08-12 Thread Srijith Kochunni
Hi chlee, I recommend you try creating an object of myclass in the Bundle 'B'. Verify that you dont hit across a 'ClassNotFound Error'. Also check whether Bundle A has myclass in the 'Export-Package' header. To verify that the wiring has happened correctly, run command packages 'myc

Re: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl problem in Equinox

2010-08-12 Thread chlee
Thanks for your reply. I did what you said. but, unfortunately the result was same. do you have other solution? Srijith Kochunni wrote: > > myclass should be visible to bundle 'B'. Verify, if you have added it in > the Import-Package header. > > Thanks, > Srijith. > chlee 12/08/2010 1

Re: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl problem in Equinox

2010-08-12 Thread Srijith Kochunni
myclass should be visible to bundle 'B'. Verify, if you have added it in the Import-Package header. Thanks, Srijith. >>> chlee 12/08/2010 12:59 >>> Hello, I'm having a strange problem during developing my osgi bundles in equinox. When I run the below code within a A bundle, XmlObject docXml =