I' was not involved in the development of JBOSS  nor EJB,
I see examples and try to execute  them ,  but they  require you to include 
tons of different specific JAR files
I respect I need to include  OBJECTS  but how the hell can I find whar JAR  to 
USE ??????? 
Of coarse it is easy  once you have figered ut what JARS and what module 
The default setting helps you a bit  but then you need to add one more 
Typing error  or  ...... NO way to know 
Days fly away  looking for  the impossible ....

  activationConfig  is defened where  ???????   JMS ....???
  -------------------
  ProducerObject                                        ??????
  ProducerManager 
  nf.format                                              ??????

  environment ::   EJB3 POJO

@Consumer(activationConfig =
          -------------------                                           {
                                                         
@ActivationConfigProperty(propertyName="destinati
----------------------------------------------------
  JMS Client 

        InitialContext ctx = new InitialContext();
        l dbq = () ctx.lookup(
                       .class.getName());
        ProducerObject po = (ProducerObject) cal;
        ProducerManager manager = po.getProducerManager();

        manager.connect(); // internally create a JMS connection
        try {
          result = nf.format(
        } finally {
          manager.close(); // clean up the JMS connection
        }       

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to