Thanks that helped.
I found that I also had to edit the ejb3-inteceptors-apo.xml file. There was a point cut that needed changing:
<annotation expr="!class((a)org.jboss.annotation.ejb.PoolClass)">
| @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=30, timeout=10000)
| </annotation>
|
However, there still seems to an upper limit of only 99 MDB instances. Despite changing any of the aforementioned properties. Do you know how to get past this limit?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250222#4250222
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250222
Hi,
I am trying to migrate our ejb3 application from JBoss 4.2.3 to JBoss 5.1.0. The application is accessed by a swing rich client and deployed using Java Web Start.
With JBoss 4.2.3 I used to include on the client side the jbossall-client.jar lib. Now with 5.1, The $JBOSS_HOME/client/jbossall-client.jar library that used to bundle the majority of jboss client libraries, is now referencing them instead through the Class-Path manifest entry. This requires that you have jbossall-client.jar together with the other client/*.jar libraries, so they can be found.
Is this the only solution ? I mean I can't realisticaly bundle tens of jars in my JavaWebStart app while before I only had to bundle one ! Plus I don't think I need to include the 98 jar that can be found in $JBOSS_HOME/client
Has anyone any pointers ?
Thanks,
- Patrick
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250221#4250221
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250221
Hi,
I am trying to configure DatabaseServerLoginModule for my web application. I have login page with user name and password when click on submit what should happen I am having one basic question. So when I clcik on submit will JBoss check for credentials or we have to check against the database programatically. please let me know I am new to this. please help.
please also send me the sample code if you have for authentication and authroization using JBoss.
regards
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250213#4250213
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250213