[JBoss-user] [Javassist user questions] - Re: javassist tries to call a method with wrong return type

2004-11-03 Thread Bill Burke
try downloading a decompiler, outputtting the created class to a .class file and then viewing the code in the decompiler. Then, you would see the error. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853800#3853800 Reply to the post :

[JBoss-user] [Javassist user questions] - synchronized

2004-10-27 Thread Bill Burke
hey, can javassist support synchronized blocks? Is it too hard to implement? Thanks, Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852999#3852999 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852999

[JBoss-user] [Beginners Corner] - Re: Can I run JBoss4 on JDK1.5

2004-10-20 Thread Bill Burke
yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852097#3852097 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852097 --- This SF.net email is sponsored by: IT

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with workbook example ex15_1

2004-10-05 Thread Bill Burke
I need to update 15_1. Apologies for the delay and such. We're trying to arrange with O'Reilly where the examples files are hosted on sourceforge so that we can update them easier. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850480#3850480 Reply to

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: porting workbook examples 04_01 from jboss/hsqldb to jbo

2004-10-05 Thread Bill Burke
You'll have to go to the MySql database manager and drop the tables yourself. I've never used mysql, but there should be a GUI manager or sql prompt like oracle. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850481#3850481 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss4 + Java5

2004-10-01 Thread Bill Burke
5.0 is fine out-of-the-box with JB4. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850128#3850128 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850128 --- This SF.net

[JBoss-user] [The Lizzard's corner] - Re: Why upgrade to JBoss 4 - need some help justifying it.

2004-09-22 Thread Bill Burke
If you're using JBoss 3.0.x series, you should at least move to JBoss 3.2 series. There have been over 2 years of performance and bug fixes since the 3.0 series. 4.0 is fully J2EE compliant which is where it differs from the 3.2 series. 3.2.x series has been mostly kept in synch feature wise

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - EJB 4th Edition + JBoss Workbook now published

2004-07-13 Thread Bill Burke
I'm happy to announce that the JBoss workbook has finally been published and included with O'Reilly's EJB 4th edition. http://www.oreilly.com/catalog/entjbeans4/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841881#3841881 Reply to the post :

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: EJB 4th Edition + JBoss Workbook now published

2004-07-13 Thread Bill Burke
Yeah, somebody else complained tooO'Reilly is working on it. Sorryl View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841937#3841937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841937

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: ex 12_1 public abstract getHomeAddress() auto generated

2004-07-12 Thread Bill Burke
Customer is a CMP bean. You'll see in ejb-jar.xml that cmp-fields are defined. This abstract method corresponds to a cmp-field. At deployment time, JBoss automatically generates an implementation of your CMP bean. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: cacheing homeinterfaces in a clustered environment

2004-06-24 Thread Bill Burke
A proxy must have at least one available target to communicate to get its list refreshed. The list gets refreshed on a successful response to a successful EJB invocation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839830#3839830 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: cacheing homeinterfaces in a clustered environment

2004-06-24 Thread Bill Burke
One more thing. Why does it work this way? We did not want clients to be involved with any multicast protocol as they may be on a WAN or communicate through a firewall View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839832#3839832 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: ZipException trying to run any web app (including jmx-co

2004-06-21 Thread Bill Burke
Ok, this is fixed for Tomcat 5 and releases GREATER than: JBoss 4 DR4 JBoss 3.2.4 So it will be fixed for TC5 in JBoss 4 Beta1 and JBoss 3.2.5 (or any RC of 3.2.5) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839436#3839436 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Why not call getLockManager.removeLockRef?

2004-05-21 Thread Bill Burke
Actually this is EJB stuff. He's looking into code. Keep it up liu. Good work View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835809#3835809 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835809

Re: [JBoss-user] Why one-way mapping between forums and mailing list?

2004-04-01 Thread Bill Burke
hope this frank response doesn't black list me, but I'm just trying to be honest about my perception of the situation. Dustin -- Bill Burke Chief Architect JBoss Inc. --- This SF.Net email is sponsored by: IBM

[JBoss-user] [Javassist user questions] - Re: javassist.ClassPool should extend the ClassLoader or URL

2004-03-30 Thread Bill Burke
Unfortunately, AFAIK, the JDK 1.5 ClassFileTransformer is only available in Debug mode and should not be used for what we want to use it for. This is what Jonas Boner and Alex Vasseur of AspectWerkz told me at the AOSD conference. Bill View the original post :

Re: [JBoss-user] Monitoring enhancement in JBoss 3.2.4

2004-03-17 Thread Bill Burke
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Inc. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux

[JBoss-user] [News Announcements] - JBoss 4.0 DR3 and JBoss AOP 1.0 Beta releases

2004-03-16 Thread Bill Burke
http://jboss.org/jbossBlog/blog/bburke/?permalink=JBoss+4DR3%2C+AOP+1.0Beta%2C+JBoss+3.2.4RC1.html a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826037#3826037;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826037Reply to the

[JBoss-user] [News Announcements] - JBoss 4.0 DR3 and JBoss AOP 1.0 Beta Released

2004-03-16 Thread Bill Burke
http://jboss.org/jbossBlog/blog/bburke/?permalink=JBoss+4DR3%2C+AOP+1.0Beta%2C+JBoss+3.2.4RC1.html a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826039#3826039;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826039Reply to the

[JBoss-user] [J2EE Compliance] - Re: EJB 2.1 Timer Objects

2004-03-12 Thread Bill Burke
The problem with spawning threads withinin a servlet or an EJB is that there is no way for the ApplicationServer to propagate security credentials and the current transaction to the spawned thread. If you are ok with that disadvantage, then Thread away! a

[JBoss-user] [Advanced Documentation] - Re: Requerimientos para JBoss Server

2004-03-12 Thread Bill Burke
download jboss here: http://www.jboss.org/downloads unzip jboss-x.x.x.zip that's it. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825421#3825421;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825421Reply to the post/a

[JBoss-user] [J2EE Compliance] - Re: EJB 2.1 Timer Objects

2004-03-11 Thread Bill Burke
A poor 1st iteration of the EJB 2.1 Timer Service will be in the JBoss 4 DR3 release next week. It works, but it is not integrated with Transactions yet. Bill a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825307#3825307;View the original post/a a

[JBoss-user] [Performance Tuning] - Re: Monitoring Thread CPU usage

2004-03-10 Thread Bill Burke
still sounds like a application problem You might want to try processing this file within a transaction. The JBoss transaction manager will interrupt the tx's thread on a tx timeout which will interrupt any blocking I/O. or, you could just implement this timeout/interruption code in a

[JBoss-user] [Performance Tuning] - Re: Monitoring Thread CPU usage

2004-03-10 Thread Bill Burke
This InputStream.read() is being done by Tomcat? Then strike my last suggestion FYI, a blocked InputStream.read() does not eat CPU. You really should run your application through optimizeit. Thread dumps just ain't gonna do it. a

Re: [JBoss-user] [Clustering/JBoss] - Apache2,mod_jk2,jboss3.2.3/Tomcat41 - ONLY sticky session lo

2004-03-05 Thread Bill Burke
. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief

[JBoss-user] [Performance Tuning] - Re: Monitoring Thread CPU usage

2004-03-05 Thread Bill Burke
run within a profiler like OptimizeIt. OptimizeIt shows cpu usage per thread. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824427#3824427;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3824427Reply to the post/a

[JBoss-user] [Performance Tuning] - Re: Monitoring Thread CPU usage

2004-03-05 Thread Bill Burke
yes profiler will affect performance. OptimizeIt is pretty decent though. Hobbled my bench by about 25-35%, but I was able to find bottlenecks. Ya know, it could be the garbage collector running. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824431#3824431;View the original

[JBoss-user] [Performance Tuning] - Re: Performance Woes

2004-03-03 Thread Bill Burke
Best optimizations without caching are here: http://jboss.org/jbossBlog/blog/bburke/?permalink=Optimizing+JBoss%3A+Experiences+with+SPECj2002.html SpecJ doesn't allow caching. Use JBoss 3.2.2 and higher. A lot of performance improvements went into 3.2.2 and 3.2.3 revolving around Local

[JBoss-user] [Performance Tuning] - Re: Performance Woes

2004-03-03 Thread Bill Burke
One more thing, I've seen JBoss scle to much much more than 30 concurrent users on one box. Just look at www.jboss.org. It is running all on one dual-cpu 2.4 ghz box with over 421 concurrent users. MySql is the backend running on the same machine. GetThere.com is another site running on

[JBoss-user] [Installation Configuration] - Re: Jboss performance

2004-02-23 Thread Bill Burke
Hey, that article I wrote was for use with commit option 'b' or 'c'. If you are fine with no caching, then read that article. But, that being said, you really need to analyze PER Entity Bean your caching, locking, and tuning strategies as each Entity has different requirements. Bill View the

[JBoss-user] [Installation Configuration] - Re: Jboss performance

2004-02-23 Thread Bill Burke
One more thing, Instance Per Transaction can only be run with Commit B or C. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822599#3822599 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822599

[JBoss-user] [Installation Configuration] - Re: Jboss performance

2004-02-23 Thread Bill Burke
Sorry, one more thing. Use JBoss 3.2.3 or higher. Alex Loubyansky did a huge amount of performance improvements in the CMP engine. Adrian and I did a lot of improvements in the datapooling and Local Interfaces area. Bill View the original post :

Re: [JBoss-user] JBoss3.2.3 - AOP or javassist

2004-02-20 Thread Bill Burke
=3438op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Inc. --- SF.Net

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: How does jboss auto generate table for entity bean?

2004-02-17 Thread Bill Burke
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821925#3821925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821925 actually it works with any database. Read chapter 7 (or is it 6?) for more information. Basically in

[JBoss-user] [Javassist user questions] - Re: Javassist and JavaWebStart

2004-02-04 Thread Bill Burke
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820081#3820081 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820081 Looks like a classloader problem. Where is mypackage/cell/Cell? Is it in the System classpath? Or is it

Re: [JBoss-user] hibernate cluster able

2004-02-03 Thread Bill Burke
and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect

Re: [JBoss-user] Start problem with Jetty

2004-02-03 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth

Re: [JBoss-user] Setting jmx-console password

2004-01-29 Thread Bill Burke
/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse

Re: [JBoss-user] JBoss 3.2.4

2004-01-19 Thread Bill Burke
] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development

Re: [JBoss-user] too much queries - bug?

2004-01-19 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth

Re: [JBoss-user] prepared-statement-cache-size: How to estimate an optimal size

2004-01-17 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth

Re: [JBoss-user] Commit-option A: When is it safe to use?

2004-01-15 Thread Bill Burke
-user -- Bill Burke Chief Architect JBoss Group LLC. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3

Re: [JBoss-user] Migrating from JBoss 3.0.0 to 3.2.3

2004-01-13 Thread Bill Burke
the 2 versions of JBoss and where one can encounter problems while migrating from JBoss 3.0.0 to JBoss 3.2.3 as we need to know the time duration for the above Thanks in advance Shashi Kiran -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Where to put an Interceptor class?

2004-01-09 Thread Bill Burke
configuration-nameRetry/configuration-name /session /enterprise-beans /jboss //Title:jbg //Version: //Author: Bill Burke //Company: JBG //Description: Your description package org.jboss.test.retry.bean; import java.rmi.*; import javax.ejb.*; import

Re: [JBoss-user] Where to put the Interceptor .class file?

2004-01-09 Thread Bill Burke
://www.perforce.com/perforce/loadprog.html ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Fw: problem in starting jboss4.0.0dr2

2004-01-08 Thread Bill Burke
PROTECTED], in the past i encountered similar problems in deploying my MBean. this looks i am missing something to be deployed.. any help?? thanx in advance and regards marco -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Where to put an Interceptor class?

2004-01-07 Thread Bill Burke
-- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic

Re: [JBoss-user] Where to put an Interceptor class?

2004-01-07 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering

Re: [JBoss-user] Fw: problem in starting jboss4.0.0dr2

2004-01-07 Thread Bill Burke
my MBean. this looks i am missing something to be deployed.. any help?? thanx in advance and regards marco -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored

Re: [JBoss-user] Where to put an Interceptor class?

2004-01-07 Thread Bill Burke
PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration

Re: [JBoss-user] OutOfMemoryError after 4 days

2004-01-06 Thread Bill Burke
://ads.osdn.com/?ad_id=1278alloc_id=3371op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Monitoring, performance, response time

2004-01-06 Thread Bill Burke
? -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything

Re: [JBoss-user] Monitoring, performance, response time - JRAT

2004-01-06 Thread Bill Burke
to Branch_3_2). Bill //Nicholas --- Bill Burke [EMAIL PROTECTED] wrote: Are these web clients? I think you can write a filter to obtain client ip, maybe even user. For database access you would have to modify the execute statement of the WrappedStatement or WrappedPreparedStatement within

Re: [JBoss-user] jbossdo questions

2004-01-06 Thread Bill Burke
in b (e.g. a.getB().attributeOfB). Im just researching using this now, dont actually have any code written. Hope this is clear. Regards Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960 -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Commit option A with EntityMultiInstanceInterceptor

2004-01-06 Thread Bill Burke
=3371op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Commit option A with EntityMultiInstanceInterceptor

2004-01-06 Thread Bill Burke
list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX

Re: [JBoss-user] ***JBoss 3.2.2/Oracle 9i thin driver test resulting in deadlock * **

2004-01-06 Thread Bill Burke
list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX

[JBoss-user] Webconsole Snapshot Recording of JMX attributes

2004-01-06 Thread Bill Burke
. This is currently only available in Branch_3_2 and will be released with 3.2.4 (or the next RC of 3.2.4) Regards, Bill -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux

[JBoss-user] Webconsole Snapshot Recording of JMX attributes

2004-01-06 Thread Bill Burke
Hi all, I just committed the ability to do snapshot recordings of any JMX attribute within the web-console. To use it, you right-click a JMX attribute and choose the create snapshot item. From there you can start/stop snapshotting. Review the dataset and Graph the dataset. This is

Re: [JBoss-user] 3.2.x and Virtual Hosting: Tomcat Broken, Jetty Works

2004-01-05 Thread Bill Burke
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM

Re: [JBoss-user] Stability/Performance test with JBoss3.2.2/Oracle 9.2.0.4 Problem s

2004-01-05 Thread Bill Burke
shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Any projected dates for JBoss 4.x Release Candidate

2004-01-05 Thread Bill Burke
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email

Re: [JBoss-user] Why use JBOSS?

2003-12-19 Thread Bill Burke
of what I was able to obtain from browsing the jboss website, can anyone tell me what (and if) we can gain by using jboss? Thank you, MC -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email

Re: [JBoss-user] EJB 2.0/EJBQL spec (was: Jboss 3.2.2/EJB-QL with = or =?)

2003-12-19 Thread Bill Burke
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email

Re: [JBoss-user] Why use JBOSS?

2003-12-19 Thread Bill Burke
of which can be implemented using Tomcat 5. I know nothing about JMX, but will look into it now that you've mentioned it. Any links to overviews, summaries, etc. about any part of JBoss would be greatly appreciated. - Original Message - From: Bill Burke [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [JBoss-user] Why use JBOSS?

2003-12-19 Thread Bill Burke
to DBCP). Thanks! Patrick Date: Fri, 19 Dec 2003 11:58:56 -0500 From: Bill Burke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Why use JBOSS? Reply-To: [EMAIL PROTECTED] Tomcat 5 can be integrated with a connection pool from Apache, but is that connection pool seemlessly

Re: [JBoss-user] Is this CMP2 behaviour according to the spec?

2003-12-18 Thread Bill Burke
=3371op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Does jboss support cmp inherit?

2003-12-15 Thread Bill Burke
mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert

Re: [JBoss-user] JBoss 3.2.4 ...

2003-12-12 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills

JFreeChart Re: [JBoss-user] 3.2.3 Release Available

2003-12-12 Thread Bill Burke
/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials

Re: JFreeChart Re: [JBoss-user] 3.2.3 Release Available

2003-12-12 Thread Bill Burke
Actually, take that comment back. Makes no sense why JFreeChart 0.9.15 doesn't do 3D effects with JBoss 3.2.2, JFreeChart is only embedded in the web-console applet.jar so it shouldn't effect or hurt another application using JFreeChart. Bill Bill Burke wrote: JBoss ships with JFreeChart

[JBoss-user] Nukes forums are live on www.jboss.org

2003-12-10 Thread Bill Burke
Can you all bang on it? Julien did a bunch of testing before hand and it seems to be working pretty good so far. Kudos to Julien's hard work. It looks pretty nice and is pretty fast. Bill --- This SF.net email is sponsored by: IBM Linux

Re: [JBoss-user] JMS Clustering

2003-12-10 Thread Bill Burke
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials

Re: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up

Re: [JBoss-user] JBoss 3.0.x and 3.2.x

2003-12-06 Thread Bill Burke
old and has gone through 3 minor releases with many RC's in between. Bill [EMAIL PROTECTED] wrote: Bill, will 3.0.x continue to evolve? Or should everybody migrate to 3.2? Thanks a lot Gabriel Bill Burke [EMAIL PROTECTED] escreveu: yes [EMAIL PROTECTED] wrote: Is JBoss 3.2.x more stable

Re: [JBoss-user] JMS Clustering

2003-12-05 Thread Bill Burke
the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] JBoss On Linux

2003-12-05 Thread Bill Burke
-mail and destroy or delete all copies of the original message and all attachments, including deletion from the trash or equivalent folder. Thank you. -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Setting number of threads.

2003-11-27 Thread Bill Burke
://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does

Re: [JBoss-user] WrappedConnection problem

2003-11-26 Thread Bill Burke
/ ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Bill Burke
, org.jboss.naming); } -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create

Re: [JBoss-user] Multihome JBoss Issue

2003-11-26 Thread Bill Burke
the bases first) Rod -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Multihome JBoss Issue System.getProperty(jboss.bind.address); Rod Macpherson wrote: I use this to get the JNDI

[JBoss-user] Re: [JBoss-dev] No GROUP BY in JBoss-QL?

2003-11-25 Thread Bill Burke
! Click Here: http://sourceforge.net/donate/ ___ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Bill Burke Chief Architect JBoss Group LLC

[JBoss-user] added graphing to web console

2003-11-22 Thread Bill Burke
, it sends a notification. This notification would be turned into an email message or sent to some other data feed. Sound like a good idea? Bill -- Bill Burke Chief Architect JBoss Group LLC. -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] added graphing to web console

2003-11-22 Thread Bill Burke
Anybody get it to work? Graphing that is? Sacha couldn't get it to work. Bill Scott M Stark wrote: Yes, that sounds good. -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored

Re: [JBoss-user] AOP in JBoss4DR2

2003-11-20 Thread Bill Burke
/ ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email

Re: [JBoss-user] FW: [Core] Sys Admin Denver Sold OUT

2003-11-20 Thread Bill Burke
have hit our cut-off of 28 attendees registered for sys admin denver. We may be able to squeeze in 1 or 2 more but I have change it to sold out on the website. -marka -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] jboss causing system instability

2003-11-19 Thread Bill Burke
Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback

Re: [JBoss-user] 'On Java' AOP example

2003-11-07 Thread Bill Burke
/ ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored

Re: [JBoss-user] Commit Option Confusion

2003-11-07 Thread Bill Burke
/ ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored

Re: [JBoss-user] Commit Option Confusion

2003-11-07 Thread Bill Burke
/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl

Re: [JBoss-user] Performance JBoss 3.0.x vs JBoss 3.2.x

2003-11-07 Thread Bill Burke
://www.apachecon.com/ ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] Commit Option Confusion

2003-11-06 Thread Bill Burke
with both options, and the CacheSize settings for the EJB's in the jmx-console are always Zero. I am missing something or is my understanding of Commit options flawed? Phil -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] CMP or BMP transactions, isolation level, performance

2003-11-06 Thread Bill Burke
to use the programatic and customize the block of the transaction? regards, Pedro Salazar -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback Program. Does

Re: [JBoss-user] forums down/slow?

2003-10-29 Thread Bill Burke
to jboss.org, click on forums, and they never come up. Got them w/o problems ... 21:18 GMT+1 = -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback Program

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-23 Thread Bill Burke
-- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Bill Burke
fields ) in the application work perfectly. This seems very simlar to my situation Phil -- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by OSDN developer relations Here's your

Re: [JBoss-user] DR3 Remoting problem

2003-10-21 Thread Bill Burke
?HRPT1X3RYQNC5V4MLNSV3E54 ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief Architect JBoss Group LLC

Re: [JBoss-user] jboss-media module

2003-10-17 Thread Bill Burke
in The Enterprise Linux in the Boardroom; in the Front Office; in the Server Room http://www.enterpriselinuxforum.com ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Bill Burke Chief

Re: [JBoss-user] A taste of things to come

2003-10-16 Thread Bill Burke
-- Bill Burke Chief Architect JBoss Group LLC. --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click

Re: [JBoss-user] 3.0.x - 3.2.x : Couldn't create entity command

2003-10-16 Thread Bill Burke
) at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java: 411) at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java :152) at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:343) -- Bill Burke Chief

  1   2   3   4   >