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]

[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 ---

[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

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

2002-12-08 Thread Jeremy Boynes
was transparent) And, in general, only file: and http: protocols are supported (not https: even); adding others is not pluggable. Jeremy - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: Jboss-Development [EMAIL PROTECTED] Sent: Saturday, December 07, 2002 10:36 AM Subject: [JBoss

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

2002-12-10 Thread Jeremy Boynes
PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jeremy Boynes Envoyé : dimanche, 8 décembre 2002 09:00 À : [EMAIL PROTECTED] Objet : RE: [JBoss-dev] Proposal for changes to URL deployment to clean up netboot Scott Stark wrote: Sounds ok, but let see some more details. Show

[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

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) JBoss

[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

[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

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

2002-12-19 Thread Jeremy Boynes
part de Jeremy Boynes Envoyé : jeudi, 19 décembre 2002 18:51 À : Jboss-Development Objet : [JBoss-dev] Committed support for remote deployment scanning I have commited changes to URLDeploymentScanner that use WebDAV to scan http: locations, allowing the same config to be booted

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: [EMAIL

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

2002-12-19 Thread Jeremy Boynes
for remote deployment scanning - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: Jboss-Development [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 9:50 AM Subject: [JBoss-dev] Committed support for remote deployment scanning * All WARs must contain all jars needed

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

2002-12-19 Thread Jeremy Boynes
- Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 2:38 PM Subject: RE: [JBoss-dev] Committed support for remote deployment scanning The classloading model works fine - the issue is with how the classpath is passed to the JSP

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 changed

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 it

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

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

2002-12-27 Thread Jeremy Boynes
, 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 well (WinXP/Sun JDK1.4.1). The xdoclet, common and jmx modules seemed to build but system failed

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

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 ? BB Again,

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

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 on

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: [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=detailaid=660839group_id=228 66atid=381174 I did not update farm-service.xml. Are there any directions for running the testsuite on a cluster?

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 classpath codebase=lib archives=* / );

[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] 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

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
) 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] Subject: RE: [JBoss-dev] Accessing

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 the get

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] Why is JDBCCommand dumping out these errors now

2003-02-08 Thread Jeremy Boynes
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 these errors now This seems to be a reoccurance

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 problems with

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 PROTECTED]

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=detailaid=660839group_id =22866atid=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 which

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. --jason

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

2003-03-07 Thread Jeremy Boynes
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 To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] JBoss/Persistence module added to CVS

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

2003-03-07 Thread Jeremy Boynes
;) --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] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Friday, March 07, 2003 8:16 AM To: [EMAIL

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

2003-03-07 Thread Jeremy Boynes
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- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Friday, March 07

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/ -

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-Feature Requests-710007 ] WEBDAV deployment

2003-03-26 Thread Jeremy Boynes
] [ 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. Cheers, Sacha -Original

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

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

2003-05-02 Thread Jeremy Boynes
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 JB Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge Tag: JB

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

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

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

[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]

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,

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

2003-07-07 Thread Jeremy Boynes
/* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available

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

2003-07-08 Thread Jeremy Boynes
/* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available