Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-09-02 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: Its a bug in the jikes compiler. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 7:36 PM Subject: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer Does anyone know why this

[JBoss-dev] buildmagic and target compile

2001-09-02 Thread Chris Kimpton
Hi, I am trying to just compile the jboss code, no jars or distribution stuff. The compile target in the jboss-all/build directory looks like the one for me... ...but it seems to have a different classpath setting or something as I get errors about unresolved symbols on the javax.ejb imports

Re: [JBoss-dev] the volume on this list

2001-09-02 Thread Steven Shaw
I have set up a mail filter to delete the cvs updates. I still have to download them, though :-(. Ajay Gautam wrote: I agree with this. BTW for guys who don't like CVS msgs in their boxes, a filter is very easy to setup ! my 2 cents --- marc fleury [EMAIL PROTECTED] wrote: jboss-dev is not

Re: [JBoss-dev] Enhydra vs. JBoss

2001-09-02 Thread Steven Shaw
I used to follow Enhydra and Enydra Enterprise quite closely. It is definitely open source and can be contributed to like other open source projects. The main license is a MPL derivative. Details on CVS repository are here: http://enterprise.enhydra.org/software/cvs/index.html License is

[JBoss-dev] CVS update: manual/src/xdocs/howto howtovisualagedebug.xml

2001-09-02 Thread Tobias Frech
User: gropi Date: 01/09/02 07:04:28 Modified:src/xdocs/howto howtovisualagedebug.xml Log: Update by Craig Doremus and Chiew Kwooi Lee. Now there are two new files that simplify VAJ integration. Additional information about Tomcat. Revision ChangesPath 1.2

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

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:.build.xml Log: changes to make the testsuite email report more generic Revision ChangesPath 1.22 +2 -2 jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest build.bat build.xml

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:.build.xml Added: .build.bat Log: changes to make the testsuite email report more generic Revision ChangesPath 1.7 +2 -2 jbosstest/build.xml Index: build.xml

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

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 12:29:38 Modified:jbossbuild.xml Log: changes to make the testsuite email report more generic Revision ChangesPath 1.14 +20 -9 build/jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: manual/src/xdocs jbossdocs.xml

2001-09-02 Thread Tobias Frech
User: gropi Date: 01/09/02 13:21:36 Modified:src/xdocs jbossdocs.xml Log: shrunk the HOWTO chapter: created own chapters for - IDE integration and tools - third party examples Revision ChangesPath 1.3 +26 -17manual/src/xdocs/jbossdocs.xml Index:

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

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 13:57:23 Modified:.build.xml Log: corrected xslt to get testsuite summary working Revision ChangesPath 1.8 +7 -2 jbosstest/build.xml Index: build.xml

[JBoss-dev] CVS update: jbosstest/src/stylesheets summary1.xsl

2001-09-02 Thread Chris Kimpton
User: kimptoc Date: 01/09/02 13:57:24 Modified:src/stylesheets summary1.xsl Log: corrected xslt to get testsuite summary working Revision ChangesPath 1.2 +12 -1 jbosstest/src/stylesheets/summary1.xsl Index: summary1.xsl

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file PersistenceManager.java

2001-09-02 Thread David Maplesden
User: dmaplesden Date: 01/09/02 14:33:21 Modified:src/main/org/jboss/mq/pm/file PersistenceManager.java Log: Fix reported bug in file PM. You could get a NPE if transactFiles was null. Revision ChangesPath 1.5 +27 -22

Re: [JBoss-dev] buildmagic and target compile

2001-09-02 Thread Jason Dillon
The reason why compile won't work from build is because modules get there dependency libs from other modules as jars. If you don't build the jars, then it won't work. Perhaps compile could be removed from the build module. Why don't you just use the default target (main) instead? --jason On

[JBoss-dev] [ jboss-Bugs-457772 ] not getting PropVals, jboss-service.xml

2001-09-02 Thread noreply
Bugs item #457772, was opened at 2001-09-02 10:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=457772group_id=22866 Category: JBossServer Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Frank Langelage (lafr)

[JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer
Hi Geeks I ran into a strange problem. I have an EJB which will send back events to the client. The client can register the listener when it is an exported RMI object and handed over to the EJB. Everything compiles well and I can use all the other methods but when I try to register a Listener

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

2001-09-02 Thread Jason Dillon
User: user57 Date: 01/09/02 17:04:40 Modified:.build.xml Log: o changed oasis.docbook.xml.root oasis.docbook.xsl.root properties to be set from a path of the same name. This should fix some platform problems. Revision ChangesPath 1.18 +9 -3

Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Jason Dillon
Can we see a full stack trace? --jason On Sun, 2 Sep 2001, Andreas Schaefer wrote: Hi Geeks I ran into a strange problem. I have an EJB which will send back events to the client. The client can register the listener when it is an exported RMI object and handed over to the EJB.

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

2001-09-02 Thread David Jencks
User: d_jencks Date: 01/09/02 19:14:45 Modified:.build.xml Log: fixed pretty task Revision ChangesPath 1.7 +2 -1 jbosscx/build.xml Index: build.xml === RCS file:

[JBoss-dev] Properties format in *-services.xml

2001-09-02 Thread David Jencks
Hi, The change to the new architecture seems to have changed xml parsing so that blank space is ignored (condensed into one character). This breaks the previously working properties.load format stuff in ConnectionFactoryLoader. I fixed this, but its still rather fragile. I propose we

[JBoss-dev] jboss-most broken?

2001-09-02 Thread Dain Sundstrom
$ cvs co jboss-most cvs server: cannot find module `_jboss_support' - ignored cvs [checkout aborted]: cannot expand modules jboss-all works fine, so whats the deal with jboss-most? -dain ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] JavaWorld JBossSX article

2001-09-02 Thread Scott M Stark
My article on the JBossSX framework has been published in JavaWorld: http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer
No problemo: [jmx/ejb/Adaptor] TRANSACTION ROLLBACK EXCEPTION:argument type mismatch; nested exception is: java.lang.IllegalArgumentException: argument type mismatch [jmx/ejb/Adaptor] java.lang.IllegalArgumentException: argument type mismatch [jmx/ejb/Adaptor] at

[JBoss-dev] CVS update: CVSROOT modules

2001-09-02 Thread Jason Dillon
User: user57 Date: 01/09/02 21:56:01 Modified:.modules Log: o fixed jboss-most Revision ChangesPath 1.56 +2 -1 CVSROOT/modules Index: modules === RCS file:

Re: [JBoss-dev] jboss-most broken?

2001-09-02 Thread Jason Dillon
Fixed. Thanks for letting me know. --jason On Sun, 2 Sep 2001, Dain Sundstrom wrote: $ cvs co jboss-most cvs server: cannot find module `_jboss_support' - ignored cvs [checkout aborted]: cannot expand modules jboss-all works fine, so whats the deal with jboss-most? -dain