Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,212

    Instrumenation and load time weaver in jpa?

    Can anyone please explain what is instrumentation and what is load time weaver in JPA?

    What will I miss if I miss instrumentation/load time weaver in my code?

    thanks,
    Mani
  2. Replies
    13
    Views
    12,269

    Wow!!

    It works!!! Thanks!!!
  3. Made to work in 8.1!!

    Here are the folowing tips for guys who want to try in wls 8.1

    1. Don't overide weblogic jar files

    2. use saaj 1.1 by downloading jwsdp 1.1. no impl jars for saaj, just api jars.

    3. Use SAAJ...
  4. It works in wls 9.2/tiger without any problems. ...

    It works in wls 9.2/tiger without any problems.


    --mani
  5. Here is my code, It works well when I call it...

    Here is my code, It works well when I call it outside WLS container. But fails when I use wls 8.1. I use jwsdp 1.1.

    public void echo() throws Exception {
    System.out.println("**Echo****");
    ...
  6. Anybody successfully deployed echo app in WLS 8.1???

    Hi,

    Did any one had a luck in deploying echo war in WLS 8.1?

    If yes, can you please send me the war file?

    Thanks,

    Mani
  7. Changed from class to interface. Now it works....

    Changed from class to interface. Now it works. Thanks too Jorg.

    <property name="transactionAttributeSource">
    <value>...
  8. Bug in BeanNameAutoProxy - not working with interfaces

    Hi,

    I created a class which is a service class(mellonService) which will call the dao interface and which has access to oracle via hibernate.

    Used Bean named auto proxy creator to inject txs.
    ...
  9. Replies
    1
    Views
    1,124

    It's a Hibernate Exception. Seems you are trying...

    It's a Hibernate Exception. Seems you are trying to update a stale data, try implementing version number check in Hibernate mapping file.
  10. Struggling for a month with BeanNamedAutoProxy

    Hi,

    I am not able to use BeanNamedAutoProxy for managing Transcations. Please help me. Look the below url for the issue.

    http://forum.springframework.org/showthread.php?t=18783

    Regards,...
  11. Deployed it in wls 8.1 as war file. Getting same...

    Deployed it in wls 8.1 as war file. Getting same error! Any body really using this?
  12. I'm not deploying it in wls 8.1. I'm running it...

    I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
  13. I'm not deploying it in wls 8.1. I'm running it...

    I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
  14. I'm not deploying it in wls 8.1. I'm running it...

    I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
  15. Commented out the transcation interceptor, still...

    Commented out the transcation interceptor, still getting the No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here

    <bean...
  16. Can I try changing the attribute from required to...

    Can I try changing the attribute from required to not supported?
  17. Tryied following code and output is below ...

    Tryied following code and output is below

    ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml");
    Advised organizationService = (Advised)...
  18. Instead of specifying the method name, changed it...

    Instead of specifying the method name, changed it to * like this

    com.uprr.app.aow.service.spring.aowadmin.OrganizationImpl.*=PROPAGATION_REQUIRED,readOnly

    Also included

    <prop...
  19. Hi Rod Johnson!!!! Can you please help me out?...

    Hi Rod Johnson!!!!

    Can you please help me out? I am stuck for 2 weeks.

    Please refer to the previous post which contains the url.

    Appreciate your response and time. Never thought I will...
  20. BeanNameAutoProxy to manage Transcation any sucucess??

    Whether any one is really succesful in implementing BeanNameAutoProxy in order to manage Hibernate transcations using weblogic (oracle 9i)

    http://forum.springframework.org/showthread.php?t=18783
  21. No it's not even working. Have you tryied it? Is...

    No it's not even working. Have you tryied it? Is it working for you when you use AutpProxy to manage Transcations?
  22. I don't know how to enable logging for...

    I don't know how to enable logging for transaction. Can you help me in debugging. But this same code is working for TranscationProxyFactoryBean

    I am using wls TM. Is this a bug in Spring?

    ...
  23. BeanNameAutoProxy failed but not TransactionProxyFactoryBean

    I am using Beannameautoproxycreator for managing transaction. The log file says that " No Hibernate Session bound to thread, and
    configuration does not allow creation of non-transactional one here"...
Results 1 to 23 of 23