Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Problem with maven and tutorial

  1. #11

    Default

    Hi again,

    I just tried installing spring-ws-core 1.0.0 and spring-xml 1.0.0 manually into maven. The build runs but the web app wont boot up. The ContextLoaderListener wont come up.

    Going back to the problem I had before with the java.lang.NoSuchMethodError error. I see in the FAQ this can possibly be resolved by using saaj-api and saaj-impl 1.2 instead of 1.3 but I can't find a download for 1.2 anywhere.

    </jar-hell>

    I think we will just have to wait for a proper spring-ws 1.0 mvn release.

    John.

  2. #12
    Join Date
    Aug 2007
    Posts
    5

    Default

    Hi,

    I used the spring ws version 1.0-RC2 to runs the maven build and that works fine for me.

    Greetings,
    Andreas

  3. #13

    Default

    Hi Andreas,

    Can you run a request against your service and get a response back with the SoapUI ?

    Also, can you post your pom dependancy list please so I can see exactly what other packages you are bringing into your build?

    John.

  4. #14

    Default

    trying rc2 again.

  5. #15

    Default

    My rc2 problem is back again:
    Downloading: http://repo1.maven.org/maven2/javax/...jta-1.0.1B.jar
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) javax.transaction:jta:jar:1.0.1B

    Try downloading the file manually from:
    http://java.sun.com/products/jta


    at http://java.sun.com/products/jta ther is no jta-1.0.1B.jar but only an archive with the classes. I downloaded and created my own with jar -cf jta-1.0.1B.jar javax

    and ran mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=/Users/jacques/Desktop/jta_1.0.1B/jta-1.0.1B.jar

    I fail to understand nthe next error [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error building POM (may not be this project's POM).


    Project ID: com.agilejava.docbkx:docbkx-maven-plugin
    POM Location: Artifact [com.agilejava.docbkx:docbkx-maven-pluginom:2.0.6]
    Validation Messages:

    [0] 'dependencies.dependency.version' is missing for com.agilejava.docbkx:docbkx-maven-base


    Reason: Failed to validate POM for project com.agilejava.docbkx:docbkx-maven-plugin at Artifact [com.agilejava.docbkx:docbkx-maven-pluginom:2.0.6]


    help is appreciated.

    thanks
    jacques

  6. #16

    Default

    I resolved that problem with alocal repository.

  7. #17

    Default

    xmldsig-1.0.jar cannot be downloaded and I cannot find it anywhere.

    Does anyone know where to find it?

    Downloading: http://download.java.net/maven/1//ja...mldsig-1.0.jar
    Downloading: http://repo1.maven.org/maven2/javax/...mldsig-1.0.jar
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) javax.xml.crypto:xmldsig:jar:1.0

  8. #18

    Default

    found the xmldsig.jar: it's delivered with the Java Web Services Developer Pack 2.0 avaialable from here

    http://java.sun.com/webservices/down...rvicespack.jsp

    No I successfully built the airline example using rc2
    Last edited by couzteau; Aug 21st, 2007 at 03:21 AM.

  9. #19

    Default

    Does it actually work? Can you use the soapUI to actually send a request and get a valid response?

  10. #20

    Default

    In RC2 everything works great with hsqldb (except for the saaj client). That's ok, I'm mostly interested in Axis.

    Now trying with mysql.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •