[JBoss-dev] CVS update: newsite/documentation EJX.HowTo.GUI-Basics.html EJX.HowTo.Getting-Started.html EJX.HowTo.Index.html EJX.Insights.html HowTo-JAWS-JoinQueries.html HowTo-JAWS-UseCustomFinders.html HowTo-JavaMail.html HowTo.Security.html J2eeDeployment_howto.html JMX.Connector.Howto.html JMX.ExternalContext.HowTo.html JMX.Timer.HowTo.html cmp_jboss_discussion.html container.html contconf_howto.html ejbref_howto.html jawsxml_howto.html jboss1.html jboss1a.html jboss2.html jboss3.html jboss4.html jboss5.html jboss6.html jboss7.html jboss_cmp.html jboss_cmp1.html jboss_cmp2.html jboss_cmp3.html jboss_cmp4.html jboss_cmp_trail_index.html jboss_linux.html jboss_linux_trail_index.html jboss_win32_1.html jboss_win32_2.html jboss_win32_3.html jboss_win32_4.html jboss_win32_5.html jboss_win32_6.html jboss_win32_7.html jboss_win32_trail_index.html jbossxml_howto.html jca_config.html jndi_howto.html mssql.htm petstore-1.1.1-01.html rmh_howto.html server.html technical_index.html tomcat.htm

2001-06-16 Thread alborini

  User: alborini
  Date: 01/06/16 03:36:24

  Removed: documentation EJX.HowTo.GUI-Basics.html
EJX.HowTo.Getting-Started.html EJX.HowTo.Index.html
EJX.Insights.html HowTo-JAWS-JoinQueries.html
HowTo-JAWS-UseCustomFinders.html
HowTo-JavaMail.html HowTo.Security.html
J2eeDeployment_howto.html JMX.Connector.Howto.html
JMX.ExternalContext.HowTo.html JMX.Timer.HowTo.html
cmp_jboss_discussion.html container.html
contconf_howto.html ejbref_howto.html
jawsxml_howto.html jboss1.html jboss1a.html
jboss2.html jboss3.html jboss4.html jboss5.html
jboss6.html jboss7.html jboss_cmp.html
jboss_cmp1.html jboss_cmp2.html jboss_cmp3.html
jboss_cmp4.html jboss_cmp_trail_index.html
jboss_linux.html jboss_linux_trail_index.html
jboss_win32_1.html jboss_win32_2.html
jboss_win32_3.html jboss_win32_4.html
jboss_win32_5.html jboss_win32_6.html
jboss_win32_7.html jboss_win32_trail_index.html
jbossxml_howto.html jca_config.html jndi_howto.html
mssql.htm petstore-1.1.1-01.html rmh_howto.html
server.html technical_index.html tomcat.htm
  Log:
  These files have been included in the manual.

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-16 Thread K.V. Vinay Menon

I am trying against JBoss 2.4 BETA [as it says when it starts up] and the
bean is a CMP bean. I have tried all 4 commit options and have debug
statements in the StoreEntityCommand to detect cases where the ROWID is
coming thru as a null as

System.out.println( -- Stable RowID is +
stableRowIdColumnValue + -- );
if(stableRowIdColumnValue == null)
{
System.out.println( --- Oops! The Row ID is NULL ---  );
System.out.println( --- Regenrate SQL and call
setParameters again ---  );

String sql = makeSQL(argOrArgs,true);
stmt = stmt.getConnection().prepareStatement(sql);
setParameters(stmt,argOrArgs);
return;
}

And that portion of the code has never executed! Let me try  tracking the
transactions at play and get back to you.

Vinay
- Original Message -
From: Georg Rehfeld [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, June 16, 2001 3:37 AM
Subject: Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity


 Hi Vinay, hi all,

 Vinay:
  This basically means that even within the same transaction the
  rowid will be updated if the client attempts to do an update
  [or delete].

  Do we now need to check for rowid being null and falling back
  to the primary key if it is not? I had written some code for
  this and was surprised that it was never being called.

 Georg:
  Which commit option was set for your entity bean? If it were B
  or C, it's clear, that the instance is loaded within a TX, but
  with A and with B (outside TX) the load should NOT happen, thus
  the check for a null rowidValue would be better.

 Vinay:
  Nope! That is what I thought as well. The bean *is* being loaded
  even with commit options A and B, for the same operation with the
  transactions settings remaining the same.

 If you are right, I would consider it a bug, rendering commit
 option A and B useless, which promise bean caching. And I checked
 against binary JBoss 2.2.1, BMP, commit option A and Requires:

 DEFINITELY the sequence of calls when creating an Entity bean is
 TX 1
  | - setEntityContext()
  | - ejbCreate()
  | - ejbPostCreate()
 TX 2
  | - getter method
  | - setter method
  | - ejbStore()

 As you see, there is NO ejbLoad() between ejbPostCreate() and
 the business methods, in fact ejbLoad() on this bean is NEVER
 called, except after passivation/reactivation, as expected.

 This same behaviour should be seen also with CMP!

 If this behaviour has changed with the current CVS JBoss there
 must be some problem been introduced.

 regards
 Georg
  ___   ___
 | + | |__Georg Rehfeld  Woltmanstr. 12 20097 Hamburg
 |_|_\ |___   [EMAIL PROTECTED]   +49 (40) 23 53 27 10

 PS: Sorry, I just can't test with the CVS version.



 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development


___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] CVS update: J2eeGlobalScopeDeployer.java

2001-06-16 Thread Juha-P Lindfors



umm... binary file?  -497 lines?

you sure?

-- Juha


On Fri, 15 Jun 2001 [EMAIL PROTECTED] wrote:

   User: schaefera
   Date: 01/06/15 22:53:38

   Modified:src/main/org/jboss/deployment/scope
 J2eeGlobalScopeDeployer.java
   Log:
   Added the support for classes with a single string as only argument for
   the constructor to the ConfigurationService. Some fixes and additional
   methods for the JBoss management.

   Revision  ChangesPath
   1.8   +0 -497
jboss/src/main/org/jboss/deployment/scope/J2eeGlobalScopeDeployer.java

   Binary file



 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual/src/docs jbossintro.xml howtotomcat.xml howtomssql.xml howtojetty.xml

2001-06-16 Thread gropi

  User: gropi   
  Date: 01/06/16 05:32:24

  Modified:src/docs jbossintro.xml howtotomcat.xml howtomssql.xml
howtojetty.xml
  Log:
  broken links fixed, in sync with new website
  
  Revision  ChangesPath
  1.16  +1 -1  manual/src/docs/jbossintro.xml
  
  Index: jbossintro.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/jbossintro.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jbossintro.xml2001/05/20 19:24:56 1.15
  +++ jbossintro.xml2001/06/16 12:32:24 1.16
  @@ -139,7 +139,7 @@
paraIn this step we will write and compile a simple Enterprise 
JavaBean.
   You can download the source code for this example in either zip (interestEJB.zip) or
   tar/gzip (interestEJB.tar.gz) format from the file section of the documentation 
section
  -on ulink url=http://www.jboss.org/documentation/files/;www.jboss.org/ulink.
  +on www.jboss.org.
   You will need to unpack the archive into an empty directory./para
paraThe example, which is called 'Interest', is a simple stateless 
session EJB.
   Its job is to calculate the amount of compound interest payable on a sum
  
  
  
  1.6   +2 -2  manual/src/docs/howtotomcat.xml
  
  Index: howtotomcat.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtotomcat.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howtotomcat.xml   2001/05/28 14:26:07 1.5
  +++ howtotomcat.xml   2001/06/16 12:32:24 1.6
  @@ -71,13 +71,13 @@
   
para
Questions about the J2EE deployer and the integration should be posted to 
  - ulink url=http://www.jboss.org/business/lists.html;our lists/ulink 
(JBoss)/para
  + ulink url=http://www.jboss.org/lists.jsp;our lists/ulink (JBoss)/para
/section
section
titleDistribution and CVS/title

para
  - JBoss Tomcat is shipped as part of the ulink 
url=http://www.jboss.org/business/binary.html;standard JBoss/Server/ulink 
  + JBoss Tomcat is shipped as part of the ulink 
url=http://www.jboss.org/binary.jsp;standard JBoss/Server/ulink 
package. However, the current distribution is based on an earlier version of 
EmbeddedTomcat that does not parse Tomcat's
server.xml. If you don't need server.xml parsed (ie, you're not trying to 
integrate with Apache),
then the current version may be the easiest route for you. /para
  
  
  
  1.9   +2 -2  manual/src/docs/howtomssql.xml
  
  Index: howtomssql.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtomssql.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- howtomssql.xml2001/05/16 17:10:31 1.8
  +++ howtomssql.xml2001/06/16 12:32:24 1.9
  @@ -60,7 +60,7 @@
Not so fast amigos. You need to obtain a copy of the 
JBoss distribution 
from the ulink url=http://www.jboss.org/;JBoss 
website/ulink. 
General information about all JBoss products as well 
as instructions on how to get a copy of 
  - JBoss for yourself can be found in the ulink 
url=/business/faq.htmlJBoss FAQ/ulink or on 
  + JBoss for yourself can be found in the ulink 
url=/faq.jspJBoss FAQ/ulink or on 
the ulink url=http://www.jboss.org/;JBoss 
website/ulink. The 
rest of this document covers the following tasks:
/para
  @@ -96,7 +96,7 @@
/para
para
If this is the case with you or, if you have any 
further comments or suggestions about this document 
  - or JBoss then please join the ulink 
url=/business/lists.htmlJBoss mailing list/ulink. You will 
  + or JBoss then please join the ulink 
url=/lists.jspJBoss mailing list/ulink. You will 
then be able to contribute to the production of this 
document and the development of JBoss.
/para
/section
  
  
  
  1.5   +4 -4  manual/src/docs/howtojetty.xml
  
  Index: howtojetty.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtojetty.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howtojetty.xml2001/05/17 20:00:03 1.4
  +++ howtojetty.xml2001/06/16 12:32:24 1.5
  @@ -61,7 +61,7 @@
Not so fast comrades. You need to obtain a copy of the 
integrated JBoss-Jetty distribution from 
the ulink url=http://www.jboss.org/;JBoss 

[JBoss-dev] CVS update: newsite doco.jsp

2001-06-16 Thread alborini

  User: alborini
  Date: 01/06/16 07:12:13

  Modified:.doco.jsp
  Log:
  correct link for the manual
  
  Revision  ChangesPath
  1.3   +1 -1  newsite/doco.jsp
  
  Index: doco.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/doco.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- doco.jsp  2001/06/15 22:53:57 1.2
  +++ doco.jsp  2001/06/16 14:12:13 1.3
  @@ -12,7 +12,7 @@
   p class=headbTHE MANUAL/b
   p class=textThe manual contains all the documentation a user needs to install, 
configure and run JBoss. It also includes a quick start section and helps you to make 
your first steps with JBoss. There are two versions, one for the users and the one for 
the contributors:
   ul class=text
  -  lia class=link href=doco_files/jaws.dtd Manual - online HTML version/a 
  +  lia class=link href=/documentation/HTML/index.htmlManual - online HTML 
version/a 
   : Nice layout, chunked into small, fast loading pages./li
   lia class=link href=cvs.jsp
   Manual - CVS module for contributors/a : 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Patches-433813 ] tackle problem

2001-06-16 Thread noreply

Patches item #433813, was updated on 2001-06-16 14:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=433813group_id=22866

Category: JBossServer
Group: v2.2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: tackle problem

Initial Comment:
I have configured my JBOSS for my datasource.
I have made changed to jboss.jcml file.
Now the problem is how should I access my DataSource 
using lookup?.
Can you please give me the exact syntax for the same?.
Unfortunately the available information is not to the 
extend I expected to be.
Waiting for your reply
Thanks
Vinayak

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=433813group_id=22866

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Is Monday still a good 2.4 freeze date

2001-06-16 Thread Toby Allsopp

Vesco Claudio wrote:

 My patches to implement JCA deployment are applied? :-)


I thought you were getting RW access and were going to do it yourself?

Toby.




___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development