[jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag

2007-04-27 Thread Froschfinger
I dont understand why it doesn't work. I did everything right and there still only the red rectangle for the active task. The CSS-File is ok, too. Thought that it maybe the problem but it isn't. The processimage is in the database and the gpd.xml,too. I really need help because i have a presenta

[jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag

2007-04-26 Thread Froschfinger
Maybe i have to say it,too. I use normal JSP, no JSF. Probably it is a problem with the gpd.xml. In your source code you have under src/ressources/gpd a version.info.xml do i have to include it,too and if yes, where and where should i mention it within the code or configs. View the original post

[jboss-user] [JBoss jBPM] - Problem using ProcessImageTag

2007-04-26 Thread Froschfinger
Hi, i developed my own Webapp with JBPM and i also want to show the Processimage at the task.jsp. I did like u did but and there occur no errors as well. But if i start a task i only see the red box for the active task but no image. Do i have to consider something? I work with: JBPM 3.1.2 Ecli

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 - sample - websale cannot run - table or view d

2007-04-02 Thread Froschfinger
i have to say, that i used the JBPM 3.1.2. I hope the folder structure is the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033715#4033715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033715 __

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 - sample - websale cannot run - table or view d

2007-04-02 Thread Froschfinger
Your_Path\jbpm-starters-kit-3.1.2\jbpm\src\resources\hsqldb there you find the identity.db Did you already checked your database concerning the necessary table? It looks like that there is no table in this database with this name. Maybe there were problems during creating it. You should check t

[jboss-user] [JBoss jBPM] - Re: A step by step jBPM 3.1.x installing and configuring nee

2007-04-02 Thread Froschfinger
If you use the starters-kit you dont have to configure something and you should have a look at the GettingStartedGuide. There you find much help. It is no problem to integrate JBPM in your own web application. You have to modify the hibernate.config.xml to your needs and some lines in the jbpm

[jboss-user] [JBoss jBPM] - The new Process Designer

2007-04-02 Thread Froschfinger
Hi, i got the new designer from the CVS. I can build it without problems, but are there some functionalities not implemented yet. Because if i want to add a controller vaiable to a task nothing happens. Is there a change log,too? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Modify the JBPM-Eclipse-Designer

2007-03-21 Thread Froschfinger
Hi, i am trying to modify the designer. I got the source code from the CVS. I want to extend the table for task controller variables, where you specify the accesses. i want to put new access types in it. Are there any things i have to consider? Because it doesn't work. View the original post

[jboss-user] [JBoss jBPM] - Creating a custom controller

2007-02-19 Thread Froschfinger
Hi, i implemented my own webapplication using JBPM-3.1.2. Now i want to create some own controllers for the tasks. Has somebody an example custom controller, where i could see how you could do it? Thanks for any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: Problem with ActionHandler

2007-01-19 Thread Froschfinger
I am using JBPM 3.1.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003755#4003755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003755 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Problem with ActionHandler

2007-01-18 Thread Froschfinger
Hi, i am writing my own web application including jBPM. I am not using JSF, only simple JSP-Sites. Everything works fine, but now i have a problem with the ActionHandler. At my task.jsp i get the taskformparameters which i want to fill in. but if i execute a actionhandler on these inputs i got a

[jboss-user] [JBoss jBPM] - Re: Problem with JbpmContext and Servlets

2007-01-10 Thread Froschfinger
Thanks for your help. I used The JbpmContextFilter and now it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999817#3999817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999817 __

[jboss-user] [JBoss jBPM] - Re: some Jbpm tables are not getting affected when we are us

2007-01-10 Thread Froschfinger
thats the thing i didnt know,too. But i could imagine that u can add users to different groups and memberships, so they have special rights for the process execution like administrator etc. But i didnt work it out yet. I have several other problems ;-). View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Problem with JbpmContext and Servlets

2007-01-09 Thread Froschfinger
Hi, At the moment i am writing my own webapplication with Jbpm, not using JSF. So i have to put all code in differnet servlets. The Problem is, that i couldnt get the current Jbpm context in my servlet. I could only create one. But e.g. for tasks i need the current to get the task instances.

[jboss-user] [JBoss jBPM] - Re: some Jbpm tables are not getting affected when we are us

2007-01-09 Thread Froschfinger
It depends on the things you do with your process. E.g if you dont have any swimlanes in your process the database table isnt affected by this. And you have to add users to your database manually. Thats how i did it or you can use the identity.xml. As a result u have one user you could assign a

[jboss-user] [JBoss jBPM] - Re: Step By Step Web application development

2006-11-22 Thread Froschfinger
I am looking for such an example, too. Especially with Actionhandler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987855#3987855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987855

[jboss-user] [JBoss jBPM] - Integrating JBPM in web application

2006-11-19 Thread Froschfinger
Hi, i want to integrate JBPM in my web application. I wrote a servlet which starts a process with an action handler. But if i deploy this in my Jboss it occurs a ClassNotFoundException. My Actionhandler is in the same directory and i dont understand it. Could somebody give me some hints? My Ser

[jboss-user] [JBoss jBPM] - creating a new user

2006-11-04 Thread Froschfinger
How could i do this? i have the starters kit and there 4 existing users, but i want to add one but i didn't find where i can do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983193#3983193 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Problem with an external JAR

2006-10-16 Thread Froschfinger
Hi, i want to send a email to another person after completing a task. i included the mail.jar in my Eclipse project and everything looks fine, but if i deploy my process with this ActionHandler and execute this task, the sending always failed because JBPM couln't find the javamail.default.provid

[jboss-user] [JBoss jBPM] - Problem Sending a email via ActionHandler

2006-10-14 Thread Froschfinger
hi, i want to develop a Workflow prototype for my faculty at the TU Dresden, but i have a big problem. I want to send emails to different persons after completing tasks. i wrote two classes which handle the actions with the Javamail API. As a standalone application it works but if i put it in a