Hi all,
I'm trying to build an ejb-jar where the primary key class is coming from an
'external' jar. The jar is part of the classpath that is handed to the
ejbjar task. Nevertheless ejbjar complains with an IOException that it can
not find the *.class file. If giving the primary key class manually via the
"support" tag the build succeeds (resulting ejb-jar contains the primary key
class; what is unwanted). Using java.lang.Integer as primary key leads also
to a succesful build, without including the Integer class. Looks like the
task does not use the "classpath" when scanning for the primary key class.
Is this a bug, or is there something special to be done?
Thanx,
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>