[jboss-user] [JNDI and Naming] - Re: Reference cannot be cast to DataSource w/ standalone app client

Steve Maring do-not-reply at jboss.com
Tue Sep 20 09:03:12 EDT 2011


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&containerType=14&container=2083]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110920/74003486/attachment.html 


More information about the jboss-user mailing list