Hey Luke,

> Hi Simone,
> 
> I notice this problem is still there with Tomcat 4b5, and I saw your
> post on the tomcat-dev list. Have you had any more information on
> what's causing this and any possible workarounds? Any insight would be
> great as I seem to be switching web containers on an almost hourly
> basis :-). I'd like to be able to stabilize on one where I could at
> least understand what's causing the bugs.

Well, no answer yet from tomcat-dev, Craig said he planned a meeting with
Sun's RMI guys, maybe I'll ping him later.
For the web container, I guess Tomcat 3.2.x is fine WRT this problem. Its
only problem is that it cannot read jndi.properties when it's in
WEB-INF/classes (it must be in the main tomcat's classpath).

For the workaround, an horrible one is trying to do as I've done, to wrap
all arguments into a wrapper class and declare all EJB method to take a
MarshalledObject instead of the list of parameters, but I would not
recommend it: a pain to change everything when things will be fixed.

Hope helped,

Simon

> 
> All the best,
> 
> Luke.
> 
> 
> "Bordet, Simone" wrote:
> > 
> > Hey,
> > 
> > > Simon,
> > >
> > > Your suggestion did not work.  I disabled naming, no go.  
> I also tried
> > > passing a properties object to new InitialContext for
> > > locating ejbs, and
> > > still no go.
> > >
> > > Any more suggestions?
> > 
> > As pointed out by Vincent Harcq, it can be a problem with 
> beta3. Can you try
> > the latest nightly build ?
> > Also, can you post the code of your servlet/jsp where you 
> call EJB1 and EJB2
> > ?
> > 
> 
> -- 
>  Luke Taylor.
>  PGP Key ID: 0x57E9523C
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to