Search:

Type: Posts; User: avinash.madireddy; Keyword(s):

Search: Search took 0.03 seconds.

  1. The problem is solved. ...

    The problem is solved.


    <dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib</artifactId>
    <version>2.2</version>
    </dependency>
  2. For AOP we need three jars, namely: ...

    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"...
  3. Can you refer my pom.xml and tell me weather i'm...

    Can you refer my pom.xml and tell me weather i'm using correct jar's.
  4. K. I'm using XML schema based annotation. ...

    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"...
  5. Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAd visor

    Hi,

    I'm learning AOP concepts.

    I had written a program using the AOP concepts.

    I got the following exception.
  6. 64bit version.

    64bit version.
  7. The problem is solved! By using JDK6 and...

    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...
  8. I think aspectj jar files were not necessary to...

    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...
  9. 5221[QUOTE=Marten Deinum;426825]Can you post your...

    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...
  10. Tried with JDK6....but no use.......

    Tried with JDK6....but no use.......
  11. Can you explain me why JDK6 and not JDK7? ...

    Can you explain me why JDK6 and not JDK7?

    Features of JDK6 will also be available in JDK7!
  12. I upgraded to spring 3.1.2. I'm using...

    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
  13. I'm using spring-framework-3.1.0.M2 version. ...

    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....
  14. package com.tutorialspoint; import...

    package com.tutorialspoint;

    import org.springframework.context.ApplicationContext;
    import org.springframework.context.support.ClassPathXmlApplicationContext;

    public class MainApp {

    public...
  15. NullPointer Exception while loading bean file through ClassPathXmlApplicationContext

    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...
  16. NullPointer Exception while loading bean file through ClassPathXmlApplicationContext

    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.


    ...
Results 1 to 16 of 16