[JBoss-dev] Re: Cannot deploy to jboss3 beta!!!!

2002-03-25 Thread Weffen Cheung

Yahoo!!!
Good news to me!
i solved the strange problem after my hard work!
modify jboss_home/conf/default/standardjboss.xml
find these lines:

...
 container-cache-conf

cache-policyorg.jboss.ejb.plugins.LRUStatefulContextCachePolicy/cache-policy
cache-policy-conf
   min-capacity50/min-capacity
   max-capacity100/max-capacity
   remover-period1800/remover-period
   max-bean-life1800/max-bean-life
   overager-period300/overager-period
   max-bean-age600/max-bean-age
   resizer-period400/resizer-period
   max-cache-miss-period60/max-cache-miss-period
   min-cache-miss-period1/min-cache-miss-period
   cache-load-factor0.75/cache-load-factor
/cache-policy-conf
 /container-cache-conf
...

change the line:
max-capacity100/max-capacity
to
max-capacity1000/max-capacity

That it is! I found the defference according the standardjboss.xml from jboss3.0 alpha 
version... but be honest, i dont know why in the new beta version, the value up to 
100? and what dose it mean?
anyone can tell more detailed about that?
_
View thread online: http://main.jboss.org/thread.jsp?forum=66thread=11541

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



[JBoss-dev] [AUTOMATED] JBoss compilation failed

2002-03-25 Thread chris


=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.0
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

compile-classes:
[mkdir] Created dir: 
/disk/orig/home/lubega/jbossro/jboss-all/connector/output/classes
[javac] Compiling 84 source files to 
/disk/orig/home/lubega/jbossro/jboss-all/connector/output/classes
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/PreparedStatementInPool.java:36:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class PreparedStatementInPool extends StatementInPool implements 
PreparedStatement
   ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/PreparedStatementInPool.java:455:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
 impl.setUnicodeStream(parameterIndex, x, length);
 ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:30:
 warning: getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated
public class ResultSetInPool implements ResultSet
   ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:30:
 warning: getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated
public class ResultSetInPool implements ResultSet
   ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:30:
 warning: getUnicodeStream(int) in java.sql.ResultSet has been deprecated
public class ResultSetInPool implements ResultSet
   ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:30:
 warning: getBigDecimal(int,int) in java.sql.ResultSet has been deprecated
public class ResultSetInPool implements ResultSet
   ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:271:
 warning: getBigDecimal(int,int) in java.sql.ResultSet has been deprecated
 return impl.getBigDecimal(arg0, arg1);
^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:322:
 warning: getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated
 return impl.getBigDecimal(arg0, arg1);
^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:1647:
 warning: getUnicodeStream(int) in java.sql.ResultSet has been deprecated
 return impl.getUnicodeStream(arg0);
^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/adapter/jdbc/local/ResultSetInPool.java:1672:
 warning: getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated
 return impl.getUnicodeStream(arg0);
^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java:342:
 unreachable statement
 throw new UnsupportedOperationException(can't add to SetOfOne);;
  ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java:388:
 unreachable statement
 throw new UnsupportedOperationException(can't clear SetOfOne);;
 ^
/disk/orig/home/lubega/jbossro/jboss-all/connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java:397:
 unreachable statement
 throw new UnsupportedOperationException(can't remove from SetOfOne);;
   ^
3 errors
10 warnings

BUILD FAILED

/disk/orig/home/lubega/jbossro/jboss-all/connector/build.xml:310: Compile failed, 
messages should have been provided.

Total time: 3 minutes 53 seconds

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



[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/connectionmanager InternalManagedConnectionPool.java

2002-03-25 Thread Chris Kimpton

  User: kimptoc 
  Date: 02/03/25 02:32:28

  Modified:src/main/org/jboss/resource/connectionmanager
InternalManagedConnectionPool.java
  Log:
  correct double semi-colons - not liked by jdk14
  
  Revision  ChangesPath
  1.2   +3 -3  
jbosscx/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java
  
  Index: InternalManagedConnectionPool.java
  ===
  RCS file: 
/cvsroot/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InternalManagedConnectionPool.java24 Mar 2002 21:44:31 -  1.1
  +++ InternalManagedConnectionPool.java25 Mar 2002 10:32:27 -  1.2
  @@ -339,7 +339,7 @@
  * @return description
  */
 public boolean add(Object param1) {
  - throw new UnsupportedOperationException(can't add to SetOfOne);;
  + throw new UnsupportedOperationException(can't add to SetOfOne);
 }
   
 /**
  @@ -385,7 +385,7 @@
  *
  */
 public void clear() {
  - throw new UnsupportedOperationException(can't clear SetOfOne);;
  + throw new UnsupportedOperationException(can't clear SetOfOne);
 }
   
 /**
  @@ -394,7 +394,7 @@
  * @return description
  */
 public boolean remove(Object param1) {
  - throw new UnsupportedOperationException(can't remove from SetOfOne);;
  + throw new UnsupportedOperationException(can't remove from SetOfOne);
 }
   
 /**
  
  
  

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



[JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Thieme, Winfried

Hello!

Can anyone tell me when JBoss 2.4.5 will be released? Days, weeks, months ??
I'm waiting for a bug fix of bug #504895 ...

Thanx

Winfried




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



RE: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Coetmeur, Alain

by the way,
 could someone integrate my patch
https://sourceforge.net/tracker/index.php?func=detailaid=512854group_id=22
866atid=376687

It seems to work well (the main problem is explaing what/how you can do with
it), 
but despite the fact I'm allowed to write,
I cannot use CVS because of our firewall...

moreover I've tested all with jboss2.4.4 (+tomcat 4.0.1 .2 .3 ) but not in
jboss3.x




 -Message d'origine-
 De: Thieme, Winfried [mailto:[EMAIL PROTECTED]]
 Date: lundi 25 mars 2002 16:39
 À: '[EMAIL PROTECTED]'
 Objet: [JBoss-dev] Release 2.4.5 ??
 
 
 Hello!
 
 Can anyone tell me when JBoss 2.4.5 will be released? Days, 
 weeks, months ??
 I'm waiting for a bug fix of bug #504895 ...
 
 Thanx
 
 Winfried
 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 

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



[JBoss-dev] how to unsubscribing this list?

2002-03-25 Thread Xue-Feng Yang

thanks

__ 
File your taxes online! http://taxes.yahoo.ca

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



Re: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Scott M Stark

2 weeks.


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: Thieme, Winfried [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 25, 2002 7:39 AM
Subject: [JBoss-dev] Release 2.4.5 ??


 Hello!

 Can anyone tell me when JBoss 2.4.5 will be released? Days, weeks, months
??
 I'm waiting for a bug fix of bug #504895 ...

 Thanx

 Winfried




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



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



Re: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Scott M Stark

I'll look at integrating it.


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: Coetmeur, Alain [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 25, 2002 8:11 AM
Subject: RE: [JBoss-dev] Release 2.4.5 ??


by the way,
 could someone integrate my patch
https://sourceforge.net/tracker/index.php?func=detailaid=512854group_id=22
866atid=376687

It seems to work well (the main problem is explaing what/how you can do with
it),
but despite the fact I'm allowed to write,
I cannot use CVS because of our firewall...

moreover I've tested all with jboss2.4.4 (+tomcat 4.0.1 .2 .3 ) but not in
jboss3.x






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



Re: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread cepage

Can you please be sure to integrate the latest version of JBossMQ into 2.4.5? 

2.4.4 uses the old, old 1.0.0 beta with lots of bugs in it.

Thanks,
Corby
_
View thread online: http://main.jboss.org/thread.jsp?forum=66thread=11554

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



Re: [JBoss-dev] Why add anything from a war to the JBoss classpath

2002-03-25 Thread Roland King

I'm a bit late on this thread ...

as far as I can tell Tomcat doesn't look at the META-INF stuff at all. manifest 
classpaths have worked in tomcat because jboss put them into the parent classloader 
first.  Is that something we should press Tomcat to fix, ie is reading the MANIFEST 
part of the .war deployer contract?
(I think it ought to be)

I assume (and I can't instantly see where the deployer went to!) that you are still 
parsing out and adding classes from .ear MANIFEST classpaths and setting that 
classloader as the parent before sending the .war to the wardeployer. If that's the 
case, it would of course be possible for deployers to make .ear's not .war's and set 
the manifest classpath in there. 

Roland 


_
View thread online: http://main.jboss.org/thread.jsp?forum=66thread=9260

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



[JBoss-dev] [ jboss-Bugs-534542 ] Unable to start JBoss

2002-03-25 Thread noreply

Bugs item #534542, was opened at 2002-03-24 21:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=534542group_id=22866

Category: CatalinaBundle
Group: v2.4 (stable)
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Moses Wang (mwang)
Assigned to: Scott M Stark (starksm)
Summary: Unable to start JBoss

Initial Comment:
Today, I download JBoss-2.4.4_Tomcat-4.0.1, and 
execute run_with_catalina.bat. Then send a request 
http://localhost:8080, I get following error:
Using configuration catalina
[ERROR,EmbeddedCatalinaServiceSX] HttpProcessor[8080]
[4] process.invoke
java.lang.NullPointerException
at 
org.apache.catalina.valves.ErrorDispatcherValve.status
(ErrorDispatcherValve.java:280)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke
(ErrorDispatcherValve.java:180)
at 
org.apache.catalina.core.StandardPipeline.invokeNext
(StandardPipeline.java:564)
at 
org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:170)
...

JBoss need more document to tell us how to start it!

--

Comment By: Scott M Stark (starksm)
Date: 2002-03-25 09:58

Message:
Logged In: YES 
user_id=175228

There is no content deployed to that url by default. Deploy 
an ear with a mapping to the root context to avoid this 
issue.

--

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

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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon



y35 j00 D1d. =P


thats pearl ?;) or BuildMagic lingo ?


That is l33t (http://www.geocities.com/mnstr_2000/translate.html)

While on  topic of BM can U please explain what it does that ant task's can
not do ? and WHY do We have a top level BlackBox instead of a 'standard' way
to extend and build with ant ! ... ? ...


If you can make Ant do what the current system does now, be my honored 
guest.

I fail to see how you go from CVS to Buildmagic to Ant.

--jason



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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Peter Fagerlund

on 25-03-2 21.38, Jason Dillon at [EMAIL PROTECTED] wrote:

 While on  topic of BM can U please explain what it does that ant task's can
 not do ? and WHY do We have a top level BlackBox instead of a 'standard' way
 to extend and build with ant ! ... ? ...
 If you can make Ant do what the current system does now, be my honored
 guest.

can U please explain what it does that ant task's can not do ?

/peter_f


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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Dan Christopherson

Jason Dillon wrote:

 
 I fail to see how you go from CVS to Buildmagic to Ant.
 
 --jason

Through the one thing that connects the three: Jason Dillon!

-danch



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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon



can U please explain what it does that ant task's can not do ?


1) Provides pseudo-late-binding for properties.
2) Provides helper tasks to set system properties, plus a few other 
utilities .
3) Provides a mechanism to hook up multipule sub-projects based on 
property configuration.

Perhaps if you had a look at the build files in more detail you could 
have discovered this yourself.

--jason


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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Peter Fagerlund

on 25-03-2 23.42, Jason Dillon at [EMAIL PROTECTED] wrote:

 1) Provides pseudo-late-binding for properties.
 2) Provides helper tasks to set system properties, plus a few other
 utilities .
 3) Provides a mechanism to hook up multipule sub-projects based on
 property configuration.
 
 Perhaps if you had a look at the build files in more detail you could
 have discovered this yourself.

ahhh ... nothing like - a look in the horse mouth :-)

I would imagine all of the above could be split up and executed as ant tasks
? ...

how bout intergrating CVS ? ... into the build process ? ...

Thanks
/peter_f


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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon




I would imagine all of the above could be split up and executed as ant tasks
? ...


That depends on what you mean... essentially that is what the bm tasks do.

how bout intergrating CVS ? ... into the build process ? ...


What about CVS do you want integrated?

--jason



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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Peter Fagerlund

on 25-03-2 23.58, Jason Dillon at [EMAIL PROTECTED] wrote:

 What about CVS do you want integrated?

dont know just freeflowing
- maybe a do a checkout and build - test cycle - ftp report to IP(lubega).
 


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



Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon

The cvs, ant and junit tests will let you do the first bit, then the ftp 
task can hook up the rest... not that I would really recommend that.  

Ant can do all this, it is just a matter of organization and time to 
glue things together.  Some of this has already been done.  Talk with 
Chris, he probably knows more about this.

--jason


Peter Fagerlund wrote:

on 25-03-2 23.58, Jason Dillon at [EMAIL PROTECTED] wrote:

What about CVS do you want integrated?


dont know just freeflowing
- maybe a do a checkout and build - test cycle - ftp report to IP(lubega).
 




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



[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   563



Successful tests:  533

Errors:20

Failures:  10





[time of test: 26 March 2002 1:2 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20010626 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   563



Successful tests:  534

Errors:19

Failures:  10





[time of test: 26 March 2002 1:54 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20020124 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



[JBoss-dev] test forum...

2002-03-25 Thread Jason Dillon

I can't believe that users are posting questions here... what is the 
world coming too =[

--jason


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



[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   563



Successful tests:  536

Errors:19

Failures:  8





[time of test: 26 March 2002 2:41 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Team]
[java.vm.version: Blackdown-1.3.1_02a-FCS]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



[JBoss-dev] when startup jboss how to disable the tomcat(in jbuilder 6)

2002-03-25 Thread Li Xiang



hello everyone:

i have set up my jbuilder6 
touse opentool successfully,i can launch the jbossserver from jb6,now 
i have a project include ejb jsp servlet,my jboss embeded a catalina, so when I 
debug my project use jboss, I can't check the "application server is web server" 
box, so the tomcat also startup.I mean that i only need jboss to startup 
,I don't want the another tomcat to startup.
so how shall I do it?


[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   563



Successful tests:  535

Errors:20

Failures:  8





[time of test: 26 March 2002 4:17 GMT]
[java.version: 1.3.1]
[java.vendor: Blackdown Java-Linux Team]
[java.vm.version: Blackdown-1.3.1-02a-FCS]
[java.vm.name: Classic VM]
[java.vm.info: green threads, nojit]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   563



Successful tests:  535

Errors:19

Failures:  9





[time of test: 26 March 2002 5:42 GMT]
[java.version: 1.3.1]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1-b24]
[java.vm.name: Java HotSpot(TM) Server VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file MessageLog.java PersistenceManager.java

2002-03-25 Thread Christian Riege

  User: lqd 
  Date: 02/03/25 22:40:41

  Modified:src/main/org/jboss/mq/pm/file Tag: Branch_2_4
MessageLog.java PersistenceManager.java
  Log:
  change logging from System.out to log4j
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.2.2.3   +12 -5 jbossmq/src/main/org/jboss/mq/pm/file/MessageLog.java
  
  Index: MessageLog.java
  ===
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/file/MessageLog.java,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- MessageLog.java   13 Dec 2001 15:58:18 -  1.2.2.2
  +++ MessageLog.java   26 Mar 2002 06:40:41 -  1.2.2.3
  @@ -20,16 +20,20 @@
   import org.jboss.mq.SpyMessage;
   import org.jboss.mq.SpyJMSException;
   
  +import org.jboss.logging.Logger;
  +
   /**
*  This is used to keep SpyMessages on the disk and is used reconstruct the
*  queue in case of provider failure.
*
* @createdAugust 16, 2001
* @author:Paul Kendall ([EMAIL PROTECTED])
  - * @version$Revision: 1.2.2.2 $
  + * @version$Revision: 1.2.2.3 $
*/
   public class MessageLog {
   
  +   private static Logger log = Logger.getLogger( MessageLog.class );
  +
  /
  // Attributes
  /
  @@ -150,10 +154,10 @@
Thread.yield();
if ( file.exists() ) {
   if ( !file.delete() ) {
  -   System.out.println( Failed to delete file:  + 
file.getAbsolutePath() );
  +   log.warn( Failed to delete file:  + file.getAbsolutePath() );
   }
} else {
  -System.out.println( File was deleted, but delete() failed for:  + 
file.getAbsolutePath() );
  +log.warn( File was deleted, but delete() failed for:  + 
file.getAbsolutePath() );
}
 }
  }
  @@ -166,10 +170,10 @@
Thread.yield();
if ( from.exists() ) {
   if ( !from.renameTo( to ) ) {
  -   System.out.println( Rename of file  + from.getAbsolutePath() +  
to  + to.getAbsolutePath() +  failed. );
  +   log.warn( Rename of file  + from.getAbsolutePath() +  to  + 
to.getAbsolutePath() +  failed. );
   }
} else {
  -System.out.println( Rename of file  + from.getAbsolutePath() +  to  
+ to.getAbsolutePath() +  failed but from no longer exists? );
  +log.warn( Rename of file  + from.getAbsolutePath() +  to  + 
to.getAbsolutePath() +  failed but from no longer exists? );
}
 }
  }
  @@ -203,3 +207,6 @@
 throw newE;
  }
   }
  +/*
  +vim:ts=3:et:sw=3
  +*/
  
  
  
  1.2.2.2   +13 -3 jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManager.java
  
  Index: PersistenceManager.java
  ===
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/file/PersistenceManager.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- PersistenceManager.java   23 Aug 2001 03:57:11 -  1.2.2.1
  +++ PersistenceManager.java   26 Mar 2002 06:40:41 -  1.2.2.2
  @@ -26,15 +26,20 @@
   
   import org.jboss.util.ServiceMBeanSupport;
   
  +import org.jboss.logging.Logger;
  +
   /**
*  This class manages all persistence related services for file based
*  persistence.
*
* @author Paul Kendall ([EMAIL PROTECTED])
* @createdAugust 16, 2001
  - * @version$Revision: 1.2.2.1 $
  + * @version$Revision: 1.2.2.2 $
*/
  -public class PersistenceManager extends org.jboss.util.ServiceMBeanSupport 
implements PersistenceManagerMBean, org.jboss.mq.pm.PersistenceManager {
  +public class PersistenceManager
  +   extends org.jboss.util.ServiceMBeanSupport
  +   implements PersistenceManagerMBean, org.jboss.mq.pm.PersistenceManager
  +{
  protected java.util.ArrayList txPool = new java.util.ArrayList();
   
  protected long   tidcounter = Long.MIN_VALUE;
  @@ -52,6 +57,8 @@
   
  protected final static int MAX_POOL_SIZE = 50;
   
  +   private static Logger log = Logger.getLogger( PersistenceManager.class );
  +
  /**
   *  PersistenceManager constructor.
   *
  @@ -107,7 +114,7 @@
  txs.add( tx );
   }
} catch ( NumberFormatException e ) {
  -System.out.println( Ignoring invalid transaction record file  + 
transactFiles[i].getAbsolutePath() );
  +log.warn( Ignoring invalid transaction record file  + 
transactFiles[i].getAbsolutePath() );
   transactFiles[i] = null;
} catch ( IOException e ) {
   JMSException jmse = new SpyJMSException( IO 

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server JMSServer.java

2002-03-25 Thread Christian Riege

  User: lqd 
  Date: 02/03/25 22:53:49

  Modified:src/main/org/jboss/mq/server Tag: Branch_2_4 JMSServer.java
  Log:
  Fix for bug #533824. JMS spec requoires the MessageID to be prefixed
  with 'ID:' instead of just 'ID'
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.4.2.3   +2 -2  jbossmq/src/main/org/jboss/mq/server/JMSServer.java
  
  Index: JMSServer.java
  ===
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/server/JMSServer.java,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- JMSServer.java28 Nov 2001 06:15:32 -  1.4.2.2
  +++ JMSServer.java26 Mar 2002 06:53:49 -  1.4.2.3
  @@ -37,7 +37,7 @@
* @author Hiram Chirino ([EMAIL PROTECTED])
* @author David Maplesden ([EMAIL PROTECTED])
* @createdAugust 16, 2001
  - * @version$Revision: 1.4.2.2 $
  + * @version$Revision: 1.4.2.3 $
*/
   public class JMSServer
   {
  @@ -146,7 +146,7 @@
{
   synchronized ( this )
   {
  -   ID = ID + ( new Integer( lastID++ ).toString() );
  +   ID = ID: + ( new Integer( lastID++ ).toString() );
   }
   stateManager.addLoggedOnClientId( ID );
   break;
  
  
  

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



[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server JMSServer.java

2002-03-25 Thread Christian Riege

  User: lqd 
  Date: 02/03/25 22:55:34

  Modified:src/main/org/jboss/mq/server JMSServer.java
  Log:
  Fix for bug #533824. JMS spec requoires the MessageID to be prefixed
  with 'ID:' instead of just 'ID'
  
  Revision  ChangesPath
  1.17  +2 -2  jbossmq/src/main/org/jboss/mq/server/JMSServer.java
  
  Index: JMSServer.java
  ===
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/server/JMSServer.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- JMSServer.java9 Mar 2002 15:32:34 -   1.16
  +++ JMSServer.java26 Mar 2002 06:55:34 -  1.17
  @@ -52,7 +52,7 @@
* @authorHiram Chirino ([EMAIL PROTECTED])
* @authorDavid Maplesden ([EMAIL PROTECTED])
* @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a
  - * @version   $Revision: 1.16 $
  + * @version   $Revision: 1.17 $
*/
   public class JMSServer implements JMSServerInvoker
   {
  @@ -239,7 +239,7 @@
{
   synchronized (idLock)
   {
  -   ID = ID + (new Integer(lastID++).toString());
  +   ID = ID: + (new Integer(lastID++).toString());
   }
   stateManager.addLoggedOnClientId(ID);
   break;
  
  
  

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



[JBoss-dev] Automated JBoss Testsuite Results: 26-March-2002

2002-03-25 Thread chris



JBoss daily test results

SUMMARY

Number of tests run:   553



Successful tests:  522

Errors:20

Failures:  11





[time of test: 26 March 2002 7:1 GMT]
[java.version: 1.3.1_02]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.3.1_02-b02]
[java.vm.name: Java HotSpot(TM) Server VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.9-31]

See http://lubega.com for full details

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





DETAILS OF ERRORS

[details not shown -as this makes the mail too big to reach the sf mailing list]




PS BEFORE you commit, run the test suite!

Its really is easy, just use the ant target 'run-basic-testsuite' from the 
build directory.


To just run the unit tests (they are quite quick):

In the testsuite directory, 
./build.sh tests-unit


You can run a single test case using:
./build.sh -Dtest=[XXXTestCase] one-test

The XXXTestCase is the classname of the junit class to run. So, to run the 
EJBSpecUnitTestCase use:
./build.sh -Dtest=EJBSpecUnitTestCase one-test


To run all tests within a package, use
./build.sh -Dtest=[package] test

The package is name of the directory under the org/jboss/test directory that 
contains the tests to run. So, to run the unit tests in the 
org.jboss.test.security package use:
./build.sh -Dtest=security test



Thanks for all your effort - we really do love you!



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



Re: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Peter Antman

On 25 Mar, cepage wrote:
 Can you please be sure to integrate the latest version of JBossMQ into 2.4.5? 
 
 2.4.4 uses the old, old 1.0.0 beta with lots of bugs in it.

I to think this would be a could idea if we could live with not beeing
completely backportable  ( I think the message format has changed).

I have made a backport of 3.0 to the 2.4.4 line, and have it up and
working. The backport is automated, so it may be repeted even when 3.0
changes.

What do you say Scott, or does it brake your book sales?

//Peter
 
 Thanks,
 Corby
 _
 View thread online: http://main.jboss.org/thread.jsp?forum=66thread=11554
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

-- 

Peter AntmanChief Systems Architect, Business Development
Technology in Media, Box 34105 100 26 Stockholm
WWW: http://www.tim.se  WWW: http://www.backsource.org
Email: [EMAIL PROTECTED]
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 



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



[JBoss-dev] [ jboss-Bugs-533824 ] JMSMessageID has incorrect prefix

2002-03-25 Thread noreply

Bugs item #533824, was opened at 2002-03-22 23:53
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=533824group_id=22866

Category: JBossMQ
Group: v3.0 Rabbit Hole
Status: Closed
Resolution: Fixed
Priority: 3
Submitted By: Loren Rosen (lorenrosen)
Assigned to: Christian Riege (lqd)
Summary: JMSMessageID has incorrect prefix

Initial Comment:
The JMS spec 1.0.2b specifies that JMSMessageIDs have
a prefix of ID:. However jbossmq messages are missing
the required : in the third character.

I'm attaching a regression test for JMSMessagesIDs
which demonstrates the problem (though the failing
junit assertion is commented out).

--

Comment By: Christian Riege (lqd)
Date: 2002-03-26 07:56

Message:
Logged In: YES 
user_id=176671

Fixed in both 2.4.5 and 3.0

--

Comment By: Christian Riege (lqd)
Date: 2002-03-26 07:49

Message:
Logged In: YES 
user_id=176671

correct. will fix this ASAP.

--

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

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



[JBoss-dev] [ jboss-Change Notes-535054 ] JMSMessageId now Spec compliant

2002-03-25 Thread noreply

Change Notes item #535054, was opened at 2002-03-26 07:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=381174aid=535054group_id=22866

Category: JBossMQ
Group: None
Status: Open
Priority: 5
Submitted By: Christian Riege (lqd)
Assigned to: Nobody/Anonymous (nobody)
Summary: JMSMessageId now Spec compliant

Initial Comment:
Fix bug #533824: JMSMessageId generated by JBossMQ was
not spec compliant (missing : after ID).

--

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

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