Search:

Type: Posts; User: faisal abdul aziz; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks Marten for the answer, I was able to...

    Thanks Marten for the answer, I was able to finish the test using

    @Inject
    private RequestMappingHandlerAdapter handlerAdapter;
    @Inject
    private RequestMappingHandlerMapping handlerMapping;
  2. NoSuchRequestHandlingMethodException

    I am getting
    org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException: No matching handler method found for servlet request: path '/domain', method 'GET', parameters...
  3. Replies
    2
    Views
    629

    Appreciate the reply.

    Appreciate the reply.
  4. Replies
    2
    Views
    629

    Incorrect documentation?

    I was trying to configure Spring Caching abstractions with EhCache as backing cache implementation and naturally was using the link , but there are minor errors on the page that caused me lots of...
  5. Replies
    1
    Views
    1,360

    Never mind, I changed ...

    Never mind, I changed

    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jpa</artifactId>
    <version>2.0.8</version>
    ...
  6. Replies
    1
    Views
    1,360

    Spring 3 + JPA 2

    Hi Guys,

    I am trying to setup my webapp to use Spring 3.0.5.RELEASE + JPA 2 (Hibernate 3.6.4.Final), but i am getting errors,



    **2011-06-03...
  7. Replies
    2
    Views
    1,818

    Did you find a solution?

    Did you find a solution?
  8. Replies
    4
    Views
    1,123

    I am planning to load the whole file into memory...

    I am planning to load the whole file into memory first, and then depending on the size of records (say 200 records) create batches and process them in parallel.

    I will appreciate any suggestion.
  9. Replies
    4
    Views
    1,123

    Its one huge file. My plan is to read the whole...

    Its one huge file. My plan is to read the whole file, divide the raw data in batches and run them in parallel.
  10. Replies
    4
    Views
    1,123

    Need suggestions\pointers.

    Hi Guys,

    I am a novice with Spring Batch.

    I have a requirement where I have to read huge files (Excel, CSV and XML), transform and then store (the usual ETL.) I have to transform and load the...
  11. Thanks Chudak, yeah I was loading contexts more...

    Thanks Chudak, yeah I was loading contexts more than once.
  12. I am running the code under a JUnit test. I have...

    I am running the code under a JUnit test. I have given JUnit 700MB of memory



    <junit printsummary="on"
    filtertrace="on"
    fork="yes"
    ...
  13. Getting errors in a heavily multithreaded application.

    Hey Guys,

    I have this context,



    <!-- Datasource configuration -->
    <bean id="loanaccounting-jpa-ds" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    ...
  14. Replies
    22
    Views
    6,603

    gee! it worked. Thanks guys for help me out. ...

    gee! it worked.

    Thanks guys for help me out.

    Cheers.
  15. Replies
    22
    Views
    6,603

    I will try to put your solution to work. "Just...

    I will try to put your solution to work.

    "Just from a design point of view, what you call service isn't a service it is a DAO ."

    I know, but my boss hates those real DAOs behind the services. ...
  16. Replies
    22
    Views
    6,603

    OK guys I am posting my configs and source code...

    OK guys I am posting my configs and source code here.
  17. Replies
    22
    Views
    6,603

    Hey guys sorry to be a pain in the a$$ but I am...

    Hey guys sorry to be a pain in the a$$ but I am desperate for a solution.

    Thanks
    Faisal
  18. Replies
    22
    Views
    6,603

    1) You are mixing Transaction strategies (xml and...

    1) You are mixing Transaction strategies (xml and annotations why?)
    I have removed annotation part.

    2) Why are you setting connection and transaction properties on Hibernate! don't do that.
    Also...
  19. Replies
    22
    Views
    6,603

    I am also posting beanRefContext and web.xml. ...

    I am also posting beanRefContext and web.xml.

    As I said earlier I have a jar where all the contexts are placed and that jar is packaged at the root of the EAR file.


    myear.ear
    |_META-INF...
  20. Replies
    22
    Views
    6,603

    Hey guys, I am just posting my my contexts. ...

    Hey guys,

    I am just posting my my contexts.

    Thanks
    Faisal
  21. Replies
    22
    Views
    6,603

    Anyone? Please guys don't leave me hanging here.

    Anyone? Please guys don't leave me hanging here.
  22. Replies
    22
    Views
    6,603

    Thanks for getting back. But the same problem.

    Thanks for getting back. But the same problem.
  23. Replies
    22
    Views
    6,603

    Anyone? Please help me out. I have got everything...

    Anyone? Please help me out. I have got everything else all setup and ready to go, and this is a show stopper for me, there is another guy itching to get spring out of the way and roll out custom...
  24. Replies
    22
    Views
    6,603

    I am using JBoss configured datasource and my DS...

    I am using JBoss configured datasource and my DS file is



    <?xml version="1.0" encoding="UTF-8"?>
    <datasources>
    <local-tx-datasource>
    <jndi-name>analyticsDS</jndi-name>
    ...
  25. Replies
    22
    Views
    6,603

    Transaction not committing....

    Hey guys.

    I am using Spring 2.0.6+JPA (Hibernate.)

    I am deploying EAR into JBoss 4.2.2.

    I have a jar file containing all of my spring contexts as well as beanRefContext.xml which is
Results 1 to 25 of 39
Page 1 of 2 1 2