[JBoss JIRA] Created: (JBESB-646) NON_PERSISTENT JMS messaging.
by Daniel Bevenius (JIRA)
NON_PERSISTENT JMS messaging.
-----------------------------
Key: JBESB-646
URL: http://jira.jboss.com/jira/browse/JBESB-646
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Rosetta
Reporter: Daniel Bevenius
Assigned To: Mark Little
Priority: Minor
The current classes that deal with sending JMS messages, like JMSCourier, do not specify a delivery mode when sending messages. The default is then that the messages are sent with a delivery mode of persistent.
The request (see forum reference) is to be able have the delivery mode configurable so one can avoid the persisting to stable storage.
--
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
18 years, 6 months
[JBoss JIRA] Created: (JBESB-602) ESB Server should be able to deploy .ear files
by Tom Cunningham (JIRA)
ESB Server should be able to deploy .ear files
----------------------------------------------
Key: JBESB-602
URL: http://jira.jboss.com/jira/browse/JBESB-602
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Management
Affects Versions: 4.2
Reporter: Tom Cunningham
Assigned To: Mark Little
Tried to deploy my helloworld_hibernate_action .ear file, which contains some jars, a .war, and a .esb to the ESB Server, and I get the following error - I think .ear deployment is broken in the ESB server :
23:48:37,293 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@b5294d9 { url=file:/Users/tcunning/esb/esbserver/server/default/deploy/Quickstart_helloworld_hibernate_action.ear }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/Users/tcunning/esb/esbserver/server/default/deploy/Quickstart_helloworld_hibernate_action.ear
altDD: null
lastDeployed: 1181015313405
lastModified: 1181015313000
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@b5294d9 { url=file:/Users/tcunning/esb/esbserver/server/default/deploy/Quickstart_helloworld_hibernate_action.ear }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/Users/tcunning/esb/esbserver/server/default/deploy/Quickstart_helloworld_hibernate_action.ear
altDD: null
lastDeployed: 1181015313405
lastModified: 1181015313000
mbeans:
--
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
18 years, 8 months