Hi,
We have two basic requirements and based on the testing we did on OXF, they
don't seem to be supported. Note: All of this is related to struts
integrated mode.

1. OXF can not parse the user defined Lists contained in the beans that we
put in the request. i.e. We have a RoleTOList that contain RoleTOs. The
generated out put looks like
<beans>
    <role>
        <roleTOList>
            <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="java:java.util.ArrayList"></list>
        </roleTOList>
    </role>
</beans>

2. OXF still uses the Struts 1.0 message bundle loading mechanism not Struts
1.1 where you can have multiple message bundles.
More over struts 1.1 puts the bundles in request scope instead of
application scope.
i.e. struts-config.xml entries would look like

  <message-resources
    parameter="arasys.i18n.default.ApplicationResources"
 
factory="com.arasys.client.framework.struts.ArasysPropertyMessageResourcesFa
ctory"
    key="ErrorMessages"/>

OXF fails when the key is not the default as in
org.apache.struts.Globals.MESSAGES_KEY

Is it possible have a patch for these two issues?

Regards,
Kesara.
_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to