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

Key: IDEA-17821
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Bjørn T Johansen
Votes: 0
Watchers: 1
Operations

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

Good code shown as red....

Created: 19 Apr 08 14:53   Updated: 21 Apr 08 14:50
Component/s: J2EE.Spring

Environment: Linux, JDK 1.6.0_06

Build: 7,807
Severity: High


 Description  « Hide
In my Spring context file, I have a bean called datasource that is shown as red when I use it, like this..:

<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
<property name="dataSource" ref="dataSource"/>
</bean>

It says that "datasource must be of javax.sql.Datasource type", which is kind of correct but my datasource is of type com.mchange.v2.c3p0.ComboPooledDataSource, so it should not be flagged as an error....

I think this error appeared in the latest build 7807...



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