Okay, I'm pretty sure JBoss is going bonkers. Below is the interface and bean. 
I stripped them down to near nothing:


  | package foo.bar.services;
  | 
  | import javax.ejb.Stateless;
  | import foo.bar.services.api.UserService;
  | 
  | /**
  |  * 
  |  */
  | @Stateless
  | public class UserServiceImpl implements UserService { }
  | 

  | package foo.bar.services.api;
  | 
  | /**
  |  * 
  |  */
  | public interface UserService { }
  | 

It still won't deploy:


  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss.j2ee:service=EJB3,name=foo.bar.services.UserServiceImpl
  |   State: FAILED
  |   Reason: java.lang.NoSuchFieldError: doPruning
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: jboss.j2ee:service=EJB3,name=foo.bar.services.UserServiceImpl
  |   State: FAILED
  |   Reason: java.lang.NoSuchFieldError: doPruning
  | 

If that doesn't prove that it's not me, I don't know what does.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912493#3912493

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912493


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to