anonymous wrote :
|
| I have made the changes to conf/jboss-service.xml and also to standardjboss.xml to use
pooled invoker. What puzzles me is if i comment out UNIFIED INVOKER and the CONFIGURATION
in jboss-service.xml all of the SPECJ ejb jars deployment fails.
|
| Can anyone explain this or experience this with SPECjAppServer2004 ?
|
| I am using FC5, SPECjAppServer2004 and MySQL 5.0.8 for my setup.
|
| Also my change for POOLED INVOKER to standardjboss.xml differs from entity-rmi-invoker
using UNIFIED INVOKER only in the making the following line -
|
| <invoker-mbean>jboss:service=invoker,type=unified</invoker-mbean>
|
| to
|
| <invoker-mbean>jboss:service=invoker,type=pooled</invoker-mbean>
|
| I would like to know if all client and server interceptors from UNIFIED invoker be
still valid for POOLED INVOKER -
|
| <invoker-proxy-binding>
| entity-rmi-invoker
| <invoker-mbean>jboss:service=invoker,type=POOLED</invoker-mbean>
| <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
| <proxy-factory-config>
| <client-interceptors>
|
| org.jboss.proxy.ejb.HomeInterceptor
| org.jboss.proxy.SecurityInterceptor
| org.jboss.proxy.TransactionInterceptor
| <interceptor
call-by-value="false">org.jboss.invocation.InvokerInterceptor
| <interceptor
call-by-value="true">org.jboss.invocation.MarshallingInvokerInterceptor
|
|
| org.jboss.proxy.ejb.EntityInterceptor
| org.jboss.proxy.SecurityInterceptor
| org.jboss.proxy.TransactionInterceptor
| <interceptor
call-by-value="false">org.jboss.invocation.InvokerInterceptor
| <interceptor
call-by-value="true">org.jboss.invocation.MarshallingInvokerInterceptor
|
| <list-entity>
| org.jboss.proxy.ejb.ListEntityInterceptor
| org.jboss.proxy.SecurityInterceptor
| org.jboss.proxy.TransactionInterceptor
| <interceptor
call-by-value="false">org.jboss.invocation.InvokerInterceptor
| <interceptor
call-by-value="true">org.jboss.invocation.MarshallingInvokerInterceptor
| </list-entity>
| </client-interceptors>
| </proxy-factory-config>
| </invoker-proxy-binding>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995280#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...