The problem is solved.
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</dependency>
Type: Posts; User: avinash.madireddy; Keyword(s):
The problem is solved.
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2</version>
</dependency>
For AOP we need three jars, namely:
aspectjrt.jar, aspectjweaver.jar, aspectj.jar.
in my pom file i used them as follows:
<project xmlns="http://maven.apache.org/POM/4.0.0"...
Can you refer my pom.xml and tell me weather i'm using correct jar's.
K. I'm using XML schema based annotation.
Still i'm getting same exception.
You can find my pom file regarding Jar's i used.
<project xmlns="http://maven.apache.org/POM/4.0.0"...
Hi,
I'm learning AOP concepts.
I had written a program using the AOP concepts.
I got the following exception.
64bit version.
The problem is solved!
By using JDK6 and Spring frame work 3.1.0 release!
But it didn't worked when using 3.1.2 release! I don't know why? Can any one explain ?
Will there be a relation...
I think aspectj jar files were not necessary to run this program.
I remover these jar files and recompiled the program, but still the same problem........
thanks for taking interest to solve...
5221[QUOTE=Marten Deinum;426825]Can you post your project (zip it and attach it leave out the jar files but list them)...
The Jar file used were as follows:
aspectjrt-1.5.4.jar...
Tried with JDK6....but no use.......
Can you explain me why JDK6 and not JDK7?
Features of JDK6 will also be available in JDK7!
I upgraded to spring 3.1.2.
I'm using jdk1.7.0_02 and jre7.
Still i'm getting the same problem.
it's showing error in MainApp.java in 10th line
I'm using spring-framework-3.1.0.M2 version.
When i try to compile the program it's displaying NullPointerException.
What i understood is..ApplicationContext is unable to find the bean file....
package com.tutorialspoint;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MainApp {
public...
Hi,
I'm a beginner to spring. I'm getting a nullpointer exception while loading the bean class.
I loaded all the required spring jars.
Can any help me to solve this problem.
Project...
Hi,
I'm a beginner to spring. I'm getting a nullpointer exception while loading the bean class.
I loaded all the required spring jars.
Can any help me to solve this problem.
...