Hi
Are using FitNesse for testing an application. I have problems running a fixture (extending columnfixture) and only having one transaction for the entire testpage.
Does anyone know how to...
Type: Posts; User: melsom; Keyword(s):
Hi
Are using FitNesse for testing an application. I have problems running a fixture (extending columnfixture) and only having one transaction for the entire testpage.
Does anyone know how to...
Hi
Have the following configuration for a messagesource for my web-app (powered by webflow and jsf)
<bean id=”messageSource”...
Hi
Are currently running Webflow 1.0.4 and Spring 2.5.3. With this configuration all my flowtests (and action-classes) are failing when a java-file tries to access a MessageSource...
Hi
I have the following scenario:
I retrieve an object with a lazy-loaded list from the db and only show the data from the object in the view (the lazy-loaded list is not used so the proxies...
It was classloading issues. jta.jar was in two different versions (one in tha application) and one in the server. Removed it from tha application, and it seems to be working now...
Thanks!
I now have this config and error message
bean id="wsJtaTm" class="org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean"/>
<bean id="rep.pen.jtaTransactionManager"...
Ok, but what if I cannot upgrade spring for a while and need to test my transactions.
Hi
Thanks for your tip ;-)
I am using Websphere 6.1 and Spring 2.0.1. I have changed to using the JtaTransactionManager and not the Websphere specific one. Now getting this error
Caused...
Hi
I have the following configuration of my Hibernate sessionfactory and the JTA transactionmanager on Websphere.
!--Transaction manager-->
<bean id="rep.pen.jtaTransactionManager"...
Hi
I have a web-application that uses EJB 2.1 SLSB as wrappers to POJO's. The POJO's is accessing a DB2 database using Hibernate. As my hibernate session is associated with the JTA transaction I...
We will try to increase the logging, and use more debug-statements to see what happens.
The strange thing is that the flow cannot be restartet whatever I do. It can only be restarted if the...
Hi
We are using SWF (1.0.1) together with Myfaces.
On startup of all flows a method called initForm is used to initialize the form used with data. These form-data is used in a panelGroup...
Hi
My application has to acces two databases (one of them for read operations only). I want to use two sessionfactories for this with different database schemas specified in the...