Wise 1.0 released
September 18, 2007 – 1:47 pm by alessio e stefanoWe just released the first public version of Wise.
You can download it from Sourceforge
Don’t forget to vote the most wanted new features in the poll you find here at right!
Have fun!













11 Responses to “Wise 1.0 released”
Hello, I have followed the installation instructions for Wise 1.0 and after trying to use the app this exception occurs:
16:24:00,926 INFO [WSDLManagerBean] *** Beginning conversation, savedWsdl = null
16:24:01,447 ERROR [WSDLManagerBean] An unexpected exception occurred while selecting the wsdl.
java.lang.NoClassDefFoundError: org/jboss/wsf/spi/utils/IOUtils
Do you have any idea were to start to look?
It is Jboss AS 4.2.1 GA + JbossWS 2.0.1 GA + Wise 1.0 + sun jdk 1.5.0_12
By Sebastian Otaegui [Visitor] on Sep 19, 2007
It seems you haven’t jbossws-spi.jar into server lib dir.
Did you use ant with proivided build.xml to install Wise? I’m asking because the build.xml is supposed to copy libs in correct place to avoid this kind of error.
Feel free to get back if you still experiencing trouble.
bye
Stefano
By Stefano MAESTRI [Member] on Sep 19, 2007
Thanks for the quick answer.
I have the jbossws-spi.jar but it seems something is missing:
jbossws-spi.jar\org\jboss\wsf\spi\util but no utils/IOUtils inside that jar.
the versions I must use are:
jbossws 2.0.x
jboss as 4.2.x
and wise 1.0 right?
By Sebastian Otaegui [Visitor] on Sep 19, 2007
I did some further research and it seems that there must be something wrong:
http://repository.jboss.com/jboss/jbossws-spi/
the jbossws-spi that is enclosed with jbossws 2.0.1 GA is the version jbossws-spi 1.0.0.GA and it doesnt have the utils/IOUtils dir.
the jbossws-spi 2.0.0 does have the utils/IOUtils dir but if I use that one in the server/config/lib dir instead of the other one, the jboss server fails to start.
By Sebastian Otaegui [Visitor] on Sep 19, 2007
oracle@legolas:/dati/project/JAX-Wise/Wise-1.0$ jar -tvf lib/jbossws-spi.jar | grep IOU
3556 Sun Jul 01 22:36:28 CEST 2007 org/jboss/wsf/spi/utils/IOUtils.class
The jbossws-spi.jar provided with Wise-1.0 seems to contain the required class.
The problem is you are using jbossws 2.0.1 while wise 1.0 is tested against jbossws 2.0.0 and packaging of jars lib seems changed in this jbossws version.
I’ll probably release a fix tomorrow to work both with 2.0.0 and 2.0.1. Waiting for that please use jbossws 2.0.0.
bye
Stefano
By Stefano MAESTRI [Member] on Sep 19, 2007
Thanks for your help Stefano
By Sebastian Otaegui [Visitor] on Sep 19, 2007
no I went through the entire installation route and this is the result with JBossWS 2.0.0
18:04:14,763 INFO [WSDLManagerBean] *** Beginning conversation, savedWsdl = null
18:04:15,484 INFO [STDOUT] parsing WSDL…
18:04:17,988 INFO [STDOUT] [ERROR] rpc/encoded wsdls are not supported in JAXWS 2.0.
18:04:17,998 INFO [STDOUT] line 38 of file:/D:/DEVAPPS/jboss-4.2.1.GA/server/default/tmp/deploy/tmp30085Wise.ear-contents/Wise0.xml
18:04:18,028 INFO [STDOUT] D:\DEVAPPS\jboss-4.2.1.GA\server\default\tmp\deploy\tmp30085Wise.ear-contents\WSDLS\3\it\javalinux\ws
18:04:18,028 ERROR [WSDLManagerBean] An unexpected exception occurred while selecting the wsdl.
it.javalinux.wise.exceptions.WiseRuntimeException: Error occurred while consuming wsdl: http://uat.rates.thewarrantygroup.com/EligiblityEngineWeb/serv
ices/Version?wsdl
at it.javalinux.wise.exceptions.WiseRuntimeException.rethrow(WiseRuntimeException.java:44)
at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:150)
at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:88)
at it.javalinux.wise.seam.actions.WSDLManagerBean.internalReadEndpoints(WSDLManagerBean.java:130)
at it.javalinux.wise.seam.actions.WSDLManagerBean.selectWsdl(WSDLManagerBean.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:54)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204)
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100)
at $Proxy114.selectWsdl(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50)
at org.javassist.tmp.java.lang.Object_$$_javassist_6.selectWsdl(Object_$$_javassist_6.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325)
at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270)
at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59)
at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65)
at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174)
at org.jboss.seam.navigation.Pages.callAction(Pages.java:595)
at org.jboss.seam.navigation.Pages.preRender(Pages.java:297)
at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:541)
at org.jboss.seam.jsf.SeamPhaseListener.beforeRender(SeamPhaseListener.java:473)
at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:146)
at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
at it.javalinux.wise.jaxCore.WSDynamicClient.getClassNames(WSDynamicClient.java:243)
at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:123)
… 119 more
18:04:18,519 INFO [WSDLManagerBean] *** Ending conversation
By Sebastian Otaegui [Visitor] on Sep 19, 2007
Hi Sebastian,
I’d suggest you to try with another rpc/literal or document/literal wsdl; rpc/encoded wsdls are not supported by JBossWS since a lot time because basic-profile specifications disallowed them.
Tomorrow we’ll take care of the IOUtils issue as Stefano said.
Thank you
Alessio
By Alessio SOLDANO [Member] on Sep 20, 2007
Just released on sf version 1.0.1. It works with JBossWS 2.0.1. From the changelog:
******* Wise 1.0.1 ********
* This is a minor release, just adding support to JBossWS 2.0.1; this version 1.0.1 works with JBossWS 2.0.1.
If you are using JbossWS 2.0.0 please use Wise 1.0.
Some difference in JBossWS libs force us to have two different version of Wise strictly
coupled with JBossWS version deployed on the server.
By Stefano MAESTRI [Member] on Sep 20, 2007
hi, i’m getting the following exceptions on wise 1.0.1, jbossws 2.0.1, jboss 4.2.1GA. any suggestions would be great, i’m excited about using your too1!
10:04:32,234 INFO [STDOUT] parsing WSDL…
10:04:33,312 INFO [STDOUT] [WARNING] src-resolve: Cannot resolve the name ‘soapenc:Array’ to a(n) ‘type definition’ component.
10:04:33,312 INFO [STDOUT] line 76 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml#types?schema1
10:04:34,062 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,062 INFO [STDOUT] line 76 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,062 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,062 INFO [STDOUT] line 77 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,062 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,062 INFO [STDOUT] line 99 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,062 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,078 INFO [STDOUT] line 100 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,078 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,078 INFO [STDOUT] line 127 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,078 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,078 INFO [STDOUT] line 128 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,078 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,078 INFO [STDOUT] line 144 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,078 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,078 INFO [STDOUT] line 145 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,078 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,094 INFO [STDOUT] line 179 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,094 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,094 INFO [STDOUT] line 180 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,094 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,094 INFO [STDOUT] line 197 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,094 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,094 INFO [STDOUT] line 198 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,094 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,094 INFO [STDOUT] line 211 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,094 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,094 INFO [STDOUT] line 212 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,109 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,109 INFO [STDOUT] line 232 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,109 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,109 INFO [STDOUT] line 233 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,109 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,109 INFO [STDOUT] line 264 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,109 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,109 INFO [STDOUT] line 265 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,109 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,109 INFO [STDOUT] line 284 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,125 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,125 INFO [STDOUT] line 285 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,125 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,125 INFO [STDOUT] line 302 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,125 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,125 INFO [STDOUT] line 303 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,125 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,125 INFO [STDOUT] line 320 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,125 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,125 INFO [STDOUT] line 321 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,140 INFO [STDOUT] line 456 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,140 INFO [STDOUT] line 457 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,140 INFO [STDOUT] line 463 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,140 INFO [STDOUT] line 464 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,140 INFO [STDOUT] line 480 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,140 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,156 INFO [STDOUT] line 481 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,156 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,156 INFO [STDOUT] line 497 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,156 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,156 INFO [STDOUT] line 498 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,156 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,156 INFO [STDOUT] line 520 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,156 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,156 INFO [STDOUT] line 521 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,156 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,172 INFO [STDOUT] line 527 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,172 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,172 INFO [STDOUT] line 528 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,172 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,172 INFO [STDOUT] line 534 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,172 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,172 INFO [STDOUT] line 535 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,172 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,172 INFO [STDOUT] line 541 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,172 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,187 INFO [STDOUT] line 542 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,187 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,187 INFO [STDOUT] line 575 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,187 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,187 INFO [STDOUT] line 576 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,187 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,187 INFO [STDOUT] line 644 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,187 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,187 INFO [STDOUT] line 645 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,187 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,187 INFO [STDOUT] line 661 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,203 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,203 INFO [STDOUT] line 662 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,203 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,203 INFO [STDOUT] line 682 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,203 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,203 INFO [STDOUT] line 683 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,203 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,203 INFO [STDOUT] line 793 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,203 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,203 INFO [STDOUT] line 794 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,219 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,219 INFO [STDOUT] line 810 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,219 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,219 INFO [STDOUT] line 811 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,219 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,219 INFO [STDOUT] line 833 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,219 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,219 INFO [STDOUT] line 834 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,234 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,234 INFO [STDOUT] line 861 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,234 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,234 INFO [STDOUT] line 862 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,234 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,234 INFO [STDOUT] line 880 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,234 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,234 INFO [STDOUT] line 881 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,234 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,250 INFO [STDOUT] line 898 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,250 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,250 INFO [STDOUT] line 899 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,250 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,250 INFO [STDOUT] line 917 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,250 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,250 INFO [STDOUT] line 918 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,250 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,250 INFO [STDOUT] line 952 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,250 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,265 INFO [STDOUT] line 953 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,265 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,265 INFO [STDOUT] line 981 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,265 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,265 INFO [STDOUT] line 982 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,265 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,265 INFO [STDOUT] line 1096 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,265 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,265 INFO [STDOUT] line 1097 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,265 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,265 INFO [STDOUT] line 1108 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,281 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,281 INFO [STDOUT] line 1109 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,281 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,281 INFO [STDOUT] line 1124 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,281 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,281 INFO [STDOUT] line 1125 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,281 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,281 INFO [STDOUT] line 1140 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,281 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,281 INFO [STDOUT] line 1141 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,297 INFO [STDOUT] line 1221 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,297 INFO [STDOUT] line 1222 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,297 INFO [STDOUT] line 1228 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,297 INFO [STDOUT] line 1229 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,297 INFO [STDOUT] line 1258 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,297 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,312 INFO [STDOUT] line 1259 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,312 INFO [STDOUT] [ERROR] undefined simple or complex type ‘soapenc:Array’
10:04:34,312 INFO [STDOUT] line 1271 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:34,312 INFO [STDOUT] [ERROR] undefined attribute ‘soapenc:arrayType’
10:04:34,312 INFO [STDOUT] line 1272 of file:/D:/jboss-4.2.1.GA/jboss-4.2.1.GA/server/default/tmp/deploy/tmp28565Wise.ear-contents/Wise0.xml
10:04:35,375 INFO [STDOUT] Failed to invoke WsImport
10:04:35,390 INFO [STDOUT] java.lang.NullPointerException
10:04:35,390 INFO [STDOUT] at com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet.apply(SCDBasedBindingSet.java:237)
10:04:35,390 INFO [STDOUT] at com.sun.tools.xjc.ModelLoader.createXSOM(ModelLoader.java:518)
10:04:35,390 INFO [STDOUT] at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:232)
10:04:35,390 INFO [STDOUT] at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:85)
10:04:35,390 INFO [STDOUT] at com.sun.tools.ws.processor.modeler.wsdl.JAXBModelBuilder.bind(JAXBModelBuilder.java:120)
10:04:35,406 INFO [STDOUT] at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildJAXBModel(WSDLModeler.java:2173)
10:04:35,406 INFO [STDOUT] at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.internalBuildModel(WSDLModeler.java:173)
10:04:35,406 INFO [STDOUT] at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:119)
10:04:35,406 INFO [STDOUT] at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:148)
10:04:35,406 INFO [STDOUT] at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:187)
10:04:35,406 INFO [STDOUT] at org.jboss.wsf.spi.tools.WSContractConsumer.consume(WSContractConsumer.java:189)
10:04:35,406 INFO [STDOUT] at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:122)
10:04:35,406 INFO [STDOUT] at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:89)
10:04:35,406 INFO [STDOUT] at it.javalinux.wise.seam.actions.WSDLManagerBean.internalReadEndpoints(WSDLManagerBean.java:130)
10:04:35,422 INFO [STDOUT] at it.javalinux.wise.seam.actions.WSDLManagerBean.selectWsdl(WSDLManagerBean.java:117)
10:04:35,422 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:04:35,422 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:04:35,422 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:04:35,422 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
10:04:35,422 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
10:04:35,422 INFO [STDOUT] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
10:04:35,422 INFO [STDOUT] at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:54)
10:04:35,437 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,453 INFO [STDOUT] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
10:04:35,453 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,453 INFO [STDOUT] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
10:04:35,453 INFO [STDOUT] at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53)
10:04:35,453 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:04:35,453 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:04:35,453 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:04:35,468 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
10:04:35,468 INFO [STDOUT] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
10:04:35,468 INFO [STDOUT] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
10:04:35,468 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,468 INFO [STDOUT] at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationIntercep
10:04:35,468 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,468 INFO [STDOUT] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
10:04:35,468 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,484 INFO [STDOUT] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
10:04:35,484 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,484 INFO [STDOUT] at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
10:04:35,484 INFO [STDOUT] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
10:04:35,484 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,484 INFO [STDOUT] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
10:04:35,484 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,484 INFO [STDOUT] at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
10:04:35,500 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,500 INFO [STDOUT] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
10:04:35,500 INFO [STDOUT] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106)
10:04:35,500 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,500 INFO [STDOUT] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
10:04:35,500 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,500 INFO [STDOUT] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
10:04:35,500 INFO [STDOUT] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
10:04:35,515 INFO [STDOUT] at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204)
10:04:35,515 INFO [STDOUT] at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100)
10:04:35,515 INFO [STDOUT] at $Proxy118.selectWsdl(Unknown Source)
10:04:35,515 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:04:35,515 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:04:35,515 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:04:35,515 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
10:04:35,515 INFO [STDOUT] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
10:04:35,515 INFO [STDOUT] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
10:04:35,531 INFO [STDOUT] at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50)
10:04:35,531 INFO [STDOUT] at org.javassist.tmp.java.lang.Object_$$_javassist_4.selectWsdl(Object_$$_javassist_4.java)
10:04:35,531 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:04:35,531 INFO [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:04:35,547 INFO [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:04:35,547 INFO [STDOUT] at java.lang.reflect.Method.invoke(Method.java:585)
10:04:35,547 INFO [STDOUT] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325)
10:04:35,547 INFO [STDOUT] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270)
10:04:35,547 INFO [STDOUT] at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59)
10:04:35,547 INFO [STDOUT] at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65)
10:04:35,547 INFO [STDOUT] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
10:04:35,547 INFO [STDOUT] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.navigation.Pages.callAction(Pages.java:595)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.navigation.Pages.preRender(Pages.java:297)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:541)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.jsf.SeamPhaseListener.beforeRender(SeamPhaseListener.java:473)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:146)
10:04:35,562 INFO [STDOUT] at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116)
10:04:35,562 INFO [STDOUT] at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
10:04:35,562 INFO [STDOUT] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
10:04:35,578 INFO [STDOUT] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
10:04:35,578 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
10:04:35,578 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:04:35,578 INFO [STDOUT] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46)
10:04:35,593 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:04:35,593 INFO [STDOUT] at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
10:04:35,593 INFO [STDOUT] at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
10:04:35,593 INFO [STDOUT] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40)
10:04:35,593 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:04:35,593 INFO [STDOUT] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140)
10:04:35,593 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
10:04:35,593 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:04:35,593 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
10:04:35,609 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
10:04:35,609 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
10:04:35,609 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
10:04:35,625 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
10:04:35,625 INFO [STDOUT] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
10:04:35,625 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
10:04:35,625 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
10:04:35,625 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
10:04:35,625 INFO [STDOUT] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
10:04:35,625 INFO [STDOUT] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
10:04:35,625 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
10:04:35,640 INFO [STDOUT] D:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\tmp\deploy\tmp28565Wise.ear-contents\WSDLS\2\it\javalinux\ws
10:04:35,640 ERROR [WSDLManagerBean] An unexpected exception occurred while selecting the wsdl.
it.javalinux.wise.exceptions.WiseRuntimeException: Error occurred while consuming wsdl: http://10.3.1.203:8080/fastAct-ws/WebServiceFacadeService?wsdl
at it.javalinux.wise.exceptions.WiseRuntimeException.rethrow(WiseRuntimeException.java:44)
at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:151)
at it.javalinux.wise.jaxCore.WSDynamicClient.init(WSDynamicClient.java:89)
at it.javalinux.wise.seam.actions.WSDLManagerBean.internalReadEndpoints(WSDLManagerBean.java:130)
at it.javalinux.wise.seam.actions.WSDLManagerBean.selectWsdl(WSDLManagerBean.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:54)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
By jason [Visitor] on Oct 5, 2007
Hi Jason,
what kind of wsdl are you using? Is it rpc/enc? rpc/enc is not supported by JBossWS (and thus by Wise) since WS-I Basic profile disallowed it.
Bye
Alessio
By Alessio SOLDANO [Member] on Oct 5, 2007