As of the version of the edge server that we used at the show, here are the plugins you need to check out from svn to run the edge server:
org.apache.ws.commons.axicom.axiom-api org.rifidi.configuration org.rifidi.edge.console org.rifidi.edge.core org.rifidi.edge.core.api.rmi org.rifidi.edge.core.rmi.server org.rifidi.edge.epcglobal.ale.api.logicalreader org.rifidi.edge.epcglobal.ale.api.read org.rifidi.edge.esper org.rifidi.edge.notifications org.rifidi.edge.readerplugin.alien org.rifidi.edge.readerplugin.llrp org.rifidi.edge.target org.rifidi.edge.wsmanagement org.rifidi.edge.log4j.configuration. In order to run it, set the target platform, create a new osgi run configuration and make sure every plugin is checked, except for org.apache.commons.pool (this plugin needs to be removed from target) org.eclipse.core.runtime (this plugin is needed for export but not for running.) In addition, you will need to add this to the VMArguments: -Declipse.ignoreApp=true -Dosgi.noShutdown=true -Dorg.rifidi.edge.configuration=rifidi.ini -Dosgi.clean=true -Dorg.eclipse.equinox.http.jetty.http.port=8080 -Dorg.eclipse.equinox.http.jetty.http.host=127.0.0.1 -Dorg.osgi.framework.bootdelegation=javax.xml.ws -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=127.0.0.1 -Dorg.rifidi.edge.ale.port=8081 -Dorg.rifidi.edge.ale.host=127.0.0.1 -Dorg.rifidi.edge.ale.read=aleread ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
