I understand atleast Weblogic has utilities to create
DeploymentDescriptors.
But it looks like you cannot serialise this DeploymentDescriptor if your
Remote or Home Interface does not extend java.io.Serializable.  This
happens because the AccessControlEntry() (that is set on this
descriptor)  is created with java.lang.reflect.Method() from this Remote
or Home Interface.

I am suspecting this works with Weblogic mainly because the DEFAULT
option in theirs is an AccessControlEntry() created with no
java.lang.reflect.Method (properties apply to all methods) and most
people are using this option.

Is this true or am I missing something obvious ??

Regards,
- kiru

--
Kiru Pakkirisamy
Sybase Inc.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to