Also, would it be possible to have separate Jira category for the Web based admin tool.
And another showstopper: I can't seem to add Feature Types. After creating an Oracle DataStore I switch to the FeatureTypes tab. The combo box for FeatureTypeName is empty (should this really be a combo box??) and if I click new I get the following stack trace:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1480)
at org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatureTypesNewAction.java:69)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
I'll add this to Jira when there is a new category for it, but for now do you know why this is happening?
Sean
-----Original Message-----
From: Jody Garnett [mailto:jgarnett@anonymised.com]
Sent: Friday, 23 January 2004 6:44 AM
To: Geoserver-devel
Subject: [Geoserver-devel] Feedback Request for Release 1.2 Alpha
To All:
If you have not manged to do so already I invite you to
download the Alpha:
Please download this and try it out on your conf directory:
- provides useful error messages during the load process
- limited parsing of FeatureType schema.xml files
- GeoServer 1.2 Alpha uses the same conf directory structure
as GeoServer 1.1
You may be able to catch configuration problems that
GeoServer 1.1 missed!
If you do find any bugs relating to the loading process
please make use of Jira.
Currently I am writing up a list of recommendations for the
next phase of development for the GeoServer's Configuration
User Interface. The next phase is the last funded phase of
GeoServer development for my current project.
Cheers,
Jody
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004 Premiere
Conference on Open Tools Development and Integration See the
breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Also, would it be possible to have separate Jira category for the Web based admin tool.
And another showstopper: I can't seem to add Feature Types. After creating an Oracle DataStore I switch to the FeatureTypes tab. The combo box for FeatureTypeName is empty (should this really be a combo box??) and if I click new I get the following stack trace:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1480)
at org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatureTypesNewAction.java:69)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
I'll add this to Jira when there is a new category for it, but for now do you know why this is happening?
We may have to wait for Richard on this one,
I can talk about the Jira part though:
Unknown
ArcSDE - dataStore issues
Configuration - Problems with the configuration system
DTO - Problems with the DataTransferObject containing configuration information
Error Reporting
Global - Problems with the actual GeoServer application: WFS, WMS and Data (=Catalog)
Oracle - dataStore issues
PostGIS - dataStore issues
Struts - Problems with FormBeans or Actions (the web based stuff)
Transactions/Locking - Problems with Transaction or Locking Support
Validation - Validation Subsystem
WFS - problems with the WFS Servletts
WMS - problems with the WMS Servletts
So for your problem I would of selected "Configuration" and "Struts" (you can select more then one category).
My guess for your problem is that you need to select a FeatureType from the DataStore in order to add. If the list of FeatureTypes is empty your DataStore may not be set up correctly? Do you get a value back from a call to OracleDataStore.getTypeNames()? You should be able to tell if your OracleDataStore worked by hitting submit (one cannot switch directly to FeatureTypes). If submit comes back with out errors everything should be okay.
Currently the combo box is populated with FeatureTypes that are available in the
DataStore. If the combo box is empty, it probably means that it was unable to
retrieve the FeatureTypes from the DataStore.
I will look into this, but I can't at the moment, as the code is in a state of
chaos on my system due to the problems experienced by sourceforge.
Thanks,
Richard
Zitat von "Geoghegan, Sean" <Sean.Geoghegan@anonymised.com>:
Also, would it be possible to have separate Jira category for the Web based
admin tool.
And another showstopper: I can't seem to add Feature Types. After creating
an Oracle DataStore I switch to the FeatureTypes tab. The combo box for
FeatureTypeName is empty (should this really be a combo box??) and if I click
new I get the following stack trace:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1480)
at
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
I'll add this to Jira when there is a new category for it, but for now do you
know why this is happening?
Sean
> -----Original Message-----
> From: Jody Garnett [mailto:jgarnett@anonymised.com]
> Sent: Friday, 23 January 2004 6:44 AM
> To: Geoserver-devel
> Subject: [Geoserver-devel] Feedback Request for Release 1.2 Alpha
>
> To All:
>
> If you have not manged to do so already I invite you to
> download the Alpha:
>
> http://prdownloads.sourceforge.net/geoserver/geoserver-1.2-alp
> ha.tar.gz
>
> Please download this and try it out on your conf directory:
> - provides useful error messages during the load process
> - limited parsing of FeatureType schema.xml files
> - GeoServer 1.2 Alpha uses the same conf directory structure
> as GeoServer 1.1
>
> You may be able to catch configuration problems that
> GeoServer 1.1 missed!
> If you do find any bugs relating to the loading process
> please make use of Jira.
>
> Currently I am writing up a list of recommendations for the
> next phase of development for the GeoServer's Configuration
> User Interface. The next phase is the last funded phase of
> GeoServer development for my current project.
>
> Cheers,
> Jody
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004 Premiere
> Conference on Open Tools Development and Integration See the
> breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel