[jboss-user] [JBoss Web Services Users] - Re: [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

jkoops do-not-reply at jboss.com
Wed Oct 14 02:49:39 EDT 2009


Thank you, Richard,

this pointed me in the right direction:
My TubelineAssemblerFactory was not used because my jar was after jbossws-metro-wsit-rt.jar in the classpath order. This jar also defines a custom TubelineAssemblerFactory and Metro silently uses the first one.
I did not patch the RuntimeModelDeploymentAspect, since it just returns null, causing Metro to search itself. I deleted the META-INF/services entry in the jbossws-metro-wsit-rt.jar and adapted my custom TubelineAssemblerFactory to imitate the WSIT-one

Now I crash into https://jira.jboss.org/jira/browse/JBWS-2301, https://jaxb.dev.java.net/issues/show_bug.cgi?id=564

Thank you again, Jan

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260222#4260222

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260222



More information about the jboss-user mailing list