deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
146 stars 99 forks source link

Insert doesn't work when >1 featureStore is loaded #813

Open jarped opened 7 years ago

jarped commented 7 years ago

This check https://github.com/deegree/deegree3/blob/3c99a88a3f4fe57ec59cf175bcc0636725f1fef2/deegree-services/deegree-services-wfs/src/main/java/org/deegree/services/wfs/TransactionHandler.java#L372

due to getting only the first featureStore https://github.com/deegree/deegree3/blob/3c99a88a3f4fe57ec59cf175bcc0636725f1fef2/deegree-services/deegree-services-wfs/src/main/java/org/deegree/services/wfs/TransactionHandler.java#L398

and the first schema https://github.com/deegree/deegree3/blob/3c99a88a3f4fe57ec59cf175bcc0636725f1fef2/deegree-services/deegree-services-wfs/src/main/java/org/deegree/services/wfs/TransactionHandler.java#L437

jarped commented 7 years ago

PR: 3.3 - https://github.com/deegree/deegree3/pull/814 3.4 - https://github.com/deegree/deegree3/pull/815

copierrj commented 6 years ago

@jarped The TMC looked at both pull requests. See comments there. Could you provide some more information about your use case?