__matthewHawthorne wrote:
And now I just noticed this during deployment:

15:31:31,760 INFO [ParamNameExtractor] AXIS error:java.io.IOException: Unable to load bytecode for class "mil.navy.nicweb.dos.ejb.PorSiteLinkFacade"

That's the remote interface to the session bean that I'm attempting to deploy using java:EJB.

What a weird error! I've seen similar bytecode errors, and they usually have something to do with the JRE version. And, I *did* just upgrade my JRE on Friday to 1.4.2_03 -- but why would Axis care?

Ugh...


I've uncovered the root of this error. If I redeploy my ear file without reloading the Axis webapp, I get ClassCastExceptions. If I reload the Axis webapps, things work fine.

This seems strange to me. Could this be considered a bug?

Reply via email to