[JBoss-user] [Installation, Configuration & Deployment] - JBoss Installer based on Wix Toolkit / Windows Installer

2005-08-29 Thread void
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 --

[JBoss-user] [JBoss.NET] - Re: JBoss.NET service will not deploy in ear file

2004-08-16 Thread void
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error while adding foreign key constraint

2004-05-21 Thread void
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