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

Key: CMP-479
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Shay Banon
Reporter: Nick Minutello
Votes: 0
Watchers: 0
Operations

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

Would be nice to have more info in the mapping error messages

Created: 03/Nov/07 01:05 PM   Updated: 03/Nov/07 02:07 PM
Component/s: Compass::Core
Affects Version/s: 1.2 GA
Fix Version/s: 2.0 M1


 Description  « Hide
Consider:

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'compass' defined in URL file:src/webapp/WEB-INF/applicationContext.xml: Invocation of init method failed; nested exception is org.compass.core.accessor.PropertyNotFoundException: field not found [managedProduct]
Caused by: org.compass.core.accessor.PropertyNotFoundException: field not found [managedProduct]
at org.compass.core.accessor.DirectPropertyAccessor.resolveField(DirectPropertyAccessor.java:127)
at org.compass.core.accessor.DirectPropertyAccessor.resolveField(DirectPropertyAccessor.java:133)
at org.compass.core.accessor.DirectPropertyAccessor.resolveField(DirectPropertyAccessor.java:133)
at org.compass.core.accessor.DirectPropertyAccessor.resolveField(DirectPropertyAccessor.java:133)
at org.compass.core.accessor.DirectPropertyAccessor.resolveField(DirectPropertyAccessor.java:133)

....
"field not found [managedProduct]"

Knowing which class would be really handy.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Minutello added a comment - 03/Nov/07 02:07 PM
bonza