[Design of JBoss Transaction Services] - Re: ObjectStoreDir location
by Kevin.Conner@jboss.com
"mark.little(a)jboss.com" wrote : There's a separate integration module in the TS code, where integration code for application servers exists. These days it only has AS code in there, but over the years the amount of code there has grown and shrunk. I prefer the current approach because then there's a single location for all integration code related to TS and supported platforms.
This would also be my preference as we would normally only change it if there was a change in the associated core libraries.
"mark.little(a)jboss.com" wrote : Kev will know for sure, but I suspect this code lives in its own jar. If that's the case then rebuilding that shouldn't ever require a re-QA of the stand-alone TS: just re-QA for the integration.
Yes, that is correct. This has no bearing on our standalone QA run and is tested using the AS testsuite.
Kev
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999176#3999176
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999176
19 years, 3 months
[Design of JBoss jBPM] - Re: user based process versioning ?
by david.lloyd@jboss.com
"koen.aers(a)jboss.com" wrote : Hm, does this not imply that you are forced to use Java EE? I think that much of the elegance of the current system comes from its lightweightness and its ability to embed itself in whatever system. It would be a pity to lose that IMO.
Well, storing the archive data inside the database isn't exactly lightweight. :-)
I don't think you'd have to use java ee deployers if you didn't want to, I'm just using that as an example. As long as the engine knows where to pick up process definitions it should work. This is (I think) actually a simpler use-case of javaee deployers, since there's no special startup or shutdown action to be taken; it just has to store the process information in a Map. Likewise the standalone version can just read the process definitions from the filesystem; it already has the plumbing to do this today as far as I can see.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999173#3999173
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999173
19 years, 3 months