[jboss-user] [JBossWS] - Re: Web service security, how to filter client IP address?

2008-07-10 Thread cardel
Yes, thank you.. it works... but not only partial. When I have created my own handler for IP restriction. When I invoke some webmethod from client, endpoint is contacted and client handler checks clients IP. Other actions in my code are successful executed but at the end I have this exception.

[jboss-user] [JBossWS] - Web service security, how to filter client IP address?

2008-07-06 Thread cardel
I am using basic authentication (username, password) in my web services. So client have to authenticate to endpoint provider. But I would like to know, how to secure my web service endpoint servlet. I would like to allow connection only to clients with specified IP address. my web.xml |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cannot access Jboss AS 4.2.2 GA on port 80 from another mach

2008-05-29 Thread cardel
I have a problem with running Jboss AS on port 80. I have read, that I must run it under root user, because another users cant user ports lower that 1234. So I have no problem with run jboss with port 80 and I can access my deployed application on localhost. But I cant access on jboss server if

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot access Jboss AS 4.2.2 GA on port 80 from another

2008-05-29 Thread cardel
I have a problem with running Jboss AS on port 80. I have read, that I must run it under root user, because another users cant user ports lower that 1234. So I have no problem with run jboss with port 80 and I can access my deployed application on localhost. But I cant access on jboss server if

[jboss-user] [JBossWS] - Document/Literal (Bare) and more parameters in WebMethod

2008-05-25 Thread cardel
I am using Document/Literal web service and I build it like example service in user guide. So I have this web service: | @WebService(name = BareEndpoint, serviceName = BareService) | @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) | public class BareEndpointBean implements

[jboss-user] [JBossWS] - WS secure transport SSL, tutorial

2008-05-19 Thread cardel
I would like to use ssl transport for my web services. Is there any tutorial? I found http://jbws.dyndns.org/mediawiki/index.php?title=Secure_transport but it is not very detailed. I don´t know how to generate keys, where to put them, through which file is client configurated etc. Or is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot create MBeanServer exception when booting JBoss

2008-04-11 Thread cardel
Yes, thanks... This was it. I used original java which was installed in OpenSuse 10.3 and it wasn't right version for Jboss AS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143435#4143435 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cannot create MBeanServer exception when booting JBoss

2008-04-08 Thread cardel
I have clean installation of openSuse 10.3 with Java 1.5.0_12-b04 When I start jboss as 4.2.2.GA I get this exception. Thanks for some useful tips... | = | | JBoss Bootstrap Environment | | JBOSS_HOME:

[jboss-user] [JBossWS] - Re: Seam 2.0.1 JBossWS WAR deployment

2008-03-01 Thread cardel
PROBLEM SOLVED I need to add context filter for my servlet. So i tried this: in web.xml filter | filter-nameSeam Context Filter/filter-name | filter-classorg.jboss.seam.web.ContextFilter/filter-class | /filter | | filter-mapping | filter-nameSeam Context

[jboss-user] [JBossWS] - Seam 2.0.1 JBossWS WAR deployment

2008-02-29 Thread cardel
The Seam reference explains how to configure and package a Seam EAR to support JBossWS web services. That worked great. However, I have not been able to get JBossWS to work with a Seam WAR deployment. I have Seam 2.0.1, JBoss AS 4.2.2 GA and JBossWS 2.0.3 GA I created this service interface:

[jboss-user] [JBoss Seam] - Re: Non english characters in messages.properties

2008-01-08 Thread cardel
Thank you, it works... I downloaded property bundle editor plugin into eclipse and every uknown characters are escaped... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118002#4118002 Reply to the post :

[jboss-user] [JBoss Seam] - Non english characters in messages.properties

2008-01-06 Thread cardel
Hi, I have some iso-8859-1 characters (czech) in my messages.properties. But when I use this message e.g. with outputText or with facesMessages.addFromResourceBundle they are wrong represented and page show me some bad symbols. I have all pages in UTF-8 encoding. | ?xml version=1.0