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
||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
|-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
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
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
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
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
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
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
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
===
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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.
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
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
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
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
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
__
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
|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" :)
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
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
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 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
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
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
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
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:
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
41 matches
Mail list logo