Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    238

    RAD TPTP Spring Issue

    I am trying to profile a web application in RAD the memory analysis and thread analysis seem to work fine.
    But I am facing an issue with execution time analysis.

    I start the server in profiling...
  2. Replies
    2
    Views
    342

    Similar issue raised in the past, but no solution...

    Similar issue raised in the past, but no solution

    http://forum.springsource.org/showth...-spring-bug-)&
  3. Replies
    2
    Views
    342

    Websphere transaction management

    have been trying to switch from spring aop transaction management to spring aspecjt transaction management.

    My configuration goes like this
    application context

    <bean id="txMgr"...
  4. Replies
    1
    Views
    437

    Similar issue raised in the past, but no solution...

    Similar issue raised in the past, but no solution

    http://forum.springsource.org/showthread.php?93138-JTA-Suspension-under-WAS-7-(possible-spring-bug-)&
  5. Replies
    1
    Views
    437

    Aspectj Spring Websphere integration issue

    I have been trying to switch from spring aop transaction management to spring aspecjt transaction management.

    My configuration goes like this
    application context

    <bean id="txMgr"...
  6. Replies
    6
    Views
    522

    Aspectj Question

    Have not tried this , but would this work

    In my app context 1 which is the root context have a line
    <context:load-time-weaver weaver-class="example.LoadTimeWeaver1">

    and in my other app...
  7. Replies
    6
    Views
    522

    Thanks Marten . I understand that only classes...

    Thanks Marten . I understand that only classes loaded by same class loader will be modified.

    But what if my app itself runs in 2 class loaders. Even though I switch on spring ltw, it seems to only...
  8. Replies
    6
    Views
    522

    AspectJ Question

    Thanks Marten .

    How does LTW work in the context of multiple class loaders.

    Having a look at the load time weaver class (say WebSphereLoadTimeWeaver ) and also AspectJWeavingEnabler it looks...
  9. Replies
    6
    Views
    522

    AspectJ Question

    I have a question on spring aspectj lTW integration.

    If an app has two application contexts (one loaded by the context listener and one for the dispatcher servlet) , if I specify...
  10. Replies
    1
    Views
    476

    Some more info. My spring application-context...

    Some more info.

    My spring application-context has the line
    <context:load-time-weaver aspectj-weaving="on"...
  11. Replies
    1
    Views
    476

    AspectJ LTW issue

    I am trying to get aspectj ltw working in my app.

    My app is structured like below

    Test
    -- TestCommon
    -- TestPersistence
    -- TestWeb

    where Test is the base EAR project.
Results 1 to 11 of 11