You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/01/18 16:11:22 UTC

svn commit: r802883 - in /websites/staging/openejb/trunk/content/examples-trunk: pom.xml webapps/moviefun/monitor/src/main/resources/jndi.properties

Author: buildbot
Date: Wed Jan 18 15:11:21 2012
New Revision: 802883

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/examples-trunk/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/monitor/src/main/resources/jndi.properties

Modified: websites/staging/openejb/trunk/content/examples-trunk/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/pom.xml Wed Jan 18 15:11:21 2012
@@ -17,7 +17,7 @@
     limitations under the License.
 -->
 <!--test 2-->
-<!-- $Rev: 1227447 $ $Date: 2012-01-05 02:28:55 +0000 (Thu, 05 Jan 2012) $ -->
+<!-- $Rev: 1232923 $ $Date: 2012-01-18 15:10:14 +0000 (Wed, 18 Jan 2012) $ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
@@ -105,6 +105,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+			<version>2.2.2</version>
             <inherited>false</inherited>
             <configuration>
               <descriptors>

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/monitor/src/main/resources/jndi.properties
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/monitor/src/main/resources/jndi.properties (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/monitor/src/main/resources/jndi.properties Wed Jan 18 15:11:21 2012
@@ -14,7 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-java.naming.factory.initial=org.apache.openejb.localclient.LocalInitialContextFactory
+java.naming.factory.initial=org.apache.openejb.core.LocalInitialContextFactory
 Default\ JMS\ Resource\ Adapter=new://Resource?type=ActiveMQResourceAdapter
 Default\ JMS\ Resource\ Adapter.BrokerXmlConfig=broker:vm://localhost
-Default\ JMS\ Resource\ Adapter.ServerUrl=tcp://localhost:61616
+Default\ JMS\ Resource\ Adapter.ServerUrl=tcp://localhost:61616?waitForStart=20000&async=true
+Default\ JMS\ Resource\ Adapter.StartupTimeout=10000