Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. "java/lang/StringBuilder" is available in 1.5 or...

    "java/lang/StringBuilder" is available in 1.5 or above
  2. I finally find out the reason why it isn't work....

    I finally find out the reason why it isn't work. It is because I used a different version of Spring. The version used in the sample app is 2.5 while I used 2.0.
  3. Replies
    5
    Views
    1,503

    Regarding to the strange URL, I found something...

    Regarding to the strange URL, I found something which may be related to this issue. From the change log of SWF http://static.springframework.org/spring-webflow/docs/2.0.x/changelog.txt:



    I...
  4. I can finally make it work by specifying the full...

    I can finally make it work by specifying the full path of the JSP page:

    /WEB-INF/flow/login/login.xml



    <start-state idref="enterLoginInformation" />

    <view-state...
  5. Thanks for your information. However, I don't...

    Thanks for your information. However, I don't quite understand your meaning. Let's see the following config as an example:



    <web:flow-registry id="flowRegistry"...
  6. Oops... I just realized that it is a common...

    Oops... I just realized that it is a common problem in JBoss due to a different version of Hibernate bundled with JBoss. What I did is to remove 3 libraries (hibernate-annotations.jar,...
  7. (SWF 2.0 M3) Fail to build sample app 'booking-mvc' using Ivy and Maven2

    I tried using Ivy first but ended up sth like this:



    Then, I built my own Maven2 config as follow:



    <?xml version="1.0" encoding="UTF-8"?>
    <project...
  8. (SWF 2.0 M3)Is it possible to specify flow name instead of riding on the default one?

    The default name for a flow is the filename excluding the extension. Can we give a customized name to a flow?

    The reason is I want to specify flow definition files using wildcard e.g...
  9. (SWF 2.0 M3) Fail to execute flow: java.lang.ClassCastException

    I encountered a problem executing a flow while working on my example application which is based on the 2.0 sample "booking-mvc". Shown below is the details:

    Stack trace



    web.xml

    ...
  10. Replies
    5
    Views
    3,489

    The problem is solved. Cause of it are: 1) The...

    The problem is solved. Cause of it are:

    1) The 'id' attribute in flow definition is not working ie. can't specify flow id
    NO "_flowId" parameter is specified in the URL. Is this parameter no...
  11. Replies
    5
    Views
    3,489

    I also found that even though I specified a flow...

    I also found that even though I specified a flow definition file which doesn't exist, the deployment won't fail.



    <flow:flow-location path="/WEB-INF/flow/login/login-flow_notExist.xml" />
  12. The problem was solved after reading a thread...

    The problem was solved after reading a thread from hungvu. Thanks.

    The changes include:

    /WEB-INF/web.xml



    <servlet-mapping>
    <servlet-name>springapp</servlet-name>
  13. Replies
    5
    Views
    3,489

    No flow definition found (SWF 2.0 M3)

    Hi all,

    I encountered a "No flow definition ... found" problem. I wonder if the flow definition file (in my case, the login-flow.xml) is actually loaded because even though I intentionally added a...
  14. I think I have similar problem with yours. See my...

    I think I have similar problem with yours. See my post http://forum.springframework.org/showthread.php?t=48397
  15. Error executing flow on 2.0m3 - The requestPathInfo is null

    Hi all,

    An error was thrown when trying to start a webflow:

    java.lang.IllegalArgumentException: The requestPathInfo is null: unable to extract flow definition id or flow execution key
    ...
  16. Hi tnine, I encountered the same problem, the "no...

    Hi tnine, I encountered the same problem, the "no no-arg create()" error, when accessing SLSB. You mentioned "didn't generate all of the RMI glue code that is required in WAS for the client side.",...
  17. How to config autowiring objects under a particular package?

    Hi,

    I would like to know if there is a way to simplify object injection, especially when a same object is being injected to many other objects e.g. a Hibernate session factory object is required...
  18. Hi isyak, Thanks so much for sharing with me...

    Hi isyak,

    Thanks so much for sharing with me your config.

    I found one difference between your config and mine. Instead of sending out a JMS message to a JMS destination, an audit log is...
  19. Hi isyak, Thanks very much for your sharing....

    Hi isyak,

    Thanks very much for your sharing. However, I can't find setting for TransactionProxyFactoryBean. Did you use it for declarative transaction handling?

    Thanks a lot.

    Regards,
    Koala...
  20. Hi isyak, Thanks for your advice. I have...

    Hi isyak,

    Thanks for your advice.

    I have tried setting the Hibernate Interceptor in LocalSessionFactoryBean as well but failed too. Did you also use TransactionProxyFactoryBean? Can you please...
  21. Using Hibernate EntityInterceptor with TransactionProxyFactoryBean

    Hi,

    I found that the Hibernate Interceptor which is set to a HibernateTransactionManager's entityInterceptor was not called when the transactionManager is wired to TransactionProxyFactoryBean....
  22. Transaction Propagation using attribute PROPAGATION_REQUIRES_NEW

    When I declared a new transaction to be used when calling a specific function in a bean, I found that instead of creating a new transaction, an existing transaction is participated. Shown below is my...
  23. Hi, I have tried using XAPool with JTA looked...

    Hi,

    I have tried using XAPool with JTA looked up from WebLogic Server as well as JOTM. In both cases, I got the following strange behavior:

    2006-10-18 18:23:29,636 [main] DEBUG...
  24. Hi, Thanks for your information. However, what...

    Hi,

    Thanks for your information. However, what about if I want to use transaction manager from J2EE container (in my case, the WebLogic Server)? What I need is a XA DataSource, right ? So, where...
  25. Hi, I am actually using a XADataSource. Shown...

    Hi,

    I am actually using a XADataSource. Shown below is the JDBC configuration which is loaded using a PropertyPlaceholderConfigurer:
    ...
Results 1 to 25 of 33
Page 1 of 2 1 2