SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-712
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Daan de Wit
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Compass

2.1.0 M3 release includes Spring-dependent code

Created: 22/Sep/08 09:21 AM   Updated: 24/Sep/08 03:24 AM
Component/s: Compass::Core, Compass::Spring
Affects Version/s: 2.1.0 M3
Fix Version/s: 2.1.0 M4


 Description  « Hide
The 2.1.0 release contains code that is dependent on Spring and Hibernate. This seems like a bug to me since we use neither Spring nor Hibernate in our product. So can this code please be moved to separate jar files?
The classes I encountered the problem with are SpringProxyExtractor and HibernateProxyExtractor, but there may be more.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 23/Sep/08 10:00 AM
The code that uses it (ProxyExtractorHelper) takes into account the fact that they might not reside in the classpath. Can you post the exception you encountered?

Shay Banon added a comment - 23/Sep/08 12:36 PM
I think that I fixed a possible situation where this might happen. I fixed it, can you give it a try?

Daan de Wit added a comment - 24/Sep/08 03:24 AM
I got a NoClassDefFoundError on AopUtils. But it is fixed now in M4, thank you!