[
https://issues.jboss.org/browse/JBTM-997?page=com.atlassian.jira.plugin.s...
]
Paul Robinson edited comment on JBTM-997 at 1/23/12 1:26 PM:
-------------------------------------------------------------
Still broken in OSX jdk:
{code}
Pauls-MacBook-Air:framework paul$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
{code}
was (Author: paul.robinson):
Still broken in OSX jdk:
{code}
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Pauls-MacBook-Air:framework paul$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
{code}
TXFramework build is broken
---------------------------
Key: JBTM-997
URL:
https://issues.jboss.org/browse/JBTM-997
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: TXFramework
Affects Versions: 5.0.0.M1
Reporter: Paul Robinson
Assignee: Paul Robinson
Priority: Minor
Fix For: 5.0.0.M2
To reproduce:
{code}
cd /tmp
svn co
http://anonsvn.jboss.org/repos/labs/labs/jbosstm/trunk/txframework/framework
./framework
cd framework
mvn clean install
{code}
Observe:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project
txframework: Compilation failure: Compilation failure:
[ERROR]
/Users/paul/Dropbox/Redhat/backup/dev/JBOSSTS_TRUNK/narayana/txframework/framework/src/main/java/org/jboss/narayana/txframework/api/annotation/transaction/WSBA.java:[21,65]
incompatible types
[ERROR] found :
org.jboss.narayana.txframework.api.configuration.transaction.CompletionType
[ERROR] required:
org.jboss.narayana.txframework.api.configuration.transaction.CompletionType
[ERROR]
/Users/paul/Dropbox/Redhat/backup/dev/JBOSSTS_TRUNK/narayana/txframework/framework/src/main/java/org/jboss/narayana/txframework/api/annotation/service/ServiceRequest.java:[32,56]
incompatible types
[ERROR] found : org.jboss.narayana.txframework.api.configuration.service.RequestType
[ERROR] required: org.jboss.narayana.txframework.api.configuration.service.RequestType
[ERROR] -> [Help 1]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira