Bugs item #545319, was opened at 2002-04-17 13:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=545319&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Christian Riege (lqd)
Assigned to: Bill Burke (patriot1burke)
Summary: exception on redeploy of entity bean

Initial Comment:
bill this should be yours as its happening in
AbstractInstanceCache:

reproduce by:

1. deploy entity bean
2. call method on entity bean
3. redeploy entity bean

you will get the following stack trace:

20:54:44,234 ERROR
[Log4jService$ThrowableListenerLoggingAdapter]
unhandled throwable
java.lang.NullPointerException
        at
org.jboss.ejb.plugins.AbstractInstanceCache$1.execute(AbstractInstanceCache.java:525)
        at
org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:206)
        at java.lang.Thread.run(Thread.java:479)


this is repeated several times.

the attached testcase exposes the problem.


----------------------------------------------------------------------

>Comment By: Bill Burke (patriot1burke)
Date: 2002-04-17 14:05

Message:
Logged In: YES 
user_id=176497

Already fixed in Branch_3_0 and head.
Hi Christian!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=545319&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to