Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
3.0
-
None
-
None
-
Maven version: 2.0.8
Java version: 1.5.0_15
OS name: "linux" version: "2.6.24-19-generic" arch: "i386" Family: "unix"
Description
The following test cases fail due to a NameNotFoundExeption:
- component-interfaces
- custom-injection
- ejb-examples
- helloworld-weblogic
- injection-of-datasource
- injection-of-ejbs
- injection-of-entitymanager
- injection-of-env-entry
- jpa-hibernate
- simple-stateful
- simple-stateless
- telephone-stateful
- testing-security
- testing-transactions
However, the interceptors example seem to work, and the difference seems to be this line
...
properties.setProperty("openejb.deployments.classpath.include", ".interceptors/target/classes.");
...