Steve Maring [
http://community.jboss.org/people/stevemaring] created the discussion
"Re: Reference cannot be cast to DataSource w/ standalone app client"
To view the discussion, visit:
http://community.jboss.org/message/627482#627482
--------------------------------------------------------------
I cracked open the MANIFEST.MF on the jbossall-client.jar and came to the realization that
my shotgun was not NEARLY large enough! I found a much more effective weapon in the form
of:
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-client</artifactId>
<version>6.1.0.Final</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Simple, clean, and effective!
Issue SOLVED
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/627482#627482]
Start a new discussion in JNDI and Naming at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]