Edit the build.xml to remove the CallerPrincipal entries:
| INSERT INTO Roles VALUES ('java', 'caller_java', 'CallerPrincipal');
| INSERT INTO Roles VALUES ('duke', 'caller_duke', 'CallerPrincipal')
|
to produce:
| <sql driver="org.hsqldb.jdbcDriver"
| url="jdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB"
| userid="sa"
| password=""
| classpath="${jboss.dist}/server/default/lib/hsqldb.jar"><![CDATA[
|
| DROP TABLE Principals IF EXISTS;
| DROP TABLE Roles IF EXISTS;
| CREATE TABLE Principals (PrincipalID VARCHAR(64) PRIMARY KEY,
Password V
| ARCHAR(64) );
| CREATE TABLE Roles (PrincipalID VARCHAR(64), Role VARCHAR(64),
RoleGro
| up VARCHAR(64) );
| INSERT INTO Principals VALUES ('java', 'echoman');
| INSERT INTO Principals VALUES ('duke', 'javaman');
| INSERT INTO Roles VALUES ('java', 'Echo', 'Roles');
| INSERT INTO Roles VALUES ('duke', 'Java', 'Roles');
| INSERT INTO Roles VALUES ('duke', 'Coder', 'Roles');
| ]]></sql>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856165#3856165
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856165
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user