Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behavior of Bean loading changed in RC2 (Incompatible to Apache CXF) [SPR-6410] #11076

Closed
spring-projects-issues opened this issue Nov 23, 2009 · 5 comments
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Nov 23, 2009

Mos opened SPR-6410 and commented

Please check http://forum.springsource.org/showthread.php?t=80800

RC2 doesn't work with Apache CXF anymore.
I'm sure there are other frameworks out there
which also breaks with RC2.

M4 and RC1 didn't have this problem.
Was there an accidental breaking change in RC2?


Affects: 3.0 RC2

Reference URL: http://forum.springsource.org/showthread.php?t=80800

Issue Links:

2 votes, 3 watchers

@spring-projects-issues
Copy link
Collaborator Author

Mos commented

Workaround that works for us:

Define "depends-on" for your beans that uses CXF explicitly.

<bean class="yourClass" depends-on="org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory" />

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Nov 24, 2009

Costin Leau commented

Mos, can you please try the trunk? I think the issue is related to #11032 which has been fixed already.

@spring-projects-issues
Copy link
Collaborator Author

Costin Leau commented

Hi guys,

The problem seems to be fixed from what I can see in my tests. I've tried the wsdl_first sample with RC2 (which displayed the problem described here) and then the nightly build with worked as expected.
It would be great if you could confirm this as well.

Thanks!

@spring-projects-issues
Copy link
Collaborator Author

Mos commented

Thanks, yes it works with the current trunk (SPR-TRUNKSNAPSHOT-477)

@spring-projects-issues
Copy link
Collaborator Author

Costin Leau commented

Awesome. Thanks for the quick reply.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant