Hi folks,
I am going crazy with this and I would appreciate any help or hint!
Here is the sample:
RadiusServersDAO serversDao = new RadiusServersDAOImpl(sqlMapper);
RadiusServers aServer = getServerCraft()...
String endline = System.getProperty("line.separator");
String adminSecret = "aaa"; //$NON-NLS-1$
adminSecret += endline;
aServer.setAdminSecret(adminSecret);
serversDao.updateByPrimaryKey(aServer);
Once the update is done my 'admin_secret_ column contains entry which
is trimmed of the newline. I tried the same with pure JDBC and that
works.
Please help!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]