such an Installer ?
greetz, void
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892064#3892064
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892064
--
You can also put the .wsr file into the .jar file, that contains the EJBs. That works
fine.
The ..jar file can be integrated in a .ear file as EJB module.
I am using this with JBoss 3.2.3 and 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845162#3845
ALTER TABLE ?1 ADD INDEX ind_?3 (?3), ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4
(?5)
as row-locking-template works fine if the key contains only one field.
The problem is that if you have more than one field in the foreign key, ?3 is
replaced as field1, field2, ...
I modified it to