[JBoss JIRA] Commented: (JBESB-437) Beans based configuration option for actions
by Derek Adams (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-437?page=comments#action_12359282 ]
Derek Adams commented on JBESB-437:
-----------------------------------
I checked the bean config code into the trunk today. The code works as mentioned above, but with one addition. To be processed as a bean configured action, the action should implement the marker interface org.jboss.soa.esb.actions.BeanConfiguredAction. This just lets the action processing pipeline know to process it differently. I …
[View More]updated the org.jboss.soa.esb.actions.persistence.StoreMessage as an example.
> Beans based configuration option for actions
> --------------------------------------------
>
> Key: JBESB-437
> URL: http://jira.jboss.com/jira/browse/JBESB-437
> Project: JBoss ESB
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: Configuration
> Reporter: Rex Sheridan
> Assigned To: Rex Sheridan
> Priority: Minor
> Fix For: 4.2 Milestone Release 2
>
> Attachments: ActionBeanConfigurator.java, ActionProcessingPipeline.java, BeanConfigurator.java, FTPEprEditor.java, JbpmProcessAction.java, NotificationTarget.java, NotifyFTP.java
>
>
> This is a first pass at a beans based configuration approach for actions and notification targets.
--
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
[View Less]
17 years, 10 months
[JBoss JIRA] Work logged: (JBESB-398) The use of java.net.URL doesnt allow support for protcols such as ftps, sftp. Refactor to use URI instead.
by Mark Little (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-398?page=worklog#action_12359264 ]
Mark Little logged work on JBESB-398:
-------------------------------------
Time Spent: 10 minutes
Remaining Estimate: 1 day, 7 hours, 20 minutes (was: 1 day, 7 hours, 30 minutes)
Time Spent: 40 minutes (was: 30 minutes)
Updated against trunk and passed to Bruno to check.
> The use of java.net.URL doesnt allow support for protcols such as ftps, sftp. Refactor to use URI instead.
&…
[View More]gt; -----------------------------------------------------------------------------------------------------------
>
> Key: JBESB-398
> URL: http://jira.jboss.com/jira/browse/JBESB-398
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Rosetta, Transports
> Affects Versions: 4.0 CR1
> Reporter: Bruno Georges
> Assigned To: Mark Little
> Fix For: 4.2 Milestone Release 2
>
> Original Estimate: 2 days
> Time Spent: 40 minutes
> Remaining Estimate: 1 day, 7 hours, 20 minutes
>
> Exception is thrown when using sftp/ftps protocols.
> java.net.MalformedURLException: unknown protocol: sftp
> Mark: We should really be using URIs everywhere since EPRs are based on WS-A, which is URI/IRI based.
--
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
[View Less]
17 years, 10 months