Paul, be sure to bugzilla that, if you don't mind. The Orion folks have
said that bad error messages should be Bugzillaed. There is a link to
Bugzilla from the OrionServer.com homepage.
I have had silmilar trouble with cryptic error messages, so I'm kind of on
an unofficial campeign to report all poor error messages.
Jim
--On Tuesday, October 24, 2000 6:09 PM +0200 Paul Hammant
<[EMAIL PROTECTED]> wrote:
> OK, It was to do with the transaction type (should have been "Container"
> for the session bean). I guess the "!created" is short hand for " not
> created " as in System.err.println("It was not created");
>
> It would be preferable for the Orion stub generator to throw an
> exception here ...
>
> throw new OrionXYZDeploymentException("Session bean's transaction tye
> not recognized", beanName);
>
> ... far more debugable.
>
> Regards,
>
> - Paul H
>