Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,141

    There was something corrupt with my system. After...

    There was something corrupt with my system. After rebuilding my system from scratch, everything's ok now.
  2. Replies
    4
    Views
    1,141

    Not only have I verified that...

    Not only have I verified that org.objectweb.asm.Type is in asm.jar, I've rebuilt it from source. If the class wasn't in there, wouldn't it have failed on compile? What's even weirder is that the two...
  3. Replies
    4
    Views
    1,141

    NoClassDefFoundError when adding aspect

    When I try to add an aspect via autowiring, I end up getting NoClassDefFoundError: org/objectweb/asm/Type. I made extra sure that I was including the cglib and asm jars included with Spring, but this...
  4. The message is smbxml, so it would have been...

    The message is smbxml, so it would have been processsmbxmlsmbxml. Instead, I removed the suffix. But then I was getting:


    java.lang.IllegalArgumentException: SimpleSoapExceptionResolver requires...
  5. What I've done so far... - successfully set up...

    What I've done so far...
    - successfully set up a different ws using PayloadRoot annotation
    - converted this project's namespace-less DTD to a namespace-less xsd
    - added logic to service in this...
  6. Possible to do a WS for POX without namespace?

    I'm still very new to Spring and I'm hoping for some more experienced insight. I have the task of writing a web service (in a very loose sense of the term; XML over HTTPS) for a legacy system that...
  7. Replies
    7
    Views
    2,605

    As I suspected, I was missing something. I'm...

    As I suspected, I was missing something. I'm using the WST plugin to run the servlet. When accessing the url with this plugin, you need to include the project name in the url. For instance:...
  8. Replies
    7
    Views
    2,605

    When I go to http://localhost:8080/osbs, I get: ...

    When I go to http://localhost:8080/osbs, I get:

    HTTP Status 404 - /osbs

    type Status report

    message /osbs

    description The requested resource (/osbs) is not available.
  9. Replies
    7
    Views
    2,605

    Certainly: Oct 21, 2007 11:33:51 PM...

    Certainly:


    Oct 21, 2007 11:33:51 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not...
  10. Replies
    7
    Views
    2,605

    Newbie 404 Endpoint Mapping

    This is my first time using Spring and it's been a very long time since I've dealt with servlets, so please bear with me.

    I've written a web service using Endpoint/PayloadRoot annotation named...
Results 1 to 10 of 10