[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Improving message selector performance

2004-04-17 Thread Dark_Lord
I think that in some cases, more than one selector might be necessary (that is be able to specify multiple selectors and have some merge on the headers). I can help if necessary but we need to coordinate. Regards, Stephane View the original post :

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Improving message selector performance

2004-04-17 Thread Dark_Lord
Genman, With regard to your proposal, what's happenning on server's restart? Is the hashtable rebuilt at startup? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831154#3831154 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: JBoss Deployment

2004-04-17 Thread albertfang
Mine is working smoothly. Unfortunately, I don't know how to attach my files to this post. Maybe

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Providing metadata, services to pojo resources

2004-04-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Generically it is a callback interface like MBeanRegistration | for services that want to know about their container and their configuration | | | | public interface ContainerRegistration | | { | |void setContainer(Container container); | |

[JBoss-dev] [Mail Services] - Re: TODO: Script Runner

2004-04-17 Thread mikea-xoba
great news for M1RC1. i'm minimally tidying up/filling out some of the code (mainly script runner) and plan to commit shortly. but i noticed in another forum thread you mentioned not to commit till after RC1, and i wasn't sure that would apply here. (just let me know if so and i'll postpone).

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Improving message selector performance

2004-04-17 Thread [EMAIL PROTECTED]
Supporting multiple selectors is too complicated for an initial version. Rebuilding the HashMap (don't use a hashtable or vector or any collection that does synchronization unless you are lazy - often you are already synchronized on some other object) should be optimized in conjunction with

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: object pooling detrimental to performance

2004-04-17 Thread [EMAIL PROTECTED]
I don't like nifty or cool. It just over complicates things and makes things buggy. 10 is nothing like enought for a test. The JIT doesn't even kick in until you thousands of repetitions. JITs are bettter at this than you could ever be and will only get better over time. View the original post :

[JBoss-dev] Why the two jboss logging frameworks?

2004-04-17 Thread Scott M Stark
In trying to cleanup the logging for bug [ 936465 ] JCA layer has invalid assumption about Log4jLoggerPlugin https://sourceforge.net/tracker/index.php?func=detailaid=936465group_i d=22866atid=376685 I see that we have two seperate frameworks: jmx org.jboss.mx.logging comon org.jboss.logging Is

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: ChangeNotes: 3.2.4

2004-04-17 Thread [EMAIL PROTECTED]
Bug Fix: Catch unchecked exceptions generated by the ping operations Catch unchecked exceptions from the user's ExceptionHandler Avoids uncaught Runtime exceptions killing the ping task/clock daemon View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: object pooling detrimental to performance

2004-04-17 Thread spiritualmechanic
Okay. I'm glad the VM is good at that. Like your JCA FAQ says, Are you *sure* you want JCA? Steve View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831168#3831168 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831168

Re: [JBoss-dev] Why the two jboss logging frameworks?

2004-04-17 Thread Adrian Brock
The JMX logging framework was removed from 3.2.0 but never from head. When Tom backported jmx from head into 3.2.4RC1 he also copied the old jmx logging framework. Regards, Adrian On Sat, 2004-04-17 at 13:25, Scott M Stark wrote: In trying to cleanup the logging for bug [ 936465 ] JCA layer has

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: object pooling detrimental to performance

2004-04-17 Thread spiritualmechanic
It wouldn't even be testing what I thought it'd be testing. I wonder what the real cutoff points are between 1. The VM developer 2. The Container developer 3. The container user (using JSP, other services on top of the container) Anyways, I'll be quiet about things now :) View the original

Re: [JBoss-dev] Why the two jboss logging frameworks?

2004-04-17 Thread Adrian Brock
I'll fix it in both 3.2 and head My fault for not keeping head in line. Regards, Adrian On Sat, 2004-04-17 at 13:42, Adrian Brock wrote: The JMX logging framework was removed from 3.2.0 but never from head. When Tom backported jmx from head into 3.2.4RC1 he also copied the old jmx logging

[JBoss-dev] [ jboss-Bugs-936924 ] RFE: support mysql transactions retry

2004-04-17 Thread SourceForge.net
Bugs item #936924, was opened at 2004-04-17 17:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=936924group_id=22866 Category: None Group: None Status: Open Resolution: None

Re: [JBoss-dev] Why the two jboss logging frameworks?

2004-04-17 Thread Adrian Brock
Thomas or Tom, A lot of the JMX testsuite tests for JBossMX are failing. Either the tests should be fixed or the reason why they fail analysed. Last time I ran it, there were three known issues non of them important. Regards, Adrian On Sat, 2004-04-17 at 14:00, Adrian Brock wrote: I'll fix it

[JBoss-dev] [JBoss IDE] - Re: XDoclets in Version 1.2.230 does not work with eclipse 3

2004-04-17 Thread rfolkerts
Hi, same here :-( I just started Eclipse from c/l and got: --- Process: jar:file:/usr/opt/eclipse3.0M8/plugins/org.jboss.ide.eclipse.xdoclet.core_1.2.230/./xdoclet-ejb-module-1.2b3-dev.jar!/META-INF/xtags.xml | Exception while reading: ejb.home null Attention: Can't add

[JBoss-dev] [ jboss-Bugs-936924 ] RFE: support mysql transactions retry

2004-04-17 Thread SourceForge.net
Bugs item #936924, was opened at 2004-04-17 17:20 Message generated for change (Comment added) made by eprst You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=936924group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted

[JBoss-dev] [ jboss-Bugs-936962 ] XDoclet access to /resources/additional_values.xml

2004-04-17 Thread SourceForge.net
Bugs item #936962, was opened at 2004-04-17 15:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=936962group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Observable Pattern on the WIKI

2004-04-17 Thread marc fleury
this is great work adrian, Bill, I think what I hear you say is that we can now deploy a self contained aspect. The aspect knows where he wants to be bound. The aspect could export its pointcuts, he knows he wants to listen on set* etc. It will make for superior deployment formats for

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Observable Pattern on the WIKI

2004-04-17 Thread marc fleury
I hear you on the usage of Subject. I saw it is the way the GOF named it. I still prefer Observable. Getting at the state is done by passing the reference to the subject in your implementation. It makes for a great and simple implementation. If we could pass some metainformation as to

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Observable Pattern on the WIKI

2004-04-17 Thread Bill Burke
I'll have JDK 1.5 annotation support sometime next week in CVS. Doing another beta of JBoss AOP soon too. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831180#3831180 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831180

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Fluid AOP

2004-04-17 Thread Bill Burke
Blogged about this: http://jboss.org/jbossBlog/blog/bburke/?permalink=Fluid+AOP.html Thoughts anybody? I still need to understand when/how context classloader gets set in JBoss. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831181#3831181 Reply to

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Observable Pattern on the WIKI

2004-04-17 Thread [EMAIL PROTECTED]
GOF does it my way. It would be trivial to write an alternate ObservableLight :-) Transaction synchronization would also help to avoid multiple fine grained fireChanged() events inside a transaction. Similar to JBossCacheAOP View the original post :

[JBoss-dev] [Mail Services] - Re: TODO: Script Runner

2004-04-17 Thread acoliver
go ahead. See the TestServer and all for how I think we should set up. Just start the pieces we need inside of the unit tests. Later we'll have multinode tests. Right now we need basic tests like if there is user XYZ in the respository and I send him a mail from himself, does it get

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Observable Pattern on the WIKI

2004-04-17 Thread Bill Burke
this tx observable pattern is everywhere in Jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831184#3831184 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831184 ---

[JBoss-dev] [JBoss IDE] - Re: JBoss Deployment

2004-04-17 Thread stanley1610
Hi albertfang, Some of your message could not be seen. Can you tell me any trick to follow the Tutorial? What's wrong in our code? Thanks, -stan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831193#3831193 Reply to the post :

[JBoss-dev] [Mail Services] - Pre-testing for M1RC1

2004-04-17 Thread acoliver
I'm doing my pre-testing for M1RC1 and I have to say, I'm impressed. The TLS and SSL support is awesome. Also sending mail feels remarkably faster than JAMES (which I use presently) even using SSL!!! I feel really good about this release. Everyone especially: Eric, MikeA, MikeK and Kabir

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/winxp/1.4.2_03) [AUTOMATED]

2004-04-17 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/winxp/1.4.2_03) [AUTOMATED]

2004-04-17 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/winxp/1.3.1_10) [AUTOMATED]

2004-04-17 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [JBoss IDE] - Re: JBoss Deployment

2004-04-17 Thread albertfang
Hi, Stan. Nothing special about this Fibo tutorial. I just followed the instructions step by step and it woked. I even changed the internal code from UTF-8 to Big5(Chinese, Taiwan) and it woked too. Can you tell me how to attach my files to this post or I just send an email attached with my

RE: [JBoss-dev] Why the two jboss logging frameworks?

2004-04-17 Thread Scott M Stark
Ok, thanks. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Saturday, April 17, 2004 6:01 AM To: [EMAIL PROTECTED]

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Fluid AOP

2004-04-17 Thread [EMAIL PROTECTED]
Pretty much the tcl is set whenever a call enters into a container, be it jmx, ejb, web. Its needed when transitioning from the microkernel into a deployment context that can introduce new classes or class versions due to a deployment. It would generally seem that the TCL is the more typical

[JBoss-dev] [Mail Services] - Re: RT: Ideas to take from JAMES and Mail Scripting

2004-04-17 Thread spiritualmechanic
Have you heard of Groovy? Apparently it's a newer Java-based scripting language that doesn't have the funkiness of Jython syntax. Javascript would be adequate I think. Probably more admin friendly. WWMCSED? What would MCSEs do? ;-) Hit my blog here: Links for Andy's links all together in

[JBoss-dev] [Mail Services] - Re: RT: Ideas to take from JAMES and Mail Scripting

2004-04-17 Thread spiritualmechanic
I like the idea of a mail solutions framework. Until you get the Exchange functionality going that will probably be the bread and butter. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831222#3831222 Reply to the post :

[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-17 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Mail Services] - Re: RT: Ideas to take from JAMES and Mail Scripting

2004-04-17 Thread acoliver
Until you get -- and I thought you were planning to be one of us? Membership in the us is low, just send real good code :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831234#3831234 Reply to the post :

[JBoss-dev] [Mail Services] - Re: RT: Ideas to take from JAMES and Mail Scripting

2004-04-17 Thread acoliver
As you said, JavaScript is probably adequate for the task and more admin friendly. It may be possible to support multiple scripting languages provided they support limiting their domain. Meaning I only want you to script what I expose to you nothing more. JavaScript (aka ECMA) is probably a