[jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize

2008-04-09 Thread talekar
Make sure you have META-INF/standard-jaxws-client-config.xml in the class path: | | | | | http://www.w3.org/2001/XMLSchema-instance"; xmlns:javaee="http://java.sun.com/xml/ns/javaee"; | xsi:schemaLocation="urn:jboss:jaxws-config:2.0 jaxws-config_2_0.xsd"> | | |

[jboss-user] [JBoss Seam] - Re: jboss seam bijection problem

2007-07-24 Thread talekar
please help, i have been struggling with this for 3 days now. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067015#4067015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067015 __

[jboss-user] [JBoss Seam] - Re: NPE in BusinessProcessContext

2007-07-23 Thread talekar
Upgrading to jBPM 3.2.1 seems to fix this issue. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066846#4066846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066846

[jboss-user] [JBoss Seam] - jboss seam bijection problem

2007-07-23 Thread talekar
jboss seam 1.2.1 I am having trouble understanding how bijection work with jbpm. Here is a simple jpdl: | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: NPE in BusinessProcessContext

2007-07-23 Thread talekar
Seam 1.2.1.GA The NPE is caused by context.getVariables() returning null at line number 109 in BusinessProcessContext. | 98private Set getNamesFromContext() {^M | 99 //TODO: note that this is called from Contexts.destroy(), ^M | 100 // after the Seam-man

[jboss-user] [JBoss Seam] - NPE in BusinessProcessContext

2007-07-20 Thread talekar
Hi, I have a simple process: | | | | | | This is started from the following stateful bean: @Stateful | @Name("SimpleWorkflowManager") | public class SimpleWorkflowManagerImpl implements SimpleWorkflowManager, Serializable { | | private sta