Search:

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

Search: Search took 0.01 seconds.

  1. Thanks any way.

    Thanks any way.
  2. Exception

    Exception just like that:

    17:44:20,625 ERROR [ApplicationControllerBean] Application controller exception:[null]/[1165311851531113]:org.springframework
    .dao.InvalidDataAccessApiUsageException:...
  3. Thanks for your reply,costin. In...

    Thanks for your reply,costin.

    In LocalJbpmConfigurationFactoryBean,when set processDefinitions property,it will deploy process definition.That means jbpm will redeploy again when restart the...
  4. Two problems occurred when integrating spring with jbpm

    Because of increasing scalability,our web server and app server exist on the different machines.We use the ejb to communicate.When not integrating with jbpm,no error occur.But when integrating spring...
  5. Problem solved

    I have solved this problem.I tried to change dao to extend StoredProcedure rather than SqlMapClientDaoSupport.Now it works well.:)
  6. Can not roll back txn with package correctly

    In my application,I use Oracle 9i as database, use jbpm to control workflow, and use ibatis to access data.Because including two different OR mapping ,so I use hibernate transaction manager to...
  7. Replies
    2
    Views
    3,285

    spring-module-jbpm,EJB and SingletonBeanFactoryLocator

    Thanks,wpoitras.I think I have resolved this problem.

    This problem relates to the integration of spring-module-jbpm and spring framework.

    In my application,the web module and biz module deploy...
  8. Replies
    2
    Views
    3,285

    About ContextSingletonBeanFactoryLocator

    I use EJB with ContextSingletonBeanFactoryLocator, code in MyEjbBean like this:


    public class MyEjbBean extends AbstractStatelessSessionBean {
    ...
    public void...
Results 1 to 8 of 8