Dimitris, you're a genius! Changing the order worked, but as I expected, the XSLTFileDelegate didn't work. I'm gonna try my hand at implementing XSLTURLDelegate. Should be very similar to the file delegate.
It's unfortunate that the binding delegates aren't setup well to be extended. They provide no hooks for subclasses to alter small pieces of functionality. It seems a basic abstract delegate should be provided to share functionality as well as offer subclasses a way to handle specific parameter types. For example, XSLTConfigDelegate allows for arbitrary parameter bindings into the transformation. XSLTFileDelegate only allows parameter bindings for "host" and "port". IMO, that functionality should be refactored into a base class. If there's interest, I would be willing to do the refactoring and submit the code. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874454#3874454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874454 ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
