Re: [JBoss-dev] Why does www.jboss.org need to be up and workingto boot JBoss?

2002-09-28 Thread Michael Bartmann
It seems that you have an xml file which references its document type as an external entity on jboss.org. Judging from the dtd's name it is probabely a file like jbosscmp-jdbc.xml in on of your EJB's deployment descriptors. You could modify that file so thats its doctype references a local file,

[JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Igor Fedorenko
Hi, As the subject says -- is XAResource thread-safe or we need to serialize access to it when accessing the same XAResource instance from multiple threads? I could not find explicit answer to that question in the docs, but did find that oracle xa implementation is *not* thread safe and SF

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Scott M Stark
Its clear that is is allowed by the JTA spec: jta-1_0_1 3.4.3 Thread of Control The X/OpenXAinterface specifies that the transaction association related xa calls must be invoked from the same thread context. This thread-of-control requirement is not Java Transaction API applicable to the

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread Igor Fedorenko
Scott, I read this and agree that it sounds like XAResources are required to be thread safe however this requirement is not explicitly stated. Note that with oracle you can access XAResource instance from as many threads as you wish as long as you do synchronized(xares) { xares.(); }.

Re: [JBoss-dev] Is XAResource thread-safe?

2002-09-28 Thread David Jencks
Is it really thread safety or is this bug caused by a version of jboss that attempts to restart a suspended xid before committing/rollback while the connection/xaresource is in the middle of a second tx? We used to call start(noflags) end(suspend) //release back to pool, so another tx could get

RE: [JBoss-dev] Why does www.jboss.org need to be up and working to boot JBoss?

2002-09-28 Thread marc fleury
can we stop this XCHML crazyness? this is dumb and un-user friendly. XML is bullshit. marc f -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Bartmann Sent: Saturday, September 28, 2002 2:56 AM To: [EMAIL PROTECTED] Subject: Re:

RE: [JBoss-dev] Gosling has Web Services right...

2002-09-28 Thread marc fleury
Web services, web schmervices marc f -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of danch Sent: Friday, September 27, 2002 8:03 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Gosling has Web Services right... Yup! 'Web Services' is

[JBoss-dev] [ jboss-Bugs-609902 ] java.lang.LinkageError: loader ...

2002-09-28 Thread noreply
Bugs item #609902, was opened at 2002-09-16 05:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=609902group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: Later Priority: 5 Submitted By: Alexei Yudichev (sflexus) Assigned to: Scott

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 28-September-2002

2002-09-28 Thread scott . stark
Number of tests run: 937 Successful tests: 925 Errors:10 Failures: 2 [time of test: 28 September 2002 13:11 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer,

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 28-September-2002

2002-09-28 Thread scott . stark
Number of tests run: 946 Successful tests: 942 Errors:2 Failures: 2 [time of test: 28 September 2002 15:17 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer,

RE: [JBoss-dev] Why does www.jboss.org need to be up and working to boot JBoss?

2002-09-28 Thread Matt Munz
marc f XML is bullshit. What? - Matt --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] Why does www.jboss.org need to be up and working to boot JBoss?

2002-09-28 Thread Scott M Stark
Based on the XmlFileLoader.getDocument(XmlFileLoader.java:257) line number this is the current 3.0 source and this does have a local entity resolver for jbosscmp-jdbc_3_0.dtd provided you are using the correct public entity name: !DOCTYPE jbosscmp-jdbc PUBLIC -//JBoss//DTD JBOSSCMP-JDBC

[JBoss-dev] Automated JBoss(HEAD Matrix2) Testsuite Results: 29-September-2002

2002-09-28 Thread chris
Number of tests run: 962 Successful tests: 936 Errors:22 Failures: 4 [time of test: 29 September 2002 2:9 GMT] [java.version: 1.3.1_03] [java.vendor: Sun Microsystems

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 28-September-2002

2002-09-28 Thread scott . stark
Number of tests run: 946 Successful tests: 942 Errors:2 Failures: 2 [time of test: 28 September 2002 18:38 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer,

[JBoss-dev] [ jboss-Bugs-608837 ] Can't deploy default-package MBean

2002-09-28 Thread noreply
Bugs item #608837, was opened at 2002-09-13 03:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=608837group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Alasdair MacLeod (macleoa) Assigned

[JBoss-dev] [ jboss-Bugs-608790 ] [3.0.2]Hot deploy of unpackaged SAR bug?

2002-09-28 Thread noreply
Bugs item #608790, was opened at 2002-09-13 00:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=608790group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 4 Submitted By: Chris Kimpton (kimptoc) Assigned to:

[JBoss-dev] [ jboss-Bugs-613882 ] Another Jetty reploy issue

2002-09-28 Thread noreply
Bugs item #613882, was opened at 2002-09-24 08:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=613882group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

[JBoss-dev] [ jboss-Bugs-594563 ] Include of JSP jumps to top of page

2002-09-28 Thread noreply
Bugs item #594563, was opened at 2002-08-13 05:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=594563group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jeff Miner (jeff_miner)

[JBoss-dev] [ jboss-Bugs-603412 ] Cocoon2 deployment JNDI error

2002-09-28 Thread noreply
Bugs item #603412, was opened at 2002-09-02 02:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=603412group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Thomas Sandor (tsandor)

[JBoss-dev] [ jboss-Bugs-604085 ] Jetty is not deploying packed wars

2002-09-28 Thread noreply
Bugs item #604085, was opened at 2002-09-03 10:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=604085group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Scott M Stark (starksm)

[JBoss-dev] [ jboss-Bugs-593319 ] JBuilder WAR in WinXP/Win2K

2002-09-28 Thread noreply
Bugs item #593319, was opened at 2002-08-09 17:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=593319group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Jeff Miner (jeff_miner)

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 28-September-2002

2002-09-28 Thread scott . stark
Number of tests run: 932 Successful tests: 929 Errors:3 Failures: 0 [time of test: 28 September 2002 20:57 GMT] [java.version: 1.3.1] [java.vendor: Apple Computer,

[JBoss-dev] [ jboss-Bugs-601097 ] Race cond in QueuedPessimisticEJBLock

2002-09-28 Thread noreply
Bugs item #601097, was opened at 2002-08-27 19:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=601097group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to:

[JBoss-dev] [ jboss-Bugs-573798 ] URLStreamHandlerFactory conflict

2002-09-28 Thread noreply
Bugs item #573798, was opened at 2002-06-25 13:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=573798group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jonathan Leech

[JBoss-dev] [ jboss-Bugs-580594 ] Encoded URLs are not handled correctly

2002-09-28 Thread noreply
Bugs item #580594, was opened at 2002-07-12 07:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=580594group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Scott M Stark (starksm)

[JBoss-dev] [ jboss-Bugs-558434 ] Verifier does not allow ejbFindMETHOD

2002-09-28 Thread noreply
Bugs item #558434, was opened at 2002-05-20 13:37 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=558434group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Ignacio Coloma (alu1344)

[JBoss-dev] [ jboss-Bugs-609932 ] Partition DefaultPartition hard coded

2002-09-28 Thread noreply
Bugs item #609932, was opened at 2002-09-16 06:59 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=609932group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Thomas Peuss (tpeuss) Assigned

[JBoss-dev] [ jboss-Bugs-608412 ] VerifyError when loading class from War

2002-09-28 Thread noreply
Bugs item #608412, was opened at 2002-09-12 07:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=608412group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: Later Priority: 5 Submitted By: Steve Wolfangel (swolfangel)

[JBoss-dev] [ jboss-Bugs-611044 ] JBoss+Jetty: redirect bug on welcomefile

2002-09-28 Thread noreply
Bugs item #611044, was opened at 2002-09-18 04:36 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=611044group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Michael Pichler (mpichler)

[JBoss-dev] org.jboss.test.ejbconf.test.ReadOnlyUnitTestCase failing in 3.0

2002-09-28 Thread Scott M Stark
The org.jboss.test.ejbconf.test.ReadOnlyUnitTestCase started failing recently and there have been some changes around this code lately. If you have been in there take a look at why this test is failing and see if you can fix the problem. 22:40:01,694 INFO [MainDeployer] Starting deployment of