Nick, I've successfully deployed and run our application under 2.4.3. The configuration files under .../conf/default have changed. Specifically a new interceptor was added to the interceptor chain. I don't know if this is your problem, but I have had success with 2.4.3.
Bill > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Taylor > Sent: Friday, October 12, 2001 9:24 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] 2.4.0 to 2.4.3 (and 2.4.1a) > > > I've just downloaded 2.4.1a and deployed the same jar that I deploy with > 2.4.0 and get the same result; a null interface reference returned from an > entity finder (the entity is returning a valid and correct > primary key so it > appears that the container is not mapping this key to a remote interface). > Can anyone enlighton me on any configuration changes made from 2.4.0 that > could cause this? > > Cheers > Nick > > > -----Original Message----- > > From: Bill Burke [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 11, 2001 5:56 PM > > To: Nick Taylor; Jboss-User@Lists. Sourceforge. Net > > Subject: RE: [JBoss-user] 2.4.0 to 2.4.3 > > > > > > standardjboss.xml has changed. As well as other > > configuration files. Make > > sure you're not using old configs. > > > > Bill > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > Nick Taylor > > > Sent: Thursday, October 11, 2001 12:28 PM > > > To: Jboss-User@Lists. Sourceforge. Net > > > Subject: [JBoss-user] 2.4.0 to 2.4.3 > > > > > > > > > Hhhhmmmmm, > > > I've just upgraded from 2.4.0 to 2.4.3 and suddenly the > > same code in my > > > session bean is giving me a NPE... > > > > > > UserHome userHome = EJBUtils.getUserHome(); > > > userBean = userHome.findByName(username); > > > details = userBean.getDetails(); > > > > > > The above code works fine with 2.4.0 but in 2.4.3 userBean is > > > null...have i > > > missed something in the pipe??? > > > > > > Yours stumped! > > > Nick > > > > > > _______________________________________________ > > > JBoss-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
