[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi Ed, thanks again for helping, i searched that way and i found multiple deployment of the jbpm-jpdl.jar. While removing that redundant deployement i got another exception (i'm trying to read some instance variable of type com.it.model.User) : javax.servlet.ServletException: org.jbpm.JbpmExcept

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi Ed, thanks for helping. the class you are refering to is mine. Its my User class. What i am trying to do is : putting that user in the variable instance. Doing my things. Taking back the user. LAST developpements : i took the part of code which was suspicious : taskInstance.end and i put it

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi again, i wwas wondering : what is the relation beetween the EjbSchedulerService and ending a process instance ? I'm wondering because it's seems that its related to my problem. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083928#4083928

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi, i have some more information. jbpm is trying to end the process when this error occurs. Stack java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory org.jbpm.svc.Services.getServiceFactory(Services.java:122) org.jbpm.svc.Services.getService(Serv

[jboss-user] [JBoss jBPM] - No class loaders found

2007-09-13 Thread mailinator
Hi, i'm back !!! With a new issue. Here it is : when trying to end a taskinstance, i got this exception : java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory This is because i have multiple deployment of jbpm jar. When deleting this jbpm-jpdl.jar from the /WEB-I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss Pooling

2007-08-07 Thread mailinator
Hi, i have an application that works with weblogic. It reads a properties files to find the pool to use for the requests with the database. The line is like this : DB_CONN=jdbc:weblogic:pool:MyDevPool I'm working now with Jboss and the pooling doesn't seems to be the same. I cant find what to pu

[jboss-user] [JBoss jBPM] - Re: Task Assignement

2007-08-06 Thread mailinator
Hi vtysh, thanks for your help, without that param it goes in the handler. Thanks again, Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071043#4071043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407

[jboss-user] [JBoss jBPM] - Re: Task Assignement

2007-08-06 Thread mailinator
Hi, Does anyone know about it ? I put systemoutprintln in the handler put they do not appear. Apparently the app doesnt go in the handler. I really don't know why. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071031#4071031 Reply to the po

[jboss-user] [JBoss jBPM] - Cant delete tasks from jbpm-console

2007-08-03 Thread mailinator
Hi, when trying to delete tasks (wich are runnin) from the jbpm console i have this error : Closing the database context failed: An exception of type org.jbpm.JbpmException was thrown, with the message: problem closing services {persistence=org.jbpm.persistence.JbpmPersistenceException: hibern

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi Ed, sorry i forgot, i'm on JBoss Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070567#4070567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070567 ___ jb

[jboss-user] [JBoss jBPM] - Task Assignement

2007-08-03 Thread mailinator
Hi, i'm trying to assign a task to someome using swinlane and assignement handler. My process definition : My assignement handler : public void assign(Assignable assignable, ExecutionContext executionContext) throws

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-03 Thread mailinator
Hi, thanks for helping, @Ed, i did go in the source and in find this : try { Context initial = new InitialContext(); LocalTimerServiceHome localTimerServiceHome = (LocalTimerServiceHome) initial.lookup("java:comp/env/ejb/LocalTimerServiceBean"); localTimerService = localTimerS

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, if i delete the jbpm-jpdl.jar from my WEB-INF/lib of my webapp, i have another exception (different from the previous one). exception : javax.servlet.ServletException: org.jbpm.JbpmException: ejb local timer lookup problem org.apache.struts.action.RequestProcessor.processExceptio

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBPM Process Instance - Could not enlist in transaction

2007-08-02 Thread mailinator
Hi Ed, thanks for helping. I think that the file is not found or used because of the logs : No TransactionManagerLookup configured although i have those lines in my config file : org.hibernate.transaction.JTATransactionFactory org.hibernate.transaction.JBossTransactionManagerLookup

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread mailinator
Hi, what do you mean by jbpm ? i have deployed the jbpm-enterprise.ear on my jboss server. I also have put the jbpm-jpdl.jar and the jbpm-identity.jar in the war of my application. Is that what you mean ? I didnt see anything about config files in the jbpm-jpdl, was i wrong ? Regards, O.M.

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Thanks for the pointers. What do you mean by "competing JBPM deployements" ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069672#4069672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069672 _

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi, i agree with you, we should make the job of the helping people easier. I apologize if i have somehow made that job harder. I will think about what you said and wait a couple of days. Thanks for trying to help and for readin EVERY post. BTW, do you have some informations about my problem ?

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi Ronald, you don't have to feel irritated. I generally wait half a day or a day before posting again. Its not that i don't like free forum, but buying commercial support isnt a solution. I tried Jbpm after giving a try to WLI because i thought it was easier. I'm beginning to think otherwise.

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-01 Thread mailinator
Hi, no one ever encountred this issue ? If you have please help, i'm really stuck with that error and i didn't find any useful information in the userguide. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069510#4069510 Reply to the post : ht

[jboss-user] [JBoss jBPM] - EjbSchedulerServiceFactory - Exception

2007-07-31 Thread mailinator
Hi, I have some problems with the EjbScheduler. while executing code : ProcessInstance processInstance = new ProcessInstance(processDefinition); Token token = processInstance.getRootToken(); token.signal("Transition"); I got this : exception javax.servlet.ServletException:

[jboss-user] [JBoss jBPM] - Re: ClassCast exception when executing simple process

2007-07-31 Thread mailinator
Hi, How have you done ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069216#4069216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069216 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
ops seems like it was cutted service name=persistence factory=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory service name=message factory=org.jbpm.msg.jms.JmsMessageServiceFactoryImpl service name=scheduler factory=org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFact

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
Hi ed, in my hibernate.cfg.xml i have : org.hibernate.dialect.Oracle9Dialect org.hibernate.cache.HashtableCacheProvider java:/JbpmDS oracle.jdbc.driver.OracleDriver org.hibernate.transaction.JTATransactionFactory org.hibernate.tran

[jboss-user] [JBoss jBPM] - Re: Oracle9i, JTA, XA-DataSources

2007-07-31 Thread mailinator
Hi, not really the same question. In fact the other post is based on the exception. This one is more general, not exception focused. While searching for data about the other post, i found out that there were lots of implications behind the use of persistence in jbpm. im beginning to wonder abou

[jboss-user] [JBoss jBPM] - Oracle9i, JTA, XA-DataSources

2007-07-31 Thread mailinator
Hi, is there something i should know about the JBPM Ear and an Oracle Database ? I have seen on the web that we should use xa-datasources instead of local-tx-datasources ? The fact is that i have a process definition, i deploy it on the database with the eclipse plugin but when trying to acces

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread mailinator
Hi ronald, thanks for your advice. Look at my other post about commits problems. If you know where in the docs i can find the solution feel free to point :) Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069044#4069044 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
forgot : i'm using Oracle9i thanks O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069014#4069014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069014 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
Sorry, the forum kept cuting my post from : service name=persistence factory=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory to : service name=persistence factory="org.jbpm.persistence.db.DbPersistenceServiceFactory View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
oups from . to Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069010#4069010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069010 ___ jboss-user mailing list jb

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
Hi, here are some news :) I changed in my jbpm.cfg.xml from . to The exception change : javax.servlet.ServletException: org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.persistence.JbpmPersistenceException: hibernate commit failed} org.apache.struts.action.Re

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread mailinator
Hi, okay thanks A LOT for your help. Best thoughts, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069005#4069005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069005 _

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-30 Thread mailinator
Hi, no one has ever seen this ? or heard about it ? or have any idea about it ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068789#4068789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068789 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBPM Process Instance - Could not enlist in transaction on e

2007-07-30 Thread mailinator
Hi, i'm using jbpm to work with workflows. Here is my problem : i'm deploying my process definition fine with the plugin. I check in the database and everything is fine. But when trying to acces that process definition from my webapp, i encounter some issues. I believe that this is because of m

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-30 Thread mailinator
Hi, some further info : in the logs of jboss i found this 10:07:02,786 WARN [loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunac ore.lastResource.disallow] [com.arjuna.ats.internal.jta.transaction.arjunacore.l astResource.disallow] Adding multiple last resources is disallowed. Current

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-30 Thread mailinator
Hi, i got this message from the logs when i start the JBoss server. 09:49:37,764 INFO [SettingsFactory] RDBMS: Oracle, version: Oracle9i Release 9. 2.0.6.0 - Production JServer Release 9.2.0.6.0 - Production 09:49:37,764 INFO [SettingsFactory] JDBC driver: Oracle JDBC driver, version: 9 .2.0.1.

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-27 Thread mailinator
Hi, thanks for answering. I don't understand, what are you recommanding me to do ? (i tried this with CMTT manager and the same error). lol im not working for the US Army, nor my computer does :) Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss jBPM] - Couldn't find process definition

2007-07-27 Thread mailinator
Hi, while trying this code, im getting an exception. Does anyone know about this ? Thanks. Here is the code : GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition processDefinition = graphSession.findLatestProcessDefinition("Acces"); ProcessInsta

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-27 Thread mailinator
Hi cheets, thanks for your help. Can you elaborate about your solution (table, db, logic ...)? in fact i can choose another way of doing it if its easier (using the jbpm identity module is not mandatory in my app). Regards, O.M. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-25 Thread mailinator
Hi, thanks for your reply. I'm using the jbpm tables. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067465#4067465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067465 _

[jboss-user] [JBoss jBPM] - Re: Defining the type of a task variable in XML

2007-07-24 Thread mailinator
Hi, How did u make the jsp understand ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067062#4067062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067062 ___

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-24 Thread mailinator
Hi, don't you understand my question ? if so, feel free to ask for pointers or more informations. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067040#4067040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: create task at runtime

2007-07-24 Thread mailinator
Hi, your taskInstance is named newti or u r calling ti.getTaskController () ... Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067039#4067039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067039 __

[jboss-user] [JBoss jBPM] - JBPM IDentity

2007-07-24 Thread mailinator
Hi, my question today is about jbpm identity. What i want to knwo is : when are we using that jbpm identity. I means in what im working for, the users identify themselvers with an SSO system. After that they can make demands and those demands will activate tasks. Those tasks appears in tasklist

[jboss-user] [JBoss jBPM] - Re: can't get task list of an actor

2007-07-20 Thread mailinator
Hi, How ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066244#4066244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066244 ___ jboss-user mailing list jbos

[jboss-user] [JBoss jBPM] - Process Instance - Variables - Life in database

2007-07-19 Thread mailinator
Hi everyone, my question today is about the life of instances (process) in the database. What i mean is that i have decided that the information that the user give me by completion of forms will be put in the process variables (i think of using some java objects because there is a really lot of

[jboss-user] [JBoss jBPM] - Re: Users - Groups in JBPM - Oracle

2007-07-18 Thread mailinator
Hi ronald, sorry if a seem impatient, i just couldn't wait to read ideas. Thanks for considering my request. I'm asking because i already have a database with a User table. But i haven't yet implemented the group part. If i understood right, "all" i have to do is to make changes in the classes i

[jboss-user] [JBoss jBPM] - Re: Users - Groups in JBPM - Oracle

2007-07-17 Thread mailinator
No one knows ? I am willing to take any ideas or links about this. Feel free to post. Thanks, Best thoughts, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065040#4065040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Users - Groups in JBPM - Oracle

2007-07-17 Thread mailinator
Hi, i was wondering if i could use my own schema for users-groups in my jbpm ? i have seen that there was a jbpm jbpm_id_user ans i was wondering if it was mandatory to use it ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064984#4064984 Re

[jboss-user] [JBoss jBPM] - Re: ProcessDefinition disapear from the database

2007-07-17 Thread mailinator
Okay thanks for your assistance i will study those docs. Keep you posted. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064906#4064906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064906

[jboss-user] [JBoss jBPM] - Re: ProcessDefinition disapear from the database

2007-07-17 Thread mailinator
Hi, you are right ! i'm doing this because i dont know how to get the process definition from the database ? for the createSchema, i shouldn't do it again ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064887#4064887 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: ProcessDefinition disapear from the database

2007-07-17 Thread mailinator
Hi, thanks for your reply, i dont understand why your are referring to a scheduler ? can you explain more about that scheduler ? where is it configured ? Best regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064875#4064875 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Data Persistence Question

2007-07-17 Thread mailinator
Hi, okay thanks for your reply. Very useful. Best Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064866#4064866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064866 _

[jboss-user] [EJB 3.0] - Re: Quartz Bean deployment

2007-07-16 Thread mailinator
anonymous wrote : Thank you very much for the informations I found it very usefull. However trying to migrate from adnotations to the deployment xml files proved much more complicated. After a lot of trouble I was able write a small doc: http://www.len.ro/work/articles/jboss/creating-a-quartz-jo

[jboss-user] [JBoss jBPM] - Re: Data Persistence Question

2007-07-16 Thread mailinator
Hi, Ronald, you do not know anything about my request ? Best regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064607#4064607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064607 _

[jboss-user] [JBoss jBPM] - ProcessDefinition disapear from the database

2007-07-16 Thread mailinator
Hi, i have encountred some issue while testing jbpm. Here what i have done : Deploying my processdefinition with the deployer of the jbpm Designer eclipse plugin. Checking in the database for that processdefinition : it appeared. In my Struts action : JbpmConfiguration jbpmConfiguration=JbpmCo

[jboss-user] [JBoss jBPM] - Data Persistence Question

2007-07-16 Thread mailinator
Hi everyone, i was wondering if the persistence of the process in the database was done (or not) wih the data of the process. For example, if i have a process and in this process i have a task. The user give me some information (let's say that i place this information in an object with booleans

[jboss-user] [JBoss jBPM] - Re: How is done the authentication for the JBPM console ?

2007-07-12 Thread mailinator
Hi, i see thanks for your time Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063363#4063363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063363 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: How is done the authentication for the JBPM console ?

2007-07-11 Thread mailinator
Hi, thanks for replying. What do you mean by the security domain maps this app to this domain ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062810#4062810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - How is done the authentication for the JBPM console ?

2007-07-10 Thread mailinator
Hi, can someone explain me how the authentication for the jbpm console is done ? Im trying to understand how all the components work together in order to solve some problems on weblogic. If someone have a good understanding of the links between the login-config.xml, the access.propreties, the j

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-10 Thread mailinator
Ok Thanks Ronald. See you soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062284#4062284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062284 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-10 Thread mailinator
Hi, can someone tell me how to set up the authentication part for the jbpm console on weblogic 8.1 ? I suspect that i need a realm with the informations of my oracle database. But so far i didn't succed. Im' stuck at the part where i have to tell to weblogic using JBPM_ID_USER for authenticating

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi everyone Can someone developpe the part about the web.xml descriptor ? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81337 Here it is said that the console can't work because of lack of implementation of jsf mechanisms on weblogic 8. Can someone confirm ? Regards, O.M. View the

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi, thanks for replying, i'm not working on JBoss and cant find the equivalent of the login-config.xml for Weblogic 8.1. Do you know it ? I thought of putting that file on the directories of Weblogic but the classes that are referenced in the file are all org.jboss.* so i dont think thats a go

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-09 Thread mailinator
Hi, i'm here again because i'm stuck in my deployment of the jbpm console. In fact the deployment is ok but when trying to access http://10.98.54.53:7001/jbpm-console/sa/processes.jsf, i got this error Error 403--Forbidden. Apparently i dont understand how authentication works on jbpm. I find t

[jboss-user] [JBoss jBPM] - Re: Deploying JBPM on Weblogic 8.1 - Second try

2007-07-06 Thread mailinator
Yeah Tanks for your concern. I'm know fighting with an 403--forbidden page on weblogic ... Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061273#4061273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-06 Thread mailinator
Okay Thanks, what are you using ? Are you doing Jbpm with Struts on Weblogic ? I've followed your instruction and it deployed successfully. However i have some errors about JobExecutorThread and classes not found (like FacesServlet). I'm trying to resolve those. I will keep you posted. Thanks,

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-06 Thread mailinator
Sorry i didnt finish my last post : with that weblogic.xml (see the upper post) and without datasource and transaction manager configuration, i got this error when accessing the console at (http://localhost:7001/jbpm-console/sa/processes.jsf): Error 403--Forbidden Did it require some other con

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-06 Thread mailinator
Thanks a lot. I tried those : In my Weblogic.xml http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd";> compileFlags -g keepgenerated true jbpm-console true I dont see what datasource i need : can you be more specific

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-06 Thread mailinator
Hi, thanks for reading me, What kind of information do you want ? I took the jbpm-console.war an tried to deploy it on weblogic 8.1. I dont know what to change in order to make it work. I dont know jsf so my changes to make it working with jsf are low. What i'm hoping for is tips about how getting

[jboss-user] [JBoss jBPM] - Deploying JBPM on Weblogic 8.1 - Second try

2007-07-06 Thread mailinator
Hi is anyone here to help on that subject ? I don't understand at all how to get jbpm working on weblogic. I have successfully intalled the jbpm entreprise.ear on Jboss 4.0.2.Ga with an oracle database. Everythiing seems up and running. Now i would like to do it on weblogic because it is the s

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-06 Thread mailinator
Hi is anyone here to help on that subject ? I don't understand at all how to get jbpm working on weblogic. I have successfully intalled the jbpm entreprise.ear on Jboss 4.0.2.Ga with an oracle database. Everythiing seems up and running. Now i would like to do it on weblogic because it is the serve

[jboss-user] [JBossWS] - Re: WS-Security: keystores and truststores

2007-05-15 Thread mailinator
I have this problem too. The client part must be dynamic, not static. I want to have more than one client! Sorry for my english View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045866#4045866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: Using Hibernate 3 in JBOSS 4.0.1sp1

2007-04-18 Thread mailinator
To answer my own question... you delete the jboss-hibernate.deployer directory. Apparently you can optionally replace it with one from H3 but it works fine for me to completely remove it and use the hibernate in my war file. Be sure to do the same thing in 'default' and 'all' if needed. View

[jboss-user] [Beginners Corner] - Using Hibernate 3 in JBOSS 4.0.1sp1

2007-04-12 Thread mailinator
Hi, I'm trying to move a web app I've got from Tomcat to JBOSS. The app makes use of Hibernate 3. When I start up JBOSS I get the error below. If I simply remove cglib-full-2.0.1.jar from jboss-4.0.1sp1\server\[default|all]\deploy\jboss-hibernate.deployer then everything is happy (i.e., it

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: CAnnot deploy exploded war

2007-02-19 Thread mailinator
I have a same problem. My exploded war resides outside jboss's deploy directory and is linked to be deployed in jboss-service.xml | | ... | |deploy/,file:/ws/default/SCB_US/Engineering/selenium-test.war | I have tried also to put / character at the end

[jboss-user] [JBoss Seam] - Unit test security permission rules

2007-02-03 Thread mailinator
I might just be lost, but how can you unit test security permissions ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010368#4010368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010368

[jboss-user] [JCA/JBoss] - Re: Can't get JCA datasource using JNDI

2007-01-14 Thread mailinator
You should change use-java-context to false, so JBOSS puts the JNDI resource avaiable outside of the jboss server vm, http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources Also you will have to change: | Object connection = ctx.lookup("jdbc/WCJFDB"); | View the original post : http

[jboss-user] [Installation, Configuration & Deployment] - how to start heavy initialization tasks during container sta

2006-11-29 Thread mailinator
Hello, I have a non-EJB helper class that takes about 5-10 seconds to initialize and then lives until the container is shut down. It is only used from within EJB and is thus packaged in the ejb .jar. Basically there are two questions: 1) is there a preferred way to model a Singleton object (exi

[jboss-user] [JBoss jBPM] - Invoke POJO or EJB Services

2006-11-13 Thread mailinator
HI All, I am new to to JBoss jBPM and I was wondering if there is a way to invoke services that are POJO or let's say Session beans using jBPM. here is a senario that all of your services no matter what is the type of your service they have a execute or processRequest method that gets a message

[jboss-user] [Beginners Corner] - JBoss AS 4.x system requirements

2006-10-26 Thread mailinator
Hi, I have been trying to find the minimal and recommended system requirements for installing and running JBoss AS 4.x. I haven't yet figured out where this would be. Could someone please provide me with a link, or the actual figures (I'd like to know the actual suggested figures, not just ones

[jboss-user] [JBoss Messaging] - Re: Old JMX Class files in jboss-messaging-client.jar?

2006-10-17 Thread mailinator
Awesome, thanks very much for the quick response! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978965#3978965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978965 ___ jboss

[jboss-user] [JBoss Messaging] - Re: Old JMX Class files in jboss-messaging-client.jar?

2006-10-17 Thread mailinator
We have jboss messaging running on one machine, and we have a web application that is sending messages running on another machine. The web application has jboss-messaging-client.jar in it's classpath so we can send messages to the jboss messaging server (which is on another machine completely).

[jboss-user] [JBoss Messaging] - Old JMX Class files in jboss-messaging-client.jar?

2006-10-15 Thread mailinator
In jboss-messaging-client.jar there are several class files from the JMX package such as org.jboss.mx.server.ServerConfig. These appear to be from an old release of the jboss JMX as they refer to classes that no longer exist in the jBoss application server (such as JBossMXServerConfig ), so if t

[jboss-user] [Management, JMX/JBoss] - Re: JBossMXServerConfig class not found

2006-10-13 Thread mailinator
Looks like the above code only works when running under a 1.5+ JVM. 1.4 JVM doesn't appear to be supported when trying to incorparate Spring and JBoss JMX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978082#3978082 Reply to the post : http://www.jboss.com

[jboss-user] [Management, JMX/JBoss] - JBossMXServerConfig class not found

2006-10-05 Thread mailinator
I'm trying to get a web application that has it's own mbean server running under JBoss 4.04GA. The mbean server is part of spring, our application is based on Spring and I'd like to keep the application as portable across app servers as possible, so I don't want to just use MBeanServerLocator.lo

[jboss-user] [EJB 3.0] - Ejb, remoting and seam. PLEASE HELP!!

2006-09-27 Thread mailinator
Hi everybody, i'm developing an application using the hibernate booking example as template, so its deploy is a war application. Now i need to integrate remoting for ajax use. It need ejb 3 support for session beans. To do it I should add ejb 3 module and so I must port my WAR application to an

[jboss-user] [JBoss jBPM] - Re: How can I add forms?

2006-08-24 Thread mailinator
"kukeltje" wrote : ??? Mind that branches are not stable, releases are, what is the behaviour of 3.1.2?There are only two projects available in the import dialog: The above Branch and jbpm.db By the way, the processXMLReader method first didn't work at all until I added commons-logging-1.1.jar a

[jboss-user] [JBoss jBPM] - How can I add forms?

2006-08-24 Thread mailinator
Hello, what is the best way to add customized forms to a jbpm process? So far, I'm trying to build my forms as a java UI, but I've run into problems. I went along the TaskAssignment example from the jbpm.3_BRANCH_3_1 project that is included in the starters kit. The idea is that the AssignmentHa

[jboss-user] [JBoss Messaging] - Re: Exiting on IOE - java.net.SocketException: socket closed

2006-08-14 Thread mailinator
i'm still getting this problem with 4.0.4: 2006-08-14 16:00:39,354 DEBUG [uil2.SocketManager] Begin ReadTask.run | 2006-08-14 16:00:39,354 DEBUG [uil2.SocketManager] Begin WriteTask.run | 2006-08-14 16:00:39,354 DEBUG [uil2.SocketManager] Created ObjectOutputStream | 2006-08-14 16:00:39,374

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.8SP1/CMP/SQL TIME & DATETIME

2006-08-08 Thread mailinator
I had to change the mapping from java.sql.Time/TIME/TIME to java.sql.Time/DATETIME/DATETIME and now it works View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963831#3963831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.8SP1/CMP/SQL TIME & DATETIME

2006-08-08 Thread mailinator
My bad. I know realized that even with the if using == the returned value would be a java.sql.Time object. So whether it uses a == or an instanceof wouldnt change the equation. But any ideas why I am getting the javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Data trun

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 3.2.8SP1/CMP/SQL TIME & DATETIME

2006-08-08 Thread mailinator
I migrated an existing JBoss application to mySQL from MSSQL that has a DATETIME activityTime column in a specific table and a CMP EntityBean that uses the java.sql.Time to get and set values from that column. Now I am getting the following exception: javax.ejb.CreateException: Could not create

[jboss-user] [JBoss jBPM] - Re: Deployment Problems

2006-08-08 Thread mailinator
Didn't work. But I did a new install of the starterkit plus the jboss eclipse IDE on another computer and now it works... -Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963758#3963758 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: Deployment Problems

2006-08-07 Thread mailinator
Thanks. Found a file named log4j.xml (that the right one?), but it was at /server/jbpm/conf I tried to change the value of the "Target" parameter in the appender definition, first to "jbpmLog.txt" then with a full path, but in both cases I wasn't able to find the file. And console still display

[jboss-user] [JBoss jBPM] - other guy, same problem

2006-08-07 Thread mailinator
Hello, I came as far as stevenm. Found the log4j.properties file, too (in your eclipse project in /bin/com) and since it says in line 1+2 # Set root logger level to DEBUG and its only appender to CONSOLE | log4j.rootLogger=DEBUG, CONSOLE I guess no log file is created. So, how do I change line

[jboss-user] [JBoss jBPM] - Re: PLEASE HELP

2006-07-31 Thread mailinator
"[EMAIL PROTECTED]" wrote : Why don't you merge the mappings for JBPM classes and your custom classes in the same .cfg.xml file? Because I'd like to mantain two separate schemas. One for jbpm management and one for my data. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - PLEASE HELP

2006-07-28 Thread mailinator
Hi, I need to integrate jBPM with my seam-hibernate project. My problem is that I use an hibernate.cfg.xml file to mapping my classes. Integrating jBPM I should create another .cfg.xml referring to another schema. How can I do? To be clearest, image to integrate jBPM with hibernate-booking seam e

[jboss-user] [JBoss Messaging] - Unique constraint violation with JMS

2006-07-24 Thread mailinator
We're getting unique constraint violations with JMS messaging and Oracle (9 & 10 we've tried both). This isn't happening often, and we're not sure what exactly is making JBoss re-use the same primary key. There is only one instance of JMS accessing the database. We're using JBoss Messaging 1.0.1

[jboss-user] [Beginners Corner] - Permission Denied when MBean starts a new Thread

2006-07-24 Thread mailinator
I have a MBean that starts a new thread in its constructor that tries to bind to the SSL socket. I get a Permission Denied. How can I bypass this? I am using Jboss 3.0.8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960545#3960545 Reply to the post : htt

[jboss-user] [Messaging, JMS & JBossMQ] - Unique constraint violation with JMS

2006-07-23 Thread mailinator
We're getting unique constraint violations with JMS messaging and Oracle (9 & 10 we've tried both). This isn't happening often, and we're not sure what exactly is making JBoss re-use the same primary key. There is only one instance of JMS accessing the database. Here's the sql that JBoss uses t

  1   2   >