Re: [JBoss-dev] Manual: Problems with generating

2001-05-20 Thread Sebastien Alborini
Hi Andreas, I have no problem building the manual (build defaulthtml and build printablehtml). What errors do you get ? Re: the pdf version, it is not currently supported, I think we are still waiting for enhancements in the pdf engine. (apache/fop) See the jboss-docs mailing list / archive

[JBoss-dev] Deployment

2001-05-20 Thread Peter Fagerlund
Greetings, What is the status of the TO DO ? It was mentioned a refresh of the code ... does it have bugs or just needs massaging ? ... It was mentioned some efficency probs with copying ... could one use a move instead ? ... I would like to understand more in the discussion of remote

[JBoss-dev] CVS update: manual/src/docs cmp.xml jbossintro.xml

2001-05-20 Thread gropi
User: gropi Date: 01/05/20 12:24:56 Modified:src/docs cmp.xml jbossintro.xml Log: Clarified D/L instructions for source archives. Revision ChangesPath 1.9 +7 -6 manual/src/docs/cmp.xml Index: cmp.xml

[JBoss-dev] CVS update: manual/src/docs howtotimer.xml

2001-05-20 Thread schaefera
User: schaefera Date: 01/05/20 13:33:01 Modified:src/docs howtotimer.xml Log: Changed and fixed the layout to make the code read easier. Revision ChangesPath 1.3 +237 -206 manual/src/docs/howtotimer.xml Index: howtotimer.xml

[JBoss-dev] CVS update: manual/src/docs howtojmx.xml

2001-05-20 Thread schaefera
User: schaefera Date: 01/05/20 13:33:39 Modified:src/docs howtojmx.xml Log: Fixed the layout to make the code easier to read and adjusted to the latest changes in the JMX Connector. Revision ChangesPath 1.3 +453 -455 manual/src/docs/howtojmx.xml Index:

Re: [JBoss-dev] Manual: Problems with generating

2001-05-20 Thread Andreas Schaefer
Hi Sebastian Sorry for that but I encounter a StackOverflow error when running build.sh defaulthtml on linux with IBM Java 1.3. :-( On windows it worked fine, thanx. Andy - Original Message - From: Sebastien Alborini [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 20, 2001

[JBoss-dev] CVS update: jbosstest/src/lib jbossmq-client.jar

2001-05-20 Thread pkendall
User: pkendall Date: 01/05/20 14:32:49 Modified:src/lib jbossmq-client.jar Log: Update to latest version Revision ChangesPath 1.6 +338 -181 jbosstest/src/lib/jbossmq-client.jar Binary file ___

[JBoss-dev] CVS update: jbossmq/src/main/org/jbossmq SpyQueueSender.java SpyTopicPublisher.java

2001-05-20 Thread pkendall
User: pkendall Date: 01/05/20 16:38:18 Modified:src/main/org/jbossmq SpyQueueSender.java SpyTopicPublisher.java Log: Set the defaultDeliveryMode based on the type of queue/topic being used. Revision ChangesPath 1.3 +9 -1

[JBoss-dev] CVS update: jboss/src/client jbossmq-client.jar

2001-05-20 Thread pkendall
User: pkendall Date: 01/05/20 17:18:53 Modified:src/client jbossmq-client.jar Log: Update to latest version Revision ChangesPath 1.6 +14 -25jboss/src/client/jbossmq-client.jar Binary file ___

[JBoss-dev] CVS update: jboss/src/lib jbossmq.jar

2001-05-20 Thread pkendall
User: pkendall Date: 01/05/20 17:18:43 Modified:src/lib jbossmq.jar Log: Update to latest version Revision ChangesPath 1.8 +14 -26jboss/src/lib/jbossmq.jar Binary file ___ Jboss-development mailing

[JBoss-dev] CVS update: admin/lib jbossmq-client.jar

2001-05-20 Thread pkendall
User: pkendall Date: 01/05/20 17:19:05 Modified:lib jbossmq-client.jar Log: Update to latest version Revision ChangesPath 1.3 +340 -194 admin/lib/jbossmq-client.jar Binary file ___

RE: [JBoss-dev] EJB generation

2001-05-20 Thread Jay Walters
Andreas, EJBDoclet fans, what tool do you use to generate the persistence code, or do you use CMP? Cheers ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] jboss daily test results

2001-05-20 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JBoss daily test results SUMMARY Number of tests run: 63

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
Half way. Whenever possible I use CMP but when not possible because BEA Weblogic does not support master-detail relationship records (order/order-detail) then I use BMP and write my own DAO classes. I did not use Castor but I will have a look at it soon. Andy - Original Message -

RE: [JBoss-dev] EJB generation

2001-05-20 Thread Robert Nicholson
Can you provide an example of you DAOObjects that demonstrate a master detail relationship? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andreas Schaefer Sent: Sunday, May 20, 2001 7:37 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] EJB

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
I cannot provide you with the DAO code for master/detail relationship because the DAO stuff is farely new and was just used for a POC (beforehand we used just plain JDBC code). If you like I can give you the DAO implementation. From there the implementation of a master/detail relationship should