Re: [JBoss-dev] URCLassLoader equals

2001-08-28 Thread Jason Dillon
URLClassLoader, SecureClassLoader & ClassLoder do not override Object.equals() or Object.hashCode(), so the default Object behavior applies. Not sure if that is what you were looking for. --jason On Wed, 29 Aug 2001, marc fleury wrote: > quick question, just feeling lazy and tired to check it

[JBoss-dev] RE: URCLassLoader equals

2001-08-28 Thread marc fleury
||URLClassLoader cl1 = new URLClassLoader(url); ||URLClassLoader cl2 = new URLClassLoader(url); || ||do we have cl1.equals(cl2) = true? ||and cl1.hashCode() = cl2.hashCode() | | |the answer is no | |thanks | |marcf well at least URL u1 = new URL("http://www.jboss.org/download";); URL u2 = new

[JBoss-dev] RE: URCLassLoader equals

2001-08-28 Thread marc fleury
|-Original Message- |From: marc fleury [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, August 29, 2001 2:21 AM |To: Jboss-Development@Lists. Sourceforge. Net |Subject: URCLassLoader equals | | |quick question, just feeling lazy and tired to check it in code | |URLClassLoader cl1 = new URLC

[JBoss-dev] URCLassLoader equals

2001-08-28 Thread marc fleury
quick question, just feeling lazy and tired to check it in code URLClassLoader cl1 = new URLClassLoader(url); URLClassLoader cl2 = new URLClassLoader(url); do we have cl1.equals(cl2) = true? and cl1.hashCode() = cl2.hashCode() (do you know?) marcf _ Marc Fleury, Ph.D [EMAIL

Re: [JBoss-dev] CVS update: build/jbossmq config.xml lcp.bat

2001-08-28 Thread Jason Dillon
Sorry about that. Once I get the manual building I plan to spend some time sorting out a better way to release module stuff. I think I have a way to make this work, but have not had time to mess with it. --jason On Tue, 28 Aug 2001, Hiram Chirino wrote: > User: chirino > Date: 01/08/28 2

[JBoss-dev] CVS update: manual/src/xdocs/howto - New directory

2001-08-28 Thread Jason Dillon
User: user57 Date: 01/08/28 21:40:53 manual/src/xdocs/howto - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/xdocs - New directory

2001-08-28 Thread Jason Dillon
User: user57 Date: 01/08/28 21:40:49 manual/src/xdocs - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: build/jbossmq/etc/conf/default auth.conf jboss-auto.jcml jboss.conf jboss.dependencies jboss.properties jbossmq-state.xml jndi.properties jnp.properties log4j.properties server.policy

2001-08-28 Thread Hiram Chirino
User: chirino Date: 01/08/28 21:37:06 Removed: jbossmq/etc/conf/default auth.conf jboss-auto.jcml jboss.conf jboss.dependencies jboss.properties jbossmq-state.xml jndi.properties jnp.properties log4j.properties ser

[JBoss-dev] CVS update: build/jbossmq config.xml lcp.bat

2001-08-28 Thread Hiram Chirino
User: chirino Date: 01/08/28 21:36:09 Removed: jbossmq config.xml lcp.bat Log: These file are not used anylonger ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: build/jbossmq build.bat build.sh build.xml

2001-08-28 Thread Hiram Chirino
User: chirino Date: 01/08/28 21:35:32 Modified:jbossmq build.bat build.sh build.xml Log: Adjusting the JBossMQ standalone build Revision ChangesPath 1.2 +81 -40build/jbossmq/build.bat Index: build.bat ===

[JBoss-dev] [ jboss-Change Notes-456372 ] FileURLPatch MBean added to 2_4

2001-08-28 Thread noreply
Change Notes item #456372, was opened at 2001-08-28 20:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=456372&group_id=22866 Category: None Group: v2.4.1 Status: Open Priority: 5 Submitted By: Hiram Chirino (chirino) Assigned to: Nobody/Anonymous (nobo

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util FileURLPatch.java FileURLPatchMBean.java

2001-08-28 Thread Hiram Chirino
User: chirino Date: 01/08/28 20:32:20 Added: src/main/org/jboss/util Tag: Branch_2_4 FileURLPatch.java FileURLPatchMBean.java Log: Backporting the FileURLPatch MBean to 2_4. This MBean is used to 'adjust' how 'file:/' are handled so that JBoss can r

[JBoss-dev] rabbit hole alpha

2001-08-28 Thread Hunter Hillegas
I'm starting a new project and I'd like to use EJB2.0 for my CMP beans. Anyway, I'm wondering if the current CVS code is usable for development stuff (jars I can build my code against, minimal testing at this point) or if there is still a bunch of Marc's stuff that isn't committed. Hunter

RE: [JBoss-dev] transaction timeouts broken?

2001-08-28 Thread marc fleury
The main reason is that making the classloader architecture real is taking me a tremendous amount of energy. It is new work and I underestimated the complexity. I should have known it was research back in december, actually thank god I had Dr Jung's scope work (he did most of it). It is there i

RE: [JBoss-dev] Online documentation: when will it be refreshed

2001-08-28 Thread marc fleury
yes, marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Tuesday, August 28, 2001 7:34 PM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-dev] Online documentation: when will it be refreshed | | |Is this generated from the manual mo

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

2001-08-28 Thread Jason Dillon
User: user57 Date: 01/08/28 16:51:43 Modified:.build.xml Log: o cleaned up includes Revision ChangesPath 1.12 +1 -7 manual/build.xml Index: build.xml === RCS file: /cvsroot/jbos

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

2001-08-28 Thread Jason Dillon
User: user57 Date: 01/08/28 16:50:34 Modified:.build.xml Log: o removed move of *.html from module.root, there are no *.html files there Revision ChangesPath 1.11 +1 -5 manual/build.xml Index: build.xml

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

2001-08-28 Thread Jason Dillon
User: user57 Date: 01/08/28 16:49:24 Modified:.build.xml Log: o fixed compile-docs, so that it does not try to filter images Revision ChangesPath 1.10 +7 -1 manual/build.xml Index: build.xml

RE: [JBoss-dev] transaction timeouts broken?

2001-08-28 Thread Jason Dillon
> yes, it is real but kinda "obscure" :) WANT TO COMMIT RH Is there any reason why you did not branch MAIN and code there? --jason ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] Online documentation: when will it be refreshed

2001-08-28 Thread Jason Dillon
Is this generated from the manual module? --jason On Tue, 28 Aug 2001, marc fleury wrote: > it should be there as of this morning, if not I missed something > > is it there? > > > marcf > > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of Sacha

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/proxy IIOPStubCompiler.java Util.java

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:24:16 Added: iiop/src/main/org/jboss/proxy IIOPStubCompiler.java Util.java Log: Support for dynamic generation of IIOP stub classes. Revision ChangesPath 1.1 contrib/iiop/src/main/org/jboss/proxy

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/proxy - New directory

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:22:58 contrib/iiop/src/main/org/jboss/proxy - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client DynamicStub.java StubClassLoader.java StubStrategy.java

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:19:00 Added: iiop/src/main/org/jboss/ejb/plugins/iiop/client DynamicStub.java StubClassLoader.java StubStrategy.java Log: Adding support for dynamic generation of IIOP stub classes. Revision Cha

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client - New directory

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:14:53 contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/client - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop CDRStream.java

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:07:53 Modified:iiop/src/main/org/jboss/ejb/plugins/iiop CDRStream.java Log: CDRStream modified to support client stub generation. IIOPContainerInvoker _all_interfaces() methods now return a clone of the id array. Revision ChangesPath 1.

[JBoss-dev] CVS update: contrib/iiop/src/main/org/jboss/ejb/plugins/iiop/server IIOPContainerInvoker.java

2001-08-28 Thread Francisco Reverbel
User: reverbel Date: 01/08/28 15:07:53 Modified:iiop/src/main/org/jboss/ejb/plugins/iiop/server IIOPContainerInvoker.java Log: CDRStream modified to support client stub generation. IIOPContainerInvoker _all_interfaces() methods now return a clone of the id

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpyXAResourceManager.java SpyMessage.java Connection.java

2001-08-28 Thread David Maplesden
User: dmaplesden Date: 01/08/28 14:38:25 Modified:src/main/org/jboss/mq SpyXAResourceManager.java SpyMessage.java Connection.java Log: Made changes to allow a received message to be resent without having to copy it. Previously this caused the acknowledgemen

[JBoss-dev] CVS update: newsite jboss.survey.ear

2001-08-28 Thread Mad
User: schaefera Date: 01/08/28 14:20:37 Modified:.jboss.survey.ear Log: New version Revision ChangesPath 1.2 +267 -7075 newsite/jboss.survey.ear <> ___ Jboss-development mailing list [EMAIL PROTE

RE: [JBoss-dev] Online documentation: when will it be refreshed

2001-08-28 Thread marc fleury
it should be there as of this morning, if not I missed something is it there? marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Sacha |Labourey |Sent: Tuesday, August 28, 2001 4:53 PM |To: Jboss-Dev |Subject: [JBoss-dev] Online documentation: w

[JBoss-dev] Online documentation: when will it be refreshed

2001-08-28 Thread Sacha Labourey
Hello, What is the current state of the automatic refresh of the online documentation? I've commited a new HOW-TO on the 17th of August and it is not yet available. Is the documentation build process currently unavailable? Cheers, Sacha __

Re: [JBoss-dev] Small deploy question (RH)

2001-08-28 Thread Juraj Vasko
I had the same problem and fixed it this way too. On Sun, 26 Aug 2001, Dave Smith wrote: > Using the default jboss.jcml file, start jboss with a jar file already > in the deploy directory that uses the default data source. It will not > deploy. The reason is that the jboss-jdbc.rar is not dep

RE: [JBoss-dev] transaction timeouts broken?

2001-08-28 Thread marc fleury
|BeanLock.clearLocks or something like that? Or, maybe your way is better. |Shit, I thought I was done looking at this locking code(I bet you were too |;) Oh I am done botch! I am done :) |I don't have time to do this now. I'll log a bug about this. yes, it is real but kinda "obscure" :)

RE: [JBoss-dev] transaction timeouts broken?

2001-08-28 Thread Bill Burke
There is a static TxEntityMap within Container that maps transactions to entities used within those transactions. Maybe the TM(or some registered TxTimeoutListener(do TxTimeoutListeners actually exist?)) should loop through this list and get access to each Entitiy's BeanLock and call BeanLock.cle

[JBoss-dev] [ jboss-Bugs-456257 ] entity may not be released on TX timeout

2001-08-28 Thread noreply
Bugs item #456257, was opened at 2001-08-28 12:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=456257&group_id=22866 Category: JBossServer Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 7 Submitted By: Bill Burke (patriot1bu

RE: [JBoss-dev] transaction timeouts broken?

2001-08-28 Thread marc fleury
That's interesting, if an entity is tied in a transaction and the transaction times out how can we make sure that the entity is notified of the event? I guess one solution is to let new threads coming in make sure that the transaction with the entity is not timed out...we must take care about co

[JBoss-dev] transaction timeouts broken?

2001-08-28 Thread Bill Burke
JBoss uses pessimistic locking.  So as an entity bean is accessed within a transaction it is pessimistically locked.   What if the thread that is the transaction is tied up blocking forever on I/O?  Yes, the TM will mark the transaction as rolled back, but the entity beans locked within the

[JBoss-dev] Certificate based authentication

2001-08-28 Thread Yannick Menager
I am interested in setting up certificate based authentication in my webapp, but after much pain and digging through JBoss sources, I came to the conclusion that there was no support to do so. Am I right ? Or did I miss something ? -- Best regards, Yannick mailto:[EMAIL

RE: [JBoss-dev] documentation-example content, pleas update someone .

2001-08-28 Thread marc fleury
done, marcf PS: Peter saw your message on "SONICMQ CLAIMS FIRST" that kind of bullshit just makes me mad... see answer online, pleaes update the page as you see fit. |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter |Antman |Sent: Tuesday, Au

Re: [JBoss-dev] documentation-example content, pleas update someone.

2001-08-28 Thread Peter Antman
On 28 Aug, marc fleury wrote: > I will do it > > now that the jetty bug on redeploy is fixed I can actually set the > auto-regeneration on. OK, great. //Peter > > thanks > > marcf > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter > |An

RE: [JBoss-dev] documentation-example content, pleas update someone.

2001-08-28 Thread marc fleury
I will do it now that the jetty bug on redeploy is fixed I can actually set the auto-regeneration on. thanks marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter |Antman |Sent: Tuesday, August 28, 2001 2:48 AM |To: [EMAIL PROTECTED] |Subject:

RE: [JBoss-dev] security exception in 2.4 final

2001-08-28 Thread Schouten, Andreas
Hi Scott, the error is not in the DatabaseServerLoginModul. The username being passed to it is null (or "null"). The error only occurs if the container creates a new instance of the called stateless session bean. I stored a timestamp as menber variable in the SB and print it on every call