Search:

Type: Posts; User: dortman; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. JAXB "No adapter for endpoint" while using JAXBElement

    I have a web service that I am trying to implement using Spring and Jaxb. I already have a handful of working services using both of these - but this particular service is giving me a hard time due...
  2. Replies
    2
    Views
    1,192

    Here should work: ...

    Here should work:

    http://download.java.net/maven/1/com.sun.xml.wss/jars/

    We are actually using: xws-security-2.0-FCS.jar, but I assume newer should work to as the other posted indicated.
  3. Replies
    5
    Views
    2,085

    I just noticed that the code you post in your...

    I just noticed that the code you post in your second post was different then the code you posted in your first post. The first post looks like it should work. The second looks like it should not be...
  4. Replies
    5
    Views
    2,085

    Oh. My bad - I missed the args. Try either...

    Oh. My bad - I missed the args. Try either removing the args from both or adding the argument to the pointcut so that they match. This should work:


    @Aspect
    public class LoggingAdvice {
    ...
  5. Replies
    5
    Views
    2,085

    I am pretty sure that is correct. Perhaps...

    I am pretty sure that is correct. Perhaps something else is amiss?
  6. Oh. I hadn't seen that method. I was unable to...

    Oh. I hadn't seen that method. I was unable to figure out what I was doing wrong, and eventually ended up finding a different resolution to the problem set in front of me at that time. See the...
  7. Can a Spring Soap interceptor modify the contents of a message?

    I'm trying to write an interceptor for a web service that will modify the contents of the Soap message before is sent on to the endpoint. If a client sent a message where the value of some element...
  8. Replies
    3
    Views
    856

    A keystore is simply a place where your keys are...

    A keystore is simply a place where your keys are stored. As such, one exists on both the client and the server.
  9. Replies
    3
    Views
    856

    There is some sample code and a few helpful URLs...

    There is some sample code and a few helpful URLs in this thread from earlier in the week:

    http://forum.springsource.org/showthread.php?t=72858
  10. Replies
    5
    Views
    6,226

    It looks like it can't find the XSD file. It...

    It looks like it can't find the XSD file. It also looks like there is a spelling error in the message.


    java.lang.IllegalArgumentException: schema "ServletContext resource [/WEB-INF/schema.xsd]"...
  11. The last post is most relevant. I used it to...

    The last post is most relevant. I used it to write a class which stored a binary attribute into a string. I haven't used it for a while; but it worked at the time.


    byte[] SID = (byte[])...
  12. Might this be relevant? ...

    Might this be relevant?

    http://forums.sun.com/thread.jspa?threadID=585031
  13. Replies
    1
    Views
    597

    If I am understanding what you are asking,...

    If I am understanding what you are asking, Wss4jSecurityInterceptor seems to be doing just that. If you step through it, you can see it extract the certificate from the request.


    protected...
  14. Replies
    5
    Views
    6,226

    It looks like you defined your interceptor such...

    It looks like you defined your interceptor such that you are trying to set a List into a setter expecting a single value.


    <bean...
  15. Replies
    12
    Views
    5,302

    Here is the same application using the WSS...

    Here is the same application using the WSS interceptor. It appears to work as expected.
  16. Replies
    12
    Views
    5,302

    I am not sure that is the case. I have attached...

    I am not sure that is the case. I have attached a sample application. There is a client and a web service. I have been running it on Tomcat 6.0.14.

    Originally, I was using the Metro stack which...
  17. Replies
    12
    Views
    5,302

    I have actually been fighting with the same thing...

    I have actually been fighting with the same thing this week. Oddly, I am getting a different error than you are. While my attempt looks quite similar to yours, I am actually receiving this error:
    ...
  18. Replies
    6
    Views
    3,132

    Hhhm; we must have run into somewhat similar...

    Hhhm; we must have run into somewhat similar problems, although it I am getting almost the exact same results you are.

    I've actually tried using spring-ws 1.5.4, 1.5.6, and 1.5.7 - all to no...
  19. Replies
    6
    Views
    3,132

    Thanks for the quick response. I am using...

    Thanks for the quick response.

    I am using Tomcat (6.0.14). I have tried Jetty (via the Maven plugin), and actually get a *different* error. I have obtained the same negative results using Spring...
  20. Replies
    6
    Views
    3,132

    This is a little late, as you were experiencing...

    This is a little late, as you were experiencing this problem a while ago - but what error were you getting? Did you resolve it?

    I have some code that is quite similar to yours, though it is using...
  21. Does the Employee class implement Serializable?

    Does the Employee class implement Serializable?
  22. Replies
    1
    Views
    1,484

    Try using this: ...

    Try using this:

    http://static.springframework.org/spring/docs/1.1.5/api/org/springframework/jdbc/datasource/SingleConnectionDataSource.html
  23. Thanks for the reply trisberg; sorry to be so...

    Thanks for the reply trisberg; sorry to be so rude by not acknowledging your post for such a long period of time.

    We actually already have a good amount of code which uses the MappingSqlQuery...
  24. MappingSqlQuery : One Parameter used Multiple Times?

    After looking through the docs, I believe the answer to this queston is "no". I figured I would make sure this conclusion was not incorrect.

    I have some SQL statements which are being executed...
  25. Replies
    5
    Views
    1,788

    Yeah, that should fix it for you. david_syer's...

    Yeah, that should fix it for you. david_syer's point still holds I think - the ServiceLocator itself runs contrary to the intent of the framework, so there is still that. However, at least that...
Results 1 to 25 of 42
Page 1 of 2 1 2