[jboss-dev-forums] [jBPM Development] - Issue building 5.4.0.Final on linux

Peter Courcoux do-not-reply at jboss.com
Wed Nov 14 07:23:58 EST 2012


Peter Courcoux [https://community.jboss.org/people/peter_courcoux] created the discussion

"Issue building 5.4.0.Final on linux"

To view the discussion, visit: https://community.jboss.org/message/776437#776437

--------------------------------------------------------------
Hi, 
I have downloaded the 5.4.0.Final tagged sources from  https://github.com/droolsjbpm/jbpm/tags https://github.com/droolsjbpm/jbpm/tags, extracted the folder and built using "mvn clean install -DskipTests".

Building on windows 7 using java jdk1.7.0_05 I get a successful build.

Building on ubuntu linux using the same jdk I get an error:

[INFO] Building jBPM :: JPA Persistence 5.4.0.Final
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jbpm-persistence-jpa ---
[INFO] Deleting /home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa/target
[INFO] Deleting /home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa (includes = [btm*, JPADroolsFlow.*.db], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ jbpm-persistence-jpa ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ jbpm-persistence-jpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jbpm-persistence-jpa ---
[INFO] Compiling 17 source files to /home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/jta/ContainerManagedTransactionManager.java:[20,24] error: cannot find symbol
[ERROR]  package javax.transaction
/home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/jta/ContainerManagedTransactionManager.java:[50,14] error: cannot find symbol
[ERROR]  class ContainerManagedTransactionManager
/home/peter/projects/drools-jbpm-project/5.4.0.Final/jbpm-5.4.0.Final/jbpm-persistence-jpa/src/main/java/org/jbpm/persistence/jta/ContainerManagedTransactionManager.java:[53,31] error: cannot find symbol
[INFO] 3 errors 

Does anyone know why this might occur and point me in the right direction to fixing it.

I have tried building from both zip and tar archives on linux with identical results.
Maven is 3.0.4 on both boxes.

This is of particular interest as we have a problem running flows on our linux as7 server because of jta transaction issues, specifically, an exception when trying to join a transaction. While the two problems may be totally unrelated, it is possible that they are in that both are jta and linux issues.

Any help much appreciated.

Thanks,

Peter
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/776437#776437]

Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121114/8afb5391/attachment.html 


More information about the jboss-dev-forums mailing list