-
Aug 20th, 2007, 06:19 AM
#11
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.
-
Aug 20th, 2007, 09:19 AM
#12
Hi,
I used the spring ws version 1.0-RC2 to runs the maven build and that works fine for me.
Greetings,
Andreas
-
Aug 20th, 2007, 09:46 AM
#13
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.
-
Aug 20th, 2007, 09:57 AM
#14
-
Aug 20th, 2007, 10:52 AM
#15
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-plugin
om: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-plugin
om:2.0.6]
help is appreciated.
thanks
jacques
-
Aug 20th, 2007, 12:20 PM
#16
I resolved that problem with alocal repository.
-
Aug 20th, 2007, 01:28 PM
#17
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
-
Aug 21st, 2007, 01:52 AM
#18
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.
-
Aug 21st, 2007, 05:11 AM
#19
Does it actually work? Can you use the soapUI to actually send a request and get a valid response?
-
Aug 21st, 2007, 06:30 AM
#20
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
-
Forum Rules