RE: [JBoss-dev] Handling of ejb-ref and ejb-local-ref

2003-07-08 Thread Jeremy Boynes
d redeployment, but if the target is not present when used then an error must be raised. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email sponsored by: Free

RE: [JBoss-dev] Handling of ejb-ref and ejb-local-ref

2003-07-07 Thread Jeremy Boynes
e > local home > jndi name. > There is, because ejb-link is optional: ^ --| and if it's not there you need to be able to specify the target's local-jndi-name. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network ***

RE: [JBoss-dev] Deadlock issue with SQL Server and other databases

2003-06-21 Thread Jeremy Boynes
> > Are you sure this couldn't be avoided by using Instance Per Transaction + > SERIALIZABLE + Commit C? > If you think about it, you'd realize that this just pushes the deadlock into the database resulting in rollbacks. This is the multi-instance model described in the spec, but is not the way JB

[JBoss-dev] Deadlock issue with SQL Server and other databases

2003-06-21 Thread Jeremy Boynes
is committed. Jeremy /********* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hostin

RE: [JBoss-dev] Re: [jboss-cvs] jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMP2xFieldBridge.java

2003-05-02 Thread Jeremy Boynes
rg/jboss/ejb/plugins/cmp/jdbc/bridge > JDBCCMP2xFieldBridge.java > > > Jeremy, have you tested read-ahead after this change? > > alex > > Friday, May 02, 2003, 6:14:28 AM, Jeremy Boynes wrote: > > JB> User: jboynes > JB> Date: 03/05/01 20:14:27 >

RE: [JBoss-dev] Verify primary key implements equals and hashCode

2003-03-27 Thread Jeremy Boynes
I think it is reasonable to validate that the default implementation in java.lang.Object has been overridden, but beyond that the developer should be left to shoot themselves in the foot. I too have used Victor's pattern of a common abstract base class that contained the implementation and that was

RE: [JBoss-dev] [ jboss-Feature Requests-710007 ] WEBDAV deployment

2003-03-26 Thread Jeremy Boynes
; Subject: RE: [JBoss-dev] [ jboss-Feature Requests-710007 ] > WEBDAV deployment > > > I guess this is a question for Jeremy Boynes. Nevertheless, I > think to remember that being able to have this would also > mean fixing some classloading behaviour in Jasper. > >

RE: [JBoss-dev] [PROPOSAL]: clean conf/jboss-service.xml & deploy

2003-03-19 Thread Jeremy Boynes
Rather than a specialized SubDirSubDeployer, how about having the SAR report multiple watch-urls? It may also be possible to have the SAR start its own URLDeploymentScanner for its content rather than explicitly sub-deploy it. This would support automatic redeployment of unpacked sar content over

RE: [JBoss-dev] Jboss Boot lib jars

2003-03-07 Thread Jeremy Boynes
The jars hard-coded in Main and ServerLoader are those needed to boot the server. These will come from the local filesystem or the netboot server depending on where you boot from. The WebDAV client does not come into play until SARDeployer deploys the intial jboss-service.xml file from conf/ - the

RE: [JBoss-dev] JBoss/Persistence module added to CVS

2003-03-07 Thread Jeremy Boynes
Orry for being dense I am just confused as to the > exact bits you are talking about. > > --jason > > > On Saturday, March 8, 2003, at 12:02 AM, Jeremy Boynes wrote: > > > OK. When ? Are we stable yet? > > > >> -Original Message- > >> F

RE: [JBoss-dev] JBoss/Persistence module added to CVS

2003-03-07 Thread Jeremy Boynes
t; > > EJB bits to ejb module ;) > > --jason > > > On Friday, March 7, 2003, at 11:28 PM, Jeremy Boynes wrote: > > > The EJB part yes, the generic persistence stuff no. > > > >> -Original Message- > >> From: [EMAIL PROTECTED] >

RE: [JBoss-dev] JBoss/Persistence module added to CVS

2003-03-07 Thread Jeremy Boynes
e module added to CVS > > > CMP specific stuff should remain in server/ Shouldn't it? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of > > Jeremy Boynes > > Sent: Friday, March 07, 2003 11:03 AM >

RE: [JBoss-dev] JBoss/Persistence module added to CVS

2003-03-07 Thread Jeremy Boynes
Thanks - I will start moving stuff over > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jason Dillon > Sent: Friday, March 07, 2003 3:37 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-dev] JBoss/Persistence module added to CVS > > > Enjoy. > > -

RE: [JBoss-dev] NetBoot PetStore?

2003-03-03 Thread Jeremy Boynes
I made several changes to NetBoot triggered by this, see http://sourceforge.net/tracker/index.php?func=detail&aid=660839&group_id =22866&atid=381174 There is a revised netboot-demo module in the applications tree that builds a ear with the standard JBoss configs plus a petstore config, all of whic

RE: [JBoss-dev] New module for cmp? What about the ejb module?

2003-03-02 Thread Jeremy Boynes
I think so. Is 'cmp' OK for the new module name, or is that too strongly associated with EJBs? Maybe 'persistence'? Jeremy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Jencks > Sent: Sunday, March 02, 2003 10:10 AM > To: [EMAIL PROTECT

RE: [JBoss-dev] (no subject)

2003-02-16 Thread Jeremy Boynes
This should be fixed now. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of David Jencks > Sent: Sunday, February 16, 2003 9:48 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [JBoss-dev] (no subject) > > > there appear to be probl

RE: [JBoss-dev] Why is JDBCCommand dumping out these errors now

2003-02-08 Thread Jeremy Boynes
eas, before I dig in? Thanks Jeremy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jeremy Boynes > Sent: Saturday, February 08, 2003 8:23 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] Why is JDBCCommand dumping out

RE: [JBoss-dev] Why is JDBCCommand dumping out these errors now

2003-02-08 Thread Jeremy Boynes
This seems to be a reoccurance of the case-sensitive meta-data problem that happened with the upgrade to hsqldb 1.7.1 back in December. It's not all tests that fail, the cmp2 ones seem to work fine but bankiiop is broken. I'll look into it. > -Original Message- > From: [EMAIL PROTECTED] >

RE: [JBoss-dev] Accessing Container from an EJB?

2003-01-30 Thread Jeremy Boynes
OK. 3.2 is fine for me. Thanks Jeremy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Jencks > Sent: Thursday, January 30, 2003 4:27 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Accessing Container from an EJB? > > > Someone left

RE: [JBoss-dev] Accessing Container from an EJB?

2003-01-30 Thread Jeremy Boynes
) at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) Any ideas? Thanks Jeremy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jeremy Boynes > Sent: Thursday, January 30, 2003 9:43 AM > To: [EMAIL PROTECTED] > Su

RE: [JBoss-dev] Accessing Container from an EJB?

2003-01-30 Thread Jeremy Boynes
Thanks - I copied the code to get the registry into the test setup and it worked like a charm. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Jencks > Sent: Thursday, January 30, 2003 9:13 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev

RE: [JBoss-dev] Accessing Container from an EJB?

2003-01-30 Thread Jeremy Boynes
David Jencks wrote > > I'm pretty confused about what exactly you are trying to do, since > there is already an instance variable ejbModule and and accessors > get/setEjbModule in the Container class. > I am trying to unit test changes to JDBCEJBQLCompiler by comparing the SQL generated to known v

[JBoss-dev] Accessing Container from an EJB?

2003-01-29 Thread Jeremy Boynes
I am trying to write an EJBTestCase that needs access to information held in the Container (Container.getEjbModule().getModuleData("CATALOG")). I can do this if I add EjbModule as a attribute of Container but was wondering if I should do this or if there was another way? Thanks Jeremy -

RE: [JBoss-dev] 3.2.0 and commons-httpclient.jar

2003-01-26 Thread Jeremy Boynes
This is needed by the Slide client library webdavlib used for URL scanning over http (e.g. netboot). They are loaded during boot as deployment of the initial conf/jboss-service.xml SAR may need to scan URLs (e.g. by default it contains the wildcard ); basically, they may be used by SARDeployer to

RE: [JBoss-dev] Re: how's ecperf going?

2003-01-24 Thread Jeremy Boynes
> * JAWS checks for the existence of a PK before inserting a new row in > the database. This is pretty expensive. There is a patch for skipping the PK test [636794]. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM

RE: [JBoss-dev] jboss-3.2.0RC1: farming problem

2003-01-20 Thread Jeremy Boynes
Bill This one is mine I think - this is change to requiring valid collection URLs as described here: http://sourceforge.net/tracker/index.php?func=detail&aid=660839&group_id=228 66&atid=381174 I did not update farm-service.xml. Are there any directions for running the testsuite on a cluster? Th

RE: [JBoss-dev] Finders, Selectors and ... deleters?

2003-01-17 Thread Jeremy Boynes
ent: Friday, January 17, 2003 1:14 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-dev] Finders, Selectors and ... deleters? > > > > > > On Friday, January 17, 2003, at 11:08 AM, Jeremy Boynes wrote: > > > > > This leaves the JBoss-QL part read-only (

RE: [JBoss-dev] Finders, Selectors and ... deleters?

2003-01-17 Thread Jeremy Boynes
> I was thinking about something while looking at my application's > database behaviour... in many cases it is very inefficient to use a > finder method together with remove() for large collections. It would be > so much more efficient to have something like > >public int deleteByCode(int code

RE: Re[6]: [JBoss-dev] URLConnection and opened files

2003-01-15 Thread Jeremy Boynes
OK - changed this in 3.2 and HEAD and I can now delete a .war archive I couldn't before. Alex, can you let me know if this worked for you. Sorry about the hassle. > > Yes, the setup of the URL handlers should be the very first thing > done in doInit. > There is nothing in that layer that can rely

Re[6]: [JBoss-dev] URLConnection and opened files

2003-01-15 Thread Jeremy Boynes
Alex The light went on and I'm now wondering if I triggered this with the changes for deployment scanning. IIRC the code used to generate new URLs from the File paths returned during the scan, basically using the URL(String) constructor with the path. It now creates URLs relative to the location

RE: Re[2]: [JBoss-dev] JNuke dev

2003-01-14 Thread Jeremy Boynes
JBossNuke ? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > julien viet > Sent: Tuesday, January 14, 2003 12:35 PM > To: Bill Burke > Subject: Re[2]: [JBoss-dev] JNuke dev > > > ok, do you have a name shorter though ? just nuke for instance ? > > B

RE: [JBoss-dev] MBean persistence?

2003-01-13 Thread Jeremy Boynes
Title: Re: [JBoss-dev] MBean persistence?  Like Matt, I have concerns about modifying the files in the deployment as well. I think his concerns about division of roles are valid - I'd go further and say this needs to be able to handle a split between 'deployer' and 'operator/sys admin' as we

RE: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Jeremy Boynes
defining the tasks for each module > breaks in one place, not redefining breaks in another place. I'm waiting > for more inspiration... > > david jencks > > On 2002.12.27 13:44:41 -0500 Jeremy Boynes wrote: > > I got slightly further but a fresh checkout breaks for me as w

RE: [JBoss-dev] New XDoclet module: I can't compile JBoss anymore

2002-12-27 Thread Jeremy Boynes
I got slightly further but a fresh checkout breaks for me as well (WinXP/Sun JDK1.4.1). The xdoclet, common and jmx modules seemed to build but system failed. jar: [jar] Building jar: D:\JBoss\jboss-head\xdoclet\checkout\xdoclet-all\xdocletgui\build\xdocletgui .jar [touch] Creating D:\JB

RE: [JBoss-dev] Committed support for remote deployment scanning

2002-12-23 Thread Jeremy Boynes
I put in a check so that errors getting last-modified do not trigger redeployment. > > I haven't I'm afraid, I did enough to get the rest of my team > working and left it at that :-(. I suspect it may be similar > to the WebSphere problem that I had to work around. > > I'll have a quick look at i

RE: [JBoss-dev] Committed support for remote deployment scanning

2002-12-20 Thread Jeremy Boynes
> Did you have a look at bug 598335? We logged this against > the URLDirectoryScanner for netboot deployments. There is > also a proposed fix which we would like to see incorporated > into your code if it is still applicable. > > Thanks, > Kev > Kevin I hadn't, but have now. I have not c

RE: [JBoss-dev] Committed support for remote deployment scanning

2002-12-19 Thread Jeremy Boynes
her > or not we > are netbooting. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > From: "Jeremy Boynes" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

RE: [JBoss-dev] Committed support for remote deployment scanning

2002-12-19 Thread Jeremy Boynes
> To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Committed support for remote deployment > scanning > > > - Original Message - > From: "Jeremy Boynes" <[EMAIL PROTECTED]> > To: "Jboss-Development" <[EMAIL PROTECTED]> > Sent: Thursday,

RE: [JBoss-dev] Sar deployed before Jar?

2002-12-19 Thread Jeremy Boynes
This allows ejb-jar's to use resources defined by the sar. Doesn't ejb deployment fail if e.g. a datasource or queue is undefined? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dain > Sundstrom > Sent: Thursday, December 19, 2002 2:26 PM > To: [EMA

RE: [JBoss-dev] Committed support for remote deployment scanning

2002-12-19 Thread Jeremy Boynes
; -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]De la part de > > Jeremy Boynes > > Envoyé : jeudi, 19 décembre 2002 18:51 > > À : Jboss-Development > > Objet : [JBoss-dev] Committed support for remote deployment sca

[JBoss-dev] Committed support for remote deployment scanning

2002-12-19 Thread Jeremy Boynes
I have commited changes to URLDeploymentScanner that use WebDAV to scan http: locations, allowing the same config to be booted locally or via netboot. There are a couple of changes that may impact existing configurations: * It needs to know whether to scan or deploy a supplied URL. It does this

[JBoss-dev] Nested deployments in WAR

2002-12-14 Thread Jeremy Boynes
I have a war file which contains other deployable units as resources intended to be served to clients. For example, the war contains /files/server/default/deploy/petstore.ear /files/server/default/conf/jboss-service.xml When I deploy this war on JBoss, nested deployment tries to start all these un

RE: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2002-12-13 Thread Jeremy Boynes
Or, from Jason cd jboss-head/thirdparty cvs get _thirdparty_apache_slide > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Adrian Brock > Sent: Friday, December 13, 2002 5:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] [AUTOMATED] (HEAD) J

[JBoss-dev] New thirdparty module

2002-12-13 Thread Jeremy Boynes
I have added the libraries for Apache Slide (WebDAV) to thirdparty as apache-slide (HEAD branch only) This seems to need a fresh checkout to get the new module - does anyone know another way? If not, please be aware I will adding code to jboss-common soon that will depend on it and I'd hate to se

RE: [JBoss-dev] Proposal for changes to URL deployment to clean upnetboot

2002-12-11 Thread Jeremy Boynes
th webdavlib for now and (maybe) switch to a thinner implementation using just an http library later. Jeremy > > Cheers, > > > > sacha > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]De la part de > > Jer

RE: [JBoss-dev] Proposal for changes to URL deployment to clean upnetboot

2002-12-10 Thread Jeremy Boynes
will send you a very small doco I wrote about the > current status. > > Cool changes.Cheers, > > > sacha > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]De la part de > > Jeremy Boynes > > Envoyé : dimanche, 8 décem

RE: [JBoss-dev] Proposal for changes to URL deployment to clean upnetboot

2002-12-08 Thread Jeremy Boynes
ists off the network - HttpUrlDeploymentScanner must be used instead. This means conf/jboss-service.xml must be modified for netboot (not a big deal but it would be nice if configuring netboot was transparent) And, in general, only file: and http: protocols are supported (not https: even);

[JBoss-dev] Proposal for changes to URL deployment to clean up netboot

2002-12-07 Thread Jeremy Boynes
Wanted to get feedback before starting to implement... The current support for loading deployment units has several special cases to deal with loading from the network e.g. in SARDeployer.parseXMLClasspath(), NetBootHelper.getDefaultListUrl() or even HttpURLDeploymentScanner itself. I would like

[JBoss-dev] What is the status of hsqldb 1.7 in JBoss 3.2?

2002-11-26 Thread Jeremy Boynes
I'm trying to get PetStore 1.3.1 running with 3.2 but its DAO code uses ResultSet.absolute() which is not supported by hsqldb 1.6 but is by 1.7.1 Will the changes to support 1.7.1 be backported to 3.2 before its release? thanks jeremy --- Thi

RE: [JBoss-dev] TODO: NetBoot PetStore

2002-11-21 Thread Jeremy Boynes
I'll give it a shot if you can't find someone who has done the PetStore before - I'd be taking the intermediate route. I'm assuming most of the effort here is deploying it to JBoss and configuring the necessary resources. Jeremy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM

RE: [JBoss-dev] CMP on JBoss

2002-11-14 Thread Jeremy Boynes
Please, share the vision. I would like to contribute here but don't know where to start as it seems everything might be changing. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of marc fleury Sent: Thursday, November 14,

[JBoss-dev] RE: [ jboss-Bugs-619969 ] SQL Server substring syntax is wrong -reference found

2002-10-30 Thread Jeremy Boynes
SQL Server reference on MSDN shows "SUBSTRING ( expression , start , length )" syntax: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ setu-sus_6btz.asp I can verify this if it would help. -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-development-ad

RE: [JBoss-dev] Oracle, table locks and CMP2 incompatibility

2002-10-28 Thread Jeremy Boynes
danch wrote: Even ignoring the table-lock escalation issue, this is what should happen. In fact, I'm a little surprised that Oracle doesn't just create the indices: I believe PostgreSQL does. I believe it's because they want to allow a DBA to configure the index in a specific way e.g. in a specif