Yeah I know about that..
The only possibility it talks is to use JBOSS-4.0.4 along JbossWS package. I
was successful in using that. But I want to use security with JBOSS4.0.1
package. Looks like its not possible.
I have started using JBOSS4.0.4. But now I want to know how to make a client
requ
Hi acxjbertr,
After struggling with JBOSS 4.0.1 without any gain, I have started using JBoss
4.0.4 with JBOSS WS-1.0.0 GA. And I am successful in configuring the server so
that it accepts only signed message.
Now I want to sign all the requests originating from a client. My client
program is
Hi ,
I am using JBOSS 4.0.1Sp1 and have deployed Webservices successfully. I am
exposing EJB as a webservice. I want to secure all the requests and responses
for this end point. How to do this in JBOSS 4.0.1 Sp1.
Please let me know whether it is possible or not atleast. I have posted several
t
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to
2_0.dtd. I have changed that to 2.1 and it worked.
Older ejb-jar.xml had
I changed that to:
http://java.sun.com/xml/ns/j2ee"; version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to
2_0.dtd. I have changed that to 2.1 and it worked.
Older ejb-jar.xml had:
---
I changed that to:
http://java.sun.com/xml/ns/j2ee"; version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins
Atlast it worked. The problem was that in my ejb-jar.xml I was referring to
2_0.dtd. I have changed that to 2.1 and it worked.
Older ejb-jar.xml had
I changed that to:
http://java.sun.com/xml/ns/j2ee"; version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="
Hi,
I am facing the same problem now in JBOSS 4.0.1Sp1.
I am having an EAR which has all EJB's and they seem to be deployed fine. Now I
want to have a expose one of the EJB as a WS. So first tried a with Hello Bean
and tried to expose as WS. I am not using any ejb-doclet. I used Sun's JSWDP to
Hi,
We have an application running in JBOSS-4.0.1Sp1 and we want to expose some of
the interfaces as Webservice. So I first developed a sample TestBean and
deployed it separately as EJB jar. I am able to access the webservice from a
client program.
Now if I add the TestBean to my existing EJB
Hi Jason,
The problem is I am not able to make the server accept only signed requests.
So my normal client program which doesnt make use of certificates is still able
to communicate with the server and get the plain response.
FYI, I am using JBOSS-4.0.1SP1.
-Sathish
View the original post :
Hi,
I am working on the same thing wherein using JBOSS4.0.1Sp1. I have configured
my JBOSS.xml in the same manner as specified. But still the server doesnt seem
to sign the requests and responses. And moreover it accepts plain requests
which are not signed. This is my jboss.xml
Hi,
I am trying to deploy a simple EJBPoint as Webservice in JBOSS 4.0.1Sp1. I have
generated all the necessary mapping.xml and WSDL files using JSWDP 1.6 from
Sun. Now when I start my JBOSS server I am getting this error. I tried several
times with some changes here and there.. BUt in vain. An
11 matches
Mail list logo