[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't deploy MBeans on JBoss5 Beta4
jaikiran
do-not-reply at jboss.com
Tue Jul 1 06:31:26 EDT 2008
anonymous wrote : import org.jboss.annotation.ejb.Management;
|
| import org.jboss.annotation.ejb.Service;
Just noticed - In JBoss-5, these imports should be:
| import org.jboss.ejb3.annotation.Management;
|
| import org.jboss.ejb3.annotation.Service;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161729#4161729
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161729
More information about the jboss-user
mailing list