[JBoss-user] [JCA/JBoss] - MySQL database configuration

2005-03-08 Thread neorozwel
Hi, I wrote http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61141 but now I think it's rather a problem with my database configuration. The thing is that I don't manage to access my mysql database from within my web application when it's bound to java:comp/env/jdbc/MySqlDS, even if I a

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS authentication using a MySQL database ?

2005-03-08 Thread neorozwel
Ok, I may have found a hint but it's not a solution. Thanks to people from Orbeon, I realized that as my database was bound under java:comp/env, I might need to declare it as a resource-ref in web.xml. So I added the following element to web.xml : | | DataSource | jdbc/M

[JBoss-user] [Security & JAAS/JBoss] - JAAS authentication using a MySQL database ?

2005-03-07 Thread neorozwel
Hi, I'm trying to use a MySQL database as a DataSource for JAAS authentication. I followed all the instructions in getting started guide to install a MySQL database as a datasource and use it as a JAAS data source. By the way I don't know why chapter 9 about Security Configuration disappeared in

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when deploying dukes bank application

2005-02-13 Thread neorozwel
I'm really happy that you chose to make a brand new getting started guide and I'm looking forward to its publication. But the problem is that until then, it's hard to stick to the right versions because Sun doesn't provide with links for older versions of the tutorial (or I didn't find those lin

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when deploying dukes bank application

2005-02-12 Thread neorozwel
I've got exactly the same issue, which reassures me in a way. I think that the JBoss hack over the J2EE tutorial from sun doesn't take the last changes of the latter into account, which causes a bunch of incompatibility errors. I really think that you guys should provide us with your own working