Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Reopened: (UDIG-1686) Tools are deactivated after restarting udig.

     [ http://jira.codehaus.org/browse/UDIG-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio Pazos reopened UDIG-1686:
----------------------------------


Unfortunately, I have realized we don't resolve the bug.

The first time, when the layer is created, the ShowViewInterceptor.run method receives an UDIGFeatureStore, it is ok, because the tools can ediit it (the tools are available).

But, if you close udig and reopen it, the same layer has a DefaultQuery. DefaultQuere is not a DataStore, then the tools are not available to edit it
  


> Tools are deactivated after restarting udig.
> --------------------------------------------
>
>                 Key: UDIG-1686
>                 URL: http://jira.codehaus.org/browse/UDIG-1686
>             Project: uDIG
>          Issue Type: Bug
>          Components: tools and editing
>    Affects Versions: UDIG 1.2.RC3
>         Environment: kubuntu 9.10 x86, java 1.6, udig 1.2-rc4 
>            Reporter: Aritz Davila
>            Assignee: Mauricio Pazos
>            Priority: Critical
>             Fix For: UDIG 1.2.x
>
>
> It happens on udig 1.2-rc4.
> After restarting uDig all the tools are deactivated.
> To produce this error do the next steps:
> -Create a new map with a polygon layer.
> -Draw a feature and save the layer.
> -Close uDig and launch again.
> -Take a look at the tools and you will see all of then are deactivated.
> It seems that this error is because all the tools can't activated. Take a look which condition on the activations is preventing the tool to activate (for example, the tool could look if the layer has a geometry and the layer return it hasn't a geometry, even if it really has, but the tool receives a false so it won't active.) 

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

        


Back to the top