Search:

Type: Posts; User: steph007; Keyword(s):

Search: Search took 0.03 seconds.

  1. ResourceHandlingMessageInterceptor - Best Uses case

    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...
  2. Replies
    6
    Views
    2,276

    thank you for your reply jeremy but it didn't...

    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...
  3. Replies
    6
    Views
    2,276

    I've started a thread...

    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...
  4. Replies
    1
    Views
    716

    Ok I found why it is working like that after...

    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...
  5. Replies
    1
    Views
    716

    SBI 1.5.0M1 returning null instead of -1

    Hi,

    I'm using a user Pojo with a Long usrId.



    private Long usrId;

    @TableGenerator(
    name = "GEST_SEQ_UTILISATEUR_USR",
Results 1 to 5 of 5