]
Aslak Knutsen closed ARQ-342.
-----------------------------
Assignee: Aslak Knutsen
Resolution: Out of Date
JSR-88 Container including GlassFish Remote 3.0 Container are deprecated. Use the upcoming
GlassFish 3.1 Container based on the REST api
Application/Module name like "jsr88-851802189695127335"
instead of archive name, eg "test"
------------------------------------------------------------------------------------------
Key: ARQ-342
URL:
https://issues.jboss.org/browse/ARQ-342
Project: Arquillian
Issue Type: Bug
Components: GlassFish Containers, Test Harness Integration
Affects Versions: 1.0.0.Alpha4
Environment: Fedora 12 x86_64, Sun java version "1.6.0_20"
Reporter: Jesse Hutton
Assignee: Aslak Knutsen
I'm trying to create a test using the glassfish remote container. The basic form is
identical to what is in the documentation. I create and archive with
Shrinkwrap.create(JavaArchive.class, "test.jar").addClasses(...). However, when
the application to deploy is created, it has a name of the form "jsr88-" + some
long number. For example, here is some arquillian test output:
Dec 6, 2010 6:28:23 PM
org.jboss.arquillian.container.jsr88.remote_1_2.JSR88DeploymentListener
handleProgressEvent
INFO: Deployment of application jsr88-851802189695127335
Dec 6, 2010 6:28:24 PM
org.jboss.arquillian.container.jsr88.remote_1_2.JSR88DeploymentListener$1
handleProgressEvent
INFO: Application jsr88-851802189695127335 enabled successfully
...
So, the test ejb in the remote container is bound to
java:global/jsr88-851802189695127335/testBean and arquillian can't find the bean to
inject into my test.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: