Do you even understand why I am getting annoyed with you?

We give you the software for free, we give you the documentation for free,
we even give you free help in these forums.

All that we ask is that you make an effort to understand what you are doing
before posting. We are interested in real problems, i.e. bugs, things that
are not in the documentation, interesting discussions.

These forums are not for people who make random, uneducated modifications
to the configuration, then dump the stacktrace into a post for others to solve.

What does it say here on the WIKI about jndi-name and use-java-context?
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJCACommon

What does the example in the FAQ post at the top of this forum show 
for the resource-ref binding in jboss.xml?
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46930

  | <jboss>
  | <enterprise-beans>
  | <session>
  |     <ejb-name>Whatever</ejb-name>
  | ...
  |    <resource-ref>
  |       <description>The default DS</description>
  |       <res-ref-name>jdbc/DataSource</res-ref-name>
  |       <jndi-name>java:/MySQLDS</jndi-name>
  |    </resource-ref>
  | </session>
  | </enterprise-beans>
  | </jboss>
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858930#3858930

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858930


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to