JBoss JBPM SVN: r2335 - projects and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 06:33:50 -0400 (Wed, 24 Sep 2008)
New Revision: 2335
Added:
projects/identity/
Removed:
jbpm4/identity/
Log:
Restructure jBPM4
Copied: projects/identity (from rev 2334, jbpm4/identity)
17 years, 6 months
JBoss JBPM SVN: r2334 - jbpm3/trunk.
by do-not-reply@jboss.org
Author: heiko.braun(a)jboss.com
Date: 2008-09-24 05:57:09 -0400 (Wed, 24 Sep 2008)
New Revision: 2334
Modified:
jbpm3/trunk/pom.xml
Log:
Include gwt-console in -Pdistro only
Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml 2008-09-24 08:08:15 UTC (rev 2333)
+++ jbpm3/trunk/pom.xml 2008-09-24 09:57:09 UTC (rev 2334)
@@ -31,8 +31,7 @@
<module>modules/console</module>
<module>modules/core</module>
<module>modules/enterprise</module>
- <module>modules/examples</module>
- <module>modules/gwt-console</module>
+ <module>modules/examples</module>
<module>modules/identity</module>
<module>modules/integration</module>
<module>modules/jbpm4jsf</module>
@@ -452,6 +451,7 @@
<modules>
<module>modules/distribution</module>
<module>modules/userguide</module>
+ <module>modules/gwt-console</module>
</modules>
<build>
<plugins>
17 years, 6 months
JBoss JBPM SVN: r2333 - in jbpm3/branches/aguizar/modules: enterprise/jar and 1 other directory.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2008-09-24 04:08:15 -0400 (Wed, 24 Sep 2008)
New Revision: 2333
Modified:
jbpm3/branches/aguizar/modules/core/pom.xml
jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml
Log:
fixed log4j output dir property which prevented log file from being created
Modified: jbpm3/branches/aguizar/modules/core/pom.xml
===================================================================
--- jbpm3/branches/aguizar/modules/core/pom.xml 2008-09-24 08:04:58 UTC (rev 2332)
+++ jbpm3/branches/aguizar/modules/core/pom.xml 2008-09-24 08:08:15 UTC (rev 2333)
@@ -159,6 +159,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
+ <systemProperties>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${basedir}/target</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
</plugins>
Modified: jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml 2008-09-24 08:04:58 UTC (rev 2332)
+++ jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml 2008-09-24 08:08:15 UTC (rev 2333)
@@ -227,7 +227,7 @@
</property>
<property>
<name>log4j.output.dir</name>
- <value>${project.build.directory}</value>
+ <value>${basedir}/target</value>
</property>
</systemProperties>
</configuration>
17 years, 6 months
JBoss JBPM SVN: r2332 - jbpm4/pvm.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 04:04:58 -0400 (Wed, 24 Sep 2008)
New Revision: 2332
Added:
jbpm4/pvm/trunk/
Log:
Recreate trunk from jbpm-pvm-1.0.0.Beta1
Copied: jbpm4/pvm/trunk (from rev 2331, jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1)
17 years, 6 months
JBoss JBPM SVN: r2331 - jbpm4/pvm.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 04:04:23 -0400 (Wed, 24 Sep 2008)
New Revision: 2331
Removed:
jbpm4/pvm/trunk/
Log:
Recreate trunk from jbpm-pvm-1.0.0.Beta1
17 years, 6 months
JBoss JBPM SVN: r2330 - in jbpm4/pvm: tags and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 04:03:54 -0400 (Wed, 24 Sep 2008)
New Revision: 2330
Added:
jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1/
Removed:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/
Log:
Tag jbpm-pvm-1.0.0.Beta1
Copied: jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1 (from rev 2329, jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1)
17 years, 6 months
JBoss JBPM SVN: r2329 - in jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules: manual and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 04:02:59 -0400 (Wed, 24 Sep 2008)
New Revision: 2329
Added:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.classpath
Modified:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project
Log:
Fix eclipse projects
Added: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.classpath
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.classpath (rev 0)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.classpath 2008-09-24 08:02:59 UTC (rev 2329)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project 2008-09-24 07:58:19 UTC (rev 2328)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project 2008-09-24 08:02:59 UTC (rev 2329)
@@ -6,18 +6,12 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
17 years, 6 months
JBoss JBPM SVN: r2328 - in jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1: modules/core and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 03:58:19 -0400 (Wed, 24 Sep 2008)
New Revision: 2328
Removed:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/logging.properties
Modified:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/.classpath
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.project
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/log4j.xml
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project
Log:
Get rid of console logging
Modified: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/.classpath
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/.classpath 2008-09-24 07:44:42 UTC (rev 2327)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/.classpath 2008-09-24 07:58:19 UTC (rev 2328)
@@ -1,10 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" output="modules/core/target/classes" path="modules/core/src/main/java"/>
- <classpathentry kind="src" output="modules/core/target/classes" path="modules/core/src/main/resources"/>
- <classpathentry kind="src" output="modules/core/target/test-classes" path="modules/core/src/test/java"/>
- <classpathentry kind="src" output="modules/core/target/test-classes" path="modules/core/src/test/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/modules"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.project
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.project 2008-09-24 07:44:42 UTC (rev 2327)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/.project 2008-09-24 07:58:19 UTC (rev 2328)
@@ -6,12 +6,18 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
Modified: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/log4j.xml
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/log4j.xml 2008-09-24 07:44:42 UTC (rev 2327)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/log4j.xml 2008-09-24 07:58:19 UTC (rev 2328)
@@ -1,18 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
-<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
+<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
+ <!-- ================================= -->
+ <!-- Preserve messages in a local file -->
+ <!-- ================================= -->
+
+ <appender name="FILE" class="org.apache.log4j.FileAppender">
+ <param name="File" value="${log4j.output.dir}/test.log"/>
+ <param name="Append" value="false"/>
+ <layout class="org.apache.log4j.PatternLayout">
+ <!-- The default pattern: Date Priority [Category] Message\n -->
+ <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
+ </layout>
+ </appender>
+
<!-- ============================== -->
<!-- Append messages to the console -->
<!-- ============================== -->
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.out" />
-
+ <param name="Threshold" value="INFO" />
<layout class="org.apache.log4j.PatternLayout">
- <!-- The default pattern: Date Priority [Category] Message\n -->
- <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n" />
+ <param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{1}] %m%n" />
</layout>
</appender>
@@ -33,7 +45,8 @@
<!-- ======================= -->
<root>
- <appender-ref ref="CONSOLE" />
+ <!--appender-ref ref="CONSOLE"/-->
+ <appender-ref ref="FILE"/>
</root>
-</log4j:configuration>
+</log4j:configuration>
\ No newline at end of file
Deleted: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/logging.properties
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/logging.properties 2008-09-24 07:44:42 UTC (rev 2327)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/core/src/test/resources/logging.properties 2008-09-24 07:58:19 UTC (rev 2328)
@@ -1,28 +0,0 @@
-handlers= java.util.logging.ConsoleHandler
-# to add the error triggered file handler
-# handlers= java.util.logging.ConsoleHandler org.jbpm.util.ErrorTriggeredFileHandler
-
-redirect.commons.logging = enabled
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = org.jbpm.pvm.internal.log.LogFormatter
-
-# org.jbpm.util.ErrorTriggeredFileHandler.size = 500
-# org.jbpm.util.ErrorTriggeredFileHandler.push = OFF
-# org.jbpm.util.ErrorTriggeredFileHandler.pattern = %h/jbpm%u.log
-
-# For example, set the com.xyz.foo logger to only log SEVERE messages:
-# com.xyz.foo.level = SEVERE
-
-org.jbpm.level=FINE
-org.jbpm.pvm.internal.tx.level=FINE
-org.jbpm.pvm.internal.wire.level=FINE
-org.jbpm.pvm.internal.util.level=FINE
-
-org.hibernate.cfg.HbmBinder.level=SEVERE
-org.hibernate.cfg.SettingsFactory.level=SEVERE
-# org.hibernate.level=FINE
-# org.hibernate.SQL.level=FINEST
-# org.hibernate.type.level=FINEST
-# org.hibernate.tool.hbm2ddl.SchemaExport.level=FINEST
-# org.hibernate.transaction.level=FINEST
Modified: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project
===================================================================
--- jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project 2008-09-24 07:44:42 UTC (rev 2327)
+++ jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/modules/manual/.project 2008-09-24 07:58:19 UTC (rev 2328)
@@ -6,12 +6,18 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
17 years, 6 months
JBoss JBPM SVN: r2327 - in jbpm4/pvm: tags and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 03:44:42 -0400 (Wed, 24 Sep 2008)
New Revision: 2327
Added:
jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1/
Removed:
jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1/
Log:
jbpm-pvm-1.0.0.Beta1 not ready, move to branches
Copied: jbpm4/pvm/branches/jbpm-pvm-1.0.0.Beta1 (from rev 2326, jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1)
17 years, 6 months
JBoss JBPM SVN: r2326 - jbpm4/pvm/tags.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-09-24 03:34:14 -0400 (Wed, 24 Sep 2008)
New Revision: 2326
Added:
jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1/
Removed:
jbpm4/pvm/tags/1.0.beta1/
Log:
Rename to jbpm-pvm-1.0.0.Beta1
Copied: jbpm4/pvm/tags/jbpm-pvm-1.0.0.Beta1 (from rev 2325, jbpm4/pvm/tags/1.0.beta1)
17 years, 6 months