Search:

Type: Posts; User: olimpiu.pop; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    3,317

    10x again

    10q for the reply.

    OP
  2. Replies
    9
    Views
    3,317

    Thanks and another question :P

    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?
    ...
  3. Replies
    9
    Views
    3,317

    Empty trustore

    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...
  4. Config

    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:
    ...
  5. Replies
    9
    Views
    3,317

    Client side

    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">
    ...
  6. Help

    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...
  7. Replies
    9
    Views
    3,317

    Extra info

    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...
  8. Replies
    9
    Views
    3,317

    XWSS Security problem

    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...
  9. Replies
    3
    Views
    1,054

    Problem solved

    I solved my problem by changing the API used for XML processing on the server side. By using DOM the problems disappeared....
  10. Replies
    3
    Views
    1,054

    Yes I am using Java 6. The servlet is running...

    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. ...
  11. Replies
    3
    Views
    1,054

    WS Client problem

    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...
  12. Replies
    2
    Views
    2,946

    Any solutions regarding the given problem?

    I'm facing a similar problem I don't know how to fix it. Did you manage to find a solution?

    OP
  13. Any solutions regarding the given problem?

    I'm facing something similar and I don't have any clue how to fix it.

    OP
  14. Thank you mister! I was really stuck with this...

    Thank you mister! I was really stuck with this one....

    Olimpiu
  15. portlet SimpleFormController double submit

    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 ...
  16. Replies
    7
    Views
    1,164

    Web.xml

    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">
  17. Replies
    7
    Views
    1,164

    No succes :( , this is how my config looks nowL ...

    No succes :( , this is how my config looks nowL




    SimpleUrlHandlerMapping:

    <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
    <property...
  18. Replies
    7
    Views
    1,164

    Thanks gnandiga , I added the property that you...

    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...
  19. Replies
    7
    Views
    1,164

    Problem with spring web mvc

    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...
  20. Replies
    7
    Views
    4,653

    Thanks for the quick answer, unfortunately I...

    Thanks for the quick answer, unfortunately I didn't managed to set my
    transaction manager - any advices about this ??

    Thanks,


    Olimpiu
  21. Replies
    7
    Views
    4,653

    Did found the answer to your question? How can...

    Did found the answer to your question? How can you reuse the connections?


    Thanks,

    Olimpiu
  22. Replies
    5
    Views
    1,233

    I`m using MySql 5.1

    I`m using MySql 5.1
  23. Replies
    5
    Views
    1,233

    To understand the flow: the createUser is a...

    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...
  24. Replies
    5
    Views
    1,233

    problem using saveOrUpdate

    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 -...
  25. Replies
    1
    Views
    664

    Strange behaviour of Spring WS

    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:
    ...
Results 1 to 25 of 25