Search:

Type: Posts; User: garz; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    442

    Question about pointcut expression mechanics

    Hi,

    i have a problem with pointcuts not advised. I think it has something to do with how aspectj is matching pointcuts. This is how my class structure looks like:
    ...
  2. Replies
    2
    Views
    954

    ok i have now added the following to my web.xml:...

    ok i have now added the following to my web.xml:


    <filter>
    <filter-name>openSessionInViewFilter</filter-name>
    <filter-class>
    ...
  3. Replies
    2
    Views
    954

    AOP proxy created or not?

    Hi,

    i have a problem that i can't seem to solve on my own. I'm using Spring and Hibernate and i want to add transaction support via schema based AOP definitions. I'm not using annotations.

    As...
  4. Replies
    7
    Views
    1,619

    yes thats totally right. i'm already using the...

    yes thats totally right. i'm already using the manager class and when i call a method on it it fails because hibernate is involved and that doesnt work without a transaction. here is a snippet of my...
  5. Replies
    7
    Views
    1,619

    hey denis, thx for your reply! i'm very happy....

    hey denis,

    thx for your reply! i'm very happy. :)

    ok what you say is that this should work, but i don't really understand what this has to do with the classloader and how i'm able to influence...
  6. Replies
    7
    Views
    1,619

    Can a pointcut refer to classes inside a JAR?

    Hi,

    i'm using declaritive transaction management. i have a jar-file that contains the service-objects which in turn persist my domain-objects with the help of daos. now i want to add transaction...
  7. Replies
    3
    Views
    1,165

    or maybe you can tell me, to what classpath is...

    or maybe you can tell me, to what classpath is referring to? obviously not to WEB-INF/lib? i'm using glassfish 2.1 with eclipse galileo release, if that matters. or is it not possible to refer to...
  8. Replies
    3
    Views
    1,165

    hey, can you tell me how to load a mapping file...

    hey, can you tell me how to load a mapping file from a jar? i dont even know this one and i cant find any recent resources explaing this, just from 2004 and those approaches dont work anymore. thx
    ...
  9. Thread: hibernate

    by garz
    Replies
    3
    Views
    672

    ye ye i realize, spring-community is...

    ye ye i realize, spring-community is noob-unfriendly. i already got a hint for this at my first post: http://forum.springsource.org/showpost.php?p=240338&postcount=7



    yeah it's so clear, why...
  10. Thread: hibernate

    by garz
    Replies
    3
    Views
    672

    ok like i said, i found out that glassfish even...

    ok like i said, i found out that glassfish even crashes when i dont add a Book-object. I just need to call my forms a few times and its over. so i completely removed Hibernate-persistence and...
  11. Thread: hibernate

    by garz
    Replies
    3
    Views
    672

    so, i now sad to myself, ok, lets not use the...

    so, i now sad to myself, ok, lets not use the bidirectional association, just make it unidirectional, i can create a query if i have to navigate from the BookCategory-side:


    public List<Book>...
  12. Thread: hibernate

    by garz
    Replies
    3
    Views
    672

    hibernate

    hi,

    i have some class BookCategory that contains classes Book. Now it's possible to add new Book-objects to a BookCategory.


    class BookCategory {
    Integer id;
    Map<String, Book>...
  13. Thread: High memory usage

    by garz
    Replies
    7
    Views
    1,480

    "2) Usage of HibernateTemplate isn't the...

    "2) Usage of HibernateTemplate isn't the recommended approach anymore"

    why is that so and what is the new recommonded approach?
Results 1 to 13 of 13