It's official after mucking around with CLASSPATH environment variable all
day long i have discovered that the difference comes down to j2ee.jar
differences.  If my CLASSPATH contains the J2EE.jar file from j2sdee1.2 then
all works well, the one on another machine running in j2sdkee1.2 and the one
on my machine running in j2sdkee1.2.1 .  However this concerns me, what kind
of effects could this have on j2sdkee1.2.1 (running with j2sdkee1.2
j2ee.jar).  No one else has experienced this yet?

And is this a bug?  especially since the download page says

Java 2 SDK, Enterprise Edition 1.2.1 Now Available </j2ee/download.html>
J2EE 1.2.1 will enable iterative development with new features in the
Application Deployment Tool and improve overall code quality. It is fully
compatible with version 1.2 which will no longer be offered.




> -----Original Message-----
> From: Greg Robertson
> Sent: Monday, May 15, 2000 3:46 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      working with j2sdkee1.2 and j2sdkee1.2.1
>
> until recently (like when j2sdkee1.2.1 was released) i had an EJB that
> could (as could command line) succefully call an EJB that resides on a
> different server (they are both stateless session).  after upgrading my
> machine to 1.2.1 and the other machine is still at 1.2 it seems i can
> longer connect to the other server from either command line or the EJB.
> My concern is that the j2ee.jar that this stuff is reliant upon is
> "broken" in some form or fashion (eg not backwards compatible).  Has
> anyone else experienced this?  btw the error i am getting from
> printStackTrace() is
>
> javax.naming.NameNotFoundException: CostMatrix not found
>
> (like i said this was working previously).  Is anyone else experiencing
> like problems or have any suggestions?
>
> Thanks

===========================================================================
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