-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add library from archive to CP in appclient test #1650
Comments
Another option could be to update GlassFish to support appclient deployment via an EAR. As per the below pasted text I think that is required from an earlier
|
Thanks @starksm64 ! I see the test failure is fixed with the PR. I also see the client jars are not added to the classpath in assembly module runs, unlike other modules where they are added using Can you please review the appclient-arquillian.xml and assembly/src/main/java/com/sun/ts/tests/assembly/classpath/ejb/Client.java to find why the client archives are not added to CP. |
Describe the bug
As mentioned in #1649, the indirect_classpath_util.jar need to be in CP for assembly/src/main/java/com/sun/ts/tests/assembly/classpath/appclient/Client.java.
This is included as a library to the ear archive along with direct_classpath_util.jar.
The jar direct_classpath_util.jar is added to the CP when the Client.class is added as "Main-Class" in the MANIFEST file, but unable to do same for indirect_classpath_util. This seems like fix required in arquillian appclient tool.
cc @starksm64
The text was updated successfully, but these errors were encountered: