caelum / vraptor-test

A test plugin for vraptor
http://vraptor.org
Other
12 stars 9 forks source link

VRaptor filter can't be injected anymore #11

Closed csokol closed 11 years ago

csokol commented 11 years ago

All tests are failing after upgrading vraptor version :-(

Since vraptor's beans.xml have the following entry:

<exclude name="br.com.caelum.vraptor.*" />

We cannot inject the filter anymore. Is there anyway to solve this in our code only? If I remove this entry from vraptor some of the tests pass...

Turini commented 11 years ago

If we remove this exclude, all the problems are solved? I think we can remove it, since there is not a great gain anyway. If it solve vraptor-tests problems, you can send a PR removing filter exclusion, or let me know that I remove myself

csokol commented 11 years ago

Solved here! https://github.com/asouza/vraptor-test/commit/3687e189bf14f9c91ada24af4c573a4eab0c21c6