[jboss-user] [JBoss jBPM] - Error on method performFinish in class NewProcessDefinitionW

2008-04-13 Thread pedroluppi
I have changed the methodo performFinish in class NewProcessDefinitionWizard like this: public boolean performFinish() { | try { | IFolder folder = page.getProcessFolder(); | folder.create(true, true, null); |

[jboss-user] [JBoss jBPM] - Error in variables list intaskform.xhtml

2008-01-04 Thread pedroluppi
I am trying to list the controller variables. They are showed ok, but when I try to submit the form, clicking in save button, I got this error. If I delete de inputText line, the controller variables works fine, but I can delete because I need the input in the form. the error says that variableI

[jboss-user] [JBoss jBPM] - Re: Why my jbpm-console does not recognize jbpm4jsf

2007-12-19 Thread pedroluppi
It is in the same place of web.xml. I am work with cvs code version 3_0_13_1. I am thinking that is problem of the version of the plugin that generate and the jbpm-console. I copy some java classes (in tag and aplication) of version 3_2 and its reconized the jbpm data form, but the button generat

[jboss-user] [JBoss jBPM] - Re: Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I have this jbpm.taglib.xml: | | http://java.sun.com/dtd/facelet-taglib_1_0.dtd";> | | | | http://jbpm.org/jsf | | | processImage | | org.jbpm.webapp.ui.ProcessImage | | | | | box | | org.jbpm.webapp.ui.Box

[jboss-user] [JBoss jBPM] - Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I generated by the button "Generate New Form ..." a form for a task. In taskname.xhtml file have xmlns:tf="http://jbpm.org/jsf/tf"; and xmlns:jbpm="http://jbpm.org/jsf";. And also have some tag using both, like . But when jbpm-console try to open the task page, I got the error Tag Li

[jboss-user] [JBoss jBPM] - Re: error in form generation

2007-12-10 Thread pedroluppi
the correct start state is : start-state name="enter request" task name="request entry" swimlane="ernie" controller variable name="start date" access="read,write,required" variable name="duration" access="read,write,required" /controller /ta

[jboss-user] [JBoss jBPM] - error in form generation

2007-12-10 Thread pedroluppi
Someone can help me ? I generate a form (request-entry.xhtml ) in generate form button, and deploy the process. When i started the process, i got this error: 23:40:19,536 WARN [JpdlXmlReader] process xml warning: swimlane 'ernie' does not have an assignment 23:40:48,642 WARN [ProxyWarnLog] Nar

[jboss-user] [JBoss jBPM] - Re: error in deployment

2007-12-03 Thread pedroluppi
007-12-03 23:31:27,568 ERROR [STDERR] 03/12/2007 23:31:27 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container. 2007-12-03 23:31:27,609 DEBUG [org.jbpm.webapp.listener.JbpmPhaseL

[jboss-user] [JBoss jBPM] - Re: error in deployment

2007-12-03 Thread pedroluppi
in jboss log i have the error: 2007-12-03 23:31:27,568 ERROR [STDERR] 03/12/2007 23:31:27 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110062#4110062 Reply to the post : htt

[jboss-user] [JBoss jBPM] - error in deployment

2007-12-03 Thread pedroluppi
I am using org.jbpm.gd.jpdl.ui_3.0.13.1.jar and I customizated the xml process definition. I try to deploy a process definition and I got the message "The process archive deployed successfully.", but I check I hypersonic database and the process was not there. I try to debug ProcessDeployer.depl

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Execute code on start up.

2007-11-28 Thread pedroluppi
I have a agents.war in the deploy folder. I want to automatically start some code execution when the jboss is started, without any user interaction. Is it possible ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108744#4108744 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Valid jboss instalation form source

2007-10-24 Thread pedroluppi
Where i can find a valid jboss instalation form source code ? I run ant build for jdpl, it generates the jbpm-jpdl.jar in the folder jbpm.3/jpdl/jar/target, but when i try to add this folder as a runtime locations, eclipse shows me the error: this is not a valid jbpm instalation. View the origi

[jboss-user] [JBoss jBPM] - Re: How to configure JBPM console to a new JBOSS

2007-10-15 Thread pedroluppi
Now, I created two files in jboss/server/default/conf: user.properties ernie=ernie bert=bert cookie monster=cookie monster grover=grover and roles.propeties ernie=participant,administrator,manager bert=participant cookie monster=participant grover=participant And i go to a page that starts with:

[jboss-user] [JBoss jBPM] - How to configure JBPM console to a new JBOSS

2007-10-14 Thread pedroluppi
I found in other topics that exists some in Wiki that explain it, but i did not found. In a new jboss, in put in the folder server/default/deploy the file jbpm-console.war and in the folder server/default/data/hypersonic the localDB.properties and localDB.script. I can see the application, bu

[jboss-user] [JBoss jBPM] - Re: failed in import javax.el.ValueExpression;

2007-10-11 Thread pedroluppi
I add el-api.jar, versao 1.0, e continue 2 erros: the method getElContext is undefined for the type FacesContext and the method getValueExpression(String) is undefined for the type Box (or Interval ou ProcessImage). Any idea to these errors, another jar ? View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: failed in import javax.el.ValueExpression;

2007-10-11 Thread pedroluppi
I am thinking that this problem is related with the compiler, but I am downloaded the lasted jee version and instaled in c:\sun\jee, and put only it (c:\sun\jee\jdk) in the Installed JRE in Eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094328#409432

[jboss-user] [JBoss jBPM] - failed in import javax.el.ValueExpression;

2007-10-10 Thread pedroluppi
In my console project, version 3_0_13_1, i have the error "import javax.el.ValueExpression cannot be resolved". I do not changed the consoleĀ“s source yet. Anyone known which lib is wrong ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093778#4093778 Reply

[jboss-user] [JBoss jBPM] - Change in xml generated

2007-10-04 Thread pedroluppi
I changed the xml generated by the designer and, now, I wanted to create some fields in the Process Execution in the web page generated (something like the attributes generate by taks controller variables), but i am not finding the that do it. It is in the designer too ? the new xml is like thi

[jboss-user] [JBoss jBPM] - How to Modify Designer Jpdl

2007-09-03 Thread pedroluppi
I download the source and I am trying to modify something, like a hello world. Fox example, I change in the constructor of the class TaskFormGenerationDialog, the line this.title = "Generate Task Form" for this.title = "Generate Task Form Test"; I run the "All" target and copy the generate files

[jboss-user] [JBoss jBPM] - Re: Properties do not appear in designer

2007-08-29 Thread pedroluppi
When I compile the code, I got 38 warnings like this bellow. I do not know if it was related. 1. WARNING in C:\pedroluppi\workspace\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\org\jbpm\gd\common\editor\Editor.java (at line 32) [java] [javac

[jboss-user] [JBoss jBPM] - Properties do not appear in designer

2007-08-28 Thread pedroluppi
I generate the designer plugin from head source and put the directories "jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/target/jbpm-jpdl-designer/eclipse/features/" and "designer/jpdl/org.jbpm.gd.jpdl.build/target/jbpm-jpdl-designer/eclipse/plugins/" in "c:/Software/eclipse/", and in "Runtime Loca

[jboss-user] [JBoss jBPM] - Re: where i find the jboss jbpm runtime?

2007-08-27 Thread pedroluppi
And when I generate from the actual head version ? Where it is generate ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078579#4078579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078579 _

[jboss-user] [JBoss jBPM] - Re: BUILD ERROR

2007-08-24 Thread pedroluppi
Thank you for the help. I needed install http://www.info-zip.org/ and works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077978#4077978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077978 __

[jboss-user] [JBoss jBPM] - Re: BUILD ERROR

2007-08-24 Thread pedroluppi
yes, but is is winzip and his add on. the command line is "wzzip -v filename.zip", not zip. How can i do to correct this ? Any software to use the command zip in windows ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077951#4077951 Reply to the post : htt

[jboss-user] [JBoss jBPM] - BUILD ERROR

2007-08-23 Thread pedroluppi
I downloaded the jbpm.3 head source form cvs and in jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build/build.xml, I ran the "all" target. And get the error bellow. Someone can i help ? i do not change any code. Buildfile: C:\Users\usuario\workspace\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\build.xml