File tree Expand file tree Collapse file tree
java/com/bitsofproof/supernode/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ public static void main (String[] args) throws Exception
8787 ctx .load ("file:config/*-profile.xml" );
8888 ctx .refresh ();
8989 ctx .getBean (App .class ).start (a .toArray (new String [0 ]));
90- ctx .close ();
9190 }
9291 catch ( Exception e )
9392 {
Original file line number Diff line number Diff line change 22<beans profile =" BCSAPI"
33 xmlns =" http://www.springframework.org/schema/beans"
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xmlns : p =" http://www.springframework.org/schema/p"
65 xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd" >
76
87 <beans profile =" apollo" >
1413 </beans >
1514
1615 <beans profile =" activemq" >
17- <bean id =" jmsFactory" class =" org.apache.activemq.ActiveMQConnectionFactory"
18- p : userName =" sa"
19- p : password =" manager"
20- p : brokerURL =" tcp://localhost:61616"
21- p : clientID =" bitsofproof-supernode-testnet3" />
16+ <bean id =" jmsFactory" class =" org.apache.activemq.ActiveMQConnectionFactory" >
17+ <property name =" userName" value =" sa" />
18+ <property name =" password" value =" manager" />
19+ <property name =" brokerURL" value =" tcp://localhost:61616" />
20+ <property name =" clientID" value =" bitsofproof-supernode" />
21+ </bean >
2222 </beans >
2323
2424 <beans >
You can’t perform that action at this time.
0 commit comments