Upgraded to jboss-EJB-3.0_RC9
I upgraded to the latest EJB3 update from JBoss. I switched to
jboss-EJB-3.0_RC9-FD (was using RC1). My custom @InjectorService
annotation implementation had to change slightly. Here is the updated
class.
The JNDI name by default (if you deploy in ear format) is earfilename/beanname/local (or remote for remote interfaces). So in my case TimeService would be deployed as myapp/TimeServiceBean/local.
Once past this all is good.
package com.aver.web; |
The JNDI name by default (if you deploy in ear format) is earfilename/beanname/local (or remote for remote interfaces). So in my case TimeService would be deployed as myapp/TimeServiceBean/local.
Once past this all is good.






Comments