[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread markroy
Setting the JVM properties file.encoding or mail.mime.charset DO affect the charset used for the [text] content from the mail template, but neither seem to have any effect on the [html] content. I also tried setting these properties in the jbpm.mail.properties file (which is where I'd expect

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread markroy
Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268394#4268394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268394

[jboss-user] [jBPM Users] - Re: jBPM-4.2 Remote API problem?

2009-11-30 Thread markroy
My jbpm.cfg.xml under JBoss is: | ?xml version=1.0 encoding=UTF-8? | | jbpm-configuration jndi-name=java:/ProcessEngine | | import resource=jbpm.default.cfg.xml / | import resource=jbpm.businesscalendar.cfg.xml / | import resource=jbpm.tx.jta.cfg.xml / | import

[jboss-user] [jBPM Users] - Character set for mail templates?

2009-11-30 Thread markroy
jBPM 4.2 / JBoss / Windows XP I've got a string-type process variable that contains a unicode \u2019 (a right single quote aka apostrophe). I use that process variable in my mail template's 'text' and 'html' elements. When the mail arrives, the unicode character has been replaced with a '?'

[jboss-user] [jBPM Users] - jBPM-4.2 process archive deployment broken?

2009-11-24 Thread markroy
jBPM 4.2 JDK 1.5 Windows XP SP2 JBoss 5.0.0GA Oracle 10g In jBPM 4.1, I was sucessfully able to deploy '.bar' process archives. In jBPM 4.2 this no longer seems to work. I understand there were some changes made in this area in 4.2. The Developer Guide now states that process archives should

[jboss-user] [jBPM Users] - Re: [jBPM4.1] Update hibernate-type process variables via fo

2009-10-29 Thread markroy
Thanks for responding. I finally broke down are examined the source. I didn't see any code that would implement this behavior, but I could have missed it. https://jira.jboss.org/jira/browse/JBPM-2615 View the original post :

[jboss-user] [jBPM Users] - Capturing process creator in jBPM 4

2009-10-26 Thread markroy
In my process definition, how can I capture the identity of the process instance creator? Apparently, in JBPM 3, you could configure a swimlane for the start task. However, it seems that you cannot do that in JBPM 4. View the original post :

[jboss-user] [jBPM Users] - Re: [jBPM4.1] Update hibernate-type process variables via fo

2009-10-22 Thread markroy
Can anyone help here? Is there something I've left out that would elicit a response? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4261717#4261717 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4261717

[jboss-user] [jBPM Users] - [jBPM4.1] Update hibernate-type process variables via form t

2009-10-20 Thread markroy
In the Freemarker template attached to my task node, if I have a form field that references a process variable of a simple type, String e.g., [input type=text name=stringProcVar value=${stringProcVar}] the process variable stringProcVar is updated on form submit. However, if I have a form