[ 
https://issues.apache.org/jira/browse/TAP5-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663101#action_12663101
 ] 

Howard M. Lewis Ship commented on TAP5-443:
-------------------------------------------

$ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Tapestry File Upload Component Library
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /Users/Howard/work/tapestry5/tapestry-upload/target
[INFO] [cobertura:clean {execution: clean}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.tapestry:tapestry-core:5.1.0.0-SNAPSHOT: checking 
for updates from tapestry
[WARNING] repository metadata for: 'snapshot 
org.apache.tapestry:tapestry-core:5.1.0.0-SNAPSHOT' could not be retrieved from 
repository: tapestry due to an error: Error transferring file
[INFO] Repository 'tapestry' will be blacklisted
[INFO] snapshot org.apache.tapestry:tapestry-core:5.1.0.0-SNAPSHOT: checking 
for updates from tapestry-snapshot
[WARNING] repository metadata for: 'snapshot 
org.apache.tapestry:tapestry-core:5.1.0.0-SNAPSHOT' could not be retrieved from 
repository: tapestry-snapshot due to an error: Error transferring file
[INFO] Repository 'tapestry-snapshot' will be blacklisted
[INFO] snapshot org.apache.tapestry:tapestry-core:5.1.0.0-SNAPSHOT: checking 
for updates from OpenQA_Release
[INFO] snapshot org.apache.tapestry:tapestry-ioc:5.1.0.0-SNAPSHOT: checking for 
updates from OpenQA_Release
[INFO] snapshot org.apache.tapestry:tapestry-test:5.1.0.0-SNAPSHOT: checking 
for updates from OpenQA_Release
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to 
/Users/Howard/work/tapestry5/tapestry-upload/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 13 source files to 
/Users/Howard/work/tapestry5/tapestry-upload/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/Users/Howard/work/tapestry5/tapestry-upload/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
[Parser] Running:
  /Users/Howard/work/tapestry5/tapestry-upload/src/test/conf/testng.xml

Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 sec

Results :

Tests run: 43, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/Users/Howard/work/tapestry5/tapestry-upload/target/tapestry-upload-5.1.0.0-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: default}]
[INFO] Building jar: 
/Users/Howard/work/tapestry5/tapestry-upload/target/tapestry-upload-5.1.0.0-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing 
/Users/Howard/work/tapestry5/tapestry-upload/target/tapestry-upload-5.1.0.0-SNAPSHOT.jar
 to 
/Users/Howard/.m2/repository/org/apache/tapestry/tapestry-upload/5.1.0.0-SNAPSHOT/tapestry-upload-5.1.0.0-SNAPSHOT.jar
[INFO] Installing 
/Users/Howard/work/tapestry5/tapestry-upload/target/tapestry-upload-5.1.0.0-SNAPSHOT-sources.jar
 to 
/Users/Howard/.m2/repository/org/apache/tapestry/tapestry-upload/5.1.0.0-SNAPSHOT/tapestry-upload-5.1.0.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Mon Jan 12 13:32:42 PST 2009
[INFO] Final Memory: 11M/28M
[INFO] ------------------------------------------------------------------------
~/work/tapestry5/tapestry-upload
$ 



BTW, when there are multiple markers at the point of injection, what's injected 
is based on the intersection of type and all markers.

> There are two services that implement ComponentEventResultProcessor, and 
> declare the @Traditional marker
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-443
>                 URL: https://issues.apache.org/jira/browse/TAP5-443
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Fernando
>            Priority: Blocker
>
> This causes a bad exception when tapestry tries to resolve an IoC dependency 
> asking for @Traditional ComponentEventResultProcessor...
> I think you just want to remove it from 
> ComponentInstanceResultProcessor.java, and remove it from 
> TapestryModule.java:1346 (where it uses the secondary marker, 
> @ComponentInstanceProcessor ).

-- 
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]

Reply via email to