[
https://issues.apache.org/jira/browse/CXF-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586051#action_12586051
]
Wim Verreycken commented on CXF-1390:
-------------------------------------
Hi,
I tried to make an example and it reliably produces this error.
I'll upload the source and all xml files.
Some notes :
I'm using spring 2.5.2 binary with dependecies
I'm using common-el.jar, servlet-api and jsp api from tomcan 5.0 (I will try
with a newer version, but this worked fine for all my projects till now)
I don't want to use the geronimo apis, so I replaced them with the 3 previous +
necessarty libs from spring 2.5.2. If not in Spring, latest snapshot.
I copied most of the source from this article, wich also stated in the comment
that it does not work on spring 2.5.x, I just changes the mistaked (I hope) and
seperated service and busines logic.
http://wheelersoftware.com/articles/spring-cxf-web-services.html
I use tomcat 5.0
Side problem :
the xsd at xmlns:jawxs="http://cxf.apache.org/jaxws " is no longer available??
(What happened to it?)
This seems to produce a catched Exception (I think it it continues without
schema verification?)
Hope this will help.
Wim Verreycken
> Upgrade to Spring 2.5
> ---------------------
>
> Key: CXF-1390
> URL: https://issues.apache.org/jira/browse/CXF-1390
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.3
> Reporter: Dan Diephouse
>
> CXF doesn't work correctly on Spring 2.5. For instance, you get this:
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'jrulesService': Unsatisfied dependency expressed
> through constructor argument with index 2 of type
> [org.apache.cxf.jaxws.JaxWsServerFactoryBean]: Ambiguous constructor argument
> types - did you specify the correct bean references as constructor arguments?
> (What ever happened to the famed backward compatability!? :-) *sigh*)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.