[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 /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 started from w

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

2001-09-30 Thread Philip Van Bogaert
27;t understand that still handleEvent() is still in > java.awt.Component. > > Andy > > - Original Message - > From: "Philip Van Bogaert" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 30, 2001 11:17 AM > Subject: Re:

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

2001-09-30 Thread Philip Van Bogaert
ext, which in turn holds SubTasks which extends a class that > declares 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. > > - O

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

2001-09-30 Thread Philip Van Bogaert
t. We are migrating in that direction for compatibility, 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 wi

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

2001-09-25 Thread Philip Van Bogaert
lationship 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 Bo

[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] https://lists.sourceforge.net/lists/lis

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

2001-09-25 Thread Philip Van Bogaert
ects. > > I suppose that paging can be implemented on top of it without too much > drama, just 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 &g

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 on

[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 /deploy/anhost host.xml this my beplaced in another config file like core-service.xml or other jboss

[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] https://lists.sourcefor

[JBoss-dev] BUILD FAILED - resolved

2001-09-20 Thread Philip Van Bogaert
The little hack on line 315 in \server\src\main\org\jboss\web\WebServer has resolved the compile-error JBoss 3.0.0 Alpha is Cool! Tbone C:\sandbox\jboss-all\server\src\main\org\jboss\web\WebServer.java:315: cannot re solve symbol symbol : variable category location: class org.jboss.web.W

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
> Subject: Re: [JBoss-dev] BUILD FAILED > > > > From the jboss-all/build, > > I gonna try it from jboss-security > > > > Tbone > > - Original Message - > > From: "Jason Dillon" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]&g

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
t the build? From jboss-all/security 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

Re: [JBoss-dev] BUILD FAILED

2001-09-20 Thread Philip Van Bogaert
boss-all/security 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) > > &g

[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 C:\sandbox\jboss-all\security\output\c

[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) jboss.security.ssl.RMISSL