I am in the process of migrating an application from JBoss EAP 5.1 to 6.3. I am resolving compilation errors and one that i am getting right now is
package org.jboss.ejb3.annotation does not exist
[javac] import org.jboss.ejb3.annotation.LocalBinding;
I did a bit of digging around and from what i gather, they say that in javaee6, they discontinued this to standardize the ejb namespaces. Is this true? Some background information on this would help as well