[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2266) Creating New Seam Project Impossible if server / runtime is changed

Rob Stryker (JIRA) jira-events at lists.jboss.org
Thu May 29 02:30:49 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2266?page=comments#action_12414740 ] 
            
Rob Stryker commented on JBIDE-2266:
------------------------------------

Even when clicking "modify" on the configuration and lowering the java facet version to 5.0, the wizard still does not do EVERYTHING it is supposed to. 


SeamFacetPostInstallDelegate.execute(IProject project, IProjectFacetVersion fv, Object config, IProgressMonitor monitor) throws CoreException {
	final IDataModel model = (IDataModel) config;
	IServer server = (IServer) model.getProperty(JBOSS_AS_TARGET_SERVER);

In the above code, server is always null and never has a proper value.   I don't know why this is, but as I test it, it always is null. 

> Creating New Seam Project Impossible if server / runtime is changed
> -------------------------------------------------------------------
>
>                 Key: JBIDE-2266
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2266
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 3.0.alpha
>         Environment: Ganymede environment
>            Reporter: Rob Stryker
>         Attachments: JBIDE-2266a.jpg, JBIDE-2266b.jpg, JBIDE-2266c.jpg
>
>
> Creating a project is impossible once you switch the runtime, even if you switch it back.  This could be caused for any number of reasons. I don't know any of them ;) 
> Execute:  New Seam Project
> Execute:  Type a name
> Execute:  Switch runtime from selected runtime to "none"
> Execute: Switch runtime back to previously selected runtime
> Notice:  Error message, impossible to move forward

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

        



More information about the jbosstools-issues mailing list