[jboss-user] [JBoss Cache: Core Edition] - Re: event queue size is at 98% threshold

2008-11-27 Thread wjm
We're also seeing this error, not out of state transfer, just randomly once in 
awhile on a busy day.  We've noticed that setting eventQueueSize=40 (for 
example) doesnt help, we still get the error at 20.  We've tried adjusting 
down the minTimeToLiveSeconds now, from one day, to one hour.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4192855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-11-07 Thread wjm
[EMAIL PROTECTED] wrote : Do you see any issues with the replication?  E.g., 
if you turn off the cache loader - or even use a different cache loader - does 
this work?
  | 

Hello again, and thanks for the followup.  We tried the cache without a loader 
today, and got the same result.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187766
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-11-07 Thread wjm
I've now logged this as a formal JIRA case:

https://jira.jboss.org/jira/browse/JBCACHE-1432

Thanks again!


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187786
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-11-07 Thread wjm
Ah, yes.  Very fair question.  :-)  When it was apparant to me that the error 
lies in readInt() and readShort(), I didn't think about the rest.  Clearly 
thats where the problem is, but this is the form we see without a loader 
enabled:

30 [ERROR] RequestCorrelator.receiveMessage(): - failed unmarshalling buffer 
into return value
java.io.EOFException
at java.io.DataInputStream.readShort(Unknown Source)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown 
Source)
at java.io.ObjectInputStream.readShort(Unknown Source)
at 
org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:536)
at 
org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
at 
org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:154)
at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:544)
at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:365)
at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:746)
at org.jgroups.JChannel.up(JChannel.java:1151)
at org.jgroups.mux.Multiplexer$Task.run(Multiplexer.java:1036)
at org.jgroups.mux.Multiplexer$ExecuteTask.run(Multiplexer.java:1060)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source

I'll attach this to the bug as well.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187813
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-11-07 Thread wjm
genman wrote : You're getting an EOF, meaning somebody in your cluster is 
cutting the connection to your system. It might just be a network connectivity 
issue. Look at the logs on the other machines (TRACE) and see what's triggering 
the disconnect, if it indeed is within the cache.

Thanks for the feedback, but I don't think this is the case.The underlying 
problem seems related to the way 64bit architecture writes Int and Short to the 
object stream, causing other cluster members to throw this sort of exception 
when reading anything written by a windows 64bit member writes. 

 I've read that Nio handles this better than ordinary DataInputStream, but I'm 
not well versed enough to say for sure.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187816
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-11-07 Thread wjm
I'm still hoping to get a confirmation.  We feel certain that anyone else 
attempting to blend 64bit windows in with other architectures in a cluster will 
experience the same result, though.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-10-23 Thread wjm
Just a followup here, as mentioned.  When using 64bit java for windows (1.6 
latest), we do see the same result.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4184256
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-10-21 Thread wjm
[EMAIL PROTECTED] wrote : I doubt this is an OS problem, but just to prove 
it, do you see this issue if you had 1 windows and 1 linux machine in the 
cluster, and the other linux machine were to join?

Thanks for the reply.  We see this problem immediately after the 64bit machine 
put()s or replace()s any node in the cache.  That same node(s) becomes 
unreadable for all other  members, whether current or newly joined.

Note, we have not tried clustering two 64bit windows machines, because we only 
have one, but presumably they would play well together.

We're going to try using the 64bit java installation on the windows machine to 
see if that might help.  So far we've only used the 32bit java everywhere.   

Otherwise, I hope you're right, but it's certainly evident only when 64bit 
windows is a member.




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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183424
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Cache corrupted by 64bit windows member

2008-10-13 Thread wjm
Hello.  We've run into some trouble in attempting to bring a 64bit windows 
machine into an existing cluster.  The cluster has (had) two 64bit linux 
members and was running fine when we attempted to merge a 64bit windows machine 
into the group.  Anytime the windows machine wrote on a node,  the node was 
thereafter unreadable by either of the original members.  Exceptions of the 
following form were thrown by the  other members.  All machines were using 
32bit java.   Has anyone seen anything similar?  Have I missed something 
fundamental about 64bit windows?

Thanks in advance for any help or insight.


INFO   | jvm 1| 2008/10/10 10:05:13 | 0 [ERROR] 
AdjListJDBCCacheLoader.reportAndRethrowError(): - Failed to load node for fqn 
/IntegrationModules
INFO   | jvm 1| 2008/10/10 10:05:13 | java.lang.Exception: Unable to load 
to deserialize result: 
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.loader.AdjListJDBCCacheLoader.loadNode(AdjListJDBCCacheLoader.java:397)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.loader.AdjListJDBCCacheLoader.get(AdjListJDBCCacheLoader.java:97)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.interceptors.CacheLoaderInterceptor.loadData(CacheLoaderInterceptor.java:530)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.interceptors.CacheLoaderInterceptor.loadNode(CacheLoaderInterceptor.java:408)
[...]
INFO   | jvm 1| 2008/10/10 10:05:13 | Caused by:java.io.EOFException
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
java.io.DataInputStream.readInt(Unknown Source)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
java.io.ObjectInputStream$BlockDataInputStream.readInt(Unknown Source)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
java.io.ObjectInputStream.readInt(Unknown Source)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.marshall.CacheMarshaller200.populateFromStream(CacheMarshaller200.java:740)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.marshall.CacheMarshaller200.unmarshallHashMap(CacheMarshaller200.java:705)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:564)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.marshall.CacheMarshaller200.objectFromObjectStream(CacheMarshaller200.java:147)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.marshall.VersionAwareMarshaller.objectFromStream(VersionAwareMarshaller.java:176)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.loader.AdjListJDBCCacheLoader.unmarshall(AdjListJDBCCacheLoader.java:702)
INFO   | jvm 1| 2008/10/10 10:05:13 |   at 
org.jboss.cache.loader.AdjListJDBCCacheLoader.loadNode(AdjListJDBCCacheLoader.java:392)


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4181963
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-10-13 Thread wjm
Small addendum, we're running the latest 2.2.0GA release.  Thanks again.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4181964
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - Relay functionality with Multi or Bi sockets?

2007-11-08 Thread wjm
Hi,

  I'm trying to determine if remoting might be a suitable replacement for an 
older RMI implementation I'm using.  This implementation has a built-in jxta 
layer which provides functionality similar to multiplex sockets.  Jxta also 
provides a notion of a relay server, which can provide connections between 
two firewalled clients.  

Does the multiplex or bisocket implementation in remoting implement anything 
similar to a relay mechanism?  In the relay role the server doesnt actually do 
anything with a stream except to pass it onto another client.

Thanks for any insight.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102957
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jbpm3.2deployment error

2007-05-21 Thread wjm
Right.  You're not getting the identity bits you need to run the demo.  This 
note:

[url]http://wiki.jboss.org/wiki/Wiki.jsp?page=UseHibernateToCreateJbpmDB
[/url]

should get you going.  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: PROBLEMS About the database of jBPM BPEL

2007-05-19 Thread wjm
Looks like you need to set the appropriate dialect property in your mysql 
config.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047011
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: oracle db script !!

2007-05-16 Thread wjm
lethrech wrote : think you for your response,
  | 
  | some tables are absent (JBPM_ID_USER, JBPM_ID_GROUPE, JBPM_ID_MEMBERSHIP, 
JBPM_ID_PERMISSIONS,JBPM_ID_JOB)

Some of those tables are a part of the identity implementation, which is not 
referenced in the basic database initialization.

Your best bet is to let Hibernate do the entire job for you, including 
populating the identity database components with the sesame street users so 
that the demo will run in the console.  See:

[url]
http://wiki.jboss.org/wiki/Wiki.jsp?page=UseHibernateToCreateJbpmDB[/url]


Bill

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4046073
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-05-01 Thread wjm
You only need to use createSchema() once to setup the db.It automatically 
drops and recreates all tables each time you invoke it.  I'm not sure what your 
code looks like, but you would likely want to comment that call and proceed 
with the assumption that the database now exists.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042031
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-30 Thread wjm
HLQ wrote : Everytime I startup Tomcat, it will automatically re-create the 
database, and the database becomes empty. anybody knows how to avoid this?
Sounds like you're executing the createSchema() call every time you start up?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041852
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: questions about GPD

2007-04-25 Thread wjm
estaub wrote : Re where to get GPD:
  | Be aware that Red Hat is planning to change the GPD from LGPL license to 
GPL license.  I don't know when. 
  | 

Can someone point me to more details regarding this transition?

How will it affect the jbpm-console?  Will process definitions created with GPD 
be affected?

Thanks!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040535
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: questions about GPD

2007-04-25 Thread wjm
kukeltje wrote : wjm wrote : estaub wrote : Re where to get GPD:
  |   |   | Be aware that Red Hat is planning to change the GPD from LGPL 
license to GPL license.  I don't know when. 
  |   |   | 
  |   | 
  |   | Can someone point me to more details regarding this transition?
  |   | 
  | Sorry, I do not have any info on this
  | 

Ok, thank you.  If anyone else (estaub?) has a reference to the original 
announcement, I'd appreciate a pointer.


Bill


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040674
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Regarding jbpm-identity

2007-04-19 Thread wjm
MGarl10024 wrote : 
  | 
  | Section 11.11 from the Reference Manual stating jBPM includes an optional 
identity component that can be easily replaced by a company's own identity data 
store is just not working out like planned.
  | - If you remove it, other things break.  
  | 
  | MG

The identitity datamodel which you implement must provide three primary 
components.  


  | 1. USER - key, name, password
  | 2. ROLE - key, rolename (There must be a role for every swimlane you 
specify in your diagram, this is the problem in your case)
  | 3. USERROLE - this is the tricky bit.  
  | 
  | 
  | Every USERROLE must have a combination of a valid user and a valid role, 
and provide the means for the JDBCUserRealm implementation you choose (tomcat, 
jetty, jboss, etc) to lookup these associations.The one for tomcat is 
documented on the wiki.  Here's the config I use for jetty's 
org.mortbay.jetty.security.JDBCUserRealm:
  | 
  | 
  | usertable: JBPM_ID_USER
  |   | usertablekey: ID_
  |   | usertableuserfield: NAME_
  |   | usertablepasswordfield: PASSWORD_
  |   | roletable: JBPM_ID_GROUP
  |   | roletablekey: ID_
  |   | roletablerolefield: NAME_
  |   | userroletable: JBPM_ID_MEMBERSHIP
  |   | userroletableuserkey: USER_
  |   | userroletablerolekey: GROUP_
  | 
  | Note how I am using the default tables which are provided with the jbpm 
identity mechanism, but the specification of the keys and fields is the 
critical bit for the jbpm-console to do the lookups through the provided Realm. 
 
  | 
  | Unfortunately, the tomcat wiki pages are not clear enough about the fact 
that one must provide a complete JDBCUserRealm, with every field mapped, for 
things to work.
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038848
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Is this a bug/weird coding/am I reading this wrong?

2007-04-15 Thread wjm
pjodev wrote : 
  | Now it looks like it attempts to build the entire configuration from the 
default.jbpm.cfg.xml file which is giving me that Message.hbm.xml error What 
the hell is Message.hbm.xml? WHERE DO I USE IT? (see my other post!!!)
  | 

It appears the Message, TextMessage, and some other bits have been removed from 
the mainline as of late last year.  See

http://jira.jboss.org/jira/browse/JBPM-744

I'd suggest upgrading to a newer version, if possible, as it appears that 
you've got references to the older datamodel.  You can, however, find the 
original Message.hbm.xml at

  
http://fisheye.jboss.com/browse/JBPM/jbpm.3/jpdl/jar/src/main/java/org/jbpm/msg/Message.hbm.xml


Bill

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037347
___
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-07 Thread wjm
[EMAIL PROTECTED] wrote : 
  | You can find the current dependencies on Eclipse in the 
dependencies.properties file which is in the org.jbpm.gd.jpdl.build project 
Thanks Koen.  I'll try upgrading to eclipse 3.2.1 along with the rest of the 
dependencies you mentioned.  I suspect that this (eclipse 3.2.1) is the default 
now for the jboss eclipse package too, yes?  Just fyi the alpha plugin wont 
work with 3.2.0.  Perhaps a mention in the release notes?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035554
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Initializing database

2007-04-05 Thread wjm
If you mean that you'd like to create the database automatically that's easy.  
You can tell hibernate to do the job for you.  See 

http://wiki.jboss.org/wiki/Wiki.jsp?page=UseHibernateToCreateJbpmDB

for details on how to do that.  Otoh, if you want to update your existing 
database to reflect changes you've made in the mappings and code, you'll have 
to check to see whether hibernate's automatic schema creation supports changes. 
 I'm not sure about that, and if so, I suspect it's limited support.  Probably 
better to add/remove columns yourself.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035079
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-05 Thread wjm
[EMAIL PROTECTED] wrote : 
  | I did not yet try to do a build of the designer after I merged the two 
plugins. How did you build it exactly? 
  | 
I've tried both ant and the direct method using eclipse.  The same anomalies 
show up in either case.
anonymous wrote : 
  |  Of course you need to have installed the right Eclipse drivers 
(WTP/GEF/EMF)
  | 
I suspect this will make everything work nicely for me.  Is it possible that 
you you might check and inform about your own current WTP/GEF/EMF plugins?   
Have they not changed from the set which is shipping with 3.0.13?   Also, are 
you still using the default (aging) 3.2 eclipse, or have you gone to 3.2.1/3.3?

Thanks again.


Bill

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035081
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Designer alpha version - eclipse updates required?

2007-04-04 Thread wjm
Hello.  I'm trying to follow the latest changes to the designer.  The 
3.1.0.alpha3 version is being built now out of CVS head, but there appear to be 
incompatibilities with the EMF/GEF versions which are distributed as default 
with the 3.1.13 designer which is shipped with GA.

Can someone enlighten me regarding where and how the core eclipse version 
(core+plugins) will be handled when implementing the new designer plugin?  
Since it's being developed on jbpm.3 HEAD it would seem a bit unusual to target 
later versions of either EMF or GEF, but I'm getting a large number of 
exceptions when attempting to run the alpha plugin against stock 3.2 with 
default GEF/GMF.  Naturally, the problem could very well be with the fact that 
this is an alpha version, or it could be something stupid that I'm doing, but 
it seems like there are incompatibilities.

Finally, it seems a bit, uh, unusual to instigate an alpha version of the 
designer in cvs jbpm.3 HEAD just when the package is at GA-level.  Would not a 
branch be less disruptive?






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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034414
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-04 Thread wjm
Just to clarify, the 3.0.13.1 version is shipping with jBPM 3.2GA, while the 
3.1.0.alpha3 version of the designer is building on cvs HEAD.  (But the 3.2GA 
target still contains 3.0.13.1, so there's no confusion for end users, only us 
wannabees)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034415
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-04 Thread wjm
[EMAIL PROTECTED] wrote : To work on the head of the designer you should 
checkout the org.jbpm.gd.jpdl project in the module jbpm.3/designer/jpdl. The 
build script of jpdl 3.2 fetches the already built designer (3.0.13.1)from the 
repository.
  | 
  | Regards,
  | Koen

Thanks alot for taking the time to try to bring us up to speed Koen, but I'm 
afraid I'm still not on the same page.  I do have a full checkout of jbpm.3, 
including jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.  This includes your changes 
from yesterday on HEAD to ControllerConfigurationComposite.java (and friends).  

This is the correct and only branch, or?

The problems are  that, when I startup up a clean 3.2 including the alpha3 
plugin and feature, and along with all of the default GEF/EMF plugins included 
in jbpm-jpdl-designer.zip (which includes alpha3), I get errors in the eclipse 
log for null pointers in


  | 
  | !ENTRY org.eclipse.ui.workbench 4 0 2007-03-26 23:38:30.108
  | !MESSAGE An unexpected exception was thrown.
  | !STACK 0
  | java.lang.NullPointerException
  | at 
org.eclipse.ui.internal.views.properties.tabbed.view.TabDescriptor.init(TabDescriptor.java:87)
  | at 
org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry.readTabDescriptors(TabbedPropertyRegistry.java:316)
  | at 
org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry.getAllTabDescriptors(TabbedPropertyRegistry.java:294)
  | at 
org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry.getTabDescriptors(TabbedPropertyRegistry.java:242)
  | at 
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.setInput(TabbedPropertySheetPage.java:673)
  | at 
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.selectionChanged(TabbedPropertySheetPage.java:542)
  | at 
org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:218)
  | at 
org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
  | at 
org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
  | at 
org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:108)
  | at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
  | at 
org.eclipse.ui.part.MultiPageSelectionProvider.fireEventChange(MultiPageSelectionProvider.java:106)
  | at 
org.eclipse.ui.part.MultiPageSelectionProvider.fireSelectionChanged(MultiPageSelectionProvider.java:88)
  | at 
org.eclipse.ui.part.MultiPageEditorPart.pageChange(MultiPageEditorPart.java:610)
  | at 
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.pageChange(XMLMultiPageEditorPart.java:748)
  | at org.jbpm.gd.jpdl.ui.editor.JpdlEditor.pageChange(Unknown Source
  | 

these started after your big change on 3.20.  Additionally, I'm seeing other 
errors like the following:

  | !ENTRY org.eclipse.ui 4 0 2007-03-27 13:38:28.828
  | !MESSAGE Unable to create editor ID org.jbpm.gd.jpdl.ui.editor: No editor 
descriptor for id org.jbpm.gd.jpdl.ui.editor
  | !STACK 1
  | org.eclipse.ui.PartInitException: No editor descriptor for id 
org.jbpm.gd.jpdl.ui.editor

!ENTRY org.eclipse.ui.workbench 4 2 2007-03-27 13:38:29.015
  | !MESSAGE Problems occurred when invoking code from plug-in: 
org.eclipse.ui.workbench.
  | !STACK 0
  | 


These were what led me to believe that you're working with a different version 
of eclipse, or perhaps just GEF/EMF.  Additionally, even after the plugin 
starts, I open the editor on a given processdescription.xml to find that all of 
the icons are missing and the editor wont allow me even to bring up a 
properties page for node/state/whatever.

Anyhow, maybe I oughta just wait 'til your rewrite goes beta.  But thanks for 
any insight you care to share.


Bill




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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034590
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Wait state how to?

2007-04-03 Thread wjm
anonymous wrote : 
  | What I'd want is the node Wait for Approval stay in a wait state untill 
other entity signals it. But it's just executing it and continuing the flow.
  | What have I missed? 
  | 

Assuming Wait for Approval is a task-node, you have several options for 
making it sit on its hands.  The node's signal attribute can be set, or its 
task(s) signalling attribute(s) can may be utilized.   See chapter 18.4 
(schema) of the userguide for details.  Ordinary nodes dont have the signal 
attributes, but I imagine something could be done with an actionhandler to make 
things go slower


Bill



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034342
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-02 Thread wjm
kukeltje wrote : ... but still one issue remains.  populating the identity 
tables 

The solution using hibernate which I proposed above does populate the identity 
tables with the sesame street users using an included identity.xml called 
(sesamestreet.xml).

Shameless link whoring:

http://wiki.jboss.org/wiki/Wiki.jsp?page=UseHibernateToCreateJbpmDB 



Bill

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033649
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-02 Thread wjm
kukeltje wrote : (and sorry for not reading it first, shame on me)

Trust me, it's not the first time.  If anyone can find a better (less verbose) 
way to present the solution on the wiki page, I would welcome edits.



Bill


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033669
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-04-02 Thread wjm
hipchic wrote : Thanks for your replies,
  | It don't think so , it's a user database configuration, i use the tomcat 
context for doing these and it's works well...
  | 

The websale process archive as uploaded from the designer does seem to have 
dependencies upon the jbpm-style UserRealm.   You need to emulate the 
membership functionality, I think, within an ordinary tomcat realm.   That is 
to say, an association between user and group must be established and findable 
by the JDBCUserRealm.  I dont think the default tomcat user realm provides that.



Bill 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033737
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-02 Thread wjm
hipchic wrote : Please remove in the hibernate.cfg.xml the line 
  | 
  | mapping resource=org/jbpm/taskinstance/CustomTaskInstance.hbm.xml
  | 
  | [...]
  | thks, but it's work great also

Thanks for the feedback, I've fixed the error in the hibernate config file, and 
will look again at the implementation to see how it can be improved when I get 
a bit more time.

Glad it works for you.


Bill


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033781
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM dowload pages are outdated (3.2.GA missing)

2007-03-31 Thread wjm
Running a checksum against the respective jarfiles in both locations shows them 
to be identical.  I dont think this is a problem, although the link on the 
jboss pages could be set to include the GA bits.  Hopefully we'll see a final 
3.2 soon though.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033432
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: CacheException in JBPM

2007-03-30 Thread wjm
Looks like somebody enabled ehcache in hibernate.cfg.xml without the necessary 
setup.  Try changing to the following in your hibernate.cfg.xml 

   property 
name=hibernate.cache.provider_classorg.hibernate.cache.HashtableCacheProvider/property
  | 
  | 

and see if it helps.  Note that hashtablecache is not recommended for 
production configurations.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033087
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-03-30 Thread wjm
As a final note on this topic I'd like to point out  that the easiest way to 
create the jbpm database, for any given database server, is to let hibernate do 
the job, and not rely on SQL at all as the solution proposes.  This includes 
creation of the Identity components (which were the primary point of confusion 
here) also the user/group/memberships from Sesame Street which are necessary 
for the default jbpm-console to work out of the box under Tomcat, Jetty, 
Resin or any other configuration.

I've created a new wiki page which shows how to do this, completely independent 
of any SQL script, and for any database supported by Hibernate.  

See here:

http://wiki.jboss.org/wiki/Wiki.jsp?page=UseHibernateToCreateJbpmDB



Bill



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033133
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-26 Thread wjm
perrylucas wrote : Ok - you should be able to find a mini tutorial here now: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomTasks
  | 
  | (Linked from the jbpm home wiki page under jbpm 3)

Thanks for doing that, it looks like a good start.

I'm wondering if it makes sense to mention something about an associated change 
of the jpdl xsd (jpdl-3.2.xsd) file to support the new element?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031531
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Support definition on Node type (xsd)

2007-03-26 Thread wjm
jpdl-3.2.xsd doesn't specify definition as an allowed attribute on Node, even 
though, like name, definition is member variable of the GraphElement class 
(node superclass).

Is there a good reason why this is the case?  I'd like to be able to specify a 
definition for a given node (or any of its extensions), even thought its not 
currently supported in the designer.

Shall I submit a feature request for this, or am I overlooking something?

Thanks!

Bill


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031532
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Support definition on Node type (xsd)

2007-03-26 Thread wjm


Additionally, it appears that among two (2) of the three (3) copies of 
jpdl-3.2.xsd which are in the un-built distribution, description is allowed 
as an element, but not an attribute, on some instances of node (decision, 
start_state and end_state), but not others.

Given that description is part of nodes superclass (as is name), it seems 
reasonable to define it as an attribute (or at least an element) on all 
instances of node, including node itself.

Bill


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031537
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Support definition on Node type (xsd)

2007-03-26 Thread wjm
It appears I've referred to definition during this topic, which I should have 
been referencing description.  I hope that hasn't confused the issue too 
terribly to make it impossible to reply to this. 

 To restate, only a few of the node instances in jpdl-3.2.xsd allow for a 
description element.  I submit that they should all allow description, since 
description is a member of the node superclass.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031551
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Small nit with jpdl-3.2.xsd

2007-03-21 Thread wjm
kukeltje wrote : If you would have searched the jira for 'know' or solved 
issues, you would have found that it is already solved in cvs.
  | 
  | If I find a bug in any kind of library, the first thing I do is search the 
jira and the forums. Saves me a lot of time.

I'm using HEAD, afaik.  Thanks for the tip though, I'll see if I can find the 
jira issue you're referring to.  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user