Bug 1103713
| Summary: | Remove the wicket-war and wicket-ear quickstarts because they use unsupported features. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | sgilda |
| Component: | Quickstarts | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.3.0 | CC: | bsutter, jdoyle, jkudrnac, ozizka, pmuir |
| Target Milestone: | ER5 | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Deprecated Functionality | |
| Doc Text: |
The *wicket-war* and *wicket-ear* quickstarts depend on the *seam-conversation-weld* jar. Because Seam is not supported, these quickstarts have been removed from the examples that ship with JBoss EAP 6.3.
|
Story Points: | --- |
| Clone Of: | 1095892 | Environment: | |
| Last Closed: | 2014-06-28 15:44:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1095892 | ||
| Bug Blocks: | |||
|
Description
sgilda
2014-06-02 12:11:37 UTC
Setting this one VERIFIED as it's a subset of already verified BZ 1095892. Adding the following text to the topic 'Unsupported Features [30480]' The wicket-war and wicket-ear quickstarts depend on the seam-conversation-weld.jar. Because Seam is not supported, these quickstarts have been removed from the examples that ship with JBoss EAP 6.3. I'm looking now at Wicket 7.2. It seems that wicket-cdi 6.0 (for Wicket 6.x) still depends on seam-conversation 3.0. The Wicket team is waiting for CDI 2.0 which should have an api to control the conversation scope. Or maybe Weld already has it for CDI 1.1? https://github.com/apache/wicket/tree/wicket-7.x/wicket-cdi-1.1 (This is 7.3.0-SNAPSHOT at the moment). There is also https://github.com/apache/wicket/tree/wicket-6.x/wicket-cdi-1.1 for Wicket 6.x. So, there is wicket-cdi for CDI 1.0 and wicket-cdi-1.1 for CDI 1.1 |