Multiple IoC registries

2009-07-16 Thread P . Stavrinides
Hi, We are in the process of breaking up a large code base into IoC modules and are looking to use a standalone implementation of Tapestry IoC for collective modules as a library. This code will be used a desktop application, but we are also hoping to reuse it in Tapestry web applications

multiple IoC Registries

2009-01-30 Thread Dude.Checkitout
Getting the following error when refreshing/redeploying the web application in JBoss. [org.apache.tapestry5.ioc.internal.SerializationSupport] Setting a new service proxy provider when there's already an existing provider. This may indicate that you have multiple IoC Registries. For maintenance

Re: multiple IoC Registries

2009-01-30 Thread Howard Lewis Ship
when there's already an existing provider. This may indicate that you have multiple IoC Registries. For maintenance reasons, all the tapestry jar files are kept out of WEB-INF/lib folder and kept in JBoss loadable folders. Each time the web app reloads, above error is written into the log file

Re: multiple IoC Registries

2009-01-30 Thread Dude.Checkitout
when refreshing/redeploying the web application in JBoss. [org.apache.tapestry5.ioc.internal.SerializationSupport] Setting a new service proxy provider when there's already an existing provider. This may indicate that you have multiple IoC Registries. For maintenance reasons, all

Re: multiple IoC Registries

2009-01-30 Thread Howard Lewis Ship
wrote: Getting the following error when refreshing/redeploying the web application in JBoss. [org.apache.tapestry5.ioc.internal.SerializationSupport] Setting a new service proxy provider when there's already an existing provider. This may indicate that you have multiple IoC Registries