[JBoss JIRA] Commented: (JBPM-447) Incorrect task due date parsing.
by Ronald van Kuijk (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-447?page=comments#action_12355153 ]
Ronald van Kuijk commented on JBPM-447:
---------------------------------------
is this still a problem with 3.1 or 3.2? Reporter, please confirm
> Incorrect task due date parsing.
> --------------------------------
>
> Key: JBPM-447
> URL: http://jira.jboss.com/jira/browse/JBPM-447
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Reporter: Konstantin Kolev
> Assigned To: Tom Baeyens
>
> According to xsd schema it should be possible to parse task duration defined like: "3 business hours and 15 minutes". It is not possible however. The problem is that the duration string is trimed with "3 business " and a map is looked up for key "hours and 15 minutes", the map contains keys like hour, hours , minute, minutes, week, weeks, month, months and so on (see the class Duration). Finally a null pointer exception is thrown in the constructor of the class Duration: Duration(String duration) on its last line.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Updated: (JBCACHE-996) Test failure - org.jboss.cache.multiplexer.BuddyGroupAssignmentTest
by Manik Surtani (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-996?page=all ]
Manik Surtani updated JBCACHE-996:
----------------------------------
Fix Version/s: 2.0.0.BETA2
(was: 2.0.0.BETA1)
> Test failure - org.jboss.cache.multiplexer.BuddyGroupAssignmentTest
> -------------------------------------------------------------------
>
> Key: JBCACHE-996
> URL: http://jira.jboss.com/jira/browse/JBCACHE-996
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.BETA1
> Reporter: Rajesh Rajasekaran
> Assigned To: Manik Surtani
> Fix For: 2.0.0.BETA2
>
>
> org.jboss.cache.multiplexer.BuddyGroupAssignmentTest fails on the release distribution.
> To reproduce:
> run ./build.sh dist.
> Unzip JBossCache-all-2.0.0.BETA1.zip
> Run ant one.test -Dtest=org.jboss.cache.multiplexer.BuddyGroupAssignmentTest
> <testcase classname="org.jboss.cache.multiplexer.BuddyGroupAssignmentTest" name="testRemovalFromCluster2Buddies" time="24.523">
> <failure message="10.16.7.254:60612 should be a buddy to 10.16.7.254:60606" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: 10.16.7.254:60612 should be a buddy to 10.16.7.254:60606
> at org.jboss.cache.buddyreplication.BuddyReplicationTestsBase.assertIsBuddy(BuddyReplicationTestsBase.java:285)
> at org.jboss.cache.buddyreplication.BuddyGroupAssignmentTest.testRemovalFromCluster2Buddies(BuddyGroupAssignmentTest.java:131)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> </failure>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Commented: (JBPM-619) outofmemory during ant test suite run
by David Lloyd (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-619?page=comments#action_12355137 ]
David Lloyd commented on JBPM-619:
----------------------------------
The "test" target fails on compilation:
compile.test:
[mkdir] Created dir: /home/david/src/jboss/jbpm.3/jpdl/jar/target/test.classes
[javac] Compiling 271 source files to /home/david/src/jboss/jbpm.3/jpdl/jar/target/test.classes
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/jpdl/xml/ProcessDefinitionXmlTest.java:39: warning: unmappable character for encoding ASCII
[javac] assertEquals("espa?ol", processDefinition.getName());
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:18: package org.jbpm.identity does not exist
[javac] import org.jbpm.identity.Entity;
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:19: package org.jbpm.identity.hibernate does not exist
[javac] import org.jbpm.identity.hibernate.IdentitySession;
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:20: package org.jbpm.identity.xml does not exist
[javac] import org.jbpm.identity.xml.IdentityXmlParser;
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:146: cannot find symbol
[javac] symbol : class Entity
[javac] location: class org.jbpm.perf.MemLeakTest
[javac] Entity[] entities = IdentityXmlParser.parseEntitiesResource("org/jbpm/perf/memleaktest.identities.xml");
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:146: cannot find symbol
[javac] symbol : variable IdentityXmlParser
[javac] location: class org.jbpm.perf.MemLeakTest
[javac] Entity[] entities = IdentityXmlParser.parseEntitiesResource("org/jbpm/perf/memleaktest.identities.xml");
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:147: cannot find symbol
[javac] symbol : class IdentitySession
[javac] location: class org.jbpm.perf.MemLeakTest
[javac] IdentitySession identitySession = new IdentitySession(jbpmContext.getSession());
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/perf/MemLeakTest.java:147: cannot find symbol
[javac] symbol : class IdentitySession
[javac] location: class org.jbpm.perf.MemLeakTest
[javac] IdentitySession identitySession = new IdentitySession(jbpmContext.getSession());
[javac] ^
[javac] /home/david/src/jboss/jbpm.3/jpdl/jar/src/test/java/org/jbpm/persistence/db/MockConnection.java:13: org.jbpm.persistence.db.MockConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
[javac] public class MockConnection implements Connection {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 8 errors
[javac] 1 warning
BUILD FAILED
/home/david/src/jboss/jbpm.3/build/base.project.build.xml:428: Compile failed; see the compiler error output for details.
> outofmemory during ant test suite run
> -------------------------------------
>
> Key: JBPM-619
> URL: http://jira.jboss.com/jira/browse/JBPM-619
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM jPDL 3.2
> Reporter: Jim Rigsbee
> Assigned To: Tom Baeyens
> Fix For: jBPM jPDL 3.2
>
>
> MailTests will fail if your local workstation is not setup correctly. These tests are failing in the cruise control build as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months