Re: [JBoss-dev] MetaDataRepository Proposal

2002-11-13 Thread Dain Sundstrom
Hiram Chirino wrote: David, Actually it simplifies the code. If you take a look at our interceptor stack most have a ton of code just to load and maintain the metadata, Yes there is alot of Metadata now. 1/2 the ton of code that we have there is just taking XML and creating a metadata object

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 13-November-2002

2002-11-13 Thread scott . stark
Number of tests run: 1026 Successful tests: 991 Errors:30 Failures: 5 [time of test: 13 November 2002 21:3 GMT] [java.version: 1.3.1_05] [java.vendor: Sun Microsystems

RE: [JBoss-dev] MetaDataRepository Proposal

2002-11-13 Thread Hiram Chirino
> > David, > > Actually it simplifies the code. If you take a look at our interceptor > stack most have a ton of code just to load and maintain the metadata, Yes there is alot of Metadata now. 1/2 the ton of code that we have there is just taking XML and creating a metadata objects. I think tha

Re: [JBoss-dev] Upcoming releases

2002-11-13 Thread Scott M Stark
Maybe by next Monday. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 2:07 PM Subject: Re: [JBoss-dev] Upcomin

[JBoss-dev] [ jboss-Bugs-637999 ] LdapLoginModule chooses wrong port

2002-11-13 Thread noreply
Bugs item #637999, was opened at 2002-11-13 13:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637999&group_id=22866 Category: JBossSX Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: David Arnold (watermelonjam) >Assigned t

Re: [JBoss-dev] MetaDataRepository Proposal

2002-11-13 Thread Dain Sundstrom
David, Actually it simplifies the code. If you take a look at our interceptor stack most have a ton of code just to load and maintain the metadata, and the worst part is we have no control over it at runtime. It is way simpler. You'll see. The easiest case for me the read ahead configuratio

Re: [JBoss-dev] MetaDataRepository Proposal

2002-11-13 Thread David Jencks
Can you please give a fairly detailed use case for this idea and indicate why it is needed rather than a static division of metadata between that which is tied to an interceptor stack (the same for every invocation going through the stack) and that which is specific to a particular invocation (and

Re: [JBoss-dev] Bug in TxCapsule.java for JBoss 3.0.4

2002-11-13 Thread David Jencks
What is the bug and why does this patch change anything? Why do you think it won't cause equal and opposite bugs with other drivers? I haven't tested actual drivers extensively but have always assumed isSameRM was intended to be symmetric.. (for all a) (for all b) (a.isSameRM(b) == b.isSameRM(a)

[JBoss-dev] [ jboss-Bugs-636920 ] JSP INCLUDE

2002-11-13 Thread noreply
Bugs item #636920, was opened at 2002-11-12 02:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636920&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Jeff Miner (jeff_miner) Assigned to: Nob

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Hiram Chirino wrote: > I like that. If it was more configurable at runtime, the JBossMQ > would be able to CMP 2.0 for it's message persistence. It would > configure CMP engine via API calls. Exactly -dain --- This sf.net email is sponsored

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Hiram Chirino
> > IMHO, JMX is limiting. MBeans are declarations of object instances. > > standardjboss.xml, standardcmp-jdbc.xml, the new aspect configs, > > etc... are templates/defaultconfigs for object > > creations/instantiations. A major difference. > > > > Sometimes config is just config and there

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Agreed. Jason Dillon wrote: If we can add an import mechanism then we can have both. I think a small set of files is better than one big file is better than a million little files. --jason On Wednesday, November 13, 2002, at 02:49 PM, Dain Sundstrom wrote: One huge file is better than a m

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Jason Dillon
If we can add an import mechanism then we can have both. I think a small set of files is better than one big file is better than a million little files. --jason On Wednesday, November 13, 2002, at 02:49 PM, Dain Sundstrom wrote: One huge file is better than a million little files scattered

[JBoss-dev] MetaDataRepository Proposal

2002-11-13 Thread Dain Sundstrom
This is based on some emails I have been trading with Scott. I'm going to start at the invoker and work my way out, because it is the way I know best. I'm going to add a new MetaDataLoaderInvoker. All this invoker does is populate the invocation object with meta data from the repository. Her

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
One huge file is better than a million little files scattered across my hard drive, but that's not saying a lot. -dain Jason Dillon wrote: I would be careful about going with a huge file, these tend to become unnamable fast. --jason On Wednesday, November 13, 2002, at 09:07 AM, Bill Burke w

[JBoss-dev] jboss.net email transport

2002-11-13 Thread Jason Essington
Hi all I have managed to get a fairly crude email transport working in jboss.net (It is lurking in head). I would appreciate any comments / design ideas from folks who are interested. Check the javadocs in org.jboss.net.axis.mail.MailTransportService to see how to set it up. It will currently

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
Bill, > What I was trying to suggest is that complex xml config data is modified via > a file or through some Management Console at runtime. Components can > register via XPATHS to listen to this changed data. They are notified and > update their local config, construct new objects, whatever...

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Jason Dillon
I would be careful about going with a huge file, these tend to become unnamable fast. --jason On Wednesday, November 13, 2002, at 09:07 AM, Bill Burke wrote: Dain and I were IMing. He said Scott was thinking about a MetaData service... My idea for a MetaData/Configuration service would be t

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
Anatoly, > Actually, Jakarta JXPath can handle practically any java object graph > (consisting of JavaBeans, Maps, etc. ) and traverse it via an XPATH > query, so you don't have to tie yourselves to DOM objects. > check out > http://jakarta.apache.org/commons/jxpath/ Wow. Thanks. Coolest thing

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread philipborlin
If you are interested in XPath check out http://jakarta.apache.org/commons/jxpath/index.html which has an XPath implementation that will work with (quote from site) "JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. " -Phil

Re: [JBoss-dev] Upcoming releases

2002-11-13 Thread Jules Gosnell
I'm now writing some new code that I would like to get in the next 3.2 release. Have you an idea of when the release will be ? I need to decide whether I will try to get this code in or not. Thanks, Jules Scott M Stark wrote: Go ahead. Scott Stark Chief Technology

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Anatoly Akkerman
ke security and tx * How are changes propagated from the repository to the physical structure and the other way around. I have no idea on that one. -dain It seems, some of these issues Rickard tried to address by using run-time attributes (check out his weblog) http://roller.anthonyeden.

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Anatoly Akkerman
Matt Munz wrote: Bill, My thinking is that a "well-crafted object graph or relational db" needs to be crafted and the code maintained. Most components in JBoss are configured Well, so do DTDs and XML schemas. It is an interesting argument that an XML Document object is a more flexible const

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Bill Burke wrote: XPATHs would be a perfect fit for something like this. Why recreate? Another thing that MBeans don't seem to address is the notion of layered configuration or in other words configuration domains. Each layer can inherit/modify the configuration from a top level layer. Cluster

[JBoss-dev] [ jboss-Bugs-633392 ] HANamingService uses MulticastSockets

2002-11-13 Thread noreply
Bugs item #633392, was opened at 2002-11-04 09:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633392&group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Simo Arajarvi (simo22) Assigned to

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Holger Baxmann wrote: I didn't know you could do that. What spec/library is this in? I want to read it. uPnP ? What? -dain --- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Th

[JBoss-dev] [ jboss-Bugs-637999 ] LdapLoginModule chooses wrong port

2002-11-13 Thread noreply
Bugs item #637999, was opened at 2002-11-13 16:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637999&group_id=22866 Category: JBossSX Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: David Arnold (watermelonjam) Assigned to: Nob

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Bill Burke wrote: I don't like DTDs and XML schemas for the very reason that they force you to update the DTD every time a new type of configuration comes along. The Components themselves should do the validation of their particular part of the large XML file/document. Consider an ISV who wants

[JBoss-dev] Bug in TxCapsule.java for JBoss 3.0.4

2002-11-13 Thread Dan A. Dickey
Here's a patch for a bug I found. I couldn't determine how to open a bug on either sourceforge.net nor jboss.org, so I'll just simply post this patch to this list. Enjoy. And with this, I believe I can now use an InformixXADs. :) -Dan --- TxCapsule.java.old Wed Nov 13 15:24:58 2002 ++

[JBoss-dev] [ jboss-Bugs-636010 ] Problem with JAVA_HOME with spaces

2002-11-13 Thread noreply
Bugs item #636010, was opened at 2002-11-09 12:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636010&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Archimedes Trajano (trajano)

[JBoss-dev] [ jboss-Patches-637998 ] LdapLoginModule port selection bugfix

2002-11-13 Thread noreply
Patches item #637998, was opened at 2002-11-13 16:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=637998&group_id=22866 Category: JBossSX Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: David Arnold (watermelonjam) Assigned to:

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of Matt > Munz > Sent: Wednesday, November 13, 2002 3:30 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] Metadata Service > > > Bill, > > > My thinking is that a "well-c

[JBoss-dev] Be careful when overriding exception pathways

2002-11-13 Thread Scott M Stark
A change was made to the JNDI lookup in 3.0.4 that retries lookup ops due to connection errors. This was an attempt to workaround problems with windows tcp stack not handling accept backlogs well. The problem is that this broke the ability to reconnect to a server that has been restarted because t

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Holger Baxmann
> I didn't know you could do that. What spec/library is this in? I want > to read it. > uPnP ? just a thought bax --- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Bill Burke wrote: > IMHO, JMX is limiting. MBeans are declarations of object instances. > standardjboss.xml, standardcmp-jdbc.xml, the new aspect configs, > etc... are templates/defaultconfigs for object > creations/instantiations. A major difference. > > Sometimes config is just config and there

[JBoss-dev] [ jboss-Bugs-637730 ] client-server JNDI lookup fails

2002-11-13 Thread noreply
Bugs item #637730, was opened at 2002-11-13 04:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Marko Strukelj (mstruk) >Ass

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 13-November-2002

2002-11-13 Thread scott . stark
Number of tests run: 991 Successful tests: 986 Errors:5 Failures: 0 [time of test: 13 November 2002 12:49 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer, Inc.]

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
search/query is exactly the benefit I see from a centralized XML-based config repository. I see your point though. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of Scott > M Stark > Sent: Wednesday, November 13, 2002 3:17

[JBoss-dev] [ jboss-Bugs-637973 ] NPE on shutdown/redeploy

2002-11-13 Thread noreply
Bugs item #637973, was opened at 2002-11-13 14:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637973&group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Jimmy Wan (jwan) Assigned to: Nobody

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
> To me, JMX is all about metadata -- in a sense, it is the metadata that > makes detyped invocation work. When you talk about adding metadata to an > invocation, and storing that metadata somewhere, it sounds just like MBean > persistence. At a minimum, you should be able to reuse some ideas, i

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
Bill, > My thinking is that a "well-crafted object graph or relational db" needs to > be crafted and the code maintained. Most components in JBoss are configured Well, so do DTDs and XML schemas. It is an interesting argument that an XML Document object is a more flexible construct than a given

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Scott M Stark
This has merit, but mbeans today do not know about XML in general, they know about attributes. Changes made to the XML config need to propagate as attribute setter invocations. Editing mbean attributes via JMX would have to update the repository. I'm not sure using XML as the manifest memory storag

[JBoss-dev] [ jboss-Bugs-636920 ] JSP INCLUDE

2002-11-13 Thread noreply
Bugs item #636920, was opened at 2002-11-12 02:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636920&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Jeff Miner (jeff_miner) Assigned to: Nob

[JBoss-dev] [ jboss-Bugs-637960 ] cmp bean not loaded

2002-11-13 Thread noreply
Bugs item #637960, was opened at 2002-11-13 14:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637960&group_id=22866 Category: JBossCMP Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Julien Viet (cooperfbi) Assigned to: Nobody/Anon

[JBoss-dev] [ jboss-Bugs-637934 ] CMR add overpopulates read ahead cache

2002-11-13 Thread noreply
Bugs item #637934, was opened at 2002-11-13 14:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637934&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Chris Bonham (bonhamcm) Assigned to: Nobody/Anon

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
> Got me. I am a bit to EJB centric at the moment. I would guess that > plan it to merge them, but I don't know. I'd be interested in hearing more about this topic. I imagine AOP converges on this issue as well? > Cool. I'm interested in the MBean persistence stuff. I have no plans on > writ

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
> BTW -- I aggree that XPath is cool. What makes a "central" XML file work > better as a metadata database than a well-crafted object graph or > relational > database, in your opinion? My thinking is that a "well-crafted object graph or relational db" needs to be crafted and the code maintained.

[JBoss-dev] [ jboss-Bugs-637934 ] CMR add overpopulates read ahead cache

2002-11-13 Thread noreply
Bugs item #637934, was opened at 2002-11-13 13:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637934&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Chris Bonham (bonhamcm) Assigned to: Nobody/Anon

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
Bill, > Components register their XML with this service. MBean, EJB, whatever... For MBeans, you're talking about *-service.xml, right? Would this apply also to XMBean XML? > JMX console needs an additional XML editor for MBean attributes that are XML elements. I think it would be great to ex

[JBoss-dev] [ jboss-Bugs-626468 ] ejb ql "IS NOT EMPTY" is not implemented

2002-11-13 Thread noreply
Bugs item #626468, was opened at 2002-10-21 21:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626468&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Andrew (mr_dronski) Assigned to: Nob

[JBoss-dev] [ jboss-Bugs-637934 ] CMR add overpopulates read ahead cache

2002-11-13 Thread noreply
Bugs item #637934, was opened at 2002-11-13 14:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637934&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Chris Bonham (bonhamcm) Assigned to: Nobody/Anon

[JBoss-dev] [ jboss-Bugs-630665 ] CMR within one transaction

2002-11-13 Thread noreply
Bugs item #630665, was opened at 2002-10-29 21:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=630665&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open >Resolution: Fixed Priority: 5 Submitted By: Leon Doud (ldoud) >Assigned to: Al

[JBoss-dev] [ jboss-Bugs-621270 ] invalid SQL is generated for MSSQL

2002-11-13 Thread noreply
Bugs item #621270, was opened at 2002-10-10 15:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=621270&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 8 Submitted By: Alexei Yudichev (sflexus) >Assi

Re: [JBoss-dev] Metadata Service

2002-11-13 Thread Dain Sundstrom
Matt Munz wrote: Dain, Please excuse my ignorance. I'm a bit JMX-centric at the moment. I see an org.jboss.mx.server.Invocation that doesn't seem to know about / relate to org.jboss.invocation.Invocation. Obviously the names are the same. Is there any deeper relationship? Got me. I am a b

[JBoss-dev] [ jboss-Bugs-637934 ] CMR add overpopulates read ahead cache

2002-11-13 Thread noreply
Bugs item #637934, was opened at 2002-11-13 13:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637934&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Chris Bonham (bonhamcm) Assigned to: Nobody/Anon

[JBoss-dev] [ jboss-Bugs-621270 ] invalid SQL is generated for MSSQL

2002-11-13 Thread noreply
Bugs item #621270, was opened at 2002-10-10 05:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=621270&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Accepted Priority: 8 Submitted By: Alexei Yudichev (sflexus) Assign

[JBoss-dev] [ jboss-Bugs-637940 ] NamingService doesn't close context

2002-11-13 Thread noreply
Bugs item #637940, was opened at 2002-11-13 13:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637940&group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Jimmy Wan (jwan) Assigned to: Nobody

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Matt Munz
Dain, Please excuse my ignorance. I'm a bit JMX-centric at the moment. I see an org.jboss.mx.server.Invocation that doesn't seem to know about / relate to org.jboss.invocation.Invocation. Obviously the names are the same. Is there any deeper relationship? When I hear metadata & JBoss in the

[JBoss-dev] [ jboss-Feature Requests-637933 ] INTERSECT-support

2002-11-13 Thread noreply
Feature Requests item #637933, was opened at 2002-11-13 20:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=637933&group_id=22866 Category: JBossCMP Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Marius Kotsbak (mkotsbak) Assigned t

[JBoss-dev] [ jboss-Bugs-637934 ] CMR add overpopulates read ahead cache

2002-11-13 Thread noreply
Bugs item #637934, was opened at 2002-11-13 14:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637934&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Chris Bonham (bonhamcm) Assigned to: Nobody/Anon

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
1. I'm not talking about a central config file...Components register their XML with this service. MBean, EJB, whatever... 2. You know what XPATHs are right? If not, look them up. They are really cool. Xerces/Xalan (forget which) support looking up Elements via XPATHS. What's not supported, whi

[JBoss-dev] [ jboss-Bugs-637880 ] RMI sockets not closed

2002-11-13 Thread noreply
Bugs item #637880, was opened at 2002-11-13 11:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637880&group_id=22866 Category: JBossServer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jim Snyder (jdsnyderii) Assigned to: Nobody/A

[JBoss-dev] [ jboss-Bugs-637759 ] NPE attempting to re-deploy war file

2002-11-13 Thread noreply
Bugs item #637759, was opened at 2002-11-13 05:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637759&group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: david (davidregan) As

[JBoss-dev] [ jboss-Bugs-621270 ] invalid SQL is generated for MSSQL

2002-11-13 Thread noreply
Bugs item #621270, was opened at 2002-10-10 07:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=621270&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open >Resolution: Accepted Priority: 8 Submitted By: Alexei Yudichev (sflexus) Assig

RE: [JBoss-dev] Metadata Service

2002-11-13 Thread James Higginbotham
Is this ala the Weblogic central config file, or just a secondary file created as the kernel accepts new components and started from scratch on each startup (I hope)? > -Original Message- > From: Bill Burke [mailto:bill@;jboss.org] > Sent: Wednesday, November 13, 2002 11:08 AM > To: Jboss

[JBoss-dev] Metadata Service

2002-11-13 Thread Bill Burke
Dain and I were IMing. He said Scott was thinking about a MetaData service... My idea for a MetaData/Configuration service would be the ability to register for callbacks based on XPATHS. So, all config of jboss would be stored in one big XML Document. Components insert their config there, and r

Re: [JBoss-dev] article about cache - local/global

2002-11-13 Thread Dain Sundstrom
Did you actually read all the way to the bottom? This fucking smuck thinks this is a new idea and has applied for patent in Russia. -dain Holger Baxmann wrote: http://www.opencores.org/articles?cmd=view_article&id=6 bax --- This sf.net e

[JBoss-dev] [ jboss-Bugs-637759 ] NPE attempting to re-deploy war file

2002-11-13 Thread noreply
Bugs item #637759, was opened at 2002-11-13 13:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637759&group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: david (davidregan) Assigned to

[JBoss-dev] [ jboss-Bugs-637730 ] client-server JNDI lookup fails

2002-11-13 Thread noreply
Bugs item #637730, was opened at 2002-11-13 13:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637730&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Marko Strukelj (mstruk) Assigned

[JBoss-dev] [ jboss-Bugs-636227 ] testsuite generally fails to complete

2002-11-13 Thread noreply
Bugs item #636227, was opened at 2002-11-10 16:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636227&group_id=22866 Category: JBossTest Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Chris Kimpton (kimptoc) Assigned to: Adrian

[JBoss-dev] [ jboss-Bugs-636227 ] testsuite generally fails to complete

2002-11-13 Thread noreply
Bugs item #636227, was opened at 2002-11-10 16:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636227&group_id=22866 Category: JBossTest Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Chris Kimpton (kimptoc) Assigned to: Adrian