[JBossWS] - Re: Please help on invoking the jboss WS?
by wangfei90
I clean up my war fle lib, remove all the jboss ws related jar file, seems the exception changed to
java.lang.IllegalStateException: Canot get target bean instance
at org.jboss.wsf.spi.invocation.InvocationHandlerJSE.getTargetBean(InvocationHandlerJSE.java:54)
at org.jboss.wsf.stack.jbws.ServiceLifecycleInvocationHandler.invoke(ServiceLifecycleInvocationHandler.java:47)
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:206)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:396)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:260)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:177)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:110)
at org.jboss.wsf.spi.invocation.EndpointServlet.service(EndpointServlet.java:72)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
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.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:156)
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:613)
Caused by: java.lang.InstantiationException: tv.blackarrow.integration.twc.ws.Hello
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at org.jboss.wsf.spi.invocation.InvocationHandlerJSE.getTargetBean(InvocationHandlerJSE.java:49)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096811#4096811
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096811
18Â years, 9Â months
[JBoss Seam] - Junk characters after validation.
by muralikri_bng
Hi All
We have project being developed in the following environment
1) Tomcat 5.5
2) Jboss Seam 1.2.1
3) Hibernate 3.0
We have registration form with around 20 fields. The form enctype is ?multipart/form-data?. Following types of fields are included in the form
1) Textbox
2) Text Area
3) Select Box
4) List Box
5) File
6) Date
There are some mandatory fields for which we have specified required=?true? in our xhtml file. There are also some fields for which we have hibernate validation happening.
Now the problem is if the user submits the form without filling up the mandatory fields junk values are getting added to a textfield which is of date type.
Example of some junk values are below
Example 1.
?-----------------------------17449159816946
Content-Disposition: form-data; name="applicant:division""
Example 2.
"-----------------------------17449159816946"
Example 3.
"
-----------------------------11206587428982
Content-Disposition: form-data; name="applicant:division"
"
Our application development is almost complete and we need to solve this problem.
Any directions to solve this issue is greatly appreciated.
Thx in advance
Murali
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096805#4096805
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096805
18Â years, 9Â months