Two Laptop Bag
The moose likes JBoss and the fly likes what is it all about Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "what is it all about" Watch "what is it all about" New topic
Author

what is it all about

Har Sri
Greenhorn

Joined: Dec 22, 2007
Posts: 7
we understood the purpose of <res-ref-name> , it seems that it can be used for calling beans from other beans , resource factories ,environment entries but everything is through some JNDI lookup .

For instance , But , i am expecting some comments .

<resource-ref>
<res-ref-name>ra/j-connector</res-ref-name>
</resource-ref>

The above is for a Resource Adapter . But , in the resource adapter packaged file we did not have any JNDI name using "ra/j-connector" .... but it is still working , i mean to say i am able get the reference (ConnectionFactory) . Nowhere , we did not have that JNDI name ""ra/j-connector"

So , what it is referring to ...( is it referring to ConnectionFactory of javax.resource.cci)

Having said all this , why we need it in the first palce if we are not using it ....
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what is it all about
 
Similar Threads
J2EE Development with JBoss3.2
MDB deployed in WebLogic and Queues in IBM MQ
JMS 1.1 + Weblogic + Websphere MQ + XATransactions
how to connect different datasources using multiple datasource using ENC
Multiple Instance of Web Application end Up Using Same JCA Resource