Hi Cristian,

Sorry, I didn't understand the first part of your message. I didn't
put any link to Osgi Bundle manifest.

I tried to compile the libraries as osgi bundle using the ant script
but it didn't work because it couldn't find all the dependencies to
other osgi.
Then I tried to use the osgi bundle found there:
http://www.mail-archive.com/[email protected]/msg00596.html
but I still had the same issues with the validation

Finally I created a new osgi bundle, I added the libraries to the
manifest and onto the packet and I deployed it on servicemix


If you want to try, these are the instructions to do them:
I used Eclipse to generate the osgi bundle.
So open Eclipse, then
File->New->Project->Plug-in Project
Insert the project name and select the Target Platform as "an OSGi
Framework - standard"
In the class Activator.java now you can find the method start() that
is automatically called when you deploy the plug-in.
Here is where I create the connection with the reader and I send some ROSpec.
I put every file I need (such as library, RoSpec, configuration file)
inside the project and I added the libraries to the manifest
Then I export the project as "Deployable plug-in and fragments" and
put the jar packet just created into the folder "deploy" of
ServiceMIx.

It works perfectly till it calls the method loadXMLLLRPMessage to load
the RoSpec from file.

Cheers!

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
llrp-toolkit-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel

Reply via email to