[JBoss JIRA] Created: (JBESB-1666) Using expressesion in filegateway properties (or in general)
by Maurice Zeijen (JIRA)
Using expressesion in filegateway properties (or in general)
------------------------------------------------------------
Key: JBESB-1666
URL: http://jira.jboss.com/jira/browse/JBESB-1666
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Adapters
Affects Versions: 4.2.1
Reporter: Maurice Zeijen
It would be great if it would become possible to define the life cycle filenames using expressions, like with Freemarker, MVEL or some other scripting language.
I propose this idea because I would like to be able to set the 'working', 'error' and 'post' paths according to the current date. This would automatically split out the files in separate folders every day and I don't need to write a separate script to move those files every night.
I think that scripting inside the values of the configuration generally would greatly increase flexibility.
--
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
[JBoss JIRA] Updated: (JBESB-1633) MBeanServerLocator.locate always returns the first item in the map instead of a lookup
by Kevin Conner (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-1633?page=all ]
Kevin Conner updated JBESB-1633:
--------------------------------
Fix Version/s: 4.3
> MBeanServerLocator.locate always returns the first item in the map instead of a lookup
> --------------------------------------------------------------------------------------
>
> Key: JBESB-1633
> URL: http://jira.jboss.com/jira/browse/JBESB-1633
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services
> Affects Versions: 4.2.1, 4.2.1 CP1
> Reporter: Narayanan Raghavan
> Assigned To: Tom Cunningham
> Fix For: 4.3, 4.2.1 CP3
>
>
> The MBeanServerLocator.locate() method always returns the first item in the map and does not look-up the MBean by name. This always fails while looking up any MBean unless it happens to be the first one in the map.
> Affected archive/ file:
> soap.esb
> services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SoapUIInvoker.java
> The constructor in SoapUIInvoker.java looks up the MBeanSever via the locate method which does not return the jboss.esb:service=SoapUIClientService MBean
> mbeanServer = MBeanServerLocator.locate();
> The locateJboss function iterates through the map to find the relevant MBean. The above code should be changed to use
> MBeanServerLocator.locateJboss();
> Thanks!
--
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
[JBoss JIRA] Updated: (JBESB-1633) MBeanServerLocator.locate always returns the first item in the map instead of a lookup
by Tom Cunningham (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-1633?page=all ]
Tom Cunningham updated JBESB-1633:
----------------------------------
Fix Version/s: 4.2.1 CP3
(was: 4.2.1 TP-FP1)
> MBeanServerLocator.locate always returns the first item in the map instead of a lookup
> --------------------------------------------------------------------------------------
>
> Key: JBESB-1633
> URL: http://jira.jboss.com/jira/browse/JBESB-1633
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services
> Affects Versions: 4.2.1, 4.2.1 CP1
> Reporter: Narayanan Raghavan
> Assigned To: Tom Cunningham
> Fix For: 4.2.1 CP3
>
>
> The MBeanServerLocator.locate() method always returns the first item in the map and does not look-up the MBean by name. This always fails while looking up any MBean unless it happens to be the first one in the map.
> Affected archive/ file:
> soap.esb
> services/soap/src/main/java/org/jboss/soa/esb/actions/soap/SoapUIInvoker.java
> The constructor in SoapUIInvoker.java looks up the MBeanSever via the locate method which does not return the jboss.esb:service=SoapUIClientService MBean
> mbeanServer = MBeanServerLocator.locate();
> The locateJboss function iterates through the map to find the relevant MBean. The above code should be changed to use
> MBeanServerLocator.locateJboss();
> Thanks!
--
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