Re: CXF Proxy/Code generation error, IllegalArgumentException: code size limit exceeded

2013-08-01 Thread Daniel Kulp
I honestly don't think there is a workaround for this as this is something that is a limitation down in the Java runtime, not CXF. If you do something simple like: InvocationHandler handler = new InvocationHandler() { public Object invoke(Object proxy, Method method, Obje

CXF Proxy/Code generation error, IllegalArgumentException: code size limit exceeded

2013-08-01 Thread Ryan Hall (ryhall)
Hello, I've recently encountered an interesting problem when trying to write a client to connect to the code stubs generated by CXF's WSDL2Java tool. Basically, the code stubs appear to generate correctly, but whenever I try to create a client which uses those stubs, I obtain the following erro