[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-15 Thread cocampo
I don't know all the internals of JSF, but I'll try something like | {userBean.username} | wherever you have <%= userBean.getUserName() %> at this moment. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994241#3994241 Reply to the post : http

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-12-14 Thread cocampo
Yeah, you're correct, I should let Java-noobs pollute the forum with nonsense (at least regarding jBPM) questions. However, in this particular case, the guy had NO clue at all regarding jBPM (even after reading -or at least he said so- the manual and the wikis). After a while, someone told him t

[jboss-user] [JBoss jBPM] - Re: 3.2alpha2 unable to load process archives

2006-12-14 Thread cocampo
I'm not sure if it's the same problem I had before, but MAYBE you have your jbpm-xxx.jar file duplicated in your classpath. I was having the same ClassCastException and Ronald told me to remove any duplicated jars and that solved the problem. Check it and tell me if that works. Regads. View

[jboss-user] [JBoss jBPM] - Re: How to display the tasks using Jbpm API

2006-12-14 Thread cocampo
Please, do NOT duplicate threads. http://www.catb.org/~esr/faqs/smart-questions.html Regards. PS. Ronald, are you gonna publish that notice (i.e. read me first) for newcomers any soon? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993903#3993903 Repl

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread cocampo
Well, I haven't seen jBPM 3.1.3 source code, but in 3.1.2 the login bean (action controller) is handled by the same file you're seeing (jbpm-starters-kit-3.1.3\jbpm\src\java.webapp\org\jbpm\webapp\bean\UserBean.java). However, remeber this is NOT a regular web application, because it uses JavaS

[jboss-user] [JBoss jBPM] - Re: Missing processdefinition after Jboss server restart

2006-12-14 Thread cocampo
I'm NOT completely sure, but you migth try to comment the next line in your hibernate.cfg.xml file: | update | Also, you could use another user (with no provileges to create, drop, alter tables) to connect to your database, since the behavior you're seeing is being done by Hibernate (as

[jboss-user] [JBoss jBPM] - Re: How to get the jbpm context ?

2006-12-14 Thread cocampo
I believe that, once you get a JbpmConfiguration instance and after you created a context with that instance, you can actually use getCurrentJbpmContext. Test this code: | JbpmConfiguration config = JbpmConfiguration.getInstance(); | JbpmContext context = config.createJbpmContext(); | ass

[jboss-user] [JBoss jBPM] - Re: how to display tasks using JBpm API

2006-12-14 Thread cocampo
Is not necessary, you can learn by yourself by looking at jBPM's web console code (hint: you can see it working by typing http://localhost:8080/jbpm in your browser...). Regards. PS. Stop duplicating threads, you're NOT gonna get a answer by doing that, instead you migth be ignored faster than

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-13 Thread cocampo
Mmmm, I think you're accessing JBoss console with that URL, try this: http://localhost:8080/jbpm That should bring the jBPM console to your browser. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993465#3993465 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: jBPM 3.1 + Spring 2.0 + Tomcat 5 + TX demo app

2006-12-13 Thread cocampo
Dan: Thank you for your contribution. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993439#3993439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993439 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: jBPM environment question

2006-12-12 Thread cocampo
http://www.catb.org/~esr/faqs/smart-questions.html Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993206#3993206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993206 __

[jboss-user] [JBoss jBPM] - Re: jBPM environment question

2006-12-12 Thread cocampo
So, how the JBoss AS handles sar files is a jBPM problem That's new to me. Besides, it IS your job to RTFM, STFF and STFW before asking ANYTHING at all. Of course is your work to develop your own application, but is ALSO your work to research a little before coming and asking something in th

[jboss-user] [JBoss jBPM] - Re: jBPM environment question

2006-12-12 Thread cocampo
This looks like a JBoss AS question; wrong forum. I'm sure someone has anwered this question before in the correct forum. So now you can go and do your work... Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993177#3993177 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Re: Find instances in a state

2006-12-12 Thread cocampo
Take a look at this thread -> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91134 since it treats a problem like yours. Regards. PS. Please STFF before you ask anything. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993090#3993090 Reply to the

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-12 Thread cocampo
Look at the web console that comes with starter's kit. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993087#3993087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993087 __

[jboss-user] [JBoss jBPM] - Re: regarding db change from hsql to oracle

2006-12-12 Thread cocampo
Please, do not duplicate the questions, follow the same thread you started before. If you just STFF like I told you to do, you would find this thread --> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74781 which explains how to modify the jbpm.sar file. Do your job, look for answers,

[jboss-user] [JBoss jBPM] - Re: Intalio vs jBPM

2006-12-12 Thread cocampo
"[EMAIL PROTECTED]" wrote : | i didn't say we are already there. we add step by step, but always check each step against the use cases of the business analyst and of the developer It's ok Tom, at the end of the day I think jBPM is better than Intallio, even if now it has some things to impro

[jboss-user] [JBoss jBPM] - Re: Intalio vs jBPM

2006-12-11 Thread cocampo
Well Tom, I'm not so sure jBPM is business analyst friendly... Don't get me wrong, I like jBPM, and I think is a great tool, but there are many things you need to code yourself in your PD's XML to create a process that makes jBPM more programmer oriented. However, I haven't seen a single tool c

[jboss-user] [JBoss jBPM] - Re: regarding the database change from OBE to Oracle

2006-12-11 Thread cocampo
Why don't you try to rebuild jbpm.sar? Search the forum on how to do this. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992822#3992822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992822 __

[jboss-user] [JBoss jBPM] - Re: Running jbpm31 on mysql5.x ? error of org.jbpm.command.E

2006-12-11 Thread cocampo
Check your hibernate.cfg.xml, verify if you can find a line like this one... | | Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992818#3992818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992818

[jboss-user] [JBoss jBPM] - Re: Regarding database connection from HSQLDB to ORACLE

2006-12-11 Thread cocampo
For instructions read chapter 8 of the manual. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992814#3992814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992814 __

[jboss-user] [JBoss jBPM] - Re: Customizing jBBM using own jsp's

2006-12-08 Thread cocampo
If you take a look at Seam's Wiki you can find a getting started on how to setup a project in eclipse to develop web applications. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992294#3992294 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2006-12-06 Thread cocampo
Many companies I've seen in Mexico are very reluctant to migrate their stable applications to a new app server or a new JVM. I know a bank that was using WAS 3.5 two years ago, just to make my point. So, I think that jBPM having a dependency on J2SE 5.0 would not be such a good idea. So far, I

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-12-06 Thread cocampo
"janice82" wrote : Dear Mr Cocampo, | By the way, how can i get guide on how to create own GUI using the facelets/JSF. | As Ronald said, you can use the examples as guide; of course, Google is your friend regarding additional resources on learning JSF and Facelets. Regards.

[jboss-user] [JBoss jBPM] - Timer deployment

2006-12-05 Thread cocampo
Hello: I have a process with a timer, and I wonder how to deploy the class that implements ActionTimer. Is it enough to select the class from GPD and then deploy it along with the process?. Who is responsible for compiling the class (since you only deploy the .java, or at least that what I supp

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : you'll get the chance if I ever come to mexico again. Where did you say you live? Playa del Carmen? ;-) Not even close, Mexico City, but if you ever came we can manage to visit Acapulco, is that good enough? BTW, I was pretty sure I read Roland all this time; didn't you chang

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : no, I meant a jar file on the classpath with the ProcessDefinition class in it, in addition to e.g. the sar file. So multiple PD classes on the classpath My dear Roland: If I could invite you a beer, I'll do it for sure. Thank you very much, that was indeed the problem. Reg

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
BTW Roland, I saw this post of yours, it's from 5 years ago (in the 'Design of JBoss jBPM' forum), you did seem to have a problem like mine, but there is no answer posted... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72126 Regards. PS. I meant to post: anonymous wrote : | It

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : can it be the jbpmContext is loaded via e.g. the jbpm.sar and there is an additional ProcessDefinition on the classpath? I remember having had a similar issue (with a completely different product) where this was the case. Roland: I tried different approaches to solve this pr

[jboss-user] [JBoss jBPM] - Exception instancing process

2006-12-04 Thread cocampo
Hello: Tom, Roland, Koen, I hope you jBPM guys can help me (anybody else's help is apreciated too, but as this seems to be a jBPM API problem...) Tools: JBoss 4.0.4GA, jBPM 3.1.2, jBPM DB is running on MySQL 5.0, JDK 1.5.08. I'm having an exception while instancing a process. Here is the err

[jboss-user] [JBoss jBPM] - Re: invalid reference, performance, db access, etc...

2006-12-04 Thread cocampo
"jstachera" wrote : | | I am not sure if I can leave the context open or it's better to create new one every time when I want to get some data out of jBPM ? | | Well, it's a matter of choice; do you want to have the objects to be open all the time (including your hbm definition file

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-12-04 Thread cocampo
If you are using jBPM 3.1.2 it is NOT possible to change forms, since they are automagically generated by the engine/webapp itself. Nevertheless, you can create your own GUI (by using facelets/JSF). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399

[jboss-user] [JBoss jBPM] - Re: need help to set a task

2006-12-04 Thread cocampo
To declare an action that sends mails as you "enter" a task: | | ... | | | | | | ... | | Here's a snippet from MailSender class: | p

[jboss-user] [JBoss jBPM] - Re: OutOfMemory error when running jbpm.db test suite

2006-11-28 Thread cocampo
I think is kind of pessimistic, since you CAN'T really trust someone else is actually going to answer you every time you ask. I would like you to consider the following reasons why people don't answer: - don't want to answer - don't have time to answer at this moment - they just come to learn an

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread cocampo
To assign users to roles, you only need to insert the corresponding data in tables JBPM_ID_GROUP, JBPM_ID_MEMBERSHIP (which is nothing but a join table between users and roles, as you mas see in the Wiki). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread cocampo
AFAIK, it is not possible to assign roles to tasks. However, you can assign roles to pooledActors property, and then let your app pick the correct user and assign him to the task instance. BTW, remember that in some point there is no difference between roles and users; e.g., you can assign role

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-17 Thread cocampo
"Digeratus" wrote : | Also, I'm looking into converting the existing site into a pdf file. Would someone want to post it somewhere if I can convert it? As far as I know, you can post it yourself as a Wiki. Regarding your DB setup, it's already done or not? I couldn't understand it from your

[jboss-user] [JBoss jBPM] - Re: jbpm and LDAP!

2006-11-17 Thread cocampo
Roland: I'm interested in this topic, please let me know if I can help. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986917#3986917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986917

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-17 Thread cocampo
BTW, if you're seeing an error in the console, it would be nice to have it too, and the processdefinition file. I'm wondering, in what timezone are you located? I don't know if there is some kind of issue with this, maybe your app server is using another timezone, or maybe jBPM is using it, I d

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-17 Thread cocampo
Can you show us some code? Maybe we can see if there is a problem with it... Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986875#3986875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986875

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-16 Thread cocampo
...you could start by reading chapter 8, and Searching TFF for RDBMS related topics... Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986689#3986689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986689 _

[jboss-user] [JBoss jBPM] - Re: Customizing the Interface

2006-11-16 Thread cocampo
When I said "CS" I meant "CVS"... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986687#3986687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986687 ___ jboss-user mailing li

[jboss-user] [JBoss jBPM] - Re: Customizing the Interface

2006-11-16 Thread cocampo
No, is not possible in the stable version (3.1.2). However, AFAIK, there is some way to customize it in the beta version available in the CS, using JSF components. Please Roland, correct me (again, please) if I'm wrong on this. Regards. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-16 Thread cocampo
Janice: You can use the starter kit to deploy your processes; however, you could also rebuild the jbpm.sar to deploy jbpm in whatever app server you want, with whatever RDBMS you are already using; you can find instructions to modify database and jBPM in chapter 8, and also in this post: http:

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-14 Thread cocampo
Yes, it does contain the web app. I guess it is in a directory called "jbpm/src/java.webapp". Sorry for the last post, I was unable to see your answer (hence the sarcasm). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986023#3986023 Reply to the p

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-13 Thread cocampo
Anytime. You're welcome. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985714#3985714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985714 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
"J.E.Z" wrote : Hi, | | im a begginer at using jBPM. I copied the jbpm.war from the Starters Kit to my Tomcat/webapps. | Look at this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74781. According to this, you need to deploy the jbpm.sar, not the jbpm.war; follow the instruc

[jboss-user] [JBoss jBPM] - Re: how can i extend ?

2006-11-13 Thread cocampo
Why do you need the tag? How are you going to use it?. Please explain further. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985528#3985528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985528 __

[jboss-user] [JBoss jBPM] - Re: extended attributes

2006-11-13 Thread cocampo
Hi: I don't understand why do you need to have variables attached to a process definition. Could you please explain this in more detail?. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985527#3985527 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: JBPM(BPEL) conflicts (hibernate settings) with my app.

2006-11-13 Thread cocampo
This is not a jBPM question, but an Hibernate question; wrong forum... However, here is the answer: | import org.hibernate.Session; | import org.hibernate.cfg.Configuration; | ... | | Configuration configuration = new Configuration(); | configuration.configure("anotherDB.cfg.xml");

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
It looks like you're missing the Hibernate JAR's in your JBoss AS. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985518#3985518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985518 __

[jboss-user] [JBoss jBPM] - Re: Database connection

2006-11-13 Thread cocampo
If you have read the docs, then you should be aware that jBPM uses Hibernate to handle DB, hence the jars needed. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985519#3985519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss jBPM] - Re: Is this a viable scenario?

2006-11-13 Thread cocampo
"apill" wrote : We have an EJB 3 application running in Jboss that is designed to track inventory. Our data model is persisted with hibernate and according to the EJB3 spec and we're using stateless session beans to execute business logic from the client application. | | I would like design

[jboss-user] [JBoss jBPM] - Re: Connection (transaction problem)

2006-11-02 Thread cocampo
Have you tried to create the jBPM database in the RDBMS you're using? That way, it will be easier to acomplish your mission. Chapter 8 explains how, step by step, and jBPM includes scripts for many RDBMS (in case they didn't included it for your DB, you can always create your script, is not diff

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2006-11-02 Thread cocampo
And PLEASE, let me know what version of jBPM are you using, because there is NO line 284 (blank line) in the JbpmConfiguration.java file I'm seeing (jBPM 3.1.2). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982858#3982858 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2006-11-02 Thread cocampo
BTW slacker, I had a problem while using JBoss Seam along with jBPM, a problem with the DB; can you let me take a look at your code? I used the same approach as you (by parsing the jbpm.cfg.xml file) and after a few tries I could solve my problem (not a very orthodox way, but is working). Maybe

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2006-11-02 Thread cocampo
Just wondering... Is it possible that the use of "findLatestProcessDefinition" instead of "loadProcessDefinition" correct the problem? Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982854#3982854 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread cocampo
"onizuka82" wrote : | i have already intalled the Jboss AS and mySQL database. How can i deploy the jBPM engine. I have build the ANT. Do we need to put the jbpm.jar files and jbpm.war files? | In order to install jbpm, follow these instructions (Alex Guizar's message): http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread cocampo
If you come with more specific questions, I'll be glad to help as far as I can. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982219#3982219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982219 _

[jboss-user] [JBoss Seam] - Todo example and taskInstanceList

2006-10-30 Thread cocampo
I'm wondering, how do taskInstanceList knows what process definition to use in order to display the tasks assigned to an actor? I mean, what happens if I have several process definitions, some of them with tasks assigned to the same actor? Should taskInstanceList show me all the tasks regardles

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread cocampo
Roland: Yes, you're indeed correct; yes, this is somewhere in the forums. Maybe the "Search" link should be larger than it is, even now it's kind of hard to find it myself!!! (LOL). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981825#3981825 Rep

[jboss-user] [JBoss jBPM] - Re: jbpm engine as a jar

2006-10-30 Thread cocampo
I'm not sure on what do you mean by "how to start the engine", but you need to create the DB first (look for instructions for your particular DB vendor in the jBPM manual, chapters 5-8); obviously, you don't need to read the whole chapters, but the parts you're interested in. Also, you can look

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-30 Thread cocampo
Also, what you're asking is WELL DOCUMENTED in the MANUAL; there is a whole chapter about configuration of jBPM. I alredy tried it and works with no problem (btw, yes, you need to create the DB, but it is also documented where to find scripts for different DB vendors). Regards. View the origin

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-30 Thread cocampo
At least you tried to download the manuals, search the web (remember, Google is your friend!), read the Wikis??. What you're looking for is in the http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted. Regards. BTW, your problem is not about this being your first programming project;

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-30 Thread cocampo
You're correct, you need to get the jbpm.3 module. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981705#3981705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981705 __

[jboss-user] [JBoss Seam] - Re: how to connect oracle

2006-10-18 Thread cocampo
Why don't you take a look at this Wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamProject)? I'm sure it will help you. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979146#3979146 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Query that selects all rows.

2006-10-13 Thread cocampo
First, take a look at this code: | @Stateful | @Scope(SESSION) | @Name("messageManager") | public class MessageManagerBean implements Serializable, MessageManager | { | |@DataModel |private List messageList; | |@DataModelSelection |@Out(required=false)

[jboss-user] [JBoss Seam] - Re: Problem deploying example

2006-10-13 Thread cocampo
Well, I'm not completely sure on what was the problem, but I think it was a conflict with an existing jBPM jar since, previous to deploying the example, I deployed the jBPM 3.1.2 jars (along with their dependant jars as indicated in the manual) in jbossXXX/server/default/lib, and the example alr

[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

2006-10-12 Thread cocampo
Just wondering, why don't you remove the .java files from "ui" directory (not the directory itself, since it is somehow required in the ant tasks). After all, all the classes required to run your projects (those related to ui management) are already included in the jboss-seam-ui.jar file. I hop

[jboss-user] [JBoss jBPM] - Re: how finish a task?

2006-10-05 Thread cocampo
"antitrust1982" wrote : when I "end" the task the task disapear of my list of unfinished task. The problem with that is if I do a : task.end(); we arrived in the end task and so I cna execute my process, because the other tasks are finished too. | | Somebody can help me to finish a task to

[jboss-user] [JBoss jBPM] - Re: Why the jBPM example webapp doesn't have process definat

2006-09-29 Thread cocampo
However, be aware that this process you're gonna see (websale.par) is NOT a process related to the web app, is just an EXAMPLE, but as you could see in the Getting Started Wiki, you can deploy OTHER processes and see them in the SAME WEB APP, so, I insist, the websale is just an example, and its

[jboss-user] [JBoss jBPM] - Re: Why the jBPM example webapp doesn't have process definat

2006-09-28 Thread cocampo
"[EMAIL PROTECTED]" wrote : I got the jBPM-3.1.2, and opened the example webapp package jbpm.war. But I didn't find the process defination file, I think it should has process defination file, such as processdefination.xml. | | So I want to know how to control the busniess process of this web

[jboss-user] [JBoss jBPM] - Launch of "external" interactive applications from tasklist

2006-09-27 Thread cocampo
It would be nice to have a feature that allow process developers/designers to define an "external" interactive application to launch in case a task is executed (a la Carnot BPM, no advertise intended). For example, I would like to deploy some JSP's in the same app server where jBPM is living, so

[jboss-user] [JBoss jBPM] - Re: [b][color=blue]Does any body knows how to integrate betw

2006-09-27 Thread cocampo
"Mohab" wrote : | hi, i want to know how to integrate between JBPM and Jdeveloper, as i need to create process inside the JBPM within my platform of Jdeveloper10g | I guess you're not gonna be able to do this, unless you find a way to migrate the jBPM Process Designer plugin (written for