[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-07 Thread chip_schoch
One other puzzling thing. I initially deployed PojoCache-service.xml with the ClusterName as the default, Sample-Cluster. I subsequently changed the name to eLynxCluster in both the servers in my cluster and restarted everything. Now I get a warning message that says: 2007-03-06 21:38:26,980

[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-07 Thread chip_schoch
I see in chpater 8 of the docus is says set true in cache xml. Would that be my PojoCache-service.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025800#4025800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402580

[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-07 Thread chip_schoch
Yes. It is a webapp running under JBossAS 4.0.5, deployed in an EAR. Does not use EJB. Where do I set UseRegionBasedMarshalling to true? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025797#4025797 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - PojoCache can't find classloader

2007-03-06 Thread chip_schoch
I have a two server cluster and am trying to cache a sessionData object using PojoCache. When I initially start the app and try it I see the exception listed at the bottom. I am kind of confused about what I am supposed to do. I am using jdk5.0, Cache 1.4.1 SP2. I don't get any exception whe

[jboss-user] [JBoss Messaging] - Re: Failed to download and/or install client side AOP stack

2007-03-06 Thread chip_schoch
I added jboss-aop-jdk50-client.jar and jboss-aspect-jdk50-client.jar to the server lib directory, so my service wouild have access to them, and restarted jboss. Now I got a different exception: 2007-03-06 12:38:28,575 ERROR [STDERR] Exception in thread "Thread-3" 2007-03-06 12:38:28,606 ERROR

[jboss-user] [JBoss Messaging] - Re: Failed to download and/or install client side AOP stack

2007-03-06 Thread chip_schoch
I upgraded from JBossMessaging 1.01 to 1.2 today and I go the exact same message when I tried to run my messaging service. I have no clue as to the problem. If anyone can shed some light, please do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025499#4025

[jboss-user] [JBoss AOP] - Not quite getting it (aka noclassdeffound)

2007-03-03 Thread chip_schoch
I am new to AOP and have been attempting to get a basic trace advice running. I am using jdk 5.0 and annotations, JBossAS 4.0.5. I created my class and annotated a method but nothing happened. I suspected that I needed to set 'EnableLoadtimeWeaving' to true because I did not use any aopc. Is

[jboss-user] [JBoss Seam] - Re: WARNING about TransactionListener when I deploy

2007-02-14 Thread chip_schoch
I clipped off the first line. it is: java.lang.NullPointerException at $Proxy99.retainIfException(Unknown Source) at org.jboss.ejb3.stateful.StatefulRemoveFactory.createPerJoinpoint(StatefulRemoveFactory.java:56) at org.jboss.aop.advice.AspectFactoryDelegator.createPerJo

[jboss-user] [JBoss Seam] - WARNING about TransactionListener when I deploy

2007-02-14 Thread chip_schoch
I have a small seam app and when I deploy it I get: at $Proxy99.retainIfException(Unknown Source) at org.jboss.ejb3.stateful.StatefulRemoveFactory.createPerJoinpoint(StatefulRemoveFactory.java:56) at org.jboss.aop.advice.AspectFactoryDelegator.createPerJoinpoint(AspectFac

[jboss-user] [JBoss jBPM] - Re: ClassNotFoundException loading my ActionHandler

2007-01-28 Thread chip_schoch
Found my problem. I did not have jbpm jar in my webapp web-inf/lib directory so my handler was not using the same class loader as jbpm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007553#4007553 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - ClassNotFoundException loading my ActionHandler

2007-01-28 Thread chip_schoch
Jbpm 3.1.3. Using jbpm.sar in my AS I am trying use Jbpm in my webapp. I created an ActionHandler and assigned it to a transition. I get the following exception: 2007-01-28 09:15:46,656 ERROR [org.jbpm.instantiation.Delegation] couldn't load delegation class 'com.eLynx.BPM.Handler.ConsentHan

[jboss-user] [JBoss Messaging] - Re: MessageConsumer thread never goes away

2007-01-12 Thread chip_schoch
Yes, my mbean that is servicing my jms queues is running in the same jvm as the messaging service, that is, the mbean is deployed in the same default server that is running messaging. So if I understand you correctly, the thread count will continue to grow until it reaches 200 then it will begi

[jboss-user] [JBoss Messaging] - Re: MessageConsumer thread never goes away

2007-01-11 Thread chip_schoch
I am not sure what JBM is but I am running jdk1.5.0_10, JBoss 4.0.5 GA, and Messaging 1.0.1GA. It would be difficult to post my actual code in this forum but it is essentially executing the following in the onMessage(). Properties p = new Properties (); p.put (C

[jboss-user] [JBoss Messaging] - MessageConsumer thread never goes away

2007-01-11 Thread chip_schoch
I have a service that listens to and services JMS queues. I have been starting and stopping it and have been watching the thread count grow. Through a tedious trial and error session I have determined that the thread that is produced when javax.jms.Session.createConsumer() never goes away.

[jboss-user] [Messaging, JMS & JBossMQ] - Undeploying MBean leaves orphan thread

2007-01-10 Thread chip_schoch
I have an MBean that services a JMS queue. In it I create a MessageConsumer and set my object as the message listener. When I undeploy the MBean one of the threads created during the execution of the Session.createConsumer() method never goes away. I paused the thread in eclipse and I see tha

[jboss-user] [JBoss Seam] - Action Classes won't instantiate

2007-01-04 Thread chip_schoch
Seam 1.1.0GA. I used the seam tool to create an action class. I then added more methods to it. When I attempt to run it i get: javax.faces.FacesException: Error calling action method of component with id _id55:_id59 org.apache.myfaces.application.ActionListenerImpl.processAction(Acti

<    1   2