Adding tapestry-upload to app causes TapestryFilter to fail initialization
--------------------------------------------------------------------------
Key: TAPESTRY-2135
URL: https://issues.apache.org/jira/browse/TAPESTRY-2135
Project: Tapestry
Issue Type: Bug
Components: tapestry-upload
Environment: Glassfish 2
Reporter: Will
Fix For: 5.0.10, 5.0.9
After adding tapestry-upload to my app, TapestryFilter fails to initialize with
the following exception:
java.lang.RuntimeException: Service id 'MultipartDecoder' has already been
defined by
org.apache.tapestry.upload.services.UploadModule.buildMultipartDecoder(ThreadCleanupHub,
RegistryShutdownHub, ObjectLocator) (at UploadModule.java:49) and may not be
redefined by
org.apache.tapestry.upload.services.UploadModule.buildMultipartDecoder(ThreadCleanupHub,
RegistryShutdownHub, ObjectLocator) (at UploadModule.java:49). You should
rename one of the service builder methods.
at
org.apache.tapestry.ioc.internal.RegistryImpl.<init>(RegistryImpl.java:174)
at
org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java:131)
at
org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(TapestryAppInitializer.java:143)
at org.apache.tapestry.TapestryFilter.init(TapestryFilter.java:71)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]