10q for the reply.
OP
Type: Posts; User: olimpiu.pop; Keyword(s):
10q for the reply.
OP
Thanks for the sample, they helped me a lot. Although I have yet
another couple of questions:
1. Why did you provided a custom made callbackHandler?
...
When no property pointing the location of the trustore is provided, a default one will be used. In case tha the one provided by the JDK is not available, an empty keystore will be created.
The...
Thank you for quick response and for the fact that you responeded. I already posted all the information related to my configuration. You can
see it on this post:
...
I added also the client side configuration and class.
Security client:
<xwss:SecurityConfiguration dumpMessages="true"
xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
...
Hey,
this a shoot in the dark, but maybe you can/want to help me.
I'm trying for some time now to secure a WS call. I tried so far
xws only, with no success. I just found your post so, I tried...
So...i managed to dig a little bit deaper...I would say the reason for my problem is that the KeyStoreBeanFactory is creating an empty key store.
I added some extra logs....and it seems that the...
Hello,
I developed a webservice using Spring ws. Now I'm trying to secure it
by using the Spring's XWSS support. After a bumpy ride I manage to
make the client part sign the message and call the...
I solved my problem by changing the API used for XML processing on the server side. By using DOM the problems disappeared....
Yes I am using Java 6. The servlet is running under Tomcat version 5. The thing is that on the server everything seems to be ok, I mean the last log on the exit point of the method is recorded. ...
Hello,
I'm trying for the last couple of days to implement a simple client by using
WebServiceTemplate. I'm quite new with these things, so I'm facing a little
bit of trouble. The WS is called...
I'm facing a similar problem I don't know how to fix it. Did you manage to find a solution?
OP
I'm facing something similar and I don't have any clue how to fix it.
OP
Thank you mister! I was really stuck with this one....
Olimpiu
Hi,
I'm quite new with Spring MVC and all what relates to portlets.
At this point I'm writing a portlet using spring that should be
deployed to liferay portlet container. Everything seemed to ...
Web.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
No succes :( , this is how my config looks nowL
SimpleUrlHandlerMapping:
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property...
Thanks gnandiga , I added the property that you indicated to my SimpleUrlHandlerMapping bean, with no result unfortunately.
Thanks for your time,if have other ideas I will be grateful for them...
Hello all,
I am working on a project that uses xfire to expose web services,
backed up by a spring based business layer. The integration of
spring and xfire work like a charm...but now I need...
Thanks for the quick answer, unfortunately I didn't managed to set my
transaction manager - any advices about this ??
Thanks,
Olimpiu
Did found the answer to your question? How can you reuse the connections?
Thanks,
Olimpiu
I`m using MySql 5.1
To understand the flow: the createUser is a method that is finally exposed through a web service. So when I finally reach the dao to insert in the DB
I only have part of the information from the...
Hello,
I have a problem when calling the getHibernateTemplate().saveOrUpdate method. Everything works fine when I`m inserting objects for the first time,
but when I try to insert for an object -...
Hello all,
I just started a new project that will expose WSs by using the Spring WS
framework. I tried another time to use this framework and every went well,
but now I have some problems:
...