Hi there,
I've update my current project with the SBI 1.5.0.RC1 released and I decided to refactor the login system using the "channelSet.login(userName, password)" from the flex api instead using...
Type: Posts; User: steph007; Keyword(s):
Hi there,
I've update my current project with the SBI 1.5.0.RC1 released and I decided to refactor the login system using the "channelSet.login(userName, password)" from the flex api instead using...
thank you for your reply jeremy but it didn't work neither as it should.
After some search, I found the following register bug FLEX-147.
This is exactly what is happening and following the same...
I've started a thread about values under 0 from flex will be converted on the Java side to null and after reading this thread, I've managed to write my own JpaNumericAutogeneratedIdConverter.java to...
Ok I found why it is working like that after reading this thread
http://forum.springsource.org/showthread.php?t=91602
It is manage by JpaNumericAutogeneratedIdConverter.java
Maybe I will write...
Hi,
I'm using a user Pojo with a Long usrId.
private Long usrId;
@TableGenerator(
name = "GEST_SEQ_UTILISATEUR_USR",