The problem is that you need add the ThingMagic packages to the list of exported packages in the OSGi plugin. To fix this problem, open up the Manifest.MF file. Click on the Runtime tab. now click add. Add all the packages in the thing magic reader.
The problem is basically that the ThingMagicReader OSGi service was not letting other bundles access its packages. Anytime an external bundle accesses a package of an osgi plugin, the package must be exported. -Kyle On Sat, 2008-02-23 at 21:27 -0600, Information about Rifidi Development wrote: > I'm getting this error: > > ERROR [RMI TCP Connection(2)-127.0.0.1] (ReaderModuleFactory.java:67) - > Couldn't find class for reader t > java.lang.ClassNotFoundException: > org.rifidi.emulator.reader.thingmagic.module.ThingMagicReaderModule > > And I can't find out why... can anyone help me? > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rifidi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rifidi-developers ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
