Thanks for the info,

I was able to deploy all my beans in JBoss 3.2.3 by switching off the
StrictVerifier in jboss-service.xml and also changing the datasource file as
mentioned.

But currently I  getting the following exception while I try to login (when
LoginContext.login() is called), which used to work perfectly with
JBoss3.0.0. Are any changes required here also?


        Error: [EMAIL PROTECTED] not
available to garner authentication information from the user
javax.security.auth.login.LoginException: Error:
[EMAIL PROTECTED] not available to garner
authen
cation information from the user
        at
org.jboss.security.ClientLoginModule.login(ClientLoginModule.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
        at
javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
        at
javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
        at java.security.AccessController.doPrivileged(Native Method)
        at
javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
        at
javax.security.auth.login.LoginContext.login(LoginContext.java:534)

Thanks
Shashi Kiran


----- Original Message -----
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 12:30 PM
Subject: Re: [JBoss-user] Migrating from JBoss 3.0.0 to 3.2.3


> 2 things come to mind.  If you have any custom container configurations,
> this has changed in 3.2.  You should probably switch to the *-ds.xml
> format for data pools as it is easier to manage
>
> Shashi Kiran wrote:
>
> > Hi All,
> >
> > We are planning to move our application which is already in production
> > environment from JBoss 3.0.0 to JBoss 3.2.3 (Latest Version).
> >
> > In JBoss 3.2.3, we noticed that EJB Spec checking has become stronger,
> > e.g Remote Interfaces where java.rmi.RemoteException was not thrown,
> > these beans failed to get deployed.
> >
> > Can anybody tell us what are all the major changes between the 2
> > versions of JBoss and where one can encounter problems while migrating
> > from JBoss 3.0.0 to JBoss 3.2.3 as we need to know the time duration for
> > the above
> >
> > Thanks in advance
> > Shashi Kiran
> >
>
> --
> ================
> Bill Burke
> Chief Architect
> JBoss Group LLC.
> ================
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to