workmanagers

Weblogic server level workmanager not being used

I have defined a work manager (Global Workmanager) which has targets as managed servers. When an ear application (containing many ejbs) is deployed on the server and the ejbs are invoked, it only uses the default WorkManager the server level workmanager is not being used. Even a server level MaxThreadsConstraint is also not being respec...

How to map commonj.work.WorkManager with weblogic 10.3 Work Manager

Hi! I am trying to use WorkManagers in Weblogic 10.3. I have defined work managers in weblogic-ejb-jar.xml. I declared a resource reference for commonj.work.WorkManager in ejb-jar.xml with the res-ref-name same as the Work manager defined in weblogic-ejb-jar.xml. Here I am posting the code MDB package test; import javax.annotation.Re...

NameNotFoundException when calling a EJB in Weblogic 10.3

First of all, I'd like to underline that I've already read other posts in StackOverflow (example) with similar questions, but unfortunately I didn't manage to solve this problem with the answers I saw on those posts. I have no intention to repost a question that has already been answered, so if that's the case, I apologize and I'd be tha...

java jsr237 workmanager get to know max queue length

Hi all! We're implementing the myfoo.de workmanager in tomcat. In the JNDI Resource you can/must configure a max queue length (works queue). Is there any way to get that number, the size of the queue, from the code (Java class)? Thank you! ...