Hello,

I encounter some problems when using WFS-T service from geoserver with string 
attributes whose values where empty.

I use OpenLayers with MySQL backend and the WFS Transaction for empty string 
looks like

<WFS:Property><WFS:Name>MyEmptyVariable</WFS:Name><WFS:Value></WFS:Value></WFS:Property>

Geoserver interprets and stores it as a NULL value. This can lead to error for 
non Nillable columns.
For NULL value, OpenLayers actually sends

<WFS:Property><WFS:Name>MyNullVariable</WFS:Name></WFS:Property>

Which is slightly different.

Can this be checked ?

Cheers
Vincent

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to