[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3702) NotBoundException when undeploying Seam examples on AS5

Norman Richards (JIRA) jira-events at lists.jboss.org
Wed Jan 21 09:52:15 EST 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12448993#action_12448993 ] 

Norman Richards commented on JBSEAM-3702:
-----------------------------------------

Do you have a complete example of a jboss-structure.xml that works?  Whenever I tried to create one, the only effect was that the application would be completely ignored and wouldn't deploy. Is it realistic to create a jboss-structure.xml that will work across multiple example apps with roughly the same structure?  What about WAR files?  I guess we would need two versions for each app -  one for deploying as an EAR and for deploying as a WAR, right?  

Is there any way we can add metadata to the jboss-app.xml to indicate how we want the app treated?  It seems like this should be at most a one-line change for an app, if not the default behavior for the server.   Deleting the file from the deploy directory has always been a clean way to undeploy an application, and it's really strange that now we don't have a clean undeploy.  I'm not trying to be overly critical.  I'm just trying to figure out what our official answer is to someone who asls "How do I undeploy an application?".  

Before you could use the MBeans to deploy/undeploy an application.  Undeploying did not remove the files from the deploy directory.  In fact, you could easily use the MBeans to deploy/undeploy an application directly from your own project's build directory if you wanted.  We generally didn't do that because making a connection to the MBeanServer required a login, which complicates things.  But, it was definitely an option.




> NotBoundException when undeploying Seam examples on AS5
> -------------------------------------------------------
>
>                 Key: JBSEAM-3702
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3702
>             Project: Seam
>          Issue Type: Bug
>          Components: EJB3, Examples
>    Affects Versions: 2.1.0.SP1
>         Environment: JDK 6
> AS 5 trunk
> Seam trunk r9564
>            Reporter: Jozef Hartinger
>             Fix For: 2.1.2.CR1
>
>         Attachments: booking-undeploy.txt, dvdstore-undeploy.txt, wicket_undeploy_.txt
>
>
> I am getting NotBoundException when undeploying Seam example when @Remove method is being called on statefull session bean. Affected examples are booking, dvdstore, nestedbooking, icefaces. Basic interaction with the example is needed before undeployment to reproduce the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list