[JBoss JIRA] (JBTM-1749) Failure building Javadoc when JAVA_HOME is empty
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1749?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1749:
--------------------------------
Assignee: Amos Feng (was: Paul Robinson)
> Failure building Javadoc when JAVA_HOME is empty
> ------------------------------------------------
>
> Key: JBTM-1749
> URL: https://issues.jboss.org/browse/JBTM-1749
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System
> Environment: Mac OSX
> Reporter: Paul Robinson
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.0.0.M4
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> To reproduce:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.5/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> It also happens if you use the maven version in tools/maven (also version 3.0.5).
> This doesn't fail:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.3/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> Currently only seen this on a Mac. Would be good if a linux user could try to reproduce.
> Maven 3.0.5 is the latest release. I've not found a known issue for this, but it is hard to search for.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1806) Remove XTS servicetests code from emma statistics
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1806?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1806:
--------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> Remove XTS servicetests code from emma statistics
> -------------------------------------------------
>
> Key: JBTM-1806
> URL: https://issues.jboss.org/browse/JBTM-1806
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Tom Jenkinson
> Assignee: Paul Robinson
> Fix For: 5.0.0.M4
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> As the code for the package: org.jboss.jbossts.xts.servicetests.* exists in "src/main", i.e. ./XTS/localjunit/xtstest/src/org/jboss/jbossts/xts/servicetests it is being instrumented and its numbers are therefore affecting coverage.
> Interestingly the numbers are actually showing zero percent rather than 100% for these packages, so the first thing to investigate is why does this code exist and are we actually using it to test. After that we should exclude this package in the root /pom.xml in the emma instrument goal similar to the orb generated source.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1791) xts-demo-core quickstart cannot find com.arjuna.ats.arjuna.common package
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1791?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1791:
--------------------------------
Assignee: Gytis Trikleris (was: Paul Robinson)
> xts-demo-core quickstart cannot find com.arjuna.ats.arjuna.common package
> -------------------------------------------------------------------------
>
> Key: JBTM-1791
> URL: https://issues.jboss.org/browse/JBTM-1791
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Fix For: 5.0.0.M4
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building xts-demo-core 5.0.0.M4-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ xts-demo-core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ xts-demo-core ---
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 7 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ xts-demo-core ---
> [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
> [INFO] Compiling 42 source files to C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\target\classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceAT.java:[32,35] error: package com.arjuna.ats.arjuna.common does not exist
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceAT.java:[91,154] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceBA.java:[110,171] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\taxi\TaxiServiceBA.java:[114,161] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\restaurant\RestaurantServiceBA.java:[115,173] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\taxi\TaxiServiceAT.java:[79,148] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\restaurant\RestaurantServiceAT.java:[98,156] error: cannot find symbol
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1791) xts-demo-core quickstart cannot find com.arjuna.ats.arjuna.common package
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1791?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-1791:
-------------------------------------
Gytis,
Can you take a look at this.
Cheers.
> xts-demo-core quickstart cannot find com.arjuna.ats.arjuna.common package
> -------------------------------------------------------------------------
>
> Key: JBTM-1791
> URL: https://issues.jboss.org/browse/JBTM-1791
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Fix For: 5.0.0.M4
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana-quickstarts-windo...
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building xts-demo-core 5.0.0.M4-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ xts-demo-core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ xts-demo-core ---
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 7 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ xts-demo-core ---
> [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
> [INFO] Compiling 42 source files to C:\hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\target\classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceAT.java:[32,35] error: package com.arjuna.ats.arjuna.common does not exist
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceAT.java:[91,154] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\theatre\TheatreServiceBA.java:[110,171] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\taxi\TaxiServiceBA.java:[114,161] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\restaurant\RestaurantServiceBA.java:[115,173] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\taxi\TaxiServiceAT.java:[79,148] error: cannot find symbol
> [ERROR] \hudson\workspace\narayana-quickstarts-windows2008-taconic\XTS\legacy-api-quickstarts\demo\core\src\main\java\com\jboss\jbosstm\xts\demo\services\restaurant\RestaurantServiceAT.java:[98,156] error: cannot find symbol
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1749) Failure building Javadoc when JAVA_HOME is empty
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1749?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1749:
--------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> Failure building Javadoc when JAVA_HOME is empty
> ------------------------------------------------
>
> Key: JBTM-1749
> URL: https://issues.jboss.org/browse/JBTM-1749
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System
> Environment: Mac OSX
> Reporter: Paul Robinson
> Assignee: Paul Robinson
> Priority: Minor
> Fix For: 5.0.0.M4
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> To reproduce:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.5/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> It also happens if you use the maven version in tools/maven (also version 3.0.5).
> This doesn't fail:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.3/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> Currently only seen this on a Mac. Would be good if a linux user could try to reproduce.
> Maven 3.0.5 is the latest release. I've not found a known issue for this, but it is hard to search for.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1779) txframework DataManagementTest does not work under emma
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1779?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1779:
--------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
> txframework DataManagementTest does not work under emma
> -------------------------------------------------------
>
> Key: JBTM-1779
> URL: https://issues.jboss.org/browse/JBTM-1779
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing, TXFramework
> Reporter: Tom Jenkinson
> Assignee: Paul Robinson
> Fix For: 5.0.0.M4
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There is a single txf test that does not run correctly under emma. It complains about not being able to find vladium.
> The problem appears to be that this test creates an arq deployment containing its own copy of the TXDataMap rather than trying to use the one that is deployed already in the AS and is therefore in a different classloader so can't see the shaded emma classes from the real module.
> When I modify the test to remove that class and use the txf module directly, the same as all the other tests in the txf module, it can't load the TXDM class from the module. The difference is that the TXDM is injected into test beans that are injected into the tests, rather than directly injected. I think this could be a limitation of Emma.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1806) Remove XTS servicetests code from emma statistics
by Tom Jenkinson (JIRA)
Tom Jenkinson created JBTM-1806:
-----------------------------------
Summary: Remove XTS servicetests code from emma statistics
Key: JBTM-1806
URL: https://issues.jboss.org/browse/JBTM-1806
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Testing
Reporter: Tom Jenkinson
Assignee: Paul Robinson
Fix For: 5.0.0.M4
As the code for the package: org.jboss.jbossts.xts.servicetests.* exists in "src/main", i.e. ./XTS/localjunit/xtstest/src/org/jboss/jbossts/xts/servicetests it is being instrumented and its numbers are therefore affecting coverage.
Interestingly the numbers are actually showing zero percent rather than 100% for these packages, so the first thing to investigate is why does this code exist and are we actually using it to test. After that we should exclude this package in the root /pom.xml in the emma instrument goal similar to the orb generated source.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (JBTM-1785) TXBridge quickstart does not exist in master
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1785?page=com.atlassian.jira.plugin.... ]
Paul Robinson updated JBTM-1785:
--------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> TXBridge quickstart does not exist in master
> --------------------------------------------
>
> Key: JBTM-1785
> URL: https://issues.jboss.org/browse/JBTM-1785
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Demonstrator, TxBridge
> Reporter: Tom Jenkinson
> Assignee: Paul Robinson
> Fix For: 5.0.0.M4
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Maybe I missed something but the /TXBridge tree from 4.17 is no longer present in master? This could be related to JBTM-1469 but there is no reference there that the quickstart has been deleted from master that I can see?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months