Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. hibernateTemplate with arraylist as parameter

    Hi,

    i'm trying to execute this query :


    this.getHibernateTemplate()
    find("select distinct ci.customer " +
    "from CustomerInvoice ci " +
    "where ci.id in (?) "...
  2. Replies
    6
    Views
    4,581

    Patch

    Salvatore,

    is this patch in the repository now ?

    could you include it into maven to take a look on it?


    thanx
  3. Replies
    7
    Views
    1,270

    addPasswordFieldAndLabel("password", 1); not...

    addPasswordFieldAndLabel("password", 1);

    not working !!
    i cannot type in the password field, the loginForm (the one shipped with rcp) it's also not working
  4. Replies
    7
    Views
    1,270

    I think the problem is in FormLayoutBuilder (a...

    I think the problem is in FormLayoutBuilder (a bug ?), because if i use:



    TableFormBuilder infoBuilder = new TableFormBuilder(getBindingFactory());
    infoBuilder.addPasswordField("password");
    ...
  5. Replies
    7
    Views
    1,270

    I'm using 1.1.0 version

    I'm using 1.1.0 version
  6. Replies
    7
    Views
    1,270

    Strange behavior in password field

    Hi,

    i've created several forms, but when i put a password field into a form, the letter typed doesn't appear in the field (i mean NOTHING APPEARS, event * characters).

    i happens in my form and...
  7. Replies
    3
    Views
    1,062

    thank you it works nicely now

    thank you it works nicely now
  8. Replies
    3
    Views
    1,062

    AbstractObjectTable

    hi all i have an object derived from abstractObjectTable, when executed the data appears but NO HEADER APPEARS !!

    any tip?



    package com.isthari.management.table.invoicer;

    import...
  9. Replies
    0
    Views
    615

    JUnit logic bean (outside container)

    hi all,

    i'm using spring security to secure my domain object (logic bean).
    the problems come when i try to junit test the security (without servlet container)

    mi context
    ...


    ...
  10. Replies
    1
    Views
    697

    same junit on different context ?

    hi all,

    i've created an integration test (junit) that uses a spring context, ok every thing works fine.

    but now i want to execute the same test against a different application context due to...
  11. Replies
    3
    Views
    1,106

    Map object FormModel

    Hi,


    I've a dynamic domain object stored in a map, is there any way to use in a FormModel ???


    Thanks
  12. Replies
    10
    Views
    2,476

    Perhaps a modification on...

    Perhaps a modification on CommandGroupFactoryBean,
    on initCommandGroupMembers add the following:


    else if (o instanceof AbstractControlFactory ){
    AbstractControlFactory acf =...
  13. Replies
    10
    Views
    2,476

    Very interenting, but ...

    is there any one to include in the toolbar a class that extends AbstractControlFactory ???

    I've tryed it without success.
  14. Solved .... or not

    Problema solved,

    in previous versions of RCP i used spring-binding 1.0-rc3, but with version 1.0.0 of RCP it doesn't work correctly.

    The problem was solved moving to spring-binding 1.0.

    Is a...
  15. Problem with combobox binding in 1.0.0 version

    Hi all,


    I've recently upgrade to version 1.0.0.

    It seams like trying to create an object of abstract type (ListModel)
    i've a comboboxbinding (bases on petclinic) that works perfectly, and in...
  16. Replies
    2
    Views
    1,030

    TargetableActionCommand in menuBar

    Hi all,


    Is there any way to put a TargetableActionCommand directly in the menBar ??? So the user could click directly not entering a menu.

    i've tried it but the results are not very good.

    ...
  17. I've the some issue with jdk 1.6 and jdk 1.7 but...

    I've the some issue with jdk 1.6 and jdk 1.7 but not with jdk 1.5


    anyone has a sollution ????
  18. Replies
    12
    Views
    5,615

    is the time for a wish list ???

    i agree with you, RCP works fine, but it's an alfa version and a mayor refactoring it's needed.


    Is the time for a wish list for the new version???

    - Modular, perhaps with OSGI
    - Better...
  19. Thread: doble combo

    by hipparco
    Replies
    2
    Views
    1,041

    Perfect

    Thank you,

    formModel.getValueModel("classroom.schoolYear").addValueChangeListener works fine.


    But, why doesn't the following work ?????

    formModel.addPropertyChangeListener(...

    The...
  20. Thread: doble combo

    by hipparco
    Replies
    2
    Views
    1,041

    doble combo

    Hi all,

    I'm trying to create a doble combobox in a form, example:
    -country selecion
    -state selection (based on country selection).

    I have create to binders:
    -One simple combobox binder for...
  21. Replies
    0
    Views
    738

    Poll: ApplicationEvent on an inner bean

    Hi all,

    I'm using spring applicationEvent system to propagate events to my application. In the following situation, every thing works fine:




    But when i define bean2 as a inner bean, the...
  22. Replies
    3
    Views
    1,471

    Acegi looks really hard for me. I'm trying to...

    Acegi looks really hard for me.

    I'm trying to protect a bean on the server side, that's called by a httpInvoker from the client side.

    I've look at the petclinic sample, and i have configured a...
  23. Replies
    3
    Views
    1,471

    Acegi accessDecisionManager

    hi all,

    i'm trying to configure my security according to petclinic server example. But i have a problem, i cannot manage to find out where the security contraints for each bean/operation are...
  24. Replies
    1
    Views
    964

    DecoratedControlBinding and comboBox

    Hi all,

    I'm using a DecoratedControlBinding with a combobox to add a button to open a dialog box.

    But doing this, the autocompletion of combobox doesn't work, although i'm using...
  25. Thread: WSRF Support

    by hipparco
    Replies
    0
    Views
    883

    WSRF Support

    Hi all,

    Is there any support of the WSRF in spring?

    Web Service Resource Framework is the standard for stateful WebService management.


    I'm very interesting in this area, and i would like...
Results 1 to 25 of 27
Page 1 of 2 1 2