Finally figured out a way to specify java properties in the spring xml. This means we can now actually specify the jms port using a vm argument (and not hardcode it in the spring xml like it was before. So for the sake of completeness, I went ahead and modified the other bundles to load configuration properties in the same way. If you want to see the way this works, look at the jms.xml file in org.rifidi.edge.core. So this is a complete list of things you can modify via vm arguments:
java.rmi.server.hostname java.rmi.server.port org.rifidi.jms.topic.tags org.rifidi.jms.topic.notifications org.rifidi.edge.configuration org.rifidi.edge.core.rmi.port org.rifidi.edge.ale.host org.rifidi.edge.ale.port org.rifidi.edge.ale.logicalreader org.rifidi.edge.ale.read If you don't specify values for these in the vm arguments, default values will be used. You can see the default values in the bundle.properties file in the META-INF/spring folder for each of the bundles. -- Kyle Neumeier Technical Lead Pramari, LLC Manchester, CT ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
