[JBoss JIRA] Created: (JBESB-966) Trailblazer compile issue
by Tom Cunningham (JIRA)
Trailblazer compile issue
-------------------------
Key: JBESB-966
URL: http://jira.jboss.com/jira/browse/JBESB-966
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Reporter: Tom Cunningham
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2
[javac] /Users/tcunning/src/esb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java:29: cannot find symbol
[javac] symbol : class ConnectionManager
[javac] location: package org.jboss.internal.soa.esb.persistence.manager
[javac] import org.jboss.internal.soa.esb.persistence.manager.ConnectionManager;
[javac] ^
[javac] /Users/tcunning/src/esb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java:121: cannot find symbol
[javac] symbol : class ConnectionManager
[javac] location: class org.jboss.soa.esb.samples.trailblazer.util.TbBootStrapper
[javac] ConnectionManager mgr = ConnectionManagerFactory.getConnectionManager();
[javac] ^
[javac] 2 errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBESB-891) jbpm.esb contains has incorrect jbpm-ds.xml
by Burr Sutter (JIRA)
jbpm.esb contains has incorrect jbpm-ds.xml
-------------------------------------------
Key: JBESB-891
URL: http://jira.jboss.com/jira/browse/JBESB-891
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: BPM
Affects Versions: 4.2 Milestone Release 3
Reporter: Burr Sutter
Assigned To: Mark Little
Fix For: 4.2
It should point to this DB:
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}jbpmDB</connection-url>
it currently says "jbpm", not "jbpmDB"
Finally, the user's "manager", "admin", "user" and "shipper" are missing from the default database.
You currently have to copy the jbpmdb.properties and jbpmdb.script from the jBPM 3.2.1 "Suite" download to make the admin console function.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBESB-971) ESB Server deploys 2 copies of the jBPM Database structure
by Burr Sutter (JIRA)
ESB Server deploys 2 copies of the jBPM Database structure
----------------------------------------------------------
Key: JBESB-971
URL: http://jira.jboss.com/jira/browse/JBESB-971
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.2 Milestone Release 3
Reporter: Burr Sutter
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2
To recreate:
1) Pull from HEAD (as of Sept 03 2007) and "ant clean compile dist" in the product directory
2) cd to build/jbossesb-server-4.2GA/bin and type in "run"
3) once the ESB server is booted up use a file explorer from your OS and review this folder:
build\jbossesb-server-4.2GA\server\default\data\hypersonic
you will find a jbpmDB.* and jbpmDS.*
There should only be one jBPM database. My guess is that the jbpm.esb is creating one and the jbpm-console.war is also creating one.
Burr
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months