[JBoss-dev] [ jboss-Bugs-504895 ] missing removal of lock on Entity Beans

2002-01-18 Thread noreply
Bugs item #504895, was opened at 2002-01-17 07:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=504895group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Open Resolution: Accepted Priority: 7 Submitted By: Christian Riege (lqd) Assigned to:

[JBoss-dev] [ jboss-Bugs-505316 ] Command line verifier print a exception

2002-01-18 Thread noreply
Bugs item #505316, was opened at 2002-01-18 02:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=505316group_id=22866 Category: None Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Guillaume Coté (gcote) Assigned to:

[JBoss-dev] [ jboss-Bugs-505316 ] Command line verifier print a exception

2002-01-18 Thread noreply
Bugs item #505316, was opened at 2002-01-18 02:22 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=505316group_id=22866 Category: None Group: v2.4 (stable) Status: Open Resolution: None Priority: 1 Submitted By: Guillaume Coté (gcote) Assigned to:

Re: [JBoss-dev] Scheduler Updates

2002-01-18 Thread Andreas Schaefer
Hi Dain The current jboss-service.xml contains the current way to specify the Scheduler but also the docu (from CVS) is correct but I updated it to the latest changes. Service.xml should look like: mbean code=org.jboss.util.Scheduler name=jboss:service=Scheduler attribute

[JBoss-dev] CVS update: manual/src/xdocs/howto howtotimer.2.xml

2002-01-18 Thread Andreas Schaefer
User: schaefera Date: 02/01/18 02:25:25 Modified:src/xdocs/howto howtotimer.2.xml Log: Update the Timer and Scheduler HowTo to reflect the latest changes. Revision ChangesPath 3.1 +31 -3 manual/src/xdocs/howto/howtotimer.2.xml Index: howtotimer.2.xml

[JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Andreas Schaefer
Hi Geeks I will add now the feature to the Scheduler to call a MBean instead of a Schedulable class. This would need two new attributes: - setSchedulableMBean: JMX MBean name - setSchedulableMBeanMethod: method name and what attributes are to pass which can be: - 'Notification' the

RE: [JBoss-dev] Source code editors

2002-01-18 Thread Jerome Bonnet
The best IDE ever is IntelliJ IDEA. (far better than JBuilder, AnyJ, any other... with lack of swing GUI builder however I find them irrelevant). It is 100% pure Java so even if there is no installer for macos X It should be usable. Visit at http://www.intellij.com However it is commercial

[JBoss-dev] Problems with Jboss and MS SQL Server 2000

2002-01-18 Thread Piotr Skawinski
Hi, I have problems using jboss together with ms sql server. it seems like that i can't connect to my beans from my client program. i get the following report from jboss. the report includes informations about start up of the jboss, deploying my beans and finally the exception i get when i

[JBoss-dev] Problems with jboss and MS SQL 2000 Server

2002-01-18 Thread piotrs
Hi, I have problems using jboss together with ms sql server. it seems like that i can't connect to my beans from my client program. i get the following report from jboss. the report includes informations about start up of the jboss, deploying my beans and finally the exception i get when i run

Re: [JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Corby Page
Thanks for your work, Andreas. As I understand the current behavior of the Scheduler MBean, each schedulable task (or schedulable mbean) will have its own entry in the JMX interface, which I can view from the HTML browser, for example. It would be cool if a scheduled MBean could use events to

[JBoss-dev] CVS update: jmx/src/main/test/compliance/notcompliant/support DynamicAndStandard.java DynamicAndStandardMBean.java OverloadedAttribute1.java OverloadedAttribute1MBean.java OverloadedAttribute2.java OverloadedAttribute2MBean.java OverloadedAttribute3.java OverloadedAttribute3MBean.java

2002-01-18 Thread Trevor Squires
User: squirest Date: 02/01/18 09:28:42 Added: src/main/test/compliance/notcompliant/support DynamicAndStandard.java DynamicAndStandardMBean.java OverloadedAttribute1.java

[JBoss-dev] CVS update: jmx/src/main/test/compliance ComplianceSUITE.java

2002-01-18 Thread Trevor Squires
User: squirest Date: 02/01/18 09:28:40 Modified:src/main/test/compliance ComplianceSUITE.java Log: added testcases for mbean inheritance added testcases for some types of NotCompliant MBeans Revision ChangesPath 1.4 +53 -52

[JBoss-dev] CVS update: jmx/src/main/test/compliance/notcompliant NCMBeanSUITE.java NCMBeanTEST.java NoConstructor.java NoConstructorMBean.java

2002-01-18 Thread Trevor Squires
User: squirest Date: 02/01/18 09:28:41 Added: src/main/test/compliance/notcompliant NCMBeanSUITE.java NCMBeanTEST.java NoConstructor.java NoConstructorMBean.java Log: added testcases for mbean inheritance added testcases for some

[JBoss-dev] CVS update: jmx/src/main/test/compliance/notcompliant - New directory

2002-01-18 Thread Trevor Squires
User: squirest Date: 02/01/18 09:26:07 jmx/src/main/test/compliance/notcompliant - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/test/compliance/notcompliant/support - New directory

2002-01-18 Thread Trevor Squires
User: squirest Date: 02/01/18 09:26:16 jmx/src/main/test/compliance/notcompliant/support - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Andreas Schaefer
Hi Geeks I just enabled the Scheduler to run with another MBean which is called on time. Please have a look at the jboss-service.xml as well as the JavaDoc of the classes. I will update the docu tomorrow. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss-service.xml

2002-01-18 Thread Andreas Schaefer
User: schaefera Date: 02/01/18 10:48:12 Modified:src/etc/conf/default jboss-service.xml Log: Enable the Scheduler to work with another Schedulable MBean instead of the Schedulable class Revision ChangesPath 1.23 +14 -2

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util SchedulableExample.java SchedulableExampleMBean.java Scheduler.java SchedulerMBean.java

2002-01-18 Thread Andreas Schaefer
User: schaefera Date: 02/01/18 10:48:12 Modified:src/main/org/jboss/util Scheduler.java SchedulerMBean.java Added: src/main/org/jboss/util SchedulableExample.java SchedulableExampleMBean.java Log: Enable the Scheduler to work with another Schedulable

Re: [JBoss-dev] Source code editors

2002-01-18 Thread Fred Loney
- Original Message - From: Dain Sundstrom [EMAIL PROTECTED] I have tried almost every ide and they all suck... - Original Message - From: Jerome Bonnet [EMAIL PROTECTED] The best IDE ever is IntelliJ IDEA... I had the same experience as Dain and used to groan every time the

RE: [JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Dain Sundstrom
Question: Shouldn't there be a declared dependency from Scheduler MBean to the Called MBean? -Original Message- From: Andreas Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] More Scheduler Stuff Hi Geeks

Re: [JBoss-dev] Source code editors

2002-01-18 Thread Loren Rosen
MacOS X does appear to be supported. The startup shell script even has some conditionals to set JAVA_HOME properly on 'darwin' (which actually aren't really needed). 'twould be nice if they offerred academic pricing for open-source development uses. Jerome Bonnet wrote: The best IDE ever is

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/util - New directory

2002-01-18 Thread Adrian Brock
User: ejort Date: 02/01/18 11:53:30 jmx/src/main/org/jboss/mx/util - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] jbossmq message transport times

2002-01-18 Thread Loren Rosen
* The test I'm running is using 'localhost' (at least, I think so-- it uses the same infrastructure as the existing perf tests in the testsuite module). * It perhaps isn't surprising that MacOS X has TCPNODELAY defaulted to false (and I bet MacOS Server doesn't). What had me puzzled was why that

RE: [JBoss-dev] Source code editors

2002-01-18 Thread John Woo
I second the recommendation for IntelliJ IDEA. I was using JBuilder and before that SlickEdit (not really an IDE). IDEA is the only Java IDE that seems like it was actually developed by people that write code. It's also the only one that has support for refactoring. They were running a $200

[JBoss-dev] CVS update: jmx/src/main/javax/management/timer Timer.java

2002-01-18 Thread Adrian Brock
User: ejort Date: 02/01/18 12:32:42 Modified:src/main/javax/management/timer Timer.java Log: Thread Pooling of Services Revision ChangesPath 1.4 +210 -108 jmx/src/main/javax/management/timer/Timer.java Index: Timer.java

[JBoss-dev] CVS update: jmx/src/main/javax/management/monitor Monitor.java

2002-01-18 Thread Adrian Brock
User: ejort Date: 02/01/18 12:32:42 Modified:src/main/javax/management/monitor Monitor.java Log: Thread Pooling of Services Revision ChangesPath 1.2 +614 -460 jmx/src/main/javax/management/monitor/Monitor.java Index: Monitor.java

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/util ThreadPool.java

2002-01-18 Thread Adrian Brock
User: ejort Date: 02/01/18 12:32:43 Added: src/main/org/jboss/mx/util ThreadPool.java Log: Thread Pooling of Services Revision ChangesPath 1.1 jmx/src/main/org/jboss/mx/util/ThreadPool.java Index: ThreadPool.java

Re: [JBoss-dev] jbossmq message transport times

2002-01-18 Thread Loren Rosen
I made two changes which I'll describe here. I haven't yet investigated the mechanics of submitting patches. The changes are both in the org.jboss.mq.il.oil package. Note there are analogous places in the other il subpackages that may also need changing-- my current test evidently doesn't

Re: [JBoss-dev] jbossmq message transport times

2002-01-18 Thread Scott M Stark
The TcpNoDelay flag should be a configurable attribute exposed through the org.jboss.mq.il.oil.OILServerILServiceMBean. Patches should be submitted through sourceforge as cvs diffs. Scott Stark Chief Technology Officer JBoss Group, LLC -

RE: [JBoss-dev] Source code editors

2002-01-18 Thread Mariano Kamp
-Original Message- From: Mariano Kamp [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 10:01 PM To: Khoa Do Subject: RE: [JBoss-dev] Source code editors I personally like http://www.eclipse.org very much. It is brandnew, but quite stable and full of useful features. It looks

[JBoss-dev] CVS update: contrib/jetty README build.xml

2002-01-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/18 16:49:50 Modified:jettyREADME build.xml Log: a first attempt at a full hook-up to Sacha's Clustered HttpSession support Revision ChangesPath 1.7 +3 -9 contrib/jetty/README Index: README

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty/session ClusteredStore.java DistributedHttpSessionManager.java

2002-01-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/18 16:49:50 Modified:jetty/src/main/org/jboss/jetty/session ClusteredStore.java DistributedHttpSessionManager.java Log: a first attempt at a full hook-up to Sacha's Clustered HttpSession support Revision ChangesPath

[JBoss-dev] Need Help

2002-01-18 Thread Darryl Thompson
Hello All, I am new to JBoss and need help configuring the following: 1) Set port to 80 2) Create Oracle 9i datasource 3) Deploy entity CMP bean. I hope this is not asking to much, I really need the help transitioning a J2EE ear file from Weblogic 6.1 to JBoss 2.4.4-tomcat.3.2.3

[JBoss-dev] help configuring Oracle DB

2002-01-18 Thread Darryl Thompson
Hello, I am new to JBOSS, how do you perform the following: 1) set port to 80 2) Configure datasource for Oracle 9i thanks

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

2002-01-18 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/18 18:05:38 Modified:jettybuild.xml Log: avoid the need to carry our own javac/tools.jar Revision ChangesPath 1.25 +4 -0 contrib/jetty/build.xml Index: build.xml

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 233 Successful tests: 38 Errors:187 Failures: 8 [time of test: 19 January 2002 2:44 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 233 Successful tests: 38 Errors:187 Failures: 8 [time of test: 19 January 2002 3:3 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 233 Successful tests: 38 Errors:187 Failures: 8 [time of test: 19 January 2002 3:32 GMT] [java.version:

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-18 Thread chris
JBoss daily test results SUMMARY Number of tests run: 233 Successful tests: 38 Errors:187 Failures: 8 [time of test: 19 January 2002 4:0 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] [ jboss-Bugs-505657 ] ServiceConfiguration XML attributes

2002-01-18 Thread noreply
Bugs item #505657, was opened at 2002-01-18 22:07 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=505657group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nathan W. Phelps (nphelps) Assigned

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-01-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Running entitycmp/