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
Type: Posts; User: mani; Keyword(s):
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
It works!!! Thanks!!!
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...
It works in wls 9.2/tiger without any problems.
--mani
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****");
...
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
Changed from class to interface. Now it works. Thanks too Jorg.
<property name="transactionAttributeSource">
<value>...
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.
...
It's a Hibernate Exception. Seems you are trying to update a stale data, try implementing version number check in Hibernate mapping file.
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,...
Deployed it in wls 8.1 as war file. Getting same error! Any body really using this?
I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
I'm not deploying it in wls 8.1. I'm running it as a stand alone. Will that be a problem? Any help???
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...
Can I try changing the attribute from required to not supported?
Tryied following code and output is below
ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml");
Advised organizationService = (Advised)...
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...
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...
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
No it's not even working. Have you tryied it? Is it working for you when you use AutpProxy to manage Transcations?
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?
...
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"...