[JBoss-dev] [ jboss-Bugs-522617 ] Redeploy broken with tmp/deploy changes

2002-02-25 Thread noreply
Bugs item #522617, was opened at 2002-02-25 12:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=522617&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 7 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] notes on configuration

2002-02-25 Thread marc fleury
There is a fundamental weakness we carry in our design since 2.0 days the jboss.jcml/service.xml files we mix in SAR/jcml existence of the bean configuration of the bean classes for the bean If we change the configuration of the service we are requiring that we restart the service. Only changes

[JBoss-dev] MBeanClassLoader

2002-02-25 Thread marc fleury
David, one wish you had is going to become true, the MCL is no longer useful in the face of unified deployments with UCL. for a cycling URL -> We can ask for what classloader (UCL in MainDeployer) -> what deployment info for the UCL (we miss that map, but we can do it at the deployment info leve

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

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 23:24:52 Modified:jbossbuild.xml Log: o removed install-dependencies, each module hook will copy the required thiordparty bits it requires unless a dependent module already copied it Revision ChangesPath 1.94 +118 -86 b

Re: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread Adam Heath
On Tue, 26 Feb 2002, marc fleury wrote: > ok, > > still jet lagged... (australia!) > > So let's imagine that we multi-thread the MainDeployer, each deployment gets > a thread. > > Each time a thread wants a class the ServiceLibraries tries and if it is a > CNFE waits. > > when a class is register

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee J2EEDeployedObject.java

2002-02-25 Thread Andreas Schaefer
Hi Jason I saw it when I ran the testsuite but I don't know what causes the problem ? Will look into it tomorrow. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Andreas Schaefer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:23

Re: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Jason Dillon
Mai pen rai, no worries. --jason Hiram Chirino wrote: > Yes, I appoligize if sounded harsh.. I just was not seeing the big > picture. All I was hearing was the get it to boot off the network > story which is WAY different from what you need in the embed in an > application case. > > Regar

RE: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread marc fleury
|I don't think this is a problem. The client is most likely a thread started |by noticing a new package. Anyway, I think we need anyway a list of |"waiting deployments" -- partly deployed stuff that is waiting. Now we Yes, I am afraid of the verbosity of it. |have mbeans that can be waiting fo

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee J2EEDeployedObject.java

2002-02-25 Thread Jason Dillon
Hey, van you fix the managment test that is bust when you have time? I looked it over briefly but did not see any obvious/simple way to fix it. --jason Andreas Schaefer wrote: > User: schaefera > Date: 02/02/25 22:14:46 > > Modified:src/main/org/jboss/management/j2ee J2EEDeployedObjec

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment DeploymentInfo.java

2002-02-25 Thread marc fleury
|Well, getRemote and invokeHome aren't exactly admin interfaces on a |container, but they are there today. I think using the xmbean/modelmbean |facilities to either supply 2 interfaces to one object or indicate which |things are "human administratable" and which are internal will be useful. oh..

Re: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread Jason Dillon
Frustrated might be a better word... Just keeping things in check. I don't understand all that cl magic anyways. --jason marc fleury wrote: >|Seems like a hack. > >Hee hee, the kid's pissed off. > >RELAX!!! Go snowboard... with Scott... he is older, trust him... > >|What if the class never g

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb EjbModule.java

2002-02-25 Thread Andreas Schaefer
User: schaefera Date: 02/02/25 22:14:46 Modified:src/main/org/jboss/ejb EjbModule.java Log: Added the creation of a default J2EEApplication when a standalone EJB archive (JAR) is deployed because this is required by JSR-77. Revision ChangesPath 1.4 +36 -14jbo

[JBoss-dev] CVS update: jboss/src/main/org/jboss/management/j2ee J2EEDeployedObject.java

2002-02-25 Thread Andreas Schaefer
User: schaefera Date: 02/02/25 22:14:46 Modified:src/main/org/jboss/management/j2ee J2EEDeployedObject.java Log: Added the creation of a default J2EEApplication when a standalone EJB archive (JAR) is deployed because this is required by JSR-77. Revision ChangesPath 1.6

RE: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread marc fleury
ok, you kids chill, drop E, come back high as kites and tell each other, "you are a wonderful human being" "no, *you* are a wonderful being" "I love you man ""I love you too" oka? sour pusses etc etc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf

RE: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Hiram Chirino
Yes, I appoligize if sounded harsh.. I just was not seeing the big picture. All I was hearing was the get it to boot off the network story which is WAY different from what you need in the embed in an application case. Regards, Hiram >From: "marc fleury" <[EMAIL PROTECTED]> >To: "Hiram Chiri

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment DeploymentInfo.java

2002-02-25 Thread David Jencks
On 2002.02.26 00:29:03 -0500 Jason Dillon wrote: > > > > > >Well, my idea was that since Containers are mbeans already, why not > >transform the dd's to mbean config. I'm still thinking about how to > best > >deal with subsidiary objects. I'm thinking if all the subsidiary > objects > >are javab

RE: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread marc fleury
|Seems like a hack. Hee hee, the kid's pissed off. RELAX!!! Go snowboard... with Scott... he is older, trust him... |What if the class never gets loaded? Does the So there is this story, of a couple of dumb guys trying to enter the US and get through custom, once has a bat and one has a skunk

Re: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread David Jencks
On 2002.02.26 00:37:21 -0500 Jason Dillon wrote: > Seems like a hack. What if the class never gets loaded? Does the > client which wants to use it hang forever? If not how long do you wait > for a class to load? I don't think this is a problem. The client is most likely a thread started by n

RE: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread marc fleury
> |>>I don't get it.. With the Boot class that I commit you can load all |>>of JBoss's jar's off the network. If footprint is all you care about, |>>you wont be able to beat the 7k boot.jar (unoptimized with debug). |>> |>>I just tested the Boot class out, and it can even boot JBoss 2.4.4 |>> |>

[JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-25 Thread Jason Dillon
Again for those that missed it... --jason Original Message Subject: Embedable, ServerLoader, jboss-boot.jar, logging and more... Date: Sun, 24 Feb 2002 03:37:31 -0800 From: Jason Dillon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] With the seperation changes also come the first

Re: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Hiram Chirino
I don't have it. >From: Jason Dillon <[EMAIL PROTECTED]> >To: Hiram Chirino <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: [JBoss-dev] 57 words... and a signature >Date: Mon, 25 Feb 2002 21:35:24 -0800 > >Please read the email I sent "Embedable, ServerLoader, jboss-b

Re: [JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread Jason Dillon
Seems like a hack. What if the class never gets loaded? Does the client which wants to use it hang forever? If not how long do you wait for a class to load? --jason marc fleury wrote: >ok, > >still jet lagged... (australia!) > >So let's imagine that we multi-thread the MainDeployer, each

Re: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Jason Dillon
Please read the email I sent "Embedable, ServerLoader, jboss-boor.jar, logging and more...". Or did this not make it to the list? I can't find it in the forums... If you still don't get it then I will try to explain in different words. --jason Hiram Chirino wrote: > I don't get it.. With

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment DeploymentInfo.java

2002-02-25 Thread Jason Dillon
> > >Well, my idea was that since Containers are mbeans already, why not >transform the dd's to mbean config. I'm still thinking about how to best >deal with subsidiary objects. I'm thinking if all the subsidiary objects >are javabeans they can be constructed easily from xml, through jaxb or >ot

RE: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Hiram Chirino
I don't get it.. With the Boot class that I commit you can load all of JBoss's jar's off the network. If footprint is all you care about, you wont be able to beat the 7k boot.jar (unoptimized with debug). I just tested the Boot class out, and it can even boot JBoss 2.4.4 So I don't know why

RE: [JBoss-dev] AAAHOOO JBoss in London!

2002-02-25 Thread marc fleury
|THERE IS ***ONE*** SEAT LEFT Good news: we are SOLD OUT. :) I like Europe. Good news: we will put a couple more seats as we might have some extra room and there are always cancelations. Come it will be the last show of its kind. Come! |And you got 2 weeks to register. this is still true, ge

Re: [JBoss-dev] init/create calls with subpackaging not in the same order

2002-02-25 Thread David Jencks
On 2002.02.25 03:47:06 -0500 Sacha Labourey wrote: > Hello, > > In the MainDeployer code, when you deploy a package containing > sub-packages: > - init will be called on the wrapping package first, then on the > inside > packages > - create will be called on the inside packages first,

[JBoss-dev] Re: A few more question about JSR77 and Jboss

2002-02-25 Thread Andreas Schaefer
Hi Scott Great but I did the same for the stand alone EJB modules as well. Please can you send me a patch as soon as possible to avoid conflicts when code is updated in CVS. I send this email to the developer list. Can you send them also to the developer list as well. Thanx - Andy - Orig

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java MainDeployerMBean.java

2002-02-25 Thread David Jencks
User: d_jencks Date: 02/02/25 21:15:02 Modified:src/main/org/jboss/deployment MainDeployer.java MainDeployerMBean.java Log: Changed shutdown procedure to first undeploy all packages, then stop, destroy, and remove all remaining registered mbeans Revisio

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerImpl.java

2002-02-25 Thread David Jencks
User: d_jencks Date: 02/02/25 21:15:02 Modified:src/main/org/jboss/system/server ServerImpl.java Log: Changed shutdown procedure to first undeploy all packages, then stop, destroy, and remove all remaining registered mbeans Revision ChangesPath 1.4 +47 -11jbos

[JBoss-dev] Auto-resolving dependencies/deployment

2002-02-25 Thread marc fleury
ok, still jet lagged... (australia!) So let's imagine that we multi-thread the MainDeployer, each deployment gets a thread. Each time a thread wants a class the ServiceLibraries tries and if it is a CNFE waits. when a class is registered in the SL it notifiesAll threads waiting. voila! auto-r

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 26 February 2002 5:11 GMT] [java.version: 1.

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 26 February 2002 4:20 GMT] [java.version: 1.

Re: [JBoss-dev] Security problem in authentication model.

2002-02-25 Thread Scott M Stark
Probably the easiest way would be to subclass the SingleSignOn Valve and use the session based cache to obtain the authentication information. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Luke Taylor"

Re: [JBoss-dev] And 57+sig more...

2002-02-25 Thread Jason Dillon
marc fleury wrote: >|Changes to come will further absrtact and detach File usage, abstract >|logging or provide >|logging adapters, and provide an api for core system configuraton >|(descriptors and such). > >This I cannot make sense of. I mean the point is weak. > Yes, yes the second 57 words a

[JBoss-dev] AAAHOOO JBoss in London!

2002-02-25 Thread marc fleury
Ok, yes, it sounds like a corny song from the late 70's but really London is coming up and is going to be one hell of a show. The last of its kind worldwide as we are changing the formula for the next ones (next ones will be San Fran/Montreal/Palma de Mallorca/(possibly) Hong Kong). THERE IS **

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 492 Errors:4 Failures: 5 [time of test: 26 February 2002 3:23 GMT] [java.version: 1.

RE: [JBoss-dev] How should shutdown work?? (jboss 3)

2002-02-25 Thread marc fleury
|Right now, shutdown happens by stopping, destroying, and unregistering all |mbeans the ServiceController knows about. Since MainDeployer is not one of |them, and since deployments are not usually mbeans themselves, this means |the deployers don't get to do any cleanup and that in particular the

RE: [JBoss-dev] And 57+sig more...

2002-02-25 Thread marc fleury
|Changes to come will further absrtact and detach File usage, abstract |logging or provide |logging adapters, and provide an api for core system configuraton |(descriptors and such). This I cannot make sense of. I mean the point is weak. Don't complicate the codebase with nth degree bullshit FO

Re: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread Jason Dillon
I ran out of words for the how. Such words (probably not limited to 57) and more should go into a howto embed JBoss guide... --jason marc fleury wrote: >Ok 57 congratulations, although you are a bit skimpy on the how > >|The embedding changes provides integrators with a simple API to >|confi

[JBoss-dev] How should shutdown work?? (jboss 3)

2002-02-25 Thread David Jencks
Right now, shutdown happens by stopping, destroying, and unregistering all mbeans the ServiceController knows about. Since MainDeployer is not one of them, and since deployments are not usually mbeans themselves, this means the deployers don't get to do any cleanup and that in particular the loca

RE: [JBoss-dev] 57 words... and a signature

2002-02-25 Thread marc fleury
Ok 57 congratulations, although you are a bit skimpy on the how |The embedding changes provides integrators with a simple API to |configure, start and stop JBoss. |It will allow 99% of resources to be loaded off network, leaving the |boot footprint small for |limited devices. this is a valid req

[JBoss-dev] Automated JBoss Testsuite Results

2002-02-25 Thread chris
JBoss daily test results SUMMARY Number of tests run: 501 Successful tests: 491 Errors:4 Failures: 6 [time of test: 26 February 2002 2:54 GMT] [java.version: 1.

Re: [JBoss-dev] Security problem in authentication model.

2002-02-25 Thread Luke Taylor
Scott M Stark wrote: > This is why the Catalina security integration implements both > the Realm and Valve interfaces. The Realm callbacks establish > the authentication and the Valve limits the scope of the information > to the duration of the request. The thread of control returns to > the Catal

[JBoss-dev] And 57+sig more...

2002-02-25 Thread Jason Dillon
Changes to come will further absrtact and detach File usage, abstract logging or provide logging adapters, and provide an api for core system configuraton (descriptors and such). MBeans will also be modified to return structured data instead of html preformatted strings, which could be rendered

[JBoss-dev] 57 words... and a signature

2002-02-25 Thread Jason Dillon
The embedding changes provides integrators with a simple API to configure, start and stop JBoss. It will allow 99% of resources to be loaded off network, leaving the boot footprint small for limited devices. This is achieved by seperating server interfaces from implemenation and utilizing core

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
This has nothing todo with embedding. It simplifies usage of such handlers which may be used inside the system. Since ServerImpl is where the base gets initialized it seems logical that such init should be done here. Why the objection? I don't understand your motives here. 57 words coming

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
And you explain in those 57 words why you need one in the embedding world marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Monday, February 25, 2002 6:10 PM |To: marc fleury |Cc: Jason Dillon; [EMAIL PROTECTED] |Subject: Re:

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

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 18:19:02 Modified:jbossbuild.xml Log: o build file clean up Revision ChangesPath 1.93 +70 -98build/jboss/build.xml Index: build.xml === RCS file: /cvsroot

[JBoss-dev] CVS update: jbosspool build.xml

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 18:19:03 Modified:.build.xml Log: o build file clean up Revision ChangesPath 1.19 +1 -17 jbosspool/build.xml Index: build.xml === RCS file: /cvsroot/j

Re: [JBoss-dev] njar (and other jboss specific protocol handlers) usage fixed

2002-02-25 Thread Jason Dillon
The default searching is still done by URL. When we need to search JBoss packages then we can add that to the factory then. --jason Adam Heath wrote: >On Mon, 25 Feb 2002, Jason Dillon wrote: > >>Looks like the default URL system doesn't work too well with our custom >>class loading stuff...

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
Read this: http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html#URL(java.lang.String, java.lang.String, int, java.lang.String) --jason marc fleury wrote: >what the *fuck* is a protocol handler, > >please > >marcf > >|-Original Message- >|From: Jason Dillon [mailto:[EMAIL PROTECTED

Re: [JBoss-dev] njar (and other jboss specific protocol handlers)usage fixed

2002-02-25 Thread Adam Heath
On Mon, 25 Feb 2002, Jason Dillon wrote: > Looks like the default URL system doesn't work too well with our custom > class loading stuff... so I implemented a factory that does the same > thing that would happened if our classes were on the system cl and we > set the pkgs prop. ServerImpl instal

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
ok here is an excercise for you What are you trying to achieve in the embedding (LESS THAN 57 words) I am serious about the 57 words limit, I don't want a mental diarreah email, I want "this is what I am trying to do". It is an excercise the french go through when they are young (and I was neve

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
Both setting the system property and installing a factory are both standard methods for introducing custom protocol handlers. I am not sure exactly why Class.forName() did not pick up the loaded classes. If you can see why, please let me know, cause I don't get it. As for the handler, it look

Re: [JBoss-dev] Security problem in authentication model.

2002-02-25 Thread Greg Wilkins
OK, I see what they are doing and will add a call to SecurityAssociation.setPrincipal(null) after each request. Scott M Stark wrote: > This is why the Catalina security integration implements both > the Realm and Valve interfaces. The Realm callbacks establish > the authentication and the

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
what the *fuck* is a protocol handler, please marcf |-Original Message- |From: Jason Dillon [mailto:[EMAIL PROTECTED]] |Sent: Monday, February 25, 2002 6:04 PM |To: marc fleury |Cc: Jason Dillon; [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] CVS update: |jboss-common/src/main/org/jboss/ne

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

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:03:00 Modified:src/main/org/jboss/mx/modelmbean XMBean.java Log: moved and removed stuff. new items will go into capability until a better home can be found Revision ChangesPath 1.5 +30 -24jmx/src/main/org/jboss/mx/modelmbean/

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/metadata AOResolver.java MBeanCapability.java MBeanInfoConversion.java MethodMapper.java MetaDataBuilder.java StandardMetaData.java XMLMetaData.java

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:02:59 Modified:src/main/org/jboss/mx/metadata MetaDataBuilder.java StandardMetaData.java XMLMetaData.java Added: src/main/org/jboss/mx/metadata AOResolver.java MBeanCapability.java MBeanInfoConversi

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/interceptor MBeanInterceptor.java MBeanInvocation.java

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:02:59 Modified:src/main/org/jboss/mx/interceptor MBeanInterceptor.java MBeanInvocation.java Log: moved and removed stuff. new items will go into capability until a better home can be found Revision ChangesPath 1.

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

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:03:01 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: moved and removed stuff. new items will go into capability until a better home can be found Revision ChangesPath 1.18 +94 -87jmx/src/main/org/jboss/mx/server

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

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:02:58 Modified:src/main/javax/management/relation RoleInfo.java Log: moved and removed stuff. new items will go into capability until a better home can be found Revision ChangesPath 1.5 +13 -13jmx/src/main/javax/management/rel

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/capability AbstractInvocationDispatcher.java DispatcherFactory.java DynamicMBeanDispatcher.java MBeanDelegate.java ReflectedMBeanDispatcher.java ResourceDelegate.java ResourceInvoker.java AttributeProvider.java MBeanAdapter.java MBeanCapability.java OperationProvider.java StandardMBeanAdapter.java

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 18:02:59 Added: src/main/org/jboss/mx/capability AbstractInvocationDispatcher.java DispatcherFactory.java DynamicMBeanDispatcher.java MBeanDelegate.java ReflectedMBeanDispatcher.java

[JBoss-dev] [ jboss-Change Notes-522762 ] Server config from system properties

2002-02-25 Thread noreply
Change Notes item #522762, was opened at 2002-02-25 17:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=522762&group_id=22866 Category: None Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Jason Dillon (user57) Assigned to: Nobody/Anony

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
So where we had a simple "System.setProperty(bla bla)" we now have a factory, a stream handler that doesn't work reliably, a couple of Class.forName() in the code (that OF COURSE don't work with the "custom classloading") a lot of crazyness **we don't need**? man, it makes me nervous I tell you,

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

2002-02-25 Thread Trevor Squires
User: squirest Date: 02/02/25 17:56:55 Modified:src/main/javax/management ObjectName.java Log: small improvement to equals method Revision ChangesPath 1.8 +12 -6 jmx/src/main/javax/management/ObjectName.java Index: ObjectName.java ===

Re: [JBoss-dev] Security problem in authentication model.

2002-02-25 Thread Scott M Stark
This is why the Catalina security integration implements both the Realm and Valve interfaces. The Realm callbacks establish the authentication and the Valve limits the scope of the information to the duration of the request. The thread of control returns to the Catalina pool with no thread local a

[JBoss-dev] njar (and other jboss specific protocol handlers) usage fixed

2002-02-25 Thread Jason Dillon
Looks like the default URL system doesn't work too well with our custom class loading stuff... so I implemented a factory that does the same thing that would happened if our classes were on the system cl and we set the pkgs prop. ServerImpl installs this factory now instead of setting the sys

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment MainDeployer.java

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:37:21 Modified:src/main/org/jboss/deployment MainDeployer.java Log: o remove nestedjar stuff again, should work by default now o added warn log around njar usage to show any protocol exceptions that are thrown Revision ChangesPath

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/nestedjar NestedJarURLHandlerFactory.java

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:37:21 Removed: src/main/org/jboss/net/protocol/nestedjar NestedJarURLHandlerFactory.java Log: o remove nestedjar stuff again, should work by default now o added warn log around njar usage to show any protocol exceptions

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerImpl.java ServerInfo.java ServerInfoMBean.java

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:36:24 Modified:src/main/org/jboss/system/server ServerImpl.java ServerInfo.java ServerInfoMBean.java Log: o Added getProperty() to ServerInfo (easy acess to a sys prop w/o having to search through showProp* output) o

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:28:37 Added: src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html Log: o Adding factory that will load handlers from org.jboss.net.protocol as it appears that the URL version won't work with our cu

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/njar Handler.java NestedJarURLHandlerFactory.java

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:28:37 Modified:src/main/org/jboss/net/protocol/njar Handler.java Removed: src/main/org/jboss/net/protocol/njar NestedJarURLHandlerFactory.java Log: o Adding factory that will load handlers from org.jboss.net.protocol

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/nestedjar NestedJarURLHandlerFactory.java

2002-02-25 Thread Jason Dillon
User: user57 Date: 02/02/25 17:28:37 Modified:src/main/org/jboss/net/protocol/nestedjar NestedJarURLHandlerFactory.java Log: o Adding factory that will load handlers from org.jboss.net.protocol as it appears that the URL version won't work with our cu

RE: [JBoss-dev] Security problem in authentication model.

2002-02-25 Thread marc fleury
Yeah that is a serious problem, we need Session based authentication. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Greg |Wilkins |Sent: Monday, February 25, 2002 4:31 PM |To: [EMAIL PROTECTED]; jules |Subject: [JBoss-dev] Security problem in

[JBoss-dev] MainDeployer verbosity...

2002-02-25 Thread Jason Dillon
Why did main deployer all of a sudden become super verbose? The infromation that we need to get across to users/admins is "this is deploying" and/or "this was deployed"... the rest is just debug noise and makes difficult to can the logs and see what was deployed. Can we please revert back to

[JBoss-dev] Security problem in authentication model.

2002-02-25 Thread Greg Wilkins
There is a problem with the use of ThreadLocals to record Authentication when the client (in this case Jetty) is using ThreadPools. I have previously mentioned this, but now I have confirmation that it is a problem for a Client. He created a small thread pool for the listener (4 threads), then

[JBoss-dev] RE: [JBoss-user] Constructor for JBossMQ ConnectionFactories

2002-02-25 Thread Lucas McGregor
I am sorry, I guess I was not being clear. I thought you were asking > my question is, if I need to construct a JBossMQ > QueueConnectionFactory and load it into WebLogic's > JNDI so I can drive a WebLogic MDB off a JBossMQ > queue, how do I create it ? I gave you the answer. You can create a J

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment DeploymentInfo.java MainDeployer.java

2002-02-25 Thread David Jencks
User: d_jencks Date: 02/02/25 16:22:55 Modified:src/main/org/jboss/deployment DeploymentInfo.java MainDeployer.java Log: changed to copy into unique jars. IMPORTANT NOTE: delete everything in JBOSS_HOME/tmp/deploy or you will have conflicts with the previou

Re: [JBoss-dev] We need more configurations in the distribution

2002-02-25 Thread Jason Dillon
Anyh objection to use 'server' instead of 'servers'. The singular form lines up better with the other directory names. --jason Scott M Stark wrote: >No, he thought David's idea of moving everything to deploy >was a bad idea. The suggestion from Hiram was: > >jboss/ >jboss/bin/ >jboss/lib/ >j

[JBoss-dev] cvs problems?

2002-02-25 Thread Jason Dillon
Does anyone else see cvs errors like this: Received disconnect from 216.136.171.202: Command terminated on signal 1. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] We need more configurations in the distribution

2002-02-25 Thread Scott M Stark
No, he thought David's idea of moving everything to deploy was a bad idea. The suggestion from Hiram was: jboss/ jboss/bin/ jboss/lib/ jboss/client/ jboss/servers/default jboss/servers/default/conf jboss/servers/default/tmp jboss/servers/default/db jboss/servers/default/deploy jboss/servers/minim

[JBoss-dev] RE: [JBoss-user] Constructor for JBossMQ ConnectionFactories

2002-02-25 Thread Nicholas
Lucas; Just for the record, WebLogic to JBossMQ is not a specific scenario I am trying to support, but rather it is an example of a generic scenario I am trying to support in my framework. I see your points, but it is common and supported practice to serialize ConnectionFactory objects into JNDI

RE: [JBoss-dev] We need more configurations in the distribution

2002-02-25 Thread Bill Burke
I thought Marc nixed this idea > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Scott > M Stark > Sent: Monday, February 25, 2002 6:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] We need more configurations in the distribution > > > That is

Re: [JBoss-user] Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Luke Taylor
Bill Burke wrote: > Never was much of a gaming freak. I guess you have to be under 22 years old > to appreciate this? I haven't played a video game in 10 years. > Aimed at the geeks I guess, rather than the managers. Still could've been worse - might've been from Star Wars/Trek... Hey wait a

Re: [JBoss-dev] We need more configurations in the distribution

2002-02-25 Thread Scott M Stark
That is fine with me. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Scott M Stark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 2:47

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment DeploymentInfo.java

2002-02-25 Thread Jason Dillon
Not that I have a preference here, but I wanted to add that just because Sun comes up with a standard... doesn't mean that it is the best API available for the job. True it will probably get included into the bloat of other code in the jdk and so it may make sence to use it just because it wi

[JBoss-dev] [ jboss-Bugs-522617 ] Redeploy broken with tmp/deploy changes

2002-02-25 Thread noreply
Bugs item #522617, was opened at 2002-02-25 12:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=522617&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 7 Submitted By: Scott M Stark (starksm) Assigned

Re: [JBoss-dev] Just bought JMX book

2002-02-25 Thread Jason Dillon
I picked up a copy early last week too, though I have not had too much time to dig into it yet. So far it looks really good. JMX users of the world thank you... as I might be able to understand ModelMBeans, Notifications and relationships more. Kudos! --jason Bill Burke wrote: >Great job

Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Jason Dillon
It's kinda late... but what about stickers? I would put one on my car and motorcycle... I would guess that others would too... --jason marc fleury wrote: >OK > >we have a winner, well actually we have two. > >JBoss: >All your J2EE are belong to us > >JBoss: >May the source be with you > >Tha

Re: [JBoss-dev] We need more configurations in the distribution

2002-02-25 Thread Jason Dillon
Agreed. Did we ever decide on how to reorg things? I think that short term that if we go with Hirams idea of server(s) directory and leave lib, client and bin out on top then we can implement this soon. I like the idea of having a per server config lib dir to keep core libs seperated from ex

Re: [JBoss-dev] Concrete example of needing the server loader

2002-02-25 Thread Jason Dillon
I have been using Ant in my production setup to generate the exact config (copy, touch, link, whatever) needed to run the given JBoss node. You might want to think about copying building an isolated jboss home for the tests (pulled from the build jboss home). For example: jboss-all/build/outp

[JBoss-dev] JSP Forwarding Problems

2002-02-25 Thread Neville Burnell
G'day, We have developed an application which is running without any problems using the Orion Server, but we would like to offer our clients JBoss also. We have tried running the app with JBoss 2.4.4 (with TomCat 4.0.2) and have encountered a problem when we try to forward from one JSP to anothe

[JBoss-dev] [ jboss-Bugs-522617 ] Redeploy broken with tmp/deploy changes

2002-02-25 Thread noreply
Bugs item #522617, was opened at 2002-02-25 12:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=522617&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 7 Submitted By: Scott M Stark (starksm) Assigned

RE: [JBoss-user] Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Bill Burke
Never was much of a gaming freak. I guess you have to be under 22 years old to appreciate this? I haven't played a video game in 10 years. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Hunter Hillegas > Sent: Monday, February 25, 2002 4:52 PM

Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Jeff Tulley
http://www.v-2.org/articles/ayb.html for an explanation, or: http://www.allyourbrand.org/ For a page that thinks(maybe rightfully so) that this phrase has been mimicked WAY too many times. >>> Dain Sundstrom <[EMAIL PROTECTED]> 2/25/02 2:38:50 PM >>> > JBoss: > All your J2EE are belong to us

Re: [JBoss-user] Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Hunter Hillegas
It's a reference to a videogame port with really bad translation of the words into English... The original quote is something like "All Your Base Are Belong To Us". http://www.allyourbase.net/ Hunter > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Mon, 25 Feb 2002 15:38:50 -0600 > To: marc

[JBoss-dev] Re: [JBoss-user] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Lennart Petersson
On 02-02-26 0:17, "marc fleury" <[EMAIL PROTECTED]> wrote: > OK > > we have a winner, well actually we have two. > > JBoss: > All your J2EE are belong to us > > JBoss: > May the source be with you > > Thanks for all the great proposals. We chose based on "we won" and went with > classic stuff

Re: [JBoss-dev] Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread Dain Sundstrom
> JBoss: > All your J2EE are belong to us Maybe I'm an idiot, but what the hell does this mean? -dain ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Re: Tshirts at JavaOne FREE TRAINING

2002-02-25 Thread James Manning
[Hunter Hillegas] > For those unable to attend, but that don't care about the raffle (or don't > want to order 10), will the shirts be available any other way? better yet, can the images be published or put on cafepress? It'd just be zero hassle for the jboss group - if there's some money loss i

  1   2   >