Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Smooks v1.2
-
Component/s: Smooks Javabean
-
Labels:None
-
Number of attachments :
Description
This raised itself when looking at what JBoss WISE has to do when using Smooks as a SOAP mapper. If it was possible to only get back a JavaResult that only contained the invocation args, it would make the type of operations that WISE does a lot easier.
The config might look something like:
<jb:result retainBeans="order,x,y" />
Activity
Tom Fennelly
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Allow a configuration on java bindings to have the bean removed as part of the execution lifecycle cleanup | Allow a configuration on java bindings to allow specification of the exact beans to be returned in the JavaResult |
| Description | This raised itself when looking at what JBoss WISE has to do when using Smooks as a SOAP mapper. If it was possible to only get back a JavaResult that only contained the invocation args, it would make the type of operations that WISE does a lot easier. |
This raised itself when looking at what JBoss WISE has to do when using Smooks as a SOAP mapper. If it was possible to only get back a JavaResult that only contained the invocation args, it would make the type of operations that WISE does a lot easier. The config might look something like: {code} <jb:result retainBeans="order,x,y" /> {code} |
Tom Fennelly
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
trunk: 1036