-
Bug
-
Resolution: Done
-
Major
-
2.0.4.Final
-
None
-
None
-
Weld 3.0.3, Weblogic 12.3.1.0.0, Linux x64
For case org.jboss.cdi.tck.tests.extensions.beanManager.PassivationIdTest, deployment failed as:
>>>>>
Caused By: java.lang.ClassNotFoundException: org.jboss.cdi.tck.literals.RetentionLiteral
...
<<<<<
I found two literal classes - TargetLiteral.class and RetentionLiteral.class are missing in generated archive. the relevant cdi-tck code is like:
>>>>>>
package org.jboss.cdi.tck.tests.extensions.beanManager;
...
public class PassivationIdTest extends AbstractTest {
@Deployment
public static WebArchive createTestArchive()
<<<<<<
And if I do a little change as following, then it works well:
>>>>>>
public static WebArchive createTestArchive()
<<<<<<
So, could you help to add this for us?
Thanks in advance.
-X.O.
- is related to
-
CDITCK-623 PassivationIdTest has incorrect classes in the deployment
-
- Resolved
-