Re: [JBoss-user] [UCE-Spam Complaint]

2002-05-20 Thread Marius Kotsbak
Or even better if possible install Vipul's razor (http://freshmeat.net/projects/vipulsrazor/?topic_id=29) and get rid of most of the spam. On man, 2002-05-20 at 08:45, [EMAIL PROTECTED] wrote: > > Steven, are you the jboss-user list administrator?? > If yes, i would be glad if you unsubscribed [

[JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Centaur zeus
hi all, I would like to know how could I set an oracle connection in Jboss 3.0.0 ? I search through the web and I found a sample oracle-service.xml. But when I put it into the same directory as hypersonic-service.xml, it generates lots of exceptions during startup. So can any one help me ?

RE: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Sacha Labourey
Hello, In order to help you with your connection, please provide us with the Exception trace you see. Then, for your second point (CMP), take a look at the free on-line doco for CMP: you will see how to give the name of the datasource to your CMP beans. By default, they will use the java:Default

Re: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Ingo Bruell
Hi Centaur, Cz> I would like to know how could I set an oracle connection in Jboss 3.0.0 Cz> ? I search through the web and I found a sample oracle-service.xml. But when Cz> I put it into the same directory as hypersonic-service.xml, it generates Cz> lots of exceptions during startup. So can

[JBoss-user] JBoss 2.4.6/3.0 and JMS

2002-05-20 Thread Andrea Delle Chiaie
Hi all, I noticed some old messages in the list where someone had problem getting the Connection Factory (Topic or Queue) from a JBoss 3.0 (and I also with 2.4.6) using some code that is working under 2.4.4. The problem was that when looking for the Connection Factory in the JNDI context like: Qu

Re: [JBoss-user] [UCE-Spam Complaint]

2002-05-20 Thread Stephen Davidson
Hi Guys. (Un?)Fortunately, no I am not the list administrator. Just an old hand at spam fighting. Went after the source of that spam. I thought I should let the list know who it was and who to talk to, and I wanted to keep whoever IS the listadministrator up to date as to what I was doing in

Re: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Emerson Cargnin - MSA
can u send your error messages along with your oracle-services.xml, i have get some problems too, maybe I can help you if you give more info about your conf. Emerson - Original Message - From: "Ingo Bruell" <[EMAIL PROTECTED]> To: "Centaur zeus" <[EMAIL PROTECTED]> Sent: Monday, May 20,

RE: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Cloudor Pu
hello, I am setting a mysql connection to Jboss3.0.0rc2 and have followed the steps posted at http://jboss.org/forums/thread.jsp?forum=67&thread=13366 . I modifed "standardjaws.xml" and "standardjbosscmp.xml" to make "java:/MySqlDS" as the default datasource. When i start jboss, there is no e

[JBoss-user] XML Object persistence

2002-05-20 Thread Андрей Онищук
Hello All. It is possible to get this feature in Jboss for now. I use Jboss 3.0.1 RC1 / Tomcat 4.03 Few of my entity beans have complicated fields presented by different classes. This classes have all methods to interact as XML. (importXml, exportXml) By default JAWS sto

Re: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Emerson Cargnin - MSA
put the following in standardjbosscmp.xml file. java:/OracleDS Oracle8 and here goes my working oracle-services.xml : OracleDS jdbc:oracle:thin:@10.1.0.26:1521:oradev oracle.jdbc.driver.OracleDriver aluno1 aluno1 jboss.jca:service=RARDeployment,n ame=JBoss LocalTrans

[JBoss-user] JMS acknowledge() and online recover() method

2002-05-20 Thread Davide De Benedictis
Hi All, I'm using JBoss 2.4.6. and I have an external client application which reads from a queue using CLIENT_ACKNOWLEDGE session settings. If I fail to correctly process a message I don't call session.acknowledge() but I call call sesson.recover(). Unfortunately it doesn't work...Messages a

[JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Emerson Cargnin - MSA
Has someone used Jboss for development in a centralizazed way? I mean, jboss (along with developer IDE, Eclipse) being used in a huge machine, one instance per developer. I think the problem should be in the ports used by jboss, what woul'd conflict with others developers instances. Is there any a

[JBoss-user] The Pool for com.morelogs.guestbook.beans.gbEntryCMP has been overloaded

2002-05-20 Thread Michael Delamere
Hi, I need some help with the following error. === 2002-05-20 16:56:39,859 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindAllQuery.guestbook/gbEntry.findAll] Executing SQL: SELECT entry_id FROM gbEntries 2002-05-20 16:56:39,876 DEBUG [or

[JBoss-user] Re: SSL From Session Bean

2002-05-20 Thread Jon Swinth
Thanks, but the typo was in my email and is correct in the code. As I said, the same utility class works well outside of JBoss. Can anybody shed some light on this? I don't have a work around for this issue. > One obvious question: > Should ...protocal be ...protocol instead? > > On Saturday

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Rnd
FreeBSD has the fancy jail system, which potentially converts a server to multiple virtual machines, each one with its own root, its own disk space, and its own ip address/port numbers. I dont know if Linux has this feature ported, but many FreeBSD based hosting companies use it.

[JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
Today, when I did a cvs update my schedulables stopped running. I implement org.jboss.varia.scheduler.Schedulable I use a jboss-service.xml and wrap the code into an sar file. I haven't changed anything with my code. Friday it worked, and ran on the schedule I specified. Today it doesn't work

Re: [JBoss-user] [UCE-Spam Complaint]

2002-05-20 Thread Dain Sundstrom
This list is run by SourceForge. I would guess they have a place on their site to notify them of spamers, so they can be blocked. -dain Marius Kotsbak wrote: > Or even better if possible install Vipul's razor > (http://freshmeat.net/projects/vipulsrazor/?topic_id=29) and get rid of > most of

RE: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Mike Finn
Emerson, There is no simple way to do such a setup. You'll have to go in and mod the various files for the port changes. To help keep track of ports, we add some increment of 100 to the default port numbers for each developer (8080 > 8180, 8082 > 8182, etc). Kinda lame, but it works Anyon

Re: [JBoss-user] XML Object persistence

2002-05-20 Thread Dain Sundstrom
I can tell you that it is unlikely that you feature will make it into JAWS, or any new features. Can you tell me more about this XML storage? What is involved required to store the XML? A small code examples would help. If it is not to difficult or Oracle specific, it may make it into a rel

Re: [JBoss-user] Re: SSL From Session Bean

2002-05-20 Thread Scott M Stark
There is a testcase of a dynamically deployed service which uses an https url in the 3.0 testsuite. See org.jboss.test.security.service.HttpsClient org.jboss.test.security.HttpsUnitTestCase Scott Stark Chief Technology Officer JBoss Group, LLC ---

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Dain Sundstrom
This is a feature I have wanted for a while. We discussed this at the JBoss retreat, but no one can seem to decide on how to pull it off. I think we should support a ports file (MBean) which the other services would look to first for the port numbers, but they didn't like that. I can't real

Re: [JBoss-user] [UCE-Spam Complaint]

2002-05-20 Thread Scott M Stark
I already notified SourceForge the issue. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Dain Sundstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 9:4

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Jules Gosnell
In the hottub, and under the influence of beer, I did not crystallise my reasoning well. Now sober I shall try. JBoss is a fairly loosely bound community of JMX services. By loosely bound I mean that the mandatory interfaces specified between these services are as simple and thus non-constrain

Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
Also: The scheduler-service.xml doesn't work either. I do get the following output but then I never get the scheduled event. -Dennis 2002-05-20 10:34:46,074 DEBUG [org.jboss.system.ServiceConfigurator] InitialStartDate set to 0 in jboss:service=Scheduler 2002-05-20 10:34:46,074 DEBUG [org.jboss

[JBoss-user] Re: SSL From Session Bean

2002-05-20 Thread Jon Swinth
Thanks Scott for pointing me to the test case. I had looked in that directory but did not find it because it is in the Attic (don't know why it would be there). The test case does not add anything that I am not already doing except for setting the trusted keystore. Is this something required

[JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
Hi, I´ve got a stateless session bean doing a jndi lookup on my entity bean and returning an array of objects. The problem is that the first time I start the application everything works fine and I get all of the data displayed in my jsp without a problem. After the first call I manually enter

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Emerson Cargnin - MSA
Is there any other alternative to this??? Like - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 3:37 PM Subject: Re: [JBoss-user] JBoss in a multi developers environment > In the hottub, and under the influence of beer, I

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Dain Sundstrom
I moved this discussion to the dev list. You can subscribe to the dev list on Source Forge, or you can read the mirror on the forums. -dain Emerson Cargnin - MSA wrote: > Is there any other alternative to this??? > Like > > > - Original Message - > From: "Jules Gosnell" <[EMAIL PROT

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Emerson Cargnin - MSA
Sorry i posted it by mistake : ) Is there any other alternative to this??? Like other answer for my question, using BSD (look below). Actually, i don't need to access the ports from outside, just from the developer point of view he/she transparently access to the ports as it woul'd be if he/she w

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Matthew French
Dain Sundstrom mentioned: > This is a feature I have wanted for a while. We discussed this at the > JBoss retreat, but no one can seem to decide on how to pull it off. I > think we should support a ports file (MBean) which the other services > would look to first for the port numbers, but they

RE: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Lucas McGregor
I think that you can set the known port to 0, and it will tell the server to pick a random port. -l -Original Message- From: Matthew French [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:08 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss in a multi developers environme

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Dan Christopherson
Matthew French wrote: > Dain Sundstrom mentioned: > > >>This is a feature I have wanted for a while. We discussed this at the >>JBoss retreat, but no one can seem to decide on how to pull it off. I >>think we should support a ports file (MBean) which the other services >>would look to first fo

Re: [JBoss-user] XML Object persistence

2002-05-20 Thread Dan Christopherson
Probably the easiest way to do this is to declare the CMP field as a String and do the XML translation yourself in ejbStore/ejbLoad. -danch áÎÄÒÅÊ ïÎÉÝÕË wrote: > Hello All. > > It is possible to get this feature in Jboss for now. > I use Jboss 3.0.1 RC1 / Tomcat 4.03 > > Few of my ent

Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein
Nevermind, I rebuilt everything and it works again. Funny, oh well. -Dennis On Mon, 2002-05-20 at 10:49, Dennis Muhlestein wrote: > Also: The scheduler-service.xml doesn't work either. > > I do get the following output but then I never get the scheduled event. > > -Dennis > > 2002-05-20 10:34

[JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
Hi, I´m going to get at least one answer from you today :-). Please! Can someone tell me why I get this error when redeploying (copying over) an ear file? ERROR === ClassException: org.apache.struts.action.ActionForm; local class incompatible: stream cla

Re: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Emerson Cargnin - MSA
If I took the multi-virtual-ip (aliases) approach, how do I set each instance of JBoss to use each virtual ip, instead of the primary ip ?? Emerson Cargnin - MSA SICREDI - Ramal 3358-4860 - Original Message - From: "Dan Christopherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mo

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
I think I have seen this before. If you are not yet using 2.4.6 with Tomcat 4, give that a try. You could also try to put your struts jar files in the lib/ext dir. -James > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 3:49 PM > T

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
Sorry, I forgot to mention that I´m using JBOSS3.0RC2! Would JBOSS2.4.6 solve the problem? I´m actually having to put my struts action and form classes into a seperate jar file which I then deploy into the tomcat/lib folder. Apparently this has something to do with the classloader which means

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
Thanks for the information. Regards Michael - Original Message - From: "Dennis Muhlestein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 12:02 AM Subject: Re: [JBoss-user] error when redeploying ear file > The online docs > > http://www.jboss.org/online-manua

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
There is something wrong there... In one of my projects ( Cayambe http://www.sf.net/projects/cayambe ) we are doing this in JBoss 2.4.6 and JBoss 3 RC2. We have all the Struts related classes (Actions and beans) in the same war file as all the other classes. We only have code in cvs right no

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Dennis Muhlestein
The online docs http://www.jboss.org/online-manual/HTML/index.html explain all about changing pool parameters. Check chapter 7 Basically, your pool went below the number of beans you instantiated. JBoss had to make the pool bigger so it warned you. You could make the min pool size bigger so

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
James, I´ve downloaded the application that you suggested. Unfortunately when trying to build using ant I get the folowing error: Before you ask, I´ve got STRUTS_HOME and LOG4J_HOME set. They are also in my classpath. Am I maybe using the wrong version of struts? === ERROR ==

Re: [JBoss-user] error when redeploying ear file

2002-05-20 Thread Michael Delamere
Hi, Just as I feared. As soon as I removed the jar file containing the form and action beans and soley deployed the ear file in jboss I get: "javax.servlet.ServletException: Exception creating bean of class com.morelogs.guestbook.forms.GBEntryForm: java.lang.ClassNotFoundException: com.morelogs

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
Sorry, I forgot to mention that we are using Struts 1.1 and I do need to fix my build.xml which currently puts the struts.jar and tiles.jar in the WEB-INF/lib dir of the wars. You can comment out those lines to fix that. Otherwise you will have deployment issues. Sorry for the hassle, as you

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Stephen Coy
I think you need to learn about transactions and commit options. On Tuesday, May 21, 2002, at 04:50 AM, Michael Delamere wrote: > I´ve got a stateless session bean doing a jndi lookup on my entity bean > and > returning an array of objects. The problem is that the first time I > start > the

RE: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread JD Brennan
Title: RE: [JBoss-user] Server log in JBOSS3.0RC2 Perhaps you need to use Commit Option B or C instead of A which assumes there's no one else accessing the database and therefore is free to cache things. JD -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: Monda

[JBoss-user] Need Hints on Finding Tx Bug

2002-05-20 Thread Jon Swinth
I am using JBoss3.0.0RC2 and have a complex process that creates new orders as they are submitted from the web. On order submission, a credit card is authorized via SSL. If the credit card is declined then the order is rolled back, however the credit card information must stay because we must

Re: [JBoss-user] JBoss_3_0_0_RC3 released

2002-05-20 Thread Cloudor Pu
hello, I have a problem with my downloaded jboss-3.0.0RC3_tomcat-4.0.3.zip . When i deploy the example cd.jar i get an error message as follows: -- 08:40:11,862 INFO [MainDeployer] Starting deployment of package: file:/var/jboss/server/default/deploy/cd.jar 08:40:12,170 E

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
Title: RE: [JBoss-user] Server log in JBOSS3.0RC2 Thanks, I will look into it.   Regards,   Michael - Original Message - From: JD Brennan To: '[EMAIL PROTECTED]' Sent: Tuesday, May 21, 2002 3:01 AM Subject: RE: [JBoss-user] Server log in JBOSS3.0RC2 Perhaps yo

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
how are you getting the array of objects? Is this a finder? how are you inserting into the database? are you sure you're committing that tx? this probably depends on what client you are using to insert, and if it has autocommit set to true or not. cheers dim - Original Message - Fro

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
Yes, it is a finder: public java.util.Collection findAll() throws java.rmi.RemoteException,javax.ejb.FinderException; I get my data from my ActionServlet using the following code: === // Get a naming context InitialContext jnd

Re: [JBoss-user] JBoss_3_0_0_RC3 released

2002-05-20 Thread Cloudor Pu
hello, I have worked around by removing the lines as "" from jboss.xml . regards, Cloudor ÔÚ 2002-05-21 ¶þ µÄ 09:05£¬ Cloudor Pu дµÀ£º > hello, > > I have a problem with my downloaded jboss-3.0.0RC3_tomcat-4.0.3.zip . > When i deploy the example cd.jar i get an error message as follows: > ---

Re: [JBoss-user] JBoss_3_0_0_RC3 released

2002-05-20 Thread Scott M Stark
Read the change notes that explain empty elements are no longer valid indications of null values. Remove all empty elements from the descriptors. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Cloudor Pu"

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
finders are always done against the database so a finder will work. commit options will only after _changed_ rows - not _new_ rows (afaik) cheers dim - Original Message - From: "JD Brennan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 11:01 AM Subject: RE:

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
that looks fine (to me)... what database are you using? and what program are you using to insert the new row(s)? cheers dim - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 11:33 AM Subject: Re: [JBoss-user] Server lo

[JBoss-user] Rollback failed

2002-05-20 Thread Boris Tamarkin
Title: Rollback failed Jboss 3.0.0RC3 Database Mysql with jdbc driver mm.mysql-2.0.13-bin.jar (that included in lib directory of jboss) Session Bean bean1 with transaction type "Required" calls to Entity Bean CMP2 bean2 that has transaction type "Supports". Flow happens inside of method: 1. b

RE: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread James Ward
This might actually be the easiest way to do this... If you could run each instance on it's own IP then all of the instances could use the default ports. From the ISP side, this would make things very easy. -James www.wantJAVA.com > -Original Message- > From: Matthew French [mailto:[E

[JBoss-user] JBoss_3_0_0_RC3 released

2002-05-20 Thread Scott M Stark
The last release candidate before the final release of 3.0 is available on SourceForge: http://sourceforge.net/project/showfiles.php?group_id=22866 Change notes: http://sourceforge.net/project/shownotes.php?release_id=62219 Get your bug reports submitted to SourceForge. If your bugs are there an

[JBoss-user] [ERROR,ContainerFactory] ... valid types for RMI/IIOP

2002-05-20 Thread G.L. Grobe
I'm getting errors like below on all of my session and entity beans, yet, my beans still run fine and I'm seeing no problems besides this output.--- snip ---[ERROR,ContainerFactory] Bean : AccountMethod : public abstract boolean addAccount(AccountInfo) throws RemoteExceptionSection: 9.2.7War

[JBoss-user] ÊÖ»ú¼Û×îµÍ£¬·þÎñÕæÂúÒâ¡£

2002-05-20 Thread friend
ÄúºÃ£º ÎÒ·¢ÏÖÁËÒ»¸öÂôÊÖ»úµÄÍøÕ¾£¬¼Û¸ñ¾ªÈ˵ıãÒË£¬ºóÀ´Á˽⵽´ËÍøÕ¾ÊǹúÄÚÒ»¼Ò±È½Ï´óµÄÊÖ»úÅú·¢É̽¨ÉèµÄÍøÕ¾£¬ºÜ¶àÍøÓÑͨ¹ý´ËÍøÕ¾Âòµ½Á˳ÆÐÄÈçÒâµÄÊÖ»ú£¬È«²¿ÊÖ»ú¶¼ÊÇÕýÆ·Ðлõ£¬ÊÛºó·þÎñºÜºÃ¡£ÍøÕ¾ÄÚÈÝÒ²ºÜ·á¸»£¬¼¸ºõ°üÀ¨ÁËÊÖ»úµÄ·½·½ÃæÃ棬¶ÔÄú¿Ï¶¨ÓаïÖú£¬ÌرðÍÆ¼ö¸øÄã¡£ÍøÖ·Îª£º http://www.139shop.com/asp/me

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
I´m using a mysql-database and inserted the new entry using a php-based tool called phpMyAdmin. Thanks, Michael - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 4:10 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0R

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
and I'm guessing that if you do this: 1. start jboss 2. request jsp (get list of objects) 3. insert new row 4. request jsp (dont see new objects) 5. stop and start jboss 6. request jsp I assume that at step 6 you do see the new object? - Original Message - From: "Michael Delamere" <[EMA

Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Alex Loubyansky
Hello Michael, Tuesday, May 21, 2002, 4:33:40 AM, you wrote: MD> . which works fine except that after hitting refresh, I don´t get the MD> new entry that I manually entered into the DB. I haven´t managed to get MD> into any depth in terms of "commiting" or "autocommit". I´ll have to do MD>

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
yes, at step 6 I see the new object. What´s more peculiar is that when I change an exsiting entry using phpMyAdmin that _does_ show up! It´s only when adding a _new_ record manually that the change doesn´t appear. Thanks Michael - Original Message - From: "Dmitri Colebatch" <[EMAIL PR