[JBoss Seam] - Re: Seam 1.1 beta 1
by sducas
I have just tryed it!!!
I have one bug report yet:
it seems the ActionParamMethodBinding returned by SeamApplication11.createMethodBinding doesn't take care of methods parameters:
I use sandbox autocomplete component and the backbean method signature is List getSuggestion(String)... when I launch it I got a NotSuchMethodException getSuggestion() ...
The parameter "Class[] params" in SeamApplication11.createMethodBinding is lost...do you want me to post the bug on an other channel?
I also have a question about A4J integration: what is it about : I used A4J with seam successfully with seam 1.0.. what does this integration provide? is it just about the bookinjg exemple or A4J is integrated into seam core??
THANKS!!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981465#3981465
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981465
19 years, 6 months
[JBoss jBPM] - Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA
by MrHighTech
I am trying to deploy jbpm-3.1.3 to jboss as 4.0.5ga.
Thus far, i have only managed to deploy the sar. The war gives the following exception :
18:51:20,421 INFO [SchedulerThread] runtime exception while executing timers
org.hibernate.HibernateException: Could not parse configuration: hibernate.cfg.xml
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1418)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1352)
at org.jbpm.db.hibernate.HibernateHelper.createConfiguration(HibernateHelper.java:90)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.getConfiguration(DbPersistenceServiceFactory.java:68)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
at org.jbpm.persistence.db.DbPersistenceService.getSchedulerSession(DbPersistenceService.java:254)
at org.jbpm.JbpmContext.getSchedulerSession(JbpmContext.java:529)
at org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:104)
at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:71)
Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1408)
... 10 more
The contents of the hibernate.cfg.xml are as per the distribution, I have not changed anything.
Thanks!
Daniel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981464#3981464
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981464
19 years, 6 months