hi
Can anyone guide me with the steps in creating the resource ref in the Message Driven bean. When i run i get the following
C:\Sun\Projects\simple>appclient -client MSBApplicationClient.jar
JNDI lookup failed: javax.naming.NameNotFoundException: No object bound to name
java:comp/env/jms/MyQcf
My set up is like this
Connection Factory jms/MyQcf
Destination Resource jms/MyQueue
Physical Destination PhysicalQueue
I am using the deploy tool for sun java system application server platform edition 8.
I have created a application and within which the MessageDrivenBean is an "Enterprise Bean" and the client is "Application Client"
and the contents of MSBApplicationClient.Jar is therefore
C:\Sun\Projects\simple>c:\sun\appserver\jdk\bin\jar -tf MSBApplicationClient.jar
META-INF/sun-j2ee-ri.project
SimpleMessageClient.class
app-client-ic.jar
samples/ejb/mdb/simple/ejb/SimpleMessageBean.class
ejb-jar-ic.jar
.com.sun.deployment.backend.lock
META-INF/application.xml
META-INF/sun-application.xml
Please someone help