Verify quickstarts helloworld_ftp_action -> helloworld_tx_sql_action
--------------------------------------------------------------------
Key: JBESB-2702
URL: https://jira.jboss.org/jira/browse/JBESB-2702
Project: JBoss ESB
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.5
Reporter: Kevin Conner
Fix For: 4.6
helloworld_ftp_action
helloworld_hibernate_action
helloworld_sql_action
helloworld_topic_notifier
helloworld_tx_sql_action
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
HypersonicDatabase.java should be consistent with H2Database.java's data directory handling
-------------------------------------------------------------------------------------------
Key: JBESB-2721
URL: https://jira.jboss.org/jira/browse/JBESB-2721
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment, Examples
Affects Versions: 4.x
Reporter: David Ward
Assignee: David Ward
Priority: Minor
Fix For: 4.4 CP3
Directory/File work should be homogenous with H2Database.java, and centeralized to a utility method (checkDataDir()), rather than duplicating coee in both the startStandaloneDatabase() and startRemoteDatabase() methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Force initialisation of hibernate job proxies
---------------------------------------------
Key: JBESB-2720
URL: https://jira.jboss.org/jira/browse/JBESB-2720
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.4 CP2
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP3
If no accesses are made to the job proxy before saving then the attempt to save will fail with the following hibernate exception.
org.hibernate.PersistentObjectException: uninitialized proxy passed to save()
We need to access part of the job instance before saving in order to force the proxy to be initialised.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Verify quickstarts spring_jpetstore -> transform_XML2POJO
---------------------------------------------------------
Key: JBESB-2708
URL: https://jira.jboss.org/jira/browse/JBESB-2708
Project: JBoss ESB
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.5
Reporter: Kevin Conner
Fix For: 4.6
spring_jpetstore
static_router
transform_CSV2XML
transform_EDI2XML_Groovy_XSLT
transform_XML2POJO
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add maximum refire count to quartz scheduler jobs
-------------------------------------------------
Key: JBESB-2719
URL: https://jira.jboss.org/jira/browse/JBESB-2719
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.4 CP2
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP3
Runtime exceptions now cause quartz to refire the timer jobs but quartz does not support a maximum refire count, even though quartz tracks the refire count within the current context. The consequence is that an error during timer execution will refire indefinitely.
Add support for a refire count within the QuartzSchedulerService.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Update static_router readme to include FTP Server requirements
---------------------------------------------------------------
Key: JBESB-2718
URL: https://jira.jboss.org/jira/browse/JBESB-2718
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Examples
Reporter: Tom Fennelly
Assignee: Tom Fennelly
Fix For: 4.6
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Verify quickstarts groovy_gateway -> helloworld_file_notifier
-------------------------------------------------------------
Key: JBESB-2701
URL: https://jira.jboss.org/jira/browse/JBESB-2701
Project: JBoss ESB
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.5
Reporter: Kevin Conner
Fix For: 4.6
groovy_gateway
helloworld
helloworld_action
helloworld_file_action
helloworld_file_notifier
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Runtime exceptions during quartz scheduler execution does not refire timer
--------------------------------------------------------------------------
Key: JBESB-2717
URL: https://jira.jboss.org/jira/browse/JBESB-2717
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.4 CP2
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP3
Noticed this issue while looking through some logs. Quartz traps the error and commits the transaction, also deleting the trigger..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Runtime exceptions during quartz scheduler execution does not refire timer
--------------------------------------------------------------------------
Key: JBESB-2716
URL: https://jira.jboss.org/jira/browse/JBESB-2716
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.4 CP2
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP3
Noticed this issue while looking through some logs. Quartz traps the error and commits the transaction, also deleting the trigger..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
bpm_orchestration4 QS: incomplete deployProcess ant target definition
---------------------------------------------------------------------
Key: JBESB-2670
URL: https://jira.jboss.org/jira/browse/JBESB-2670
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.4 CP2
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira