i also facing the same problem, could you please help me
please find the below error
[DEBUG:http-8080-1] [2011-09-15 11:38:53,201] (SimpleUrlHandlerMapping:161) - Looking up handler for...
Type: Posts; User: aleddullas; Keyword(s):
i also facing the same problem, could you please help me
please find the below error
[DEBUG:http-8080-1] [2011-09-15 11:38:53,201] (SimpleUrlHandlerMapping:161) - Looking up handler for...
Hi friends
Can any body please help me to fix the below error
[ERROR:main] [2011-09-13 12:46:31,416] (DispatcherServlet:290) - Context initialization failed...
thanks Marten
now the beans are get loaded but still the problem
in web.xml i am loading applicationContext.xml like below
<context-param>
...
.........The message you have entered is too short. Please lengthen your message to at least 10 characters.The message you have entered is too short. Please lengthen your message to at least 10...
Sorry Marten,
Could you please tell me how to load EntityManagerFactory or how to solve my problem.
Thanks in advance
Please find the below stack trace and please tell me why i am getting the errors
[INFO] [talledLocalContainer] SEVERE: StandardWrapper.Throwable
[INFO] [talledLocalContainer]...
i have loaded EntityManagerFactory in applicationContext.xml
<context:load-time-weaver/>
<bean id="entityManagerFactory"...
hi
now i am getting the below error
org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type
[javax.persistence.EntityManagerFactory] is defined: expected...
Hi Marten,
I am reading actually i am new to spring
i have inlcuded already in pom.xml still giving the
Caused by: org.springframework.beans.factory.BeanCreationException: Error...
Hi Thanks,
i have added PaymentDaoImpl class to my bean configuration file
but still getting error , could you please suggest me
[ERROR:main] [2011-09-12 12:42:55,981]...
Hi,
now i am able to read log4j.properties from my local tomcat/lib/lo4j.properties
but still i am getting the error please help me
[ERROR:http-8080-1] [2011-09-12 11:43:53,444]...
Then how i came to know that my application is reading the Datasource?
and In my application i am not using servlets, but i want to read log4j.properties from local tomcat/lib
below is the stak...
I followed your guide lines AOP but still i am not able to get the solution
my application is not able to read the JNDI Data source via springs
please find the below applicationContext.xml and...
Yes i have READ the Posts but you have given the guide lines for Aspectj but i am not using that one, In my application i am using JPA and toplink
see the below code
...
how to configure the class loader?
Please guide me
Thanks,
Sreekanth.
Hi thanks,
in my application i am not using Aspect and aop, i am using JPA and toplink
Please find the below error message i am getting now
ke(DelegatingMethodAccessorImpl.java:25)...
I am suing below bean for load time weaver in applicationContext.xml is that correct i am using please suggest me
<bean id="entityManagerFactory"...
Hi Thanks
In tomcat/conf/context.xml contains the resource,please see below from tomcat/conf/context.xml
<Resource name="jdbc/ISM_rep_user"
auth="Container"
type="javax.sql.DataSource"...
Hi Thanks
In tomcat/conf/context.xml contains the resource,please see below from tomcat/conf/context.xml
<Resource name="jdbc/ISM_rep_user"
auth="Container"
type="javax.sql.DataSource"...
Hi All,
I want to read Tomcat datasource via JNDI in my Spring configuration i am using oracle toplink
in spring applicationContext.xml i am using like below
<bean id="UserDatabase"...
Can some body please help how to read tomcat conf/context.xml resources using persistence.xml Spring and i am using oracle toplink?