Bug 966122
| Summary: | Unable to create new gadget | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | vramik | ||||
| Component: | Portal | Assignee: | Default User <jbpapp-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | vramik | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.1.0 | CC: | bdawidow, dpospisi, epp-bugs, nscavell | ||||
| Target Milestone: | ER02 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-11-07 14:23:48 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: | |||||||
| Attachments: |
|
||||||
This is not reproducable on gatein master but reproducable on 3.6.x-prod. So either it is related to EAP/AS diff or productization commits... Nick Scavelli <nscavell> updated the status of jira GTNPORTAL-3105 to Resolved Verified in ER02 |
Created attachment 751735 [details] new_gadget_ex Description of problem: Unable to create new gadget. Follow steps to reproduce. Version-Release number of selected component (if applicable): JPP6.1.0.DR1 How reproducible: always Steps to Reproduce: 1. sign in as a root 2. go to application registry 3. click Gadget 4. click Create a new gadget 5. type something into Name input field 6. click Save Actual results: Unknown error message occurs, there is NoClassDefFoundError: org/apache/shindig/gadgets/spec/GadgetSpec in log (I'm attaching full stacktrace) Expected results: gadget is created.