fondazionebordoni / jardin

Automatically exported from code.google.com/p/jardin
GNU General Public License v3.0
0 stars 0 forks source link

Changing values is broken for tables with non-integer primary keys #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a resultset with a non-integer primary key
2. Edit a field on a row in the grid
3. Commit change

What is the expected output? What do you see instead?
Change is expected to be saved but an error is displayed: 

  The call failed on the server; see server log for details

The server log says:

  Service method 'public abstract java.lang.Integer
  it.fub.jardin.client.ManagerService.updateObjects(java.lang.Integer,java.util.List,java.lang.String) throws
  it.fub.jardin.client.exception.HiddenException' threw an unexpected exception: java.lang.NullPointerException

Original issue reported on code.google.com by gpantane...@gmail.com on 15 Apr 2010 at 4:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r181.

Original comment by gpantane...@gmail.com on 15 Apr 2010 at 4:16