[JBoss-user] [JBoss jBPM] - Re: JpdlXmlWriter bug?

2006-02-15 Thread nick_nickolov
Hi Rainer,

Good idea. But how and when do you calculate that version variable in your 
code? As far as I understand you calculate it from a timestamp, is it the 
timestamp when the build procedure is run?

In our team the build timestamp would be inappropriate. We are using a central 
db, local j2ee servers and local builds. If two developers do local builds 
consequtively, even without doing any changes to our business processes, the 
second one will always cause redeployment.

Sorry to bother you again.

-- Nick

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

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


---
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=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JIRA needs updating to make 3.1 a released version

2006-02-15 Thread nick_nickolov
Bad release, imo.
Upgrading causes too much trouble.

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

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


---
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=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JpdlXmlWriter bug?

2006-02-15 Thread nick_nickolov
Business analysts are thinking about other stuff when they are editing pd-s. 
It's the frameworks responsibility to detect changes. 
We want to make it as automated as possible, so we'll try a comparator 
implementation, and suggest it to the community if it proves successful.
Thanks :)

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

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


---
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=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JpdlXmlWriter bug?

2006-02-14 Thread nick_nickolov
Dropping JbdlXmlWriter would also affect my project.
We are using it at application startup to decide whether the process definition 
structure has changed and we need to redeploy. We are fetching the pd as an 
object graph from the db, then converting it to xml, and comparing the xml to 
the original xml bundled with our app.
In case you really abandon it, I would suggest that you include a field in 
ProcessDefinition, representing a hash of the .par archive which it was parsed 
from (or include the full .par as a blob). It would make the comparison much 
easier.
Is anybody who's aware of jbpm's internals willing to provide a patch? Or 
should we do it ourselves and later share it? Do you think this solution is 
appropriate for the redeployment decision?
-- Nick

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

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


---
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=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JpdlXmlWriter bug?

2006-02-14 Thread nick_nickolov
I'm afraid versionnumber wouldn't help.
Of course, the par which we haven't yet deployed does not have a version number 
(afaik, version numbers are not described in the process archive). And after 
deploying it, its versionnumber will become MAX(VERSIONNUMBER_) + 1.
The question is should we deploy the par at all.

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

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


---
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=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-14 Thread nick_nickolov
In relation to your posts, guys,
does anybody have an idea how to get a hash from what is deployed in the 
database on one hand, and what we have locally as a par file on the other hand?
I want my app to to check at startup whether the par on the filesystem needs to 
be deployed to the database. Ideally, the hash would include not only 
processdefinition.xml, but the classfiles too.

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

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


---
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