[jboss-user] [EJB 3.0] - Illegal @PersistenceUnit: There is no default persistence un

2006-11-25 Thread mindhaq
I'm developing on Jboss AS 4.0.5GA. When I try to access my PersistenceUnit without specifying the unitName explicitly in @PersistenceUnit, I get the following error, as though the default PersistenceUnit could not be determined. But I only have a single persistence defined in my EAR. 23:43:51,1

[jboss-user] [EJB 3.0] - Re: Local Interface inherited by extending abstract class: c

2006-11-06 Thread mindhaq
Ok, I see :) low prio is fine with me, there's an easy 'workaround' after all. The class definition is clearer like that anyway. And the error message also points directly to the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983448#3983448 Reply to

[jboss-user] [EJB 3.0] - Re: Local Interface inherited by extending abstract class: c

2006-11-03 Thread mindhaq
Thank you for your quick reply. Could you please post an answer to this thread as soon as this is fixed in CVS, so I'll now it's going to be in the next release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983159#3983159 Reply to the post : http://www.jb

[jboss-user] [EJB 3.0] - Local Interface inherited by extending abstract class: canno

2006-11-03 Thread mindhaq
Hello, I just stumbled upon a strange behaviour regarding a stateless session bean. I'm using Jboss 4.0.5 GA, JDK 5.0 and have an enterprise application with a Stateless Session Bean structered like this: @Local | interface Logic { | void foo(); | } | | abstract class AbstractLogic

[jboss-user] [JBoss Eclipse IDE (users)] - Feature Request: Source / JavaDoc attachment for EJB3 librar

2006-10-30 Thread mindhaq
Hello, it would be great thing if the EJB3 libraries provided by Jboss IDE for Jboss projects had source and / or JavaDoc attached to them. Without this, you miss the following features otherwise available from Eclipse: * description of method via their javadoc e.g. when hovering the mouse over