This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I need some help with Maven resources tag. I'm trying to acheive the following,
I want to load my jndi.properties file whch has 3 name=value pairs, one for the weblogic server url, the username and password. Now in my settings.xml file, I have added a profile as below,
And in my pom.xml, I say the following,
But when I bring up my application after deployment and when I try to access my session bean, I simply get for the url "${jndi.url}" and not the replaced http://localhost:7001/console.