Search:

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

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,391

    Come on guys. Someone had to have similar...

    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...
  2. Replies
    2
    Views
    2,391

    Transaction timeout doesn't work

    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,...
  3. Replies
    4
    Views
    2,973

    A little bit different problem

    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...
  4. Replies
    4
    Views
    2,973

    Still problem

    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...
  5. Replies
    4
    Views
    2,973

    Still problem

    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>...
  6. Replies
    4
    Views
    2,973

    Still problem

    <bean id="bean" class="org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean">
    <property name="jndiName" value="java:comp/env/ejb/UserBean" />
    <property name="resourceRef"...
  7. Replies
    4
    Views
    2,973

    Value of JNDI

    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:...
  8. Replies
    4
    Views
    1,022

    The problem solved

    The newer version of hibernate-entity-manager(3.3.0->3.3.2) was solution.
  9. Replies
    6
    Views
    1,055

    Thanks for help:-)

    The problem solved.
  10. Replies
    6
    Views
    1,055

    I would like to go from welcome.xhtml to...

    I would like to go from welcome.xhtml to first.xhtml by clicking button which calls action proceed.That's all.
  11. Replies
    6
    Views
    1,055

    The flow above doesn't make needed action....

    The flow above doesn't make needed action. Please, help.
  12. Replies
    6
    Views
    1,055

    I have found resoulution for my problem but I...

    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"...
  13. Replies
    2
    Views
    1,048

    Thank You. Yes,I found this library finally.

    Thank You.
    Yes,I found this library finally.
  14. Replies
    2
    Views
    1,048

    Integration JSF and Spring

    <Error> <org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML...
  15. Replies
    6
    Views
    1,055

    Problem with JSF

    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" />
    ...
  16. Replies
    4
    Views
    1,022

    Does it mean that name "SpringTest-war" is not...

    Does it mean that name "SpringTest-war" is not allowed in path?!
  17. Replies
    4
    Views
    1,022

    Problem with JPA in Spring 2.5

    Hello,I want to configure Spring and JPA but I get this error:
    <org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed...
Results 1 to 17 of 17