[jboss-jira] [JBoss JIRA] Commented: (JBPM-619) outofmemory during ant test suite run

David Lloyd (JIRA) jira-events at lists.jboss.org
Tue Mar 6 11:20:22 EST 2007


    [ 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

        



More information about the jboss-jira mailing list