[jira] [Updated] (TOMEE-2961) Unable to deploy war project on Arquillian integration tests using arquillian-tomee-embedded Maven artifact
[ https://issues.apache.org/jira/browse/TOMEE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Zowalla updated TOMEE-2961: --- Fix Version/s: (was: 8.0.8) 8.0.9 > Unable to deploy war project on Arquillian integration tests using > arquillian-tomee-embedded Maven artifact > --- > > Key: TOMEE-2961 > URL: https://issues.apache.org/jira/browse/TOMEE-2961 > Project: TomEE > Issue Type: Bug > Components: TomEE Arquillian Adapters >Affects Versions: 8.0.2, 8.0.3 > Environment: Maven >= 3.6 > Set this properties accordingly in pom.xml: > 8.0.2 > 8.0-2 > or > 8.0.3 > 8.0-3 > and then run mvn test >Reporter: Arturo Martín Lladó >Priority: Major > Fix For: 8.0.9 > > Attachments: tomee-simple.tar.gz > > > When trying to run the test code provided to this issue, the log shows the > following error message: > [INFO] Scanning for projects... > [INFO] > [INFO] -< test:tomee-simple > >-- > [INFO] Building tomee-simple 0.0.1-SNAPSHOT > [INFO] [ war > ]- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tomee-simple > --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ > tomee-simple --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tomee-simple --- > [INFO] Surefire report directory: > /home/arturo/workspaces/eclipse_workspace/tomee-simple/target/surefire-reports > --- > T E S T S > --- > Running amllado.arquillian.tomee.test.TestHelloWorldRestController > ene. 21, 2021 10:02:47 P. M. org.apache.tomee.embedded.Container start > INFORMACIÓN: Starting TomEE from: /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol init > INFORMACIÓN: Initializing ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardService > startInternal > INFORMACIÓN: Starting service [Tomcat] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardEngine > startInternal > INFORMACIÓN: Starting Servlet engine: [Apache Tomcat/9.0.35] > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol start > INFORMACIÓN: Starting ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.openejb.util.OptionsLog info > INFORMACIÓN: Using > 'openejb.jdbc.datasource-creator=org.apache.tomee.jdbc.TomEEDataSourceCreator' > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: OpenEJB http://tomee.apache.org/ > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Startup: Thu Jan 21 22:02:49 CET 2021 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Copyright 1999-2018 (C) Apache OpenEJB Project, All Rights > Reserved. > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Version: 8.0.2 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build date: 20200514 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build time: 11:52 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.home = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.base = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Created new singletonService > org.apache.openejb.cdi.ThreadSingletonServiceImpl@425357dd > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Succeeded in installing singleton service > ene. 21, 2021 10:02:49 P. M. or
[jira] [Updated] (TOMEE-2961) Unable to deploy war project on Arquillian integration tests using arquillian-tomee-embedded Maven artifact
[ https://issues.apache.org/jira/browse/TOMEE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Zowalla updated TOMEE-2961: --- Fix Version/s: (was: 8.0.7) 8.0.8 > Unable to deploy war project on Arquillian integration tests using > arquillian-tomee-embedded Maven artifact > --- > > Key: TOMEE-2961 > URL: https://issues.apache.org/jira/browse/TOMEE-2961 > Project: TomEE > Issue Type: Bug > Components: TomEE Arquillian Adapters >Affects Versions: 8.0.2, 8.0.3 > Environment: Maven >= 3.6 > Set this properties accordingly in pom.xml: > 8.0.2 > 8.0-2 > or > 8.0.3 > 8.0-3 > and then run mvn test >Reporter: Arturo Martín Lladó >Priority: Major > Fix For: 8.0.8 > > Attachments: tomee-simple.tar.gz > > > When trying to run the test code provided to this issue, the log shows the > following error message: > [INFO] Scanning for projects... > [INFO] > [INFO] -< test:tomee-simple > >-- > [INFO] Building tomee-simple 0.0.1-SNAPSHOT > [INFO] [ war > ]- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tomee-simple > --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ > tomee-simple --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tomee-simple --- > [INFO] Surefire report directory: > /home/arturo/workspaces/eclipse_workspace/tomee-simple/target/surefire-reports > --- > T E S T S > --- > Running amllado.arquillian.tomee.test.TestHelloWorldRestController > ene. 21, 2021 10:02:47 P. M. org.apache.tomee.embedded.Container start > INFORMACIÓN: Starting TomEE from: /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol init > INFORMACIÓN: Initializing ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardService > startInternal > INFORMACIÓN: Starting service [Tomcat] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardEngine > startInternal > INFORMACIÓN: Starting Servlet engine: [Apache Tomcat/9.0.35] > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol start > INFORMACIÓN: Starting ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.openejb.util.OptionsLog info > INFORMACIÓN: Using > 'openejb.jdbc.datasource-creator=org.apache.tomee.jdbc.TomEEDataSourceCreator' > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: OpenEJB http://tomee.apache.org/ > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Startup: Thu Jan 21 22:02:49 CET 2021 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Copyright 1999-2018 (C) Apache OpenEJB Project, All Rights > Reserved. > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Version: 8.0.2 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build date: 20200514 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build time: 11:52 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.home = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.base = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Created new singletonService > org.apache.openejb.cdi.ThreadSingletonServiceImpl@425357dd > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Succeeded in installing singleton service > ene. 21, 2021 10:02:49 P. M. or
[jira] [Updated] (TOMEE-2961) Unable to deploy war project on Arquillian integration tests using arquillian-tomee-embedded Maven artifact
[ https://issues.apache.org/jira/browse/TOMEE-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gallimore updated TOMEE-2961: -- Fix Version/s: (was: 8.0.6) 8.0.7 > Unable to deploy war project on Arquillian integration tests using > arquillian-tomee-embedded Maven artifact > --- > > Key: TOMEE-2961 > URL: https://issues.apache.org/jira/browse/TOMEE-2961 > Project: TomEE > Issue Type: Bug > Components: TomEE Arquillian Adapters >Affects Versions: 8.0.2, 8.0.3 > Environment: Maven >= 3.6 > Set this properties accordingly in pom.xml: > 8.0.2 > 8.0-2 > or > 8.0.3 > 8.0-3 > and then run mvn test >Reporter: Arturo Martín Lladó >Priority: Major > Fix For: 8.0.7 > > Attachments: tomee-simple.tar.gz > > > When trying to run the test code provided to this issue, the log shows the > following error message: > [INFO] Scanning for projects... > [INFO] > [INFO] -< test:tomee-simple > >-- > [INFO] Building tomee-simple 0.0.1-SNAPSHOT > [INFO] [ war > ]- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tomee-simple > --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ > tomee-simple --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 1 resource > [INFO] > [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ > tomee-simple --- > [INFO] Nothing to compile - all classes are up to date > [INFO] > [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ tomee-simple --- > [INFO] Surefire report directory: > /home/arturo/workspaces/eclipse_workspace/tomee-simple/target/surefire-reports > --- > T E S T S > --- > Running amllado.arquillian.tomee.test.TestHelloWorldRestController > ene. 21, 2021 10:02:47 P. M. org.apache.tomee.embedded.Container start > INFORMACIÓN: Starting TomEE from: /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol init > INFORMACIÓN: Initializing ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardService > startInternal > INFORMACIÓN: Starting service [Tomcat] > ene. 21, 2021 10:02:48 P. M. org.apache.catalina.core.StandardEngine > startInternal > INFORMACIÓN: Starting Servlet engine: [Apache Tomcat/9.0.35] > ene. 21, 2021 10:02:48 P. M. org.apache.coyote.AbstractProtocol start > INFORMACIÓN: Starting ProtocolHandler ["http-nio-20002"] > ene. 21, 2021 10:02:48 P. M. org.apache.openejb.util.OptionsLog info > INFORMACIÓN: Using > 'openejb.jdbc.datasource-creator=org.apache.tomee.jdbc.TomEEDataSourceCreator' > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: OpenEJB http://tomee.apache.org/ > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Startup: Thu Jan 21 22:02:49 CET 2021 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Copyright 1999-2018 (C) Apache OpenEJB Project, All Rights > Reserved. > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Version: 8.0.2 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build date: 20200514 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: Build time: 11:52 > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: > > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.home = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.OpenEJB$Instance > INFORMACIÓN: openejb.base = /tmp/arquillian-apache-tomee > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Created new singletonService > org.apache.openejb.cdi.ThreadSingletonServiceImpl@425357dd > ene. 21, 2021 10:02:49 P. M. org.apache.openejb.cdi.CdiBuilder initializeOWB > INFORMACIÓN: Succeeded in installing singleton service > ene. 21, 2021 10:02:49 P.