Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Thread: Avro job

    by ch4mp
    Replies
    2
    Views
    457

    I finally found a solution. It would have been...

    I finally found a solution. It would have been easier if I (and 90 readers up to now ;)) had a better memory about Spring dependency injection courses.
    What I was asking for lately (what should I...
  2. Thread: Avro job

    by ch4mp
    Replies
    2
    Views
    457

    Little progress: using SpEL, I managed to set...

    Little progress: using SpEL, I managed to set avro.schema.input.key and avro.schema.output.key, but I don't belive I'm on the right path.
    Those String are AvroJob private members and there is a good...
  3. Thread: Avro job

    by ch4mp
    Replies
    2
    Views
    457

    Avro job

    Hi all,

    I am trying to setup a job taking avro files as input and producing an avro file.
    I managed to read avro records in my Mapper (extending org.apache.hadoop.mapreduce.Mapper, so new API).
    ...
  4. Looks like I was injecting an EntityManger in my...

    Looks like I was injecting an EntityManger in my DAOs and using a SessionFilter. Stupid, isn't it ?
    Anyway, I removed sessionFactory declaration and used an OpenEntityManagerInViewFilter instead of...
  5. OpenSessionInViewFilter miss-configuration ?

    Hi all,

    I don't manage to set Spring configuration to serialize (JSON) objects with lazy loaded member collections.
    I have set a OpenSessionInViewFilter as states this log extract :
    ...
  6. Replies
    10
    Views
    2,942

    oups

    You're right. Actually I hadn't tested yet (a C++ and an electronic projects running).
    As you, I think ONE_TO_ONE misses. In addition, I doubt of ONE_TO_MANY and MANY_TO_MANY cardinalities relevance...
  7. Replies
    10
    Views
    2,942

    Hi, I have just created two issues in Roo Jira...

    Hi,

    I have just created two issues in Roo Jira :
    https://jira.springsource.org/browse/ROO-568 to report generated test bug
    https://jira.springsource.org/browse/ROO-569 to request a --cardinality...
  8. Jira submission

    https://issuetracker.springsource.com/browse/STS-786
  9. Replies
    10
    Views
    2,942

    sorry

    I went little further in my tests.

    I face the problem described in ROO-325(toString loop), but not only. I also have an issue with unit tests. Here is a small sample :

    @Entity
    @RooJavaBean...
  10. I have reproduced this a bunch of times using...

    I have reproduced this a bunch of times using spring roo shell various ways but allways while running on server my draft app.

    So it really looks like this issue is related with "running on server"...
  11. Replies
    10
    Views
    2,942

    Hi, Has anyone one an idea of when @OneToOne...

    Hi,

    Has anyone one an idea of when @OneToOne will be fully supported by roo ?

    I have quite a similar need as ibraylovskiy :
    I want a bi-directional mapping between a swap and it's two legs....
  12. Hi, I don't have jira account. You can...

    Hi,

    I don't have jira account.
    You can contact meby mail on my login at free.fr

    Best regards
  13. "run on server" & "security steup" stops Roo Shell information display

    Hi,

    I use ROO from STS.
    When I follow the same forkflow as pizza-shop tutorial :
    1) create a new project
    2) set persistence (Hibernate, hypersonic in memory)
    3) create a few entities and...
  14. Replies
    8
    Views
    1,984

    Thank you !

    Thank you for this amzing tool !
    I am looking forward to see GWT integration too.
    Have an idea of when it will possible to beta test it ?
  15. Replies
    18
    Views
    15,796

    Hi Dotbart, this one may be easy (RTFgoogleM)....

    Hi Dotbart, this one may be easy (RTFgoogleM). Java sources are required to produce client side javascript.


    have you declared entity package as a GWT module (Entity.gwt.xml in com.webmailr...
  16. Replies
    18
    Views
    15,796

    What do you mean exactly? Can you provide us...

    What do you mean exactly?
    Can you provide us with an example of bean you added and modified place you inject it ?
  17. Replies
    6
    Views
    3,958

    Hi, You may not find the exact mixture you're...

    Hi,

    You may not find the exact mixture you're looking for (Spring MVC+Spring DM+GWT/Wicket) but many resources exist on integrating Spring MVC and GWT.
    As you already have integrated everything...
  18. Replies
    18
    Views
    15,796

    I was recently facing the temptation of...

    I was recently facing the temptation of duplicating POJOs used for GWT. The reason was GWT limitations (objects used in RPC can't collaborate with non serializable objects).
    But Actually, such a...
  19. Replies
    2
    Views
    1,513

    One tutorial in many

    I've just posted one :http://forum.springframework.org/showthread.php?p=230120#post230120.
    Much too late for you, but could be handy for visitors ...
  20. Replies
    12
    Views
    15,502

    Modify client project to use gwt-ext widgets

    GWT native widget library is quite limited, but many other exist. gwt-ext is an example of very rich library well documented and freely available, so let's go for this one.

    Modify project...
  21. Replies
    12
    Views
    15,502

    Connect server project to a relational database part2

    hibernate configuration
    Add a new Currency.hbm.xml in resources/fr/free/hd/ch4mp/tuto/business/currency:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE hibernate-mapping PUBLIC
    ...
  22. Replies
    12
    Views
    15,502

    Connect server project to a relational database part1

    Right now, the service we expose is not of great interest. It would be much better if the currency list was kept in a database instead of being hard-coded.

    Project setup modification
    We need to...
  23. Replies
    12
    Views
    15,502

    tuto-client

    Now that we have a service running, we want a client to use it. Using a maven archetype, we will have a configured project within a few clicks, and after minimal Java coding, we'll have a web client...
  24. Replies
    12
    Views
    15,502

    tuto-server part2

    Web-app setup

    Edit /src/main/webapp/WEB-INF/web.xml. Change display-name to GWT / Spring / Hibernate /Maven2 / eclipse tutorial. Define one DispatcherServlet named currencyService and map all...
  25. Replies
    12
    Views
    15,502

    tuto-server part1

    The service we want is as simple as possible: retrieve a list of currencies from a persistent repository.
    Using Spring, it is highly recommended to do business logic in services and delegate...
Results 1 to 25 of 37
Page 1 of 2 1 2