Re: [JBoss-dev] new direction for JBoss AOP

2002-11-29 Thread Dmitri Colebatch
> On Wednesday, Nov 27, 2002, at 17:20 Europe/Amsterdam, marc fleury > wrote: > > > I just saw this QDox > > > > http://qdox.sourceforge.net/index.html > > > > It could really help us to read the data from the source files. It > > seems > > that there is even a small AOP framework built on it (Nann

Re: [JBoss-dev] jboss.net email transport

2002-11-14 Thread Dmitri Colebatch
> The cool thing about a signed secure e-mail message is that you get > non-repudiation. If at a later time company B tells company A, hey I never > sent you a Purchase Order for 1 million widgets.. company A can show them > the signed secure e-mail message that they received the PO in. It would

Re: [JBoss-dev] JBoss monitoring: Thread-Pool

2002-08-29 Thread Dmitri Colebatch
I might be interested, although it sounds like something that's fairly quick and easy - so might be simpler for an existing developer to do it. To clarify my understanding though - you're talking about a JMX service that pools threads. so a fairly simple pool with the obvious configuration optio

Re: [JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread Dmitri Colebatch
> What's the story with method-attributes in jboss.xml? BeanMetaData parses > this xml element expecting read-only and idempotent booleans inside, but as > far as I can tell they are not used anywhere in the code, and are not in > the dtd. as I understand it they're used in QueuedPessimisticLock

Re: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty?

2002-05-29 Thread Dmitri Colebatch
You can pre-compile JSPs, if its compile errors you're worried about. hth dim - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 4:14 PM Subject: [JBoss-dev] Possible to use Jikes to compile Jsp with Jetty? If so, can som

Re: [JBoss-dev] Jboss/Catalina and ports bug?

2002-03-18 Thread Dmitri Colebatch
> > 3. I wanted to search the archives for an answer but the search > > engine at the top of this page: > > http://www.geocrawler.com/lists/3/SourceForge/10766/0/ doesn't seem > > to find messages from the jboss list very effectively. I've limited > > my search to sourceforge.net in the dropdown

Re: [JBoss-dev] Re: DeployerMBean -> DeploymentControllerMBean

2002-03-08 Thread Dmitri Colebatch
> I'm just waiting for it to be able to do some dependency checking > before xdoclet rebuilds all it's output. XDoclet does do dependency checking before rebuilding output. The problem atm however is that it still needs to load the javadoc tree. This can be avoided using ant's uptodate task to

Re: [JBoss-dev] XDoclet todo...

2002-03-01 Thread Dmitri Colebatch
/interface/method level nodes. That is where I see the limitation being. Hence when xjavadoc replaces the sun javadoc engine, this may be possible. cheers dim > > Ken > - Original Message - > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: "Jason Di

Re: [JBoss-dev] XDoclet todo...

2002-02-28 Thread Dmitri Colebatch
> This is really for the xdoclet list, but I am too lazy to find the > address for that (plus lots of them listen here too). > > Is there any easy way to allow xdoclet to search for tags inside of > methods too? For example, I find it much easier to put the TODO, where > the code should go, b

Re: [JBoss-dev] JBoss javadoc & links to java.lang

2002-02-22 Thread Dmitri Colebatch
g the documentation No packagelistLoc The location to the directory containing the package-list file for the external documentation Only if the offline attribute is true cheers dim - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: "Jason Dillon&quo

Re: [JBoss-dev] JBoss javadoc & links to java.lang

2002-02-22 Thread Dmitri Colebatch
Jason, You can link to other packages like this: [dim@host63 javadoc]$ javadoc -d docs/ \ > -linkoffline http://java.sun.com/j2se/1.3/docs/api/ \ > . src/Test.java and in the current directory have a file called package-list that contains all the packages you want to link to that url. alterna

Re: [JBoss-dev] Question about source control for our xdoclet copy

2002-02-21 Thread Dmitri Colebatch
Wouldn't tagging the XDoclet tree be a better approach? - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: "jboss-dev" <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 4:40 PM Subject: [JBoss-dev] Question about source control for our xdoclet copy > Our copy of xdocle

Re: [JBoss-dev] ejb-local-ref broken?

2002-02-19 Thread Dmitri Colebatch
nterface should be bound > > when the client is local (same VM as the server). This optimizes RMI > calls. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > - Original Message - > From

Re: [JBoss-dev] ejb-local-ref broken?

2002-02-19 Thread Dmitri Colebatch
the AbstractWebContainer so forget about the patch. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxx > - Original Message - > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: "

Re: [JBoss-dev] ejb-local-ref broken?

2002-02-19 Thread Dmitri Colebatch
If its from the web-tier, AbstractWebContainer assumes that the local interface is bound to local/{remote_interface_name} in JNDI. I thought I'd submitted a patch last night for this (to look for local-jndi-name in jboss.xml), but I cant see it on sf now... I'll post it again tonight (from home)

Re: [JBoss-dev] Problem (Bug?) with Oracle & preparedstatement

2002-02-15 Thread Dmitri Colebatch
> String qry = "SELECT OBJECT_PROPERTY FROM LEXICON_OBJECT_TBL WHERE OBJECT_ID =?"; > PreparedStatement stmt = dataSourceConnection.prepareStatement( qry, > ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY); > System.err.println("Lexicon id size ( PreparedStatement)= " + aLexiconId.length()

Re: RE: [JBoss-dev] something is broken...

2002-02-07 Thread Dmitri Colebatch
shit, no - I didn't... with the -server option. Equal: 281 Switch: 20 this is win2k, sun 1.3 vm. cheers dim - Original Message - From: "Torsten Schlumm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 10:22 AM Subject: RE: RE: [JBoss-dev] something is bro

Re: [JBoss-dev] JBOSS @ JAVAONE TSHIRT CONTEST

2002-02-07 Thread Dmitri Colebatch
to extend that: "fuck bea, got jboss?" (a la fuck milk, got beer?) - Original Message - From: "Filip Hanik" <[EMAIL PROTECTED]> To: "'marc fleury'" <[EMAIL PROTECTED]>; "'Jboss-Development@Lists. Sourceforge. Net'" <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 7:34 AM Subject

Re: RE: RE: [JBoss-dev] something is broken...

2002-02-06 Thread Dmitri Colebatch
I have no idea if my test is ok, but I've got string being 3 1/2 times slower than switch.. thats not taking into account the cost of figuring out an int value for the stirng of course. test: public class EqualsVsSwitch { public static final int FOO_AS_INT = 0; public static final int

DTDs, was: [JBoss-dev] EntityMetaData and read-only tag in jboss.xml

2002-02-03 Thread Dmitri Colebatch
Hi, hope I'm not too out of line here, but while ppl are talking about DTDs, I believe the jboss.xml dtd also needs updating for local-jndi-name. see http://main.jboss.org/thread.jsp?forum=61&thread=5227 cheesr dim - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EM

Re: [JBoss-dev] CVS update: build/jboss/etc local.properties-example

2001-12-14 Thread Dmitri Colebatch
On Thu, 13 Dec 2001, Jason Dillon wrote: > > Because I was still seeing javadoc tasks running. Looking closer these > > are all xdoclet taks. > > Sure are... too bad javadoc won't run in the same vm, cause it slows things > down quite a bit. Inside the XDoclet project there is a subproject to

Re: [JBoss-dev] 1 to Many Relations

2001-11-16 Thread Dmitri Colebatch
ok - sorry... cheers dim On Fri, 16 Nov 2001, Dave Smith wrote: > I know. The point is as far as I am concered this is the most basic of > cases. We want to avoid users having to know jboss'isms unless they are > doing something quite weird. > > > > Dmitri Coleb

Re: [JBoss-dev] 1 to Many Relations

2001-11-16 Thread Dmitri Colebatch
You can set a different column name using @jboss:column-name (see http://xdoclet.sourceforge.net/jboss.html#column-name) cheers dim On Fri, 16 Nov 2001, Dave Smith wrote: > I'm using xdoclet to generate the ejb-jar.xml file. When you are > generating the accessor methods it automaticly assumes

Re: [JBoss-dev] JBoss - Catalina problems

2001-10-23 Thread Dmitri Colebatch
pretty sure they're in the contrib/catalina module of JBoss. hth dim On Wed, 24 Oct 2001, Maurice le Rutte wrote: > We are trying to solve some integration problems with Tomcat 4.0.1 (aka > Catalina) concerning a configuration file from Tomcat (server.xml), but we > can not find any of the or

Re: [JBoss-dev] Re: [JBoss-user] mdb and security context

2001-10-18 Thread Dmitri Colebatch
ff of the jboss.xml section for MDBs. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxx > - Original Message - > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

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

2001-09-25 Thread Dmitri Colebatch
I go the adventurous road of loading the related bean - what about the related bean's related beans? Or do I (what I think I'll do) just load the primary key in and KISS? Anyway, will be in touch next week (o: cheesr dim > > Tbone, > > - Original Message - >

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

2001-09-24 Thread Dmitri Colebatch
be solved by the facade > pattern (A Session Bean that delegates Entity operations). Where the > SessionBean does one request and returns an amouth of objects to the > clients on he's request > > Tbone > > - Original Message - > From: "Dmitri Colebatch&

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

2001-09-24 Thread Dmitri Colebatch
hey list, I'm not sure where to start with this, as I haven't contributed anything (yet), but spent last weekend on something that I think is (partially) relevant here. I wasn't going to post this message until next weekend when I should have some time to clean some of my work up, but... If som