Bugs item #1028029, was opened at 2004-09-14 18:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1028029&group_id=22866

Category: JBossSX
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: yuriyg (yuriyg)
Assigned to: Nobody/Anonymous (nobody)
Summary: CallerIdentityLoginModule: credentials lost

Initial Comment:
>From web tier I call:

LoginContext lc = new LoginContext("client-login", 
handler);
lc.login();
...

then I call my business method which creates 
connection inside the call. The first call is ok. Then I go 
to other page and call a method of this 
stateless/stateful (I tried both) bean again (it's saved in 
session) and now a call gives

org.jboss.resource.JBossResourceException: Could not 
create connection; - nested throwable: 
(java.sql.SQLException: Null user or password not 
supported in THIN driver) 

And because by logs I see that 
CallerIdentityLoginModule uses *default* user/password 
it's clear that they are somewhere lost.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1028029&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to