[
https://issues.jboss.org/browse/JBTM-997?page=com.atlassian.jira.plugin.s...
]
Tom Jenkinson commented on JBTM-997:
------------------------------------
The steps that you indicated I need to reproduce the issue work fine for me.
Here is my version of Java etc if that helps?
[tom@tomsfc16 ~]$ java -version
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-60.1.10.4.fc16-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
[tom@tomsfc16 ~]$ javac -version
javac 1.6.0_22
[tom@tomsfc16 ~]$ which java
/usr/bin/java
[tom@tomsfc16 ~]$ which javac
/usr/bin/javac
[tom@tomsfc16 ~]$ sudo yum update java java-devel
Loaded plugins: langpacks, presto, refresh-packagekit
adobe-linux-i386
| 951 B 00:00
adobe-linux-x86_64
| 951 B 00:00
rpmfusion-free-updates
| 3.3 kB 00:00
rpmfusion-nonfree-updates
| 3.3 kB 00:00
updates/metalink
| 28 kB 00:00
Setting up Update Process
No Packages marked for Update
[tom@tomsfc16 ~]$ mvn -v
/usr/lib/jvm/java-1.6.0-openjdk.x86_64
Apache Maven 3.0.3 (rNON-CANONICAL_2011-10-11_11-56_mockbuild; 2011-10-11 12:56:36+0100)
Maven home: /usr/share/maven
Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.1.2-1.fc16.x86_64", arch:
"amd64", family: "unix"
Which version of Maven are you using?
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: Critical
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