RE: [JBoss-dev] CMP fields XML Serialization

2001-06-09 Thread Vincent Harcq
Forget it. I find it more spec compliant to have a String cmp field containing my XML respresentation. a getter method that do XML-->Object a setter method that do Object-->XML Anyway, make the storage of cmp field to db field in Jaws is not difficult but finally I don't think it's a good idea.

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge networktraffic

2001-06-09 Thread Peter Fagerlund
on 1-06-08 20.59, Joseph Dane at [EMAIL PROTECTED] wrote: > on a related note, can someone comment on dynaimc code downloading > problem and the proposed solution? I just recently started checking > out JBoss, and have generally been impressed. but the fact that > dynamic downloading just plain

RE: [JBoss-dev] CMP fields XML Serialization

2001-06-09 Thread David Jencks
Hi, I thought you had a great idea. I'm very curious about why this was a bad idea and how it is not spec compliant. Thanks david jencks On 2001.06.09 03:52:17 -0400 Vincent Harcq wrote: > Forget it. > I find it more spec compliant to have a String cmp field containing my > XML > respresentatio

Re: [JBoss-dev] CMP fields XML Serialization

2001-06-09 Thread Georg Rehfeld
Hi Vincent, > I find it more spec compliant to have a String cmp field containing my XML > respresentation. > a getter method that do XML-->Object > a setter method that do Object-->XML Or even better to do the conversions in ejbLoad() and ejbStore() to be more performant with cached beans. reg

RE: [JBoss-dev] CMP fields XML Serialization

2001-06-09 Thread Vincent Harcq
Well, I think it is not spec compliant because this fetaure is not supported by other appservers. For them I will have to serialize my object to the database. An my original problem was that if the version (serialization speaking) of this object change, I may have problem with old records in the

RE: [JBoss-dev] CMP fields XML Serialization

2001-06-09 Thread David Jencks
Hi, Since the nature of the type mapping isn't specified much in the spec, I don't see how implementing this in jaws would be not spec compliant, although it would be non portable to other app servers. I understand why you would want to do this in the bean. I for one would like to see the jaws c

Re: [JBoss-dev] Fast Updates Based on Row ID

2001-06-09 Thread K.V. Vinay Menon
Georg, Dan Alright. First of all do we really want to modify the insert sql to return the oracle rowid and hence end up putting oracle specific code. Believe the only issue we have is that given the fact that updates will be based on the row id and immediately after inserts the rowid would still

RE: [JBoss-dev] Fast Updates Based on Row ID

2001-06-09 Thread Jay Walters
Why do you think the rowid won't be immediately available? -Original Message- From: K.V. Vinay Menon To: [EMAIL PROTECTED] Sent: 6/9/01 11:47 AM Subject: Re: [JBoss-dev] Fast Updates Based on Row ID Georg, Dan Alright. First of all do we really want to modify the insert sql to return th

[JBoss-dev] CVS update: jbosstest/src/bin dbtest.bat dbtest.sh

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:26:44 Modified:src/bin dbtest.bat dbtest.sh Log: Made standalone db-test work without depending on testbean-test. Revision ChangesPath 1.3 +1 -1 jbosstest/src/bin/dbtest.bat Index: dbtest.bat ===

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-dbtest.xml

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:26:44 Modified:src/build/subprojects build-dbtest.xml Log: Made standalone db-test work without depending on testbean-test. Revision ChangesPath 1.2 +1 -1 jbosstest/src/build/subprojects/build-dbtest.xml Index: build-dbtes

[JBoss-dev] CVS update: jbosstest/src/resources/dbtest client.policy

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:26:44 Added: src/resources/dbtest client.policy Log: Made standalone db-test work without depending on testbean-test. Revision ChangesPath 1.1 jbosstest/src/resources/dbtest/client.policy Index: client.policy ===

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-lock.xml

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:31:58 Modified:src/build/subprojects build-lock.xml Log: Made standalone lock-test work without depending on testbean-test. Revision ChangesPath 1.2 +1 -1 jbosstest/src/build/subprojects/build-lock.xml Index: build-lock.xm

[JBoss-dev] CVS update: jbosstest/src/bin locktest.bat locktest.sh

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:31:58 Modified:src/bin locktest.bat locktest.sh Log: Made standalone lock-test work without depending on testbean-test. Revision ChangesPath 1.3 +1 -1 jbosstest/src/bin/locktest.bat Index: locktest.bat =

[JBoss-dev] CVS update: jbosstest/src/resources/lock client.policy

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:31:58 Added: src/resources/lock client.policy Log: Made standalone lock-test work without depending on testbean-test. Revision ChangesPath 1.1 jbosstest/src/resources/lock/client.policy Index: client.policy =

[JBoss-dev] CVS update: jbosstest/src/bin xatest.sh

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:36:40 Modified:src/bin xatest.sh Log: Made standalone xa-test work without depending on testbean-test. Revision ChangesPath 1.3 +1 -1 jbosstest/src/bin/xatest.sh Index: xatest.sh

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-xa.xml

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:36:41 Modified:src/build/subprojects build-xa.xml Log: Made standalone xa-test work without depending on testbean-test. Revision ChangesPath 1.3 +6 -0 jbosstest/src/build/subprojects/build-xa.xml Index: build-xa.xml

[JBoss-dev] CVS update: jbosstest/src/resources/xa client.policy

2001-06-09 Thread sparre
User: sparre Date: 01/06/09 09:36:41 Added: src/resources/xa client.policy Log: Made standalone xa-test work without depending on testbean-test. Revision ChangesPath 1.1 jbosstest/src/resources/xa/client.policy Index: client.policy ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web WebClassLoader.java WebServer.java WebService.java WebServiceMBean.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 12:33:39 Modified:src/main/org/jboss/web WebServer.java WebService.java WebServiceMBean.java Added: src/main/org/jboss/web WebClassLoader.java Log: Update dynamic class loading to fix bug #424287 Revision Changes

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ContainerFactory.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 12:34:44 Modified:src/main/org/jboss/ejb ContainerFactory.java Log: Update dynamic class loading to fix bug #424287 Revision ChangesPath 1.73 +8 -4 jboss/src/main/org/jboss/ejb/ContainerFactory.java Index: ContainerFactory.jav

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-09 Thread Scott M Stark
This is fixed in main. See the ContainerFactory, WebService, WebServer and WebClassLoader for the changes. - Original Message - From: "Joseph Dane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 11:59 AM Subject: Re: [JBoss-dev] MarshalledObject + URLClassLoader

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ContainerFactory.java

2001-06-09 Thread Sacha Labourey
Hello Scott, Thank you for this bug fix! Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoyé : samedi, 9 juin 2001 21:35 > À : [EMAIL PROTECTED] > Objet

[JBoss-dev] CVS update: jboss/src/main/test/jboss/jrmp MiniAppServer.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 13:18:52 Modified:src/main/test/jboss/jrmp MiniAppServer.java Log: Update tests to use new WebClassLoader Revision ChangesPath 1.2 +19 -5 jboss/src/main/test/jboss/jrmp/MiniAppServer.java Index: MiniAppServer.java ==

Re: [JBoss-dev] Fast Updates Based on Row ID

2001-06-09 Thread K.V. Vinay Menon
The rowid will not be immediately available in the postcreate method. have not been able to simulate a condition where it will not be available when it will not be available apart from that which is why I do not really want to change insert statements etc. Vinay - Original Message - From:

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jboss-web.dtd

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 16:13:52 Added: src/resources/org/jboss/metadata Tag: Branch_2_2 jboss-web.dtd Log: The JBoss web application descriptor dtd Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/servlets DebugServlet.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:19:33 Modified:src/main/org/jboss/test/web/servlets DebugServlet.java Log: Add dump of the java:comp/env context Revision ChangesPath 1.3 +75 -1 jbosstest/src/main/org/jboss/test/web/servlets/DebugServlet.java Index: DebugS

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF jboss-web.xml web.xml

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:20:18 Modified:src/resources/web/WEB-INF jboss-web.xml web.xml Log: Add doctype to jboss-web.xml Add test of ejb-ref in web.xml that is not in jboss-web.xml Revision ChangesPath 1.4 +4 -1 jbosstest/src/resources/web/WEB-INF/j

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:25:31 Modified:tomcat/src/build Tag: Branch_2_2 build.xml Log: Use Tomcat 3.2.2 Revision ChangesPath No revision No revision 1.12.2.3 +3 -3 contrib/tomcat/src/build/build.xml

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/naming JbossWebXmlReader.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:34:00 Modified:tomcat/src/main/org/jboss/tomcat/naming Tag: Branch_2_2 JbossWebXmlReader.java Log: Add EntityResolver for jboss-web.dtd and web.dtd Revision ChangesPath No revision No

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:34:00 Modified:tomcat/src/main/org/jboss/tomcat Tag: Branch_2_2 EmbeddedTomcatServiceSX.java Log: Add EntityResolver for jboss-web.dtd and web.dtd Revision ChangesPath No revision No

[JBoss-dev] CVS update: contrib/tomcat/src/resources jboss-web.dtd

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:41:13 Removed: tomcat/src/resources Tag: Branch_2_2 jboss-web.dtd Log: Use the jboss org/jboss/metadata/jboss-web.dtd version ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.n

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:41:13 Modified:tomcat/src/build Tag: Branch_2_2 build.xml Log: Use the jboss org/jboss/metadata/jboss-web.dtd version Revision ChangesPath No revision No revision 1.12.2.4 +1 -4 co

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

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 17:45:30 Modified:src/lib Tag: Branch_2_2 tomcat-service.jar Log: Update tomcat-service jar to include local dtd entity resolver Revision ChangesPath No revision No revision 1.9.2.4 +52

[JBoss-dev] jboss daily test results

2001-06-09 Thread chris
JBoss daily test results SUMMARY Number of tests run: 71 Successful tests: 60 Errors:1 Failures: 10 [time of test: 10 June 2001 2:50] See http://lubega.com for f

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 20:20:54 Modified:tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java Log: Add local entity resolver for web.dtd and jboss-web.dtd Revision ChangesPath 1.2 +10 -21 contrib/tomcat/src/main/org/jboss

[JBoss-dev] CVS update: contrib/tomcat/src/build build.xml

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 20:20:54 Modified:tomcat/src/build build.xml Log: Add local entity resolver for web.dtd and jboss-web.dtd Revision ChangesPath 1.14 +90 -64contrib/tomcat/src/build/build.xml Index: build.xml ==

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/naming JbossWebXmlReader.java

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 20:20:54 Modified:tomcat/src/main/org/jboss/tomcat/naming JbossWebXmlReader.java Log: Add local entity resolver for web.dtd and jboss-web.dtd Revision ChangesPath 1.5 +77 -34 contrib/tomcat/src/main/org/jbos

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jboss-web.dtd jboss.dtd

2001-06-09 Thread starksm
User: starksm Date: 01/06/09 23:00:39 Modified:src/resources/org/jboss/metadata jboss-web.dtd jboss.dtd Log: Update the jboss.dtd for EJB 2.0 additions Update the comments for jboss-web.dtd Revision ChangesPath 1.3 +4 -0 jboss/src/resources/org/jboss/metada