History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17733
Type: Bug Bug
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Tobias Bergman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Cannot find *.class resource mappings for Resource[] property

Created: 11 Apr 08 19:39   Updated: 14 Apr 08 11:42
Component/s: J2EE.Spring

Environment: Windows XP SP2

Build: 7,757
Severity: Medium


 Description  « Hide
A Spring Resource[] property should assume that *.class exists, now it highlights [*.class] as not found.
For example I want to get all classes that exists in the persistence package I can add the following: [classpath*:/abc/cde/**/persistence/*.class].
If I substitute the [.class] with [.java] I get no error, but it is not likely that the java file is available at runtime...

A possible way to solve this is to check for the [.java] file if the patterns ends with [.class] .



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.