On Wed, 5 Sep 2001, Bryan Field-Elliot wrote:

> The exception being thrown by Jboss when I try to deploy, is a 
> NullPointerException in line 103 of 
> org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand. The line of 
> code reads as follows:
> 
>       // Make commands for any autogenerated finders required
> 
>       Method[] homeMethods = 
> factory.getContainer().getHomeClass().getMethods();
> 
> After adding some additional logging to this Jboss class, I have 
> determined that the getHomeClass() call is returning "null", which is 
> causing the subsequent call to getMethods() to throw NPE.
> 
> I don't know if this is a bug in Jboss 2.4, or a problem with how
> xdoclet is producing code or xml.
I seriously doubt its a bug with JBoss, especially you're using final.  I
was fortunate enough to have a midweek dinner party last night so didn't
do anything it all (o:  I'll have a look tonight, I haven't played with
local interfaces yet...

> Ideas would be appreciated!
try both local and remote views and see if it deploys (I guess it will),
also see if local interfaces are available in the jndi tree... beyond that
I dont really have any suggestions... I'll get my hands dirty tonight and
have a go.

cheers
dim


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to