Thanks Marten for the answer, I was able to finish the test using
@Inject
private RequestMappingHandlerAdapter handlerAdapter;
@Inject
private RequestMappingHandlerMapping handlerMapping;
Type: Posts; User: faisal abdul aziz; Keyword(s):
Thanks Marten for the answer, I was able to finish the test using
@Inject
private RequestMappingHandlerAdapter handlerAdapter;
@Inject
private RequestMappingHandlerMapping handlerMapping;
I am getting
org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException: No matching handler method found for servlet request: path '/domain', method 'GET', parameters...
Appreciate the reply.
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...
Never mind, I changed
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jpa</artifactId>
<version>2.0.8</version>
...
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...
Did you find a solution?
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.
Its one huge file. My plan is to read the whole file, divide the raw data in batches and run them in parallel.
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...
Thanks Chudak, yeah I was loading contexts more than once.
I am running the code under a JUnit test. I have given JUnit 700MB of memory
<junit printsummary="on"
filtertrace="on"
fork="yes"
...
Hey Guys,
I have this context,
<!-- Datasource configuration -->
<bean id="loanaccounting-jpa-ds" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
...
gee! it worked.
Thanks guys for help me out.
Cheers.
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. ...
OK guys I am posting my configs and source code here.
Hey guys sorry to be a pain in the a$$ but I am desperate for a solution.
Thanks
Faisal
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...
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...
Hey guys,
I am just posting my my contexts.
Thanks
Faisal
Anyone? Please guys don't leave me hanging here.
Thanks for getting back. But the same problem.
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...
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>
...
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