Works like a champ. Thanks. On Tue, Nov 3, 2009 at 3:39 PM, Ben Gunter <[email protected]> wrote: > I just committed a fix on the 1.5.x branch. Please test against the latest > code from the 1.5.x branch and let me know if it works for you now. Thanks. > > -Ben > > On Mon, Nov 2, 2009 at 2:39 PM, Ben Gunter <[email protected]> wrote: >> >> This has been reported already. >> >> http://www.stripesframework.org/jira/browse/STS-723 >> >> We'll look at it for 1.5.3. >> >> -Ben >> >> On Mon, Nov 2, 2009 at 10:52 AM, Steve Miller <[email protected]> >> wrote: >>> >>> It seems the new Package Resolver in 1.5.2 doesn't work within >>> Weblogic 9.2 and 10gR3 when packaged in a war. I can unzip the war and >>> it works fine. Obviously Weblogic does weird things in deploying wars >>> and ears. Any Weblogic folks out there know a solution to this issue >>> to help the developers possibly resolve this? >>> >>> <Nov 2, 2009 10:43:41 AM EST> <Info> <Deployer> <BEA-149060> <Module >>> stripes-examples.war of application_appsdir_stripes-examples_war >>> successfully transitioned from STATE_PREPARED to STATE_ADMIN on server >>> AdminServer.> >>> 10:43:41,430 DEBUG ResolverUtil:250 - Listing classes in >>> >>> zip:C:/bea/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_stripes-examples_war/ze9vq/war/WEB-INF/lib/_wl_cls_gen.jar!/net/sourceforge/stripes/examples >>> <Nov 2, 2009 10:43:41 AM EST> <Error> <HTTP> <BEA-101165> <Could not >>> load user defined filter in web.xml: >>> net.sourceforge.stripes.controller.StripesFilter. >>> net.sourceforge.stripes.exception.StripesRuntimeException: Problem >>> instantiating default configuration objects. >>> at >>> net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:220) >>> at >>> net.sourceforge.stripes.config.RuntimeConfiguration.init(RuntimeConfiguration.java:272) >>> at >>> net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:125) >>> at >>> weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:309) >>> at >>> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) >>> at >>> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) >>> at >>> weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:88) >>> at >>> weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:56) >>> at >>> weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1618) >>> at >>> weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761) >>> at >>> weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889) >>> at >>> weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) >>> at >>> weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) >>> at >>> weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) >>> at >>> weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26) >>> at >>> weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212) >>> at >>> weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154) >>> at >>> weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80) >>> at >>> weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566) >>> at >>> weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136) >>> at >>> weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104) >>> at >>> weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) >>> at >>> weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518) >>> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) >>> at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) >>> java.lang.NullPointerException >>> at java.io.FilterInputStream.read(FilterInputStream.java:111) >>> at >>> sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411) >>> at >>> sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453) >>> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183) >>> at java.io.InputStreamReader.read(InputStreamReader.java:167) >>> at java.io.BufferedReader.fill(BufferedReader.java:136) >>> at java.io.BufferedReader.readLine(BufferedReader.java:299) >>> at java.io.BufferedReader.readLine(BufferedReader.java:362) >>> at >>> net.sourceforge.stripes.util.ResolverUtil.listClassResources(ResolverUtil.java:283) >>> at >>> net.sourceforge.stripes.util.ResolverUtil.find(ResolverUtil.java:225) >>> at >>> net.sourceforge.stripes.util.ResolverUtil.findImplementations(ResolverUtil.java:185) >>> at >>> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.findClasses(AnnotatedClassActionResolver.java:676) >>> at >>> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.init(AnnotatedClassActionResolver.java:115) >>> at >>> net.sourceforge.stripes.controller.NameBasedActionResolver.init(NameBasedActionResolver.java:125) >>> at >>> net.sourceforge.stripes.config.DefaultConfiguration.init(DefaultConfiguration.java:121) >>> at >>> net.sourceforge.stripes.config.RuntimeConfiguration.init(RuntimeConfiguration.java:272) >>> at >>> net.sourceforge.stripes.controller.StripesFilter.init(StripesFilter.java:125) >>> at >>> weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:309) >>> at >>> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) >>> at >>> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) >>> at >>> weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:88) >>> at >>> weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:56) >>> at >>> weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1618) >>> at >>> weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761) >>> at >>> weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889) >>> at >>> weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) >>> at >>> weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) >>> at >>> weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) >>> at >>> weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26) >>> at >>> weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635) >>> at >>> weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) >>> at >>> weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212) >>> at >>> weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154) >>> at >>> weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80) >>> at >>> weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:566) >>> at >>> weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136) >>> at >>> weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104) >>> at >>> weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:320) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:815) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1222) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:433) >>> at >>> weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:161) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) >>> at >>> weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) >>> at >>> weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518) >>> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) >>> at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) >>> > >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Stripes-development mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/stripes-development >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > >
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
