From: Lennart P. <le...@us...> - 2004-12-27 11:21:07
|
Update of /cvsroot/redpos/RedPOS/src/org/redpos/txe/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17103/src/org/redpos/txe/META-INF Added Files: jboss-service.xml Log Message: Replaced JGroups/multicast with static configuration of IP address to set up contact between RedPOS instances and TXE. --- NEW FILE: jboss-service.xml --- <?xml version="1.0" encoding="UTF-8"?> <service> <mbean code="org.redpos.txe.TXELocator" name="RedPOS.TXE:service=TXELocator" > </mbean> <!-- To use non XDoclet mbeans, create a jboss-service.ent file that contains the additional mbeans and place it in your project's merge dir. --> </service> |