SV: [JBoss-dev] Fwd: jboss daily test results

2001-04-19 Thread Lennart Petersson
- Original Message - From: Chris Kimpton <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 7:13 PM Subject: [JBoss-dev] Fwd: jboss daily test results > Hi, > > Below is the format of the test results that I plan to publish to the > jboss-dev list each day. B

[JBoss-dev] [ jboss-Change Notes-417532 ] Config service and MBean constructors

2001-04-19 Thread noreply
Change Notes item #417532, was updated on 2001-04-19 22:35 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=417532&group_id=22866 Category: None Group: v2.4 Status: Open Priority: 5 Submitted By: Jason Dillon (user57) Assigned to: Nobody/Anonymous (nobody)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/configuration ConfigurationException.java ConfigurationService.java

2001-04-19 Thread user57
User: user57 Date: 01/04/19 22:19:38 Modified:src/main/org/jboss/configuration ConfigurationService.java Added: src/main/org/jboss/configuration ConfigurationException.java Log: o Added support for MBean creation via non-default constructor. To specify the constructo

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread David Jencks
Thanks, cool, a specific example! david jencks On 2001.04.19 18:53:28 -0400 Filip Hanik wrote: > Jason, > take a look at > http://www.haley.com/0004398854012928/ClaimsAdjudicationBusinessRules.html > > this is as real as it gets, imagined if you hard coded all these rules in > Java, pain in the

[JBoss-dev] CVS update: manual/src/docs jbossintro.xml

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 21:23:36 Modified:src/docs jbossintro.xml Log: Fix ulink tag Revision ChangesPath 1.13 +1 -1 manual/src/docs/jbossintro.xml Index: jbossintro.xml === RCS file

[JBoss-dev] CVS update: newsite/documentation/files interestEJB.tar.gz interestEJB.zip

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 21:19:55 Modified:documentation/files interestEJB.tar.gz interestEJB.zip Log: Update the Interest example archives for changes made to the tutorial Revision ChangesPath 1.2 +67 -58newsite/documentation/files/interestEJB.tar.gz

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread David Jencks
Hi, Thanks for responding. So if I understand you correctly you are suggesting that a possible type of application would be something like this: web form goes through servlet and eventually generates say MortgageApplicationHome.create(all the suppplied information, but there are some blanks-cred

[JBoss-dev] CVS update: jboss/src/main/org/jboss/configuration ConfigurationService.java

2001-04-19 Thread user57
User: user57 Date: 01/04/19 21:09:58 Modified:src/main/org/jboss/configuration ConfigurationService.java Log: o decodes target exceptions for RuntimeOperationsException Revision ChangesPath 1.22 +4 -1 jboss/src/main/org/jboss/configuration/ConfigurationServi

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread David Jencks
Hi, Thanks for your interest. This sounds interesting. Thousands of rules are way too much for me right now, maybe about 10, but I'd like to know a bit more about this and think about it. Can you figure out how such a system would be used? Is it simply "put in all the desired options and get

[JBoss-dev] CVS update: contrib/castorjdo/src/main/org/jboss/jdo/castor CastorJDOImpl.java CastorJDOImplMBean.java

2001-04-19 Thread olegnitz
User: olegnitz Date: 01/04/19 16:37:30 Modified:castorjdo/src/main/org/jboss/jdo/castor CastorJDOImpl.java CastorJDOImplMBean.java Log: CastorJDO configuraton moved from jboss.conf to jboss.jcml Build scripts updated to work with for Ant 1.3 and Castor 0.9.

[JBoss-dev] CVS update: contrib/castorjdo/src/build build.bat build.sh build.xml

2001-04-19 Thread olegnitz
User: olegnitz Date: 01/04/19 16:37:30 Modified:castorjdo/src/build build.bat build.sh build.xml Log: CastorJDO configuraton moved from jboss.conf to jboss.jcml Build scripts updated to work with for Ant 1.3 and Castor 0.9.2 Revision ChangesPath 1.3 +1 -1 co

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread Filip Hanik
Jason, take a look at http://www.haley.com/0004398854012928/ClaimsAdjudicationBusinessRules.html this is as real as it gets, imagined if you hard coded all these rules in Java, pain in the booty Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/jndi AbstractJMSProviderAdapter.java

2001-04-19 Thread user57
User: user57 Date: 01/04/19 14:52:29 Modified:src/main/org/jboss/jms/jndi AbstractJMSProviderAdapter.java Log: o Fixed @version tag in AbstractJMSProviderAdapter o Triming each token (jdbc driver classname) before attempting to load it. Revision ChangesPath 1.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jdbc JdbcProvider.java

2001-04-19 Thread user57
User: user57 Date: 01/04/19 14:52:29 Modified:src/main/org/jboss/jdbc JdbcProvider.java Log: o Fixed @version tag in AbstractJMSProviderAdapter o Triming each token (jdbc driver classname) before attempting to load it. Revision ChangesPath 1.5 +6 -5

[JBoss-dev] Jini Transaction Management

2001-04-19 Thread shawmackay1
Hi - I'm new to the list, and I was reading through the archove and siomething caught my eye regarding Jini Txns - it was said that Jboss might not have a need Jini Txns Well...(my two pence).given that Jini allows 2PC from both extremes of distributed synchronisation up to ACID txns - wouldn

Re: [JBoss-dev] ExternalContext & Context.close()

2001-04-19 Thread Scott M Stark
The Context mapped via ExternalContext is only created on startup of the mbean and closed when it is stopped. To be able to issue a close on the context there I would have to add a CacheContext attribute that if set to false would result in the external context being created on each lookup and wou

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread Hiram Chirino
It would be for application development. Say I'm not the Buisness Analyst (BA), but I know that the BA has a shit load of buisness rules he wants to get implemented... It might be easier for me to hook in a Rules Engine and then explain to the BA how to use the Rules Engine so that he can setup

[JBoss-dev] [ jboss-Change Notes-417433 ] LoginModule bug fixes

2001-04-19 Thread noreply
Change Notes item #417433, was updated on 2001-04-19 12:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=417433&group_id=22866 Category: None Group: v2.2.1 Status: Open Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous (nob

[JBoss-dev] ExternalContext & Context.close()

2001-04-19 Thread Jason Dillon
I just ran into a problem if I closed a Context that was mapped from ExternalContext ala: false external/dispatcher javax.naming.InitialContext somefile.properties The client looks something like this: Context context = (Context)new InitialContext().look

[JBoss-dev] CVS update: jboss/src/build build.xml

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 12:00:09 Modified:src/build build.xml Log: Add tasks to fix the win32/*inx CR/LF states for the bin *.sh and *.bat files Revision ChangesPath 1.65 +4 -0 jboss/src/build/build.xml Index: build.xml

[JBoss-dev] 2.2.1 release available at sourceforge

2001-04-19 Thread Scott M Stark
A new 2.2.1 release is available from the jboss.org page at sourceforge along with a JBoss2.2.1/Tomcat3.2.1 bundle. See http://sourceforge.net/projects/jboss/ An new JBoss2.2.1/Jetty bundle will be released later today. See the Change Notes with Group=v2.2.1 for the changes relative to the 2.2.0

[JBoss-dev] CVS update: jboss/src/build build.xml

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 11:33:39 Modified:src/build Tag: Branch_2_2 build.xml Log: Add tasks to fix the win32/*inx CR/LF states for the bin *.sh and *.bat files Revision ChangesPath No revision No revision 1.58.2.

[JBoss-dev] [ jboss-Change Notes-417401 ] Added bundle build to contrib/tomcat

2001-04-19 Thread noreply
Change Notes item #417401, was updated on 2001-04-19 11:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=417401&group_id=22866 Category: None Group: v2.2.1 Status: Open Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous (nob

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 10:55:36 Modified:tomcat/src/build build.xml Log: Add run_with_tomcat.sh/run_with_tomcat.bat convience scripts to the dist build Revision ChangesPath 1.12 +6 -3 contrib/tomcat/src/build/build.xml Index: build.xml =

[JBoss-dev] Fwd: jboss daily test results

2001-04-19 Thread Chris Kimpton
Hi, Below is the format of the test results that I plan to publish to the jboss-dev list each day. Basically its the results of running the run_tests.xml script with ant against the latest jboss server. OK? If there are no problems, you will just get the summary. I just need to sort out the

[JBoss-dev] CVS update: jbosstest/src/resources/naming/META-INF ejb-jar.xml jboss.xml

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 08:54:12 Added: src/resources/naming/META-INF ejb-jar.xml jboss.xml Log: deployment descriptors for the naming tests Revision ChangesPath 1.1 jbosstest/src/resources/naming/META-INF/ejb-jar.xml Index: ejb-jar.xml ==

[JBoss-dev] CVS update: jbosstest/src/resources/naming/META-INF - New directory

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 08:53:39 jbosstest/src/resources/naming/META-INF - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/naming - New directory

2001-04-19 Thread starksm
User: starksm Date: 01/04/19 08:53:12 jbosstest/src/resources/naming - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Fwd: jboss daily test failed - for Scott

2001-04-19 Thread Chris Kimpton
Hi Scott, Do you have a src/resources/naming directory in your jbosstest project that needs to be checked in? The build of jbosstest seems to be looking for it... Thanks, Chris >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: jboss daily test failed >Date: Thu, 19 Apr 2001 09:44:

[JBoss-dev] RE: [JBoss-user] Flushing Cache (For Simone ?)

2001-04-19 Thread Francois Archambault
We don't generate our message from the database but from another application that is actually in VB (This parts is not done yet, but that's how we intend to do it). But I think, there could be a way to do it from the database, but we won't be investigating this solution. By the way thanks to all

[JBoss-dev] CVS update: manual/src/docs howtoj2eedeployer.xml

2001-04-19 Thread kimptoc
User: kimptoc Date: 01/04/19 04:38:11 Modified:src/docs howtoj2eedeployer.xml Log: added some notes about where manifest.mf goes and a jdk bug Revision ChangesPath 1.3 +15 -4 manual/src/docs/howtoj2eedeployer.xml Index: howtoj2eedeployer.xml ===

[JBoss-dev] CVS update: jbossmx/src/main/org/jbossmx/cluster/watchdog/mbean/xmlet XMLetNodeProcessor.java

2001-04-19 Thread stacycurl
User: stacycurl Date: 01/04/19 03:49:56 Modified:src/main/org/jbossmx/cluster/watchdog/mbean/xmlet XMLetNodeProcessor.java Log: Translate ServiceNotFoundException into XMLScriptException Revision ChangesPath 1.3 +10 -1 jbossmx/src/main/

RE: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread Lemoine David-dlemoi01
Hi, Thanks for your work on the Rules Engine David. I think there are many applications for rule-based systems. I once worked on a small expert system shell for the french equivalent of a mortgage company, although not in a J2EE environment. Rules were expressed in a proprietary language, some

Re: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread Tobias Frech
Hi! David Jencks wrote: ... ... > I've thought some about rules, but have no practical experience with them. > I wonder if when you have a complicated set of interacting rules you tend > to get unpredictable results? > > As I keep saying, more (specific) examples would be great. I do not know

[JBoss-dev] I'm here

2001-04-19 Thread marc fleury
www.fgm.com funky stuff washington, marc _ Marc Fleury, Ph.D [EMAIL PROTECTED] _ ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Fwd: jboss daily build failed - in cvs module: jbossmx

2001-04-19 Thread Chris Kimpton
>From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: jboss daily build failed - in cvs module: jbossmx >Date: Thu, 19 Apr 2001 09:28:16 +0100 > >= >==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= >===

[JBoss-dev] Fwd: jboss daily build failed - in cvs module: jbosstest

2001-04-19 Thread Chris Kimpton
>From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: jboss daily build failed - in cvs module: jbosstest >Date: Thu, 19 Apr 2001 09:27:39 +0100 > >= >==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= >=