I am using
weblogic 11g and struts 2 and EJB 3 application I made datasource with the name
testingds and jndi name jdbc/testing my persistence.xml is having entry like this ..
<jta-data-source>jdbcds</jta-data-source>
in the action class I kept
@EJB anotation what might be the problem my interface name is
AccountInterface.
I am getting some error like this
javax.naming.NameNotFoundException: While trying to lookup 'AccountInterface.local' didn't find subcontext 'AccountInterface'. Resolved ''; remaining name 'AccountInterface/local'
weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)