Re: Re: Error while creating a iPOJO bundle
ajinkya prabhune <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have attached the full project. Thanks for giving ur time. Thank you and Regards Ajinkya Prabhune On Mon, Dec 13, 2010 at 12:38 PM, Arda Aydin <[email protected]> wrote: > Hi, > > Can you send your bnd configuration and also your directory listing for the > bundle project. > > Regards. > > Le 13/12/2010 12:22, ajinkya prabhune a écrit : > > An error ocurs during the bundle construction : Invalid class file >> > > > -- > > Arda AYDIN > Ingénieur de développement SOA BULL S.A.S. > SOA development engineer at BULL > http://www.ardaaydin.com > > -- Thank you and Regards Ajinkya Prabhune
MyServiceiPOJO.bnd
(application/octet-stream, 79 B) - not displayed
metadata.xml
(text/xml, 712 B)
<ipojo>
<component classname="a.b.myservice.internal.MyService"
immediate="false" name="MyService">
<provides specifications="a.b.myservice.MyServiceInterface" />
<!-- Required dependencies -->
<requires optional="false"
specification="org.ow2.jonas.properties.ServerProperties">
<callback type="bind" method="setServerProperties" />
</requires>
<!-- LifeCycle Callbacks -->
<callback transition="validate" method="start" />
<callback transition="invalidate" method="stop" />
<properties propagation="true">
<property name="property" method="setProperty" />
</properties>
</component>
<instance component="MyService"/>
</ipojo>