[JBoss-user] [Security & JAAS/JBoss] - Re: Insufficient method permissions

2006-03-05 Thread bdlink
Thanks, I will try that. I was trying to get the create method to have unchecked permission, that should work as well, should it not? I still have the question of why the unauthenticatedIdentity is not working, when I get principal=null instead of guest in my original post (where the web use

[JBoss-user] [Security & JAAS/JBoss] - Insufficient method permissions

2006-03-05 Thread bdlink
I have a jboss ear that I am developing with myeclipse/XDoclet. I am trying to use JBossSX security, and have read chap 8 of the JBoss 4 Application Server Guide (Release 4 for JBoss AS 4.0.3 which I am using). I have set up the security domain using a mysql database, which works fine authenti

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-02-26 Thread bdlink
The file referenced by anonymous wrote : http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip has no src directory for the ejb/cmproster example used in chapter 7/8. That file is also available with the Getting Started with JBoss 4.0 release 4 book, agai

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss CMP creating tables with mysql datasource and crea

2006-02-25 Thread bdlink
have the following in jbosscmp-jdbc: | java:/InfosysDS | mySQL | true |true | | where InfosysDS points to a mysql database. Never the less, database was created under hypersonic. Is there something else that needs to be set? View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Jboss CMP creating tables with mysql datasource and create-t

2006-02-24 Thread bdlink
I have a simple example I am trying to get working using myeclipse with XDoclet. I am using a mysql datasource that I have set up under java:/InfosysDS (it is there in JNDI). I have all of the CMP beans set up to use the mysql tables which are in the database. In all the beans, I have create

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss CMP creating tables with mysql datasource and crea

2006-02-24 Thread bdlink
I am using jboss 4.0.3SP1 and mysql 5.0.16 on windows XP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926235#3926235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926235 ---