Eric Darchis
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Eric Darchis created a post, spring config jndi-lookup id="foo" marked red as not allowed
I have a spring 2.x config file that contains a <jee:jndi-lookup id="xxxxxDS"..../>This is working fine but IntelliJ marks it as wrong:If you check the documentation, this attribute is meant to be ... -
-
Eric Darchis created a post, binary files not included in classpath for junit tests
Hi,In a project, I have some crypto features that bundle their key along with the class. The project is built with ant and the key is properly bundled in the destination jar.When I want to run the ...