[jboss-user] [JCA/JBoss] - Re: RAR deployment error

2008-12-22 Thread Jabberwocky
Main-Class attribute in maifest.mf recignized as EJB Client. Removing Main-Class from manifest solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197948#4197948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JCA/JBoss] - RAR deployment error

2008-12-22 Thread Jabberwocky
There is the connector for external system, JCA version 1.0. It is working fine in JBoss 4.X. When i try to deploy it in JBoss 5.0.0.GA there is the error: | 2008-12-22 09:58:16,966 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (HDScanner) Error installing to Real: n

[jboss-user] [JBoss Seam] - Re: jbpm as external sar seam configuration

2006-10-22 Thread Jabberwocky
http://jira.jboss.com/jira/browse/JBSEAM-431 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979933#3979933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979933 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: jbpm as external sar seam configuration

2006-10-20 Thread Jabberwocky
I've added new property named 'jndiConfiguration' for org.jboss.seam.core.Jbpm component and fixed method for creation jbpmConfiguration | private void initJbpmConfiguration(){ | if (jndiConfiguration != null && !"".equals(jndiConfiguration.trim())) { | try { jbpmConfiguration=

[jboss-user] [JBoss Seam] - jbpm as external sar seam configuration

2006-10-20 Thread Jabberwocky
I am a newbie in this staff. I've got jbpm as external SAR and I need to use it in a seam application. Now I am using jbpm this way: | JbpmConfiguration jbpmConf = (JbpmConfiguration) new InitialContext().lookup("java:/jbpm/JbpmConfiguration"); | JbpmContext jbpmContext = jbpmConf.creat

[jboss-user] [JBoss Seam] - Re: Ajax4JSF experiences

2006-07-17 Thread Jabberwocky
I've just make some tests with Seam 1.0.1GA ajax4jsf 1.0rc2 Facelets 1.1.11 It looks like working. Echo Example: #{bean} is Seam stateful EJB | | | | | | | |