[jboss-user] [JBoss Portal] - Re: Portal 2.4 on 4.0.4.GA - EJB3

2006-07-17 Thread krzsam
Unfortunately the same effect is on JBoss Portal 2.2.1-SP2 on 4.0.4.GA Patch1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958508#3958508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958508 _

[jboss-user] [JBossWS] - @Resource WebServiceContext injection not works

2006-07-12 Thread krzsam
Injection | @Resource private WebServiceContext ctx; | does not work on JBoss 4.0.4.GA.P1 with JBossWS 1.0.1.GA I got exception: | java.lang.RuntimeException: You did not specify a @Resource.mappedName() on private javax.xml.ws.WebServiceContext pl.test.WSTest.wsCtx and there is no bin

[jboss-user] [JBossWS] - How get MessageContex in WebService implemented as EJB

2006-07-12 Thread krzsam
I use JBoss.4.0.4.GA Patch1 I want to implement "session" managing with webservices, using JbossWS. My webservices are implemented as Stateless EJB-s, and I want to use wsaddressing for this purpose. But I have some problems: - there is no such static method MessageContext.getCurrentContext() (I

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Getting request parameter value spoils form data encoding

2006-07-11 Thread krzsam
I use JBoss 4.0.4.GA Patch1 with ejb3 profile. I have a form, written in JSF. Encoding of this form is set through | <%@ page contentType="text/html;charset=Windows-1250"%> | I have also a filter defined in web.xml which filters all request going to jSF. In such configuration everything w