Hey All!

I'm trying to write a scheduling Tool, where a MessageDriven Bean gets a hit to start 
scheduling, because it takes some time. This MDB passes the call to either a Session 
Bean or a standard JavaClass, where the logic is implemented.

The deal to assign 25 Employees recursive to about 500 activities.
When I run it with the standard JavaClass it takes about 1,5 Hours.
When I run it with the SessionBean the first assignments run about 5 times faster, but 
after nearly 5 minutes I get a timeout and another minute of errorstack.

The question is, how can I fasten the JavaClass or avoid the timeout with the 
SessionBean?

Thanks in advance for your help,
Karsten

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to