[Geoserver-devel] [jira] Created: (GEOS-2856) Create DataStore fails with NPE after selecting the data store kind

Create DataStore fails with NPE after selecting the data store kind
-------------------------------------------------------------------

                 Key: GEOS-2856
                 URL: http://jira.codehaus.org/browse/GEOS-2856
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
    Affects Versions: 2.0-alpha1
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
            Priority: Blocker
             Fix For: 2.0-beta1

Can't create any kind of data store. After selecting the (vector) store kind, the following exception is thrown:

{code}
java.lang.NullPointerException
  at org.geoserver.web.data.datastore.DataStoreConfiguration.<init>(DataStoreConfiguration.java:153)
  at org.geoserver.web.data.NewDataPage$1$1.onClick(NewDataPage.java:75)
  at org.apache.wicket.markup.html.link.Link.onLin...
{code}

problem seems to be the page being receiving the workspace name instead of the workspace id, AND assuming the namespace id is the same than the workspace one... ugh..

--
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