Bugs item #458168, was opened at 2001-09-03 14:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=458168&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Nobody/Anonymous (nobody)
Summary: PropVals for PrincipalMappingProperties

Initial Comment:
see also Bug #457772 !

In mbean "ConnectionFactoryLoader" the section for
"PrincipalMappingProperties" has the same problem as in
#457772.

If only the attribute "userName" is set, it is
evaluated correct.
But Connection to Database fails (wrong/empty
password).

If I write
<attribute name="PrincipalMappingProperties">
  userName=me
  password=mypw
</attribute>
in jboss-service.xml, then the server tries to use
"me    password=mypw" as the username for DB-Connection
-> user not known.


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

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

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to