Description of problem: trying the $SUBJECT results in the following error being displayed in the UI. Failed to send create resource request to agent. Cause: javax.ejb.EJBException:javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: org.rhq.core.domain.configuration.Configuration -> javax.persistence.PersistenceException:org.hibernate.PersistentObjectException: detached entity passed to persist: org.rhq.core.domain.configuration.Configuration -> org.hibernate.PersistentObjectException:detached entity passed to persist: org.rhq.core.domain.configuration.Configuration Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. JBoss AS Inventory page, create new child drop down, select "Web Application (WAR)" 2. Click "Upload File", and upload an intentionally corrupted war file (so that the deployment fails) 3. Finish the deployment 4. Back on the inventory page, click on "Resubmit" link in the "Create Child Resource Requests" table 5. This time upload a "deployable" war file. 6. Notice the error message once you finish the deployment. Actual results: A create child resource request can't be resubmitted Expected results: A request should be resubmitted. Additional info: Since one has to fill in and upload all the data again in the resubmit workflow anyway, this isn't much different from just making a new create request.
closing per gwt effort