I have simple JAX-RS service invoking an annotation based EJB. But my TomEE
7.0.3 never recognizes this EJB if it's package name does not include
"superbiz". Based on the log OpenWebBeans container is started. I have empty
ejb-jar.xml file also. I am not sure whether my TomEE conf/system.properties
file is being read or not, I tried some properties here following with no
luck:

openejb.deployments.classpath.include="file:///C:/installed/apache-tomee-plume-7.0.3/webapps/tomee-jersey-eclipselink/WEB-INF/classes/"

tomee.remote.support = true
tomee.serialization.class.blacklist = -
tomee.serialization.class.whitelist = *
openejb.system.apps = true
openejb.servicemanager.enabled = true
openejb.deployments.package.include = .*

Thanks in advance
Sudhakar



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Reply via email to