[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread michaelholtzman
I couldn't find this bug in the jira, and it is causing me major grief. Can 
anyone confirm that it has been filed as a bug?

Also, I looked at the schema and don't really understand what is causing this 
error.
anonymous wrote : 
  | The matching wildcard is strict, but no declaration can be found for 
element 'xx'
  | 
where xx is the field name in my TaskAssignmentHandler class.

Can anyone comment? Thanx.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912890#3912890

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912890


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread michaelholtzman
It seems that the schema for assignment should be ...


  | xs:element name=assignment
  | xs:annotation
  | xs:documentationControls the behavior of assigning a 
task to an identity./xs:documentation
  | /xs:annotation
  | xs:complexType
  | xs:sequence
  | xs:any processContents=lax minOccurs=0 
maxOccurs=unbounded
  | xs:annotation
  | xs:documentationThe content 
of the assignment element can be used as configuration information for your 
custom assignment handler implementations.  This allows the creation of 
reusable delegation classes./xs:documentation
  | /xs:annotation
  | /xs:any
  | /xs:sequence
  | xs:attribute name=class type=xs:string 
use=required
  | xs:annotation
  | xs:documentationThe fully qualified 
class name of an implementation of 
org.jbpm.taskmgmt.def.AssignmentHandler./xs:documentation
  | /xs:annotation
  | /xs:attribute
  | xs:attribute name=config-type type=configType 
use=optional
  | xs:annotation
  | xs:documentationSpecifies how the 
assignment handler object should be constructed and how the content of this 
element should be used as configuration information for that 
object./xs:documentation
  | /xs:annotation
  | /xs:attribute
  | xs:attribute name=expression type=xs:string 
use=optional/
  | /xs:complexType
  | /xs:element
  | 

Would it be possible for this change to be made in the offical schema file at 
jbpm.org? Thanx.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912906#3912906

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912906


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread michaelholtzman
Finally found this in jira:
http://jira.jboss.com/jira/browse/JBPM-430

It claims to be fixed in 3.1a, but it apparently has not made it back to 3.0.x

Can the correct xsd be posted your web site (as specified in the 
processdefinition xml) ?? Thanx.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912954#3912954

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912954


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread kukeltje
Michael, 

We are currently working hard on 3.1. After that release we will fix some 
things for 3.0x again. I suggest for the time being, turn xsd validation of (by 
changing it in the header) or refer to a local, corrected copy of the xsd

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912960#3912960

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912960


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-02 Thread darranl
davidsan1001 wrote : Not sure how to file a JIRA issue.

Log in to Jira using the same account you use for the forums and click on 
'create new issue'.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910258#3910258

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910258


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-02 Thread davidsan1001
Do I have official blessing to file a JIRA issue for this?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910361#3910361

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910361


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-02 Thread kukeltje
yes

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910411#3910411

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910411


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-01 Thread davidsan1001
That worked!  Its a bug though.  Not sure how to file a JIRA issue.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910101#3910101

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910101


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread kukeltje
what if you rename it to UserName everywhere?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3909856#3909856

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909856


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread davidsan1001
Nope, same result.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3909887#3909887

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909887


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-11-30 Thread kukeltje
do you get an error while deploying? If so does it have somerthing to do with 
an xsd? If so try removing the full header in the process and just leave a 
header without references to an xsd. Could be a namespace issue.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3909920#3909920

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909920


---
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=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user