users@glassfish.java.net

GF 3.1.1 possible class-loading issue - resource adapter WITHIN enterprise app

From: Bernhard Thalmayr <bernhard.thalmayr_at_painstakingminds.com>
Date: Tue, 8 Nov 2011 11:50:01 +0100

Hi experts,

another slightly different issue ...

Enterprise Archive including
 - EJB archive
and
- resource adapter archive

EJBs within EJB archive use classes from a jar within the 'rar'.

However I get the following error when the GF tries to load the EJBs

[#|2011-11-08T10:13:39.151+0100|SEVERE|glassfish3.1.1|global|_ThreadID=1;_ThreadName=Thread-2;|Class
[ org/universe/exception/UniverseBusinessException ] not found. Error while
loading [ class org.universe.impl.UniversMailAdapterMDB ]|#]

AFAI interpret connector architecture 1.6 spec (sections 20.2.0.4, 20.3)
the classes from the 'rar' should be available to the EJBs wiithin the
'ear'.

Am I interpreting the spec incorreclty?

Does this error matter at all?

TIA,
Bernhard