Search:

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

Search: Search took 0.10 seconds.

  1. How to wire transactions for FitNesse tests?

    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...
  2. Replies
    1
    Views
    909

    ReloadableResourceBundleMessageSource

    Hi

    Have the following configuration for a messagesource for my web-app (powered by webflow and jsf)


    <bean id=”messageSource”...
  3. Replies
    0
    Views
    710

    Problems with flowtests

    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...
  4. LazyInitializationException, OpenSessionInView. How can I reattach proxies?

    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...
  5. Replies
    8
    Views
    6,043

    It was classloading issues. jta.jar was in two...

    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!
  6. Replies
    8
    Views
    6,043

    I now have this config and error message ...

    I now have this config and error message



    bean id="wsJtaTm" class="org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean"/>


    <bean id="rep.pen.jtaTransactionManager"...
  7. Replies
    8
    Views
    6,043

    Ok, but what if I cannot upgrade spring for a...

    Ok, but what if I cannot upgrade spring for a while and need to test my transactions.
  8. Replies
    8
    Views
    6,043

    Hi Thanks for your tip ;-) I am using...

    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...
  9. Replies
    8
    Views
    6,043

    Local EJB, Hibernate and JTA?

    Hi

    I have the following configuration of my Hibernate sessionfactory and the JTA transactionmanager on Websphere.

    !--Transaction manager-->
    <bean id="rep.pen.jtaTransactionManager"...
  10. Replies
    0
    Views
    584

    OpenSessionInView and local EJB?`

    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...
  11. Replies
    3
    Views
    782

    We will try to increase the logging, and use more...

    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...
  12. Replies
    3
    Views
    782

    Can flow execution machine die?

    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...
  13. OpenSessionInViewFilter and multiple sessionfactories?

    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...
Results 1 to 13 of 13