[JBoss-user] [Installation, Configuration & Deployment] - IncompatibleClassChangeError: commons-collections

2006-03-10 Thread lisa_jbpm
Hi.,
  I'm getting IncompatibleClassChangeError when a method im my bean (web) uses 
CollectionUtils.select (commons-collections.jar). I replaced all the 
commons-collections.jar to  same version (both in war/jar) and also placed in  
JBOSS-HOME/lib,JBOSS-HOME/server/default/lib to check whether that could solve 
the problem ..but no success yet.

Do anyone have'd this problem please help me.

note: when i remove the certain lines in my methos that uses collections then 
its working without any error. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929299#3929299

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929299


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Passivate problem + SerializationException

2006-02-07 Thread lisa_jbpm
Hi.,
I'm getting passivate  problem (sometimes after 5 mins / 10 mins) together with 
Serialization exception.

Here's the stack trace:
Code:


  | 
  | 15:25:57,140 ERROR [SimpleStatefulCache] problem passivation thread
  | javax.ejb.EJBException: Could not passivate; failed to save state
  | at 
org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessi
  | onFilePersistenceManager.java:354)
  | at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleStatefulCache.java:191)
  | at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache$SessionTimeoutTask.run(SimpleStatefulCache.java:
  | 127)
  | Caused by: org.jboss.serial.exception.SerializationException
  | at 
org.jboss.serial.persister.PrivateWritePersister.writeData(PrivateWritePersister.java:83)
  | at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.
  | java:117)
  | at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.jav
  | a:260)
  | at 
org.jboss.serial.persister.RegularObjectPersister.defaultWrite(RegularObjectPersister.java:81)
  | at 
org.jboss.serial.persister.RegularObjectPersister.writeData(RegularObjectPersister.java:46)
  | at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.
  | java:117)
  | at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.jav
  | a:260)
  | at 
org.jboss.serial.persister.RegularObjectPersister.defaultWrite(RegularObjectPersister.java:81)
  | 
  | 


Any help is highly appreciated.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922066#3922066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922066


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Passivate problem + SerializationException

2006-02-07 Thread lisa_jbpm
Hi.,
   I'm getting the passivate problem (sometimes after 5 mins / 10 mins) 
together with Serialization exception.

Here's the stack trace:

  | 15:25:57,140 ERROR [SimpleStatefulCache] problem passivation thread
  | javax.ejb.EJBException: Could not passivate; failed to save state
  | at 
org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManager.java:354)
  | at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleStatefulCache.java:191)
  | at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache$SessionTimeoutTask.run(SimpleStatefulCache.java:127)
  | Caused by: org.jboss.serial.exception.SerializationException
  | at 
org.jboss.serial.persister.PrivateWritePersister.writeData(PrivateWritePersister.java:83)
  | at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.java:117)
  | at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.java:260)
  | at 
org.jboss.serial.persister.RegularObjectPersister.defaultWrite(RegularObjectPersister.java:81)
  | at 
org.jboss.serial.persister.RegularObjectPersister.writeData(RegularObjectPersister.java:46)
  | at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.java:117)
  | at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.java:260)
  | at 
org.jboss.serial.persister.RegularObjectPersister.defaultWrite(RegularObjectPersister.java:81)
  | 

Any help is highly appreciated.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922061#3922061

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922061


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Issue with ValueChangeListener and calling SLSB in Seam

2006-02-05 Thread lisa_jbpm
I'm also facing the same problem.
The valueChangeListener is not working. Please let me know if you come across 
any solution.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921725#3921725

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921725


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Problem with Delete/Cancel TaskInstance

2006-01-19 Thread lisa_jbpm
---> taskInstance.end() 

This only ends (completes)  the current task and executed the workflow to the 
next default transistion.

I found the solution by using the following code:

  ProcessInstance processInstance 
=taskInstance.getTaskMgmtInstance().getProcessInstance();

  jbpmContext.getGraphSession().deleteProcessInstance(processInstance);



Greets.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918332#3918332

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918332


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Problem with Delete/Cancel TaskInstance

2006-01-16 Thread lisa_jbpm
Hi.,
I want to DELETE/CANCEL a taskinstance, so that the whole workflow process 
should come to end or should not exist anymore. I tried the following ways:
   1. taskInstance.getTaskMgmtInstance().getProcessInstance().end()
   2. taskInstance.getTaskMgmtInstance().removeTaskInstance(TaskInstance)
   3. taskInstance.setEnd(new Date())

 But the problem is, if i use getTaskList() then i'm getting the ended 
TaskInstances.

Which is the correct way to Delete/Cancel ?

Any help is appreciated.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917650#3917650

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917650


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: How to customize TaskInstance?

2006-01-11 Thread lisa_jbpm
Thanks for your replies. 

Happy to know that the next jBPM release comes with discriminator value. 

Greetz.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916914#3916914

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916914


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: How to customize TaskInstance?

2006-01-11 Thread lisa_jbpm

Thanks for your replies. 

[B]Happy to know that the next jBPM release comes with discriminator value. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916913#3916913

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916913


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - How to customize TaskInstance?

2006-01-10 Thread lisa_jbpm
Hi.,
  I want to  customize TaskInstance by extending it. I read the doc and forum 
discussions about it: I had done like 
- create a subclass of TaskInstance (did)
- update the property jbpm.task.instance.class to specify the name of custom 
class (did)
 
- create a mapping file for the subclass, for mapping the extra properties you 
want to save 

I tried to extend TaskInstance in my custom subclass mapping file, but I'm 
getting exception "No discriminator found for [subclass]. Discriminator is 
needed when 'single-table-per-hiearchy' is used and a class has subclasses"


Any help is greatly appreciated.
(sample code, if possible)

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916642#3916642

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916642


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: How can I display processimage (jpg) in browser?

2006-01-06 Thread lisa_jbpm
Thanks for your reply.

 I want to know exactly how the GPD converts (or creates) xml file 
(processdefinition.xml or gpd.xml) to jpg image. I tried to connect to CVS for 
GPD source but timeout error (still trying). 
  If anybody knew about this process, please give me some ideas about it.

Thanks you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916029#3916029

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916029


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - How can I display processimage (jpg) in browser?

2006-01-05 Thread lisa_jbpm
Hi.,
In my web application, users are allowed to upload/deploy 
processdefinition file directly from web browser and process workflow will be 
executed automatically.

 In this scenario I want to display the processimage file (from the deployed 
processdefinition file) in the user's browser.


I'm a new bie to jbpm. 
Please give me some ideas and I'll be grateful to you.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915799#3915799

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915799


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user