[JBoss-dev] EJBVerifier problems

2001-12-15 Thread Philip Van Bogaert
If i try to run the EJBVerifier.bat i get an ClassNotFoundException , i look into the bat and i see that the classpath is wrong starting from the jboss-dist/bin directory. if i look into the the main class of the verifier is see no real implementation. (it looks like the EJBVerifier should be

Re: [JBoss-dev] build fails strangely with jdk1.4

2001-09-30 Thread Philip Van Bogaert
, but that is about it. --jason On Sat, 29 Sep 2001, Ceki [iso-8859-1] Gülcü wrote: At 16:02 29.09.2001 +0200, Philip Van Bogaert wrote: If i build jboss with jdk1.3 everything works fine but if i try to build it with jdk1.4 i get a strange error, it seems that the compiler can't find

Re: [JBoss-dev] build fails strangely with jdk1.4

2001-09-30 Thread Philip Van Bogaert
a method returning a Category. Although Category is not part of the serialized state, the Category class must be in the serialization classpath. I don't know if this a 1.4 jdk feature or bug. - Original Message - From: Philip Van Bogaert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [JBoss-dev] build fails strangely with jdk1.4

2001-09-30 Thread Philip Van Bogaert
Message - From: Philip Van Bogaert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 30, 2001 11:17 AM Subject: Re: [JBoss-dev] build fails strangely with jdk1.4 yes, i'am aware, but it seems that migrating from 1.3 to 1.4, wouldn't go that easy as migrating from 1.2

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-25 Thread Philip Van Bogaert
not at that stage yet. cheers, dim On Mon, 24 Sep 2001, Philip Van Bogaert wrote: Maybe implement a RemoteCollection and let the returned collection wrap a remote collection. This server has de opportunity to send a bunch of ejb's a time the same why as an ArrayList which dynamicly decrease size

[JBoss-dev] Nice features in the rabit hole

2001-09-25 Thread Philip Van Bogaert
I want play with the new alfa version of jboss, so my question is what are the new features that i might be missing. How do I use (test) them? Greetz -Tbone ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-25 Thread Philip Van Bogaert
implementation of jboss alpha ? Tbone, Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:34 PM Subject: Re: [JBoss-dev] EJB/QL - JBoss extentions On Tue, 25 Sep 2001, Philip Van Bogaert wrote: You are so right, I think

Re: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-24 Thread Philip Van Bogaert
Maybe implement a RemoteCollection and let the returned collection wrap a remote collection. This server has de opportunity to send a bunch of ejb's a time the same why as an ArrayList which dynamicly decrease size. The RemoteCollection loads when needed the extra remote objects and drop them

[JBoss-dev] Virtualhost suggestion

2001-09-22 Thread Philip Van Bogaert
Why not place each virtual host in a differnt deploy directory where an config file in that dir contains the directives for the virtual host for example JBOSS_HOME/deploy/anhost host.xml this my beplaced in another config file like core-service.xml or

[JBoss-dev] Can I use tomcat 4.0 in JBoss Alfa 3.0.0

2001-09-21 Thread Philip Van Bogaert
Can I use tomcat 4.0 in JBoss Alfa 3.0.0 ? Like embedded tomcat in JBoss 2.4 Can anybody give me some guidlines how to integrate another WebContainer in JBoss Greetz - Tbone ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
or jboss-all/build? --jason On Thu, 20 Sep 2001, Philip Van Bogaert wrote: Hi, If i try to build jboss-all i get various of compiler-errors what can i do to help resolve this (i think classpath problems) Greetz-Tbone output follows: compile-classes: [unjar] Expanding: C

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
? --jason On Thu, 20 Sep 2001, Philip Van Bogaert wrote: Hi, If i try to build jboss-all i get various of compiler-errors what can i do to help resolve this (i think classpath problems) Greetz-Tbone output follows: compile-classes: [unjar] Expanding: C:\sandbox\jboss-all

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 8:49 PM Subject: Re: [JBoss-dev] BUILD FAILED No, it should be build from jboss-all/build. You'll have to show more details of the build process. - Original Message - From: Philip Van Bogaert [EMAIL

[JBoss-dev] BUILD FAILED

2001-09-19 Thread Philip Van Bogaert
Hi, If i try to build jboss-all i get various of compiler-errors what can i do to help resolve this (i think classpath problems) Greetz-Tbone output follows: compile-classes: [unjar] Expanding: C:\sandbox\jboss-all\thirdparty\sun\jaas\lib\jaas.jar into

[JBoss-dev] Build failed of the module jboss-all

2001-09-17 Thread Philip Van Bogaert
When i try to compile the jboss-all module i get a compile errors (with jdk1.4 on Windows 2000) 1) org.jboss.ejb.DeploymentException (in the server module) Exception getCause() compile-error try to override with a different return type should be Throwable 2)