[ 
http://issues.apache.org/jira/browse/AXIS2-1085?page=comments#action_12444239 ] 
            
Eran Chinthaka commented on AXIS2-1085:
---------------------------------------

Hi all,

Sorry I'm bit busy with Axis2 1.1 so my responses on this issue might be late. 

I agree with you about the change we did in Axiom to introduce your FilterAware 
thingy. But I cannot understand what you are trying to do inside Axis2 with it.

In your explanation, you have mentioed that Filters can be used to hide 
un-necessary elements to intermediaries by not presenting them to StAXBuilder. 
What I can not understand is, if you supress them, then how can the 
intermediary send the message to other nodes. Every node has to build the OM 
tree, to the extent that they need information, and that building should be 
continuous. But if you introduce filters some parts are lost and when the 
intermediary is gonna send, those parts are missing in the out message.

1. Can we please move this thread to axis-dev, as it is much convenient there 
to talk about this?
2. If possible. please explain your reason behind putting this code "inside 
Axis2"?
3. Can we not commit any of these changes/patches to Axis2 until we are settled 
with the decision? Takahide can add patches for us to understand the concept, 
reading the code, but please let's not commit. It is just a suggestion from me.


> StAX Filter [ Data conversion, extraction, or do something between 
> XMLStreamReader and StAXBuilder]
> ---------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1085
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1085
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: core
>         Environment: windows
>            Reporter: Takahide Nogayama
>         Assigned To: Rich Scheuerle
>         Attachments: patchAXIOM_to_moduleaxiom-apisrcmainjava.txt, 
> patchAXIS2_to_moduleskernelsrc.txt, src_demo.zip, 
> StAX_filter_architecture.ppt, 
> ver2_patch_to_axiom_modules_axiom-api_src_main_java_org_apache_axiom_om_impl_builder.txt,
>  ver2_patch_to_axis2_modules_kernel_src_org_apache_axis2_transport.txt, 
> ver5_patch_to_axis2_modules.txt, ver6_patch_to_axis2_modules.txt, 
> ver7_patch_to_axis2_modules.txt, ver8_patch_to_axis2_modules.txt
>
>
> To use this Filter in AXIS2, we have to change AXIS2 alittle. 
> See
> http://issues.apache.org/jira/browse/WSCOMMONS-76

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to