Hi Danny,

We just got it working with jboss4.0.3SP1.  Actually its quite weird 
because it works with the windows installer version but not with the zip 
version.  I guess there's a different configuration and right now I 
don't have time to investigate what is the configuration change needed 
but if you checkout the branch I mentionned lower, you'll be able to get 
it to work in 4.0.3.

If you have any problems, let me know.

Francois.

PS: You'll notice huge improvements in both the architecture and the 
generated application with this version.  We should be releasing soon 
but just in case, get the svn version (we have it running under 
continuous integration).  By the way, I suggest you test with the sample 
"totaltest" rather than petstore.  It shows off more of the generated 
functionalities of the application.



François Eric a écrit :
> Hi Danny,
>
> We should really be doing a release because the version 1.0a3 is not up 
> to date at all.  We are currently branching on the head of the SVN 
> development for JBoss 4.0.3SP1 support.  Jboss4.0.2 should work for 
> version 1.0a3 though (if you want to use this for now).
>
> Otherwise, these modifications will be made early this week and can be 
> taken from this branch: 
> http://svn.sourceforge.net/svnroot/mdarad-toolbox/branches/mvmwishlist/mdarad-genapp
>  
>
>
> I'll notify you when the modifications will be done (should be before 
> wednesday).
>
> Most of the people using mdarad use the svn versions directly but I'll 
> try to make releases more often (I understand how annoying it is to 
> always grab open source projects from a repository especially when you 
> simply want to try it out).
>
> Hope this helps,
>
> François
>
>
> [EMAIL PROTECTED] a écrit :
>   
>> Hi,
>>
>> I tried mdarad 1.0a3 but have a problem when deploying to Jboss4.0.3. 
>> I did this test using the petstore sample.
>> The first screen (including login) appears and works correctly, than 
>> when I select one of the entities I get the exception copied further 
>> in this email.
>> Normally when we deploy EJBs for JBoss4.0.3 we generate local 
>> interfaces as well with EJB2.1. I am not sure if this would resolve 
>> this problem though.
>>
>> Have you already encountered this problem?
>>
>> Kind Regards,
>> Danny
>>
>>
>> 2006-09-11 09:46:24,742 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
>> EJBException in method: public abstract 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacade 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacadeHome.create()
>>  
>> throws javax.ejb.CreateException,java.rmi.RemoteException:
>> javax.ejb.EJBException: Invalid invocation, check your deployment 
>> packaging, method=public abstract 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacade 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacadeHome.create()
>>  
>> throws javax.ejb.CreateException,java.rmi.RemoteException
>>    at 
>> org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(StatelessSessionContainer.java:161)
>>  
>>
>>    at 
>> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:83)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146) 
>>
>>    at 
>> org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
>>  
>>
>>    at 
>> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
>>    at 
>> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
>>  
>>
>>    at 
>> org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613) 
>>
>>    at org.jboss.ejb.Container.invoke(Container.java:894)
>>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>    at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  
>>
>>    at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>  
>>
>>    at java.lang.reflect.Method.invoke(Method.java:585)
>>    at 
>> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
>>  
>>
>>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>>    at 
>> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
>>  
>>
>>    at 
>> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>>    at 
>> org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
>>  
>>
>>    at 
>> org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
>>    at 
>> org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:179)
>>  
>>
>>    at 
>> org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:165) 
>>
>>    at 
>> org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
>>  
>>
>>    at 
>> org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
>>    at 
>> org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
>>    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
>>    at $Proxy184.create(Unknown Source)
>>    at 
>> org.mdarad.global.ServiceLocator.getEmployeeBranchFacade(ServiceLocator.java:187)
>>  
>>
>>    at 
>> org.mdarad.samples.petstore.customer.delegates.EmployeeBranchDelegate.fetchEmployeeBranchList(EmployeeBranchDelegate.java:40)
>>  
>>
>>    at 
>> org.mdarad.samples.petstore.customer.struts.employeeBranch.EmployeeBranchSearchFormInitAction.execute(EmployeeBranchSearchFormInitAction.java:37)
>>  
>>
>>    at 
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
>>  
>>
>>    at 
>> org.mdarad.framework.util.struts.AbstractRequestProcessor.processActionPerform(AbstractRequestProcessor.java:61)
>>  
>>
>>    at 
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) 
>>
>>    at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
>>    at 
>> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>>    at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>  
>>
>>    at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>  
>>
>>    at 
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
>>  
>>
>>    at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>>  
>>
>>    at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>  
>>
>>    at 
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>  
>>
>>    at 
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>  
>>
>>    at 
>> org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
>>  
>>
>>    at 
>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
>>  
>>
>>    at 
>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
>>  
>>
>>    at 
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>  
>>
>>    at 
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>  
>>
>>    at 
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>  
>>
>>    at 
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 
>>
>>    at 
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) 
>>
>>    at 
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
>>  
>>
>>    at 
>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>  
>>
>>    at 
>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>  
>>
>>    at 
>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>  
>>
>>    at java.lang.Thread.run(Thread.java:595)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT] 
>> org.mdarad.framework.exception.SystemException: 
>> org.mdarad.framework.exception.ServiceLocatorException: Could not 
>> locate and create facade
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.samples.petstore.customer.delegates.EmployeeBranchDelegate.fetchEmployeeBranchList(EmployeeBranchDelegate.java:44)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.samples.petstore.customer.struts.employeeBranch.EmployeeBranchSearchFormInitAction.execute(EmployeeBranchSearchFormInitAction.java:37)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.framework.util.struts.AbstractRequestProcessor.processActionPerform(AbstractRequestProcessor.java:61)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> java.lang.Thread.run(Thread.java:595)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT] Caused by: 
>> org.mdarad.framework.exception.ServiceLocatorException: Could not 
>> locate and create facade
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.global.ServiceLocator.getEmployeeBranchFacade(ServiceLocator.java:189)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.samples.petstore.customer.delegates.EmployeeBranchDelegate.fetchEmployeeBranchList(EmployeeBranchDelegate.java:40)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     ... 28 more
>> 2006-09-11 09:46:24,752 INFO  [STDOUT] Caused by: 
>> java.rmi.ServerException: EJBException:; nested exception is:
>>    javax.ejb.EJBException: Invalid invocation, check your deployment 
>> packaging, method=public abstract 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacade 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacadeHome.create()
>>  
>> throws javax.ejb.CreateException,java.rmi.RemoteException
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:352)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:125)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:613) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.Container.invoke(Container.java:894)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> java.lang.reflect.Method.invoke(Method.java:585)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:179)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:165) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at $Proxy184.create(Unknown 
>> Source)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.mdarad.global.ServiceLocator.getEmployeeBranchFacade(ServiceLocator.java:187)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     ... 29 more
>> 2006-09-11 09:46:24,752 INFO  [STDOUT] Caused by: 
>> javax.ejb.EJBException: Invalid invocation, check your deployment 
>> packaging, method=public abstract 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacade 
>> org.mdarad.samples.petstore.customer.facades.EmployeeBranchSessionFacadeHome.create()
>>  
>> throws javax.ejb.CreateException,java.rmi.RemoteException
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHome(StatelessSessionContainer.java:161)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invokeHome(StatelessSessionInstanceInterceptor.java:83)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:90)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146) 
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
>>  
>>
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     at 
>> org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
>> 2006-09-11 09:46:24,752 INFO  [STDOUT]     ... 51 more
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Mdarad-toolbox-devs mailing list
>> Mdarad-toolbox-devs@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mdarad-toolbox-devs
>>   
>> ------------------------------------------------------------------------
>>
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 2006-09-08
>>   
>>     
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Mdarad-toolbox-devs mailing list
> Mdarad-toolbox-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mdarad-toolbox-devs
>
>
>
>   


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mdarad-toolbox-devs mailing list
Mdarad-toolbox-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mdarad-toolbox-devs

Reply via email to