Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    818

    Hi I am using to ignore the error in sts. ...

    Hi

    I am using to ignore the error in sts.

    Regards
  2. Replies
    1
    Views
    569

    @Aspect and spring security

    Hi

    I would like to mix @Aspect with spring security.
    In my job the security is managed by project so I have methods like these :



    public void addUser(Project project, User user)
    public...
  3. Replies
    3
    Views
    818

    Installation

    Hi

    I forget <phase>generate-sources</phase>

    Here is my working configuration :



    <querydsl.version>2.7.0</querydsl.version>...
  4. Replies
    1
    Views
    351

    Find a solution

    Here is my solution, not nice but works



    JPAQuery query = new JPAQuery(entityManager);

    query.from(...);
    query.where(...);
    query.groupBy(...);
    query.orderBy(user.dateCreated.asc());
  5. Replies
    3
    Views
    818

    query dsl install

    Hi

    Did you managed to install querydsl in sts ?
    Here is my config :

    STS : 2.9.2
    Maven :
  6. Replies
    1
    Views
    351

    spring data jpa custom query

    Hi

    I am using the spring data jpa API, everything work fine as for the moment I am making query to get entities.
    All methods (findA(...), findBy..(...)) return entities.

    I need to query the...
  7. Example with ClassPathXmlApplicationContext

    Here is an example of code



    PropertyPlaceholderConfigurer configurer = new PropertyPlaceholderConfigurer();
    configurer.setLocation(new ClassPathResource("context.properties"));
    ...
  8. Thread: 64-bit CPU

    by spcmdr
    Replies
    0
    Views
    817

    64-bit CPU

    Hi

    In the quick start available here, it seems that we need a 64-bit CPU to use Micro Cloud Foundry.

    That's a shame, I can afford a new computer to perform Paas test.
    The FAQ on...
  9. @ModelAttribute

    What do you mean?
    Should I do something like this?




    @RequestMapping("/group/{userGroupId:[0-9]+}/leave")
    public String leaveGroup(@PathVariable("userGroupId") @ModelAttribute UserGroup...
  10. Converter - An Errors/BindingResult argument is expected to be immediately

    Hi

    I need help to deal with this exception:


    java.lang.IllegalStateException: An Errors/BindingResult argument is expected to be immediately after the model attribute argument in the...
  11. Replies
    1
    Views
    1,167

    spring data jpa + spring data mongo db

    Hi

    Are we supposed to use only one of these library or they can work together?

    After hours on the net it seems to that spring data jpa use an old version of spring data common but spring data...
  12. Hi It sems that there is an opened issue on...

    Hi

    It sems that there is an opened issue on this here

    Regards
  13. Hi I am still having the same problem:...

    Hi

    I am still having the same problem:
    spring-data-jpa : 1.0.3.RELEASE
    spring-data-commons-core : 1.2.1.RELEASE
    spring-data-mongodb : 1.0.1.RELEASE
  14. org.springframework.data.convert.EntityConverter

    Hi

    I have problem making mongo db work.


    Caused by: java.lang.NoClassDefFoundError: org/springframework/data/convert/EntityConverter
    at java.lang.ClassLoader.defineClass1(Native Method)

    ...
  15. Replies
    2
    Views
    1,639

    Hi I have some question about mysql and cloud....

    Hi

    I have some question about mysql and cloud.
    Can we connect our gui to the database server ?
    How can we backup data and load data ?

    What about file, can we acces a file system to write file...
  16. Thread: addon install

    by spcmdr
    Replies
    2
    Views
    958

    addon may be not compatible

    Hi

    The vaadin web site say



    I suppose the curent version of the vaadin addon does not works with roo 1.2.
    The addon list have to be updated: 44 Y Y 1.0.1 Spring Roo addon for creating rich...
  17. Thread: addon install

    by spcmdr
    Replies
    2
    Views
    958

    addon install

    Hi

    I am trying to install the addon for vaadin with roo 1.2.
    I followed these steps

    addon list
    addon install id --searchResultId 44

    I get the following error
  18. Thread: spring 1.2

    by spcmdr
    Replies
    1
    Views
    234

    Find a solution It should work

    Find a solution



    It should work
  19. Thread: spring 1.2

    by spcmdr
    Replies
    1
    Views
    234

    spring 1.2

    Hi

    I am working in project using the version 1.2 (after years with 2.5 and 3)
    I would like to know if the is a way de create a map as a bean in the xml configuration file.

    Regards
  20. Replies
    24
    Views
    2,923

    10 messages (or less if 10 not available) ... the process resumes etc.

    Hi

    I need a small precision on the explanation.
    I am using the version 2.0.1.RELEASE of spring integration and there is no "fixed-delay" attribute in <si: poller/>

    Suppose we have a flow like...
  21. Replies
    1
    Views
    741

    Spring security tag

    Hi

    I would like to know how to use the security tag lib in web application for negative test.

    I would like to perform an if..else..endif
    I only see <sec:authorize...
  22. Replies
    4
    Views
    877

    Identify message's channel

    Hi

    Using topic with publish-subscribe-channel works fine :)

    Is it possible to have the inputChannel name in the message ?
    Or is there another way to identify the channel where the message...
  23. Replies
    4
    Views
    877

    Event Support

    Hi

    After a look at the source code I am using this:




    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans" ...
  24. Replies
    4
    Views
    877

    Spring ApplicationEvent Support

    Hi

    I would like to know how to have the namespace support int-event:.
    It is not mentioned in the last version document 2.0.0.RELEASE.

    I would like to know the proper way to send a message as...
  25. Thread: JMX security

    by spcmdr
    Replies
    0
    Views
    568

    JMX security

    Hi

    How to secure the access to the jmx server ?

    I am using the <context:mbean-export/> to export jmx bean.
    My bean are all annoted.

    I suppose that the server will have to manage that...
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4