[JBoss-dev] [ jboss-Bugs-676522 ] config files fail DTD verification for two services

2003-02-07 Thread SourceForge.net
Bugs item #676522, was opened at 2003-01-28 18:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=676522&group_id=22866 Category: JBossWeb Group: v3.2 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stefan Reich (sreich) Assigned to: Stefan R

[JBoss-dev] [ jboss-Bugs-681795 ] Bug in message selector evaluation

2003-02-07 Thread SourceForge.net
Bugs item #681795, was opened at 2003-02-06 17:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=681795&group_id=22866 Category: JBossMQ Group: None Status: Open Resolution: None >Priority: 9 Submitted By: Vaughn T. Combs (vaughnt) Assigned to: Nobody/An

[JBoss-dev] [ jboss-Bugs-682618 ] xDoclet: xmbean generation does not match the DTD

2003-02-07 Thread SourceForge.net
Bugs item #682618, was opened at 2003-02-07 17:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682618&group_id=22866 Category: None Group: v4.0 Status: Open Resolution: None Priority: 7 Submitted By: Matthew Munz (mattmunz) Assigned to: Nobody/Anonymou

[JBoss-dev] [ jboss-Bugs-676522 ] config files fail DTD verification for two services

2003-02-07 Thread SourceForge.net
Bugs item #676522, was opened at 2003-01-28 18:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=676522&group_id=22866 Category: JBossWeb Group: v3.2 >Status: Pending >Resolution: Accepted Priority: 5 Submitted By: Stefan Reich (sreich) >Assigned to: Ste

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 7-February-2003

2003-02-07 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1026 Successful tests: 1023 Errors:2 Failures: 1 [time of test: 2003-02-07.12-05 GMT] [java.version: 1.3.1]

Re: [JBoss-dev] unchecked permission bug

2003-02-07 Thread Timothy Barreto
I figured out the problem, my bean was calling another bean that didn't have method permissions, my mistake, the software is working great. I should never send messages to the dev-list after 10:30 pm. Tim On Friday 07 February 2003 12:24 am, Scott M Stark wrote: > Post a bug with an example att

[JBoss-dev] XA support in 3.0.4

2003-02-07 Thread Corbin, James
Hello,   I am running JBOSS 3.0.4 and am trying to get an Informix xa driver configured and running.  I appear to be able to bind as I do not get any errors during server startup.   The problem arises when I try to get a connection to the database.  It is unable to get a connection.  I'

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
There is a dynamic class loading unit test: org.jboss.test.jrmp.test.DynLoadingUnitTestCase Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Dain Sundstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

[JBoss-dev] [ jboss-Bugs-682529 ] JDK1.4 and CMP hierarchy cause ClassFormatError

2003-02-07 Thread SourceForge.net
Bugs item #682529, was opened at 2003-02-07 14:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682529&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Chris Bono (bonoc) Assigned to: Nobo

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Dain Sundstrom
On Friday, February 7, 2003, at 01:28 PM, James Cooley wrote: Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You ar

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
Dain Sundstrom wrote: Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You are way over thinking this. As I said there isn't a unit t

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
Via the standard java.rmi.server.codebase system property. This is now set by the WebService if it is not already set. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Dain Sundstrom" <[EMAIL PROTECTED]> T

[JBoss-dev] [ jboss-Bugs-682511 ] Client receives RemoteException instead of TransRolledBackEx

2003-02-07 Thread SourceForge.net
Bugs item #682511, was opened at 2003-02-07 19:13 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682511&group_id=22866 Category: JBossTX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Bob Cotton (bcotton969) Assigned to: Nobody/Anony

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Dain Sundstrom
Scott, I'm putting the question for you at the top, so you can see it. How do we specify the code base for remote loading? If James writes this he will need to change it to point to the servlet. James, You are way over thinking this. I suggest you just start coding. :D On Friday, Februar

Re: [JBoss-dev] MySQL Connector J3.0.5 Gamma with JBoss...

2003-02-07 Thread Jack Lauman
From: "Mark Matthews" <[EMAIL PROTECTED]> To: "Korwin Smith" <[EMAIL PROTECTED]> Subject: Re: bug in mysql-connector-java-3.0.5-gamma? Date: Thu, 6 Feb 2003 08:32:05 -0600 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-Virus-Scanned: by AMaViS perl-11 (thematthews.org) This is

[JBoss-dev] MySQL Connector J3.0.5 Gamma with JBoss...

2003-02-07 Thread Márcio Emílio Cruz Vono de Azevedo
Hi all,   We've been trying to access a MySQL database by JNDI using JBoss 3.0.4 with Connector J3.0.5 Gamma as JDBC driver. When I try to get connection an exception is throwed.Follows the source code:Context c = new InitialContext ();javax.sql.DataSource datasource = (javax.sql.DataSource)

[JBoss-dev] [ jboss-Bugs-634591 ] netboot failure

2003-02-07 Thread SourceForge.net
Bugs item #634591, was opened at 2002-11-06 11:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=634591&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: ryan sonnek (wireframe6464) Assigned to:

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
Scott M Stark wrote: You don't have to worry about the port or interface as these are attributes of the web server context the servlet is deployed to. Okay the default container listens on 8080 from what you're saying there's no need to listen on 8083 anymore. I'm not sure how you'd map the W

[JBoss-dev] [ jboss-Bugs-634591 ] netboot failure

2003-02-07 Thread SourceForge.net
Bugs item #634591, was opened at 2002-11-06 19:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=634591&group_id=22866 Category: None Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: ryan sonnek (wireframe6464) Assigned to:

[JBoss-dev] [ jboss-Bugs-677495 ] JGCacheInvalidationBridge stumbling over itself.

2003-02-07 Thread SourceForge.net
Bugs item #677495, was opened at 2003-01-30 16:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=677495&group_id=22866 Category: Clustering Group: v3.2 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Mikko Koponen (mtkopone) Assigned to: Sac

[JBoss-dev] [ jboss-Bugs-682383 ] files lock(windows)

2003-02-07 Thread SourceForge.net
Bugs item #682383, was opened at 2003-02-07 17:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682383&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Alex Buloichik (alex73) >Assigned to: Al

[JBoss-dev] [ jboss-Patches-682390 ] Log4jLoggerPlugin now sends FQCN to Log4J - Correct loc.info

2003-02-07 Thread SourceForge.net
Patches item #682390, was opened at 2003-02-07 07:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=682390&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Dag Liodden (daggerrz) Assigned to: Nobody

[JBoss-dev] [ jboss-Bugs-682384 ] jboss-tomcat runs bad

2003-02-07 Thread SourceForge.net
Bugs item #682384, was opened at 2003-02-07 17:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682384&group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Alex Buloichik (alex73) Assigned to: Nobody/Anon

[JBoss-dev] [ jboss-Bugs-682383 ] files lock(windows)

2003-02-07 Thread SourceForge.net
Bugs item #682383, was opened at 2003-02-07 17:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682383&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Alex Buloichik (alex73) Assigned to: Nobody/A

[JBoss-dev] AWT plug-in ClassNotFoundException

2003-02-07 Thread Nathan Phelps
Anyone run into this problem before? There is a JAR file which is an AWT plug-in (i.e. used by the core system AWT classes), and AWT is throwing a ClassNotFoundException because it can't find the classes in this dependant JAR. We tried putting this JAR in every directory we can think of JRE/lib/e

[JBoss-dev] CVS Snapshots not being updated?

2003-02-07 Thread Rhett Aultman
I was recently noticing that the "last modified" timestamps for files in the CVS snapshots have 4/22/2002 as the last date anything in them was modified, which is consistent with the "last modified" timestamp on the snapshot itself. Are the snapshots not being updated anymore? It's impossible

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread Scott M Stark
You don't have to worry about the port or interface as these are attributes of the web server context the servlet is deployed to. You don't have to worry about class loaders. Just use the thread context class loader. Scott Stark Chief Technology Officer JBoss Group, LLC x

[JBoss-dev] [ jboss-Bugs-574501 ] Unable to mix jdk 1.3 and 1.4 on w2k

2003-02-07 Thread SourceForge.net
Bugs item #574501, was opened at 2002-06-27 11:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=574501&group_id=22866 Category: Clustering Group: CVS HEAD >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Sacha Labourey (slaboure) Assi

[JBoss-dev] [ jboss-Bugs-682352 ] run-jboss target in build.xml doesn't work

2003-02-07 Thread SourceForge.net
Bugs item #682352, was opened at 2003-02-07 14:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682352&group_id=22866 Category: Build System Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Rod Burgett (rodburgett) Assigned to: Jason

[JBoss-dev] [ jboss-Bugs-682243 ] 3.0.6 / HAJND: Unable to retrieve remote objects from HAJNDI

2003-02-07 Thread SourceForge.net
Bugs item #682243, was opened at 2003-02-07 11:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682243&group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Halil-C. Gürsoy (che---) >Assigned

[JBoss-dev] [ jboss-Feature Requests-682345 ] JBossIDE: Integrate Log4j GUI tools

2003-02-07 Thread SourceForge.net
Feature Requests item #682345, was opened at 2003-02-07 09:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=682345&group_id=22866 Category: Other Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew Munz (mattmunz) Assigned to: No

Re: [JBoss-dev] Remote class loading servlet

2003-02-07 Thread James Cooley
Hi Dain, I had a look at the class and it looks like it should be pretty easy to do this in a servlet but the deployment may be an issue. The API includes setPort, setBindAddress, etc. Is there an abstract factory to create a Tomcat Connector/Jetty Adapter (or whatever the container may be) a

[JBoss-dev] [ jboss-Bugs-682243 ] 3.0.6 / HAJND: Unable to retrieve remote objects from HAJNDI

2003-02-07 Thread SourceForge.net
Bugs item #682243, was opened at 2003-02-07 11:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682243&group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Halil-C. Gürsoy (che---) Assigned

[JBoss-dev] JNP directory support?

2003-02-07 Thread Jim Carlson
Howdy, I'm considering using the JNP server as a standalone component in a j2se project. For my purposes it would be nice to have directory support, so that I can store/search-on attributes. I noticed that JNP doesn't support this. Having pawed through the code a bit, I believe I could add ba