[JBoss-user] [EJB/JBoss] - A J2EE client, that listens on three different queues, using

2006-03-21 Thread krubin
Hello All, Is it possible and reasonable to set up a single session from a J2EE client, that listens on three different queues, using three message listeners? My understanding is that each listener will share the 1 thread. I am trying to avoid using stateful session beans. Below is a fragment

[JBoss-user] [J2EE Design Patterns] - Design Question

2006-01-19 Thread krubin
Hi, I have a GUI client application that requires that I make 2 calls (with same parameters)for each message. One to cache/DB, the next to reformat message and pass it to another subsystem. I was thinking of sending data for each message to 2 seperate MDBs to keep them asynchronous with client.

[JBoss-user] [JBossCache] - Anybody have sample TreeCacheMBEan Code?

2005-12-06 Thread krubin
Hello, I deployed the TreeCacheAOP as an MBean using the file tree-aop-service.xml, copied jboss-cache.jar into ../server/all/lib. It seemed to deploy ok after running JBOSS as run -c all. Does anyone know where I can find simple example code for using TreeCacheMBean that includes a transactio

[JBoss-user] [JBossCache] - Anybody have sample TreeCacheMBEan Code?

2005-12-06 Thread krubin
Hello, I deployed the TreeCacheAOP as an MBean using the file tree-aop-service.xml, copied jboss-cache.jar into ../server/all/lib. It seemed to deploy ok after running JBOSS as run -c all. Does anyone know where I can find simple example code for using TreeCacheMBean that includes a transactio

[JBoss-user] [JBossCache] - Re: Compile errors for MBeanServerLocator and MBeanProxyExt

2005-12-04 Thread krubin
Brian, Thank you again Best Wishes, Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910562#3910562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910562 -

[JBoss-user] [JBossCache] - Compile errors for MBeanServerLocator and MBeanProxyExt

2005-12-03 Thread krubin
Hello, Can some kind soul please tell me what .jar files and directory the classes MBeanProxyExt and MBeanServerLocator are in so I can include them in my classpath and compile? Thank you!!! Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910495#39

[JBoss-user] [Beginners Corner] - Can't start first JSP, but not sure why when looking at logs

2005-11-19 Thread krubin
Hello. I tried to deploy the quote JSP for JBoss A developer's notebook. Received the following error: When starting web application at http://localhost:8080/quote/quote, I get message: HTTP Status 404 - /quote/quote type Status report message /quote/quote. description The requested resourc

[JBoss-user] [JBossCache] - Re: No ClassLoaders found for: org.jboss.cache.TreeCache

2005-11-08 Thread krubin
Brian, Thank you very much for your help! I got beyond the problem. I can see that you are helping many of us newbies. Best Wishes, Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906169#3906169 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBossCache] - Re: No ClassLoaders found for: org.jboss.cache.TreeCache

2005-11-08 Thread krubin
Ben Wang wrote: You should invoke JBoss from "all" config directory. This must be why I am having the same problem, but can someone please explain what this means? I tried to start jboss from the jboss4.0.2/../all/conf directory using /jboss_4.0.2/bin/run but I must not be getting what this m

[JBoss-user] [JBossCache] - No class loaders found when deploying jboss cache

2005-11-08 Thread krubin
Hello! I tried to copy the tree-aop-service.xml file into the D:\jboss-4.0.2\server\default\deploy directory to deploy Jboss-Cache as an MBEAN. Received the message, "Could not create deployment file for D:\jboss-4.0.2\server\default\deploy\tree-aop-service.xml . No class loaders found fo

[JBoss-user] [Advanced Documentation] - Trying to deploy Jboss-Cache aop into JBoss as MBean ... No

2005-11-08 Thread krubin
Hello! I tried to copy the tree-aop-service.xml file into the D:\jboss-4.0.2\server\default\deploy directory to deploy Jboss-Cache as an MBEAN. Received the message, "Could not create deployment file for D:\jboss-4.0.2\server\default\deploy\tree-aop-service.xml . No class loaders found for

[JBoss-user] [Beginners Corner] - Need a tutorial JBoss/Xdoclet/Entity Beans

2005-08-03 Thread krubin
Hello, I am looking for a good step by step tutorial to use JBOSS IDE to create Entity Beans with Xdoclet. I tried :http://www.laliluna.de/simple-xdoclet-ejb-tutorial.html Xdoclet would not generate interfaces or all of the xml's. Want to try another tutorial. Does anyone know of another step

[JBoss-user] [Beginners Corner] - Re: javax.ejb not found

2005-07-31 Thread krubin
Darran, It built. Thank you so much!!! People like yourself make working with J2EE possible! Regards, Ken View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887578#3887578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Beginners Corner] - javax.ejb not found

2005-07-30 Thread krubin
Hello, I am trying to use Ant with JBOSS and am having a real "newbie" type problem. When ant all is typed I get: [javac] C:\eclipse\workspace\Story\src\teste\Story.java:4: package javax.ejb does not exist [javac] import javax.ejb.*; [javac] ^ [javac] C:\eclipse\workspace\Story