difference between build.deploy.xml and build.xml Both files are in the starters' kit of jbpm.. The build.xml works fine when i execute it.. But the build.deploy.xml doesn't work at all, and gives me errors like :
java.sql.SQLException: socket creation error [jbpmschema] at org.hsqldb.jdbc.Util.sqlException(Unknown Source) [jbpmschema] at org.hsqldb.jdbc.jdbcConnection.(Unknown Source) [jbpmschema] at org.hsqldb.jdbcDriver.getConnection(Unknown Source) [jbpmschema] at org.hsqldb.jdbcDriver.connect(Unknown Source) [jbpmschema] at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:68) [jbpmschema] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:87) [jbpmschema] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.acquireResource(C3P0PooledConnectionPool.java:83) [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.assimilateResource(BasicResourcePool.java:884) [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.acquireUntil(BasicResourcePool.java:601) [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.access$400(BasicResourcePool.java:31) [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1079) [jbpmschema] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:354) Does anyone know why I get this message? And what is the difference between the 2 build files? do i have to build both files after every change in my code or in my par files? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919325#3919325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919325 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
