I can't help you without an example that shows the problem. The XMLLoginConfig validates that the URL to the login-config.xml is not null so there is some problem inside of the XML parser in dealing with this URL.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "otisg" <[EMAIL PROTECTED]> To: "otisg" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 5:57 AM Subject: Re: [JBoss-user] NPE and login-config.xml > Hello, > > I think the source of the problem lies in > jboss-service.xml, which defines the > location of login-config.xml like this: > > <mbean > code="org.jboss.security.auth.login.XMLLoginConfig" > > name="jboss.security:service=XMLLoginConfig"> > <attribute > name="ConfigResource">login-config.xml</attribute> > </mbean> > > The code that parses this with an XML parser > is then giving an error, presumably because > it cannot find login-config.xml. I do not > think that the problem is in > login-config.xml itself. > > I saw references to some UnifiedClassloader. > What is that? I did not see any > information about it anywhere on the site. > > If anyone can help, I'd really appreciate it. > > Thank you, > Otis ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
