[jboss-cvs] Picketlink SVN: r239 - console/trunk/picketlink-console.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 5 16:27:38 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-05-05 16:27:38 -0400 (Wed, 05 May 2010)
New Revision: 239

Modified:
   console/trunk/picketlink-console/pom.xml
Log:
add in the activity monitor

Modified: console/trunk/picketlink-console/pom.xml
===================================================================
--- console/trunk/picketlink-console/pom.xml	2010-05-05 17:05:40 UTC (rev 238)
+++ console/trunk/picketlink-console/pom.xml	2010-05-05 20:27:38 UTC (rev 239)
@@ -37,7 +37,7 @@
                     <logLevel>DEBUG</logLevel>
                     <runTarget>PicketLinkService.html</runTarget>
                     <warSourceDirectory>war</warSourceDirectory>
-                    <extraJvmArgs>-Xmx512m</extraJvmArgs>
+                    <extraJvmArgs>-Xmx512m -Derrai.tools.bus_monitor_attach=true</extraJvmArgs>
                 </configuration>
                 <executions>
                     <execution>
@@ -133,6 +133,10 @@
         <artifactId>errai-widgets</artifactId>
       </dependency>
       <dependency>
+        <groupId>org.jboss.errai</groupId>
+        <artifactId>errai-tools</artifactId>
+      </dependency>
+      <dependency>
         <groupId>org.picketlink</groupId>
         <artifactId>picketlink-fed-core</artifactId>
       </dependency>




More information about the jboss-cvs-commits mailing list