Come on guys. Someone had to have similar problem. Does anybody use the timeout attribute? Does I have to set sth in hibernate configuration to able to rollback transaction?
I changed transaction...
Type: Posts; User: lukep1984; Keyword(s):
Come on guys. Someone had to have similar problem. Does anybody use the timeout attribute? Does I have to set sth in hibernate configuration to able to rollback transaction?
I changed transaction...
As title say I have problem with transaction timeout attribute because it doesn't rollback transaction after specific time and query is still running.
I'm using Spring 2.5.6, Hibernate 3.3.2,...
I have already(after 4 days)found solution to access stateless bean from spring bean, but I have problem when I deployed ejbmodule alone out of my enterprise application and then I want to access to...
Can Anyone wrote few sentecnces about what is neccessary to set in xml files of enterprise application consisting of ejb- and web-module. I have already spent 3 days to find right way to have access...
I'm little bit far in searching solution for using ejb stateless bean in spring bean.
Now I declared ejb bean in:
weblogic-ejb-jar.xml:
<weblogic-enterprise-bean>
<ejb-name>UserBean</ejb-name>...
<bean id="bean" class="org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean">
<property name="jndiName" value="java:comp/env/ejb/UserBean" />
<property name="resourceRef"...
I'm trying to use stateful bean(ejb 3.0) in spring(2.5), but i'm don't know how should look value of JNDI property. I would like to add that I use wls 10.
I get this error:...
The newer version of hibernate-entity-manager(3.3.0->3.3.2) was solution.
The problem solved.
I would like to go from welcome.xhtml to first.xhtml by clicking button which calls action proceed.That's all.
The flow above doesn't make needed action. Please, help.
I have found resoulution for my problem but I have new one. How to create most simple example of flow?!
welcome.xml
<view-state id="welcome" view="/welcome.xhtml">
<transition on="submit"...
Thank You.
Yes,I found this library finally.
<Error> <org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML...
I'm new in swf. I try to create application with spring,hibernate,jsf by using spring web flow.I'm not exactly sure is my applicaionContext.xml is good?!
<flow:flow-executor id="flowExecutor" />
...
Does it mean that name "SpringTest-war" is not allowed in path?!
Hello,I want to configure Spring and JPA but I get this error:
<org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed...