[JBoss-dev] [Ann] [JBoss.net] Axis 1.1 final in *head*

2003-06-29 Thread Jung , Dr. Christoph
subject says it all. In addition, jws file support (web service code that is
compiled on the fly, similar to jsps) has been enabled in the default conf.

CGJ

  
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-672694 ] JbossMQ gets confused of destinations with a slash in name

2003-06-29 Thread SourceForge.net
Bugs item #672694, was opened at 2003-01-22 20:27
Message generated for change (Comment added) made by mikezzz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=672694group_id=22866

Category: JBossMQ
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Arentz (sateh)
Assigned to: Nobody/Anonymous (nobody)
Summary: JbossMQ gets confused of destinations with a slash in name

Initial Comment:

 JBoss 3.2.0RC1, 3.0.4 and 3.0.5

 All my queues are persistent with the file based 
PersistenceManager.

 When I queue messages I see them in  
 server/default/db/jbossmq/file//QUEUENAME. It runs 
fine when I run a  
 scheduled task to pick these up. Life is good and 
JBoss rocks :-)

 Now the problem; I stop JBoss while messages are 
still queued. I see  
 the files on disk. JBoss is started again, and it doesn't 
see these  
 messages. Nothing happens. I can submit new 
messages to the queue and  
 those are correctly processed, but the old messages 
are still there,  
 nothing happens.

 I use the PERSISTENT flag everywhere.

 Does anyone have a clue what could be the cause of 
this? Configuration  
 error or bug in JBossMQ? I've looked everywhere and 
I'm not sure what  
 to do next ...

Ah! I solved this one. I had this in jbossmq-
destinations.xml:

mbean code=org.jboss.mq.server.jmx.Queue
   
name=jboss.mq.destination:service=Queue,name=mcc
p/ 
FailedIncomingMessages
depends optional-attribute 
name=DestinationManager
  jboss.mq:service=DestinationManager
/depends
/mbean

The problem is the slash in the destination name,  
mccp/FailedIncomingMessages. In both the 
rollinglogged and file  
persistence managers this is not handled correctly .. the 
slash is not  
escaped and interpreted as a path separator.

Before I file this as a bug report, does anyone know 
if 'blah/bleh' is  
a valid destination name? I would say yes, but I'm not 
sure in which  
specification to look for a confirmation.

  S.




--

Comment By: Michael Barker (mikezzz)
Date: 2003-06-29 18:11

Message:
Logged In: YES 
user_id=659570

Created a partial fix for this bug (patch #751562).  Only
fixed rolling logged pm so far.  Can submit a fix for the
rest if interested.

--

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


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] How can I use two datasource?

2003-06-29 Thread Diana Estrada
Hi, I need to configurate two datasource, actually I have a default datasource correct but when I try to use other datasource with other name, this's incorrect.
What can I do to use two datasource?
I have jboss 3.0.7, SQL Server
thanks for all.
My XML file:
jbosscmp-jdbc  defaults datasourcejava:/DefaultDS/datasource datasource-mappingMS SQLSERVER2000/datasource-mapping  create-tabletrue/create-table remove-tablefalse/remove-table tuned-updatestrue/tuned-updates read-onlyfalse/read-only time-out0/time-out pk-constrainttrue/pk-constraint fk-constraintfalse/fk-constraint row-lockingfalse/row-locking
 preferred-relation-mappingforeign-key/preferred-relation-mapping read-ahead strategyon-load/strategy page-size1000/page-size eager-load-group*/eager-load-group /read-ahead list-cache-max1000/list-cache-max /defaults
 opc datasourcejava:/DefaultDS2/datasource datasource-mappingMS SQLSERVER2000/datasource-mapping  create-tabletrue/create-table remove-tablefalse/remove-table tuned-updatestrue/tuned-updates read-onlyfalse/read-only time-out0/time-out pk-constrainttrue/pk-constraint fk-constraintfalse/fk-constraint row-lockingfalse/row-locking
 preferred-relation-mappingforeign-key/preferred-relation-mapping read-ahead strategyon-load/strategy page-size1000/page-size eager-load-group*/eager-load-group /read-ahead list-cache-max1000/list-cache-max /opc
 type-mappings type-mapping nameMcKoi/name row-locking-templateSELECT ?1 FROM ?2 WHERE ?3 FOR UPDATE/row-locking-template pk-constraint-templateCONSTRAINT ?1 PRIMARY KEY (?2)/pk-constraint-template fk-constraint-templateALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)/fk-constraint-template alias-header-prefixt/alias-header-prefix alias-header-suffix_/alias-header-suffix alias-max-length32/alias-max-length subquery-supportedtrue/subquery-supported
 true-mappingTRUE/true-mapping false-mappingFALSE/false-mapping
 mapping java-typejava.lang.Boolean/java-type jdbc-typeBIT/jdbc-type sql-typeBOOLEAN/sql-type /mapping mapping java-typejava.lang.Byte/java-type jdbc-typeTINYINT/jdbc-type sql-typeSMALLINT/sql-type /mapping mapping java-typejava.lang.Short/java-type
 jdbc-typeSMALLINT/jdbc-type sql-typeSMALLINT/sql-type /mapping mapping java-typejava.lang.Integer/java-type jdbc-typeINTEGER/jdbc-type sql-typeINTEGER/sql-type /mapping mapping java-typejava.lang.Long/java-type jdbc-typeBIGINT/jdbc-type sql-typeBIGINT/sql-type
 /mapping mapping java-typejava.lang.Float/java-type jdbc-typeREAL/jdbc-type sql-typeFLOAT/sql-type /mapping mapping java-typejava.lang.Double/java-type jdbc-typeDOUBLE/jdbc-type sql-typeDOUBLE/sql-type /mapping mapping
 java-typejava.lang.Character/java-type jdbc-typeCHAR/jdbc-type sql-typeCHAR/sql-type /mapping mapping java-typejava.lang.String/java-type jdbc-typeVARCHAR/jdbc-type sql-typeVARCHAR(64)/sql-type /mapping mapping java-typejava.sql.Date/java-type jdbc-typeDATE/jdbc-type
 sql-typeDATE/sql-type /mapping mapping java-typejava.sql.Time/java-type jdbc-typeTIME/jdbc-type sql-typeTIME/sql-type /mapping mapping java-typejava.sql.Timestamp/java-type jdbc-typeTIMESTAMP/jdbc-type sql-typeTIMESTAMP/sql-type /mapping mapping
 java-typejava.lang.Object/java-type jdbc-typeJAVA_OBJECT/jdbc-type sql-typeJAVA_OBJECT/sql-type /mapping /type-mapping  type-mapping nameInterBase/name row-locking-templateSELECT ?1 FROM ?2 WHERE ?3 FOR UPDATE/row-locking-template pk-constraint-templateCONSTRAINT ?1 PRIMARY KEY (?2)/pk-constraint-template fk-constraint-templateALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4
 (?5)/fk-constraint-template alias-header-prefixt/alias-header-prefix alias-header-suffix_/alias-header-suffix alias-max-length32/alias-max-length subquery-supportedtrue/subquery-supported true-mapping1/true-mapping false-mapping0/false-mapping
 mapping java-typejava.lang.Boolean/java-type jdbc-typeBIT/jdbc-typeetc...
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

[JBoss-dev] [AUTOMATED] JBoss (Branch_3_0/linux1) Compilation failed

2003-06-29 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
 [copy] Copying 5 files to 
/home/jbossci/jbossci/jboss-head/connector/output/gen-src

compile-source-jdbc3:

compile-source-jdbc-version:

compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/connector/output/classes
[javac] Compiling 63 source files to 
/home/jbossci/jbossci/jboss-head/connector/output/classes
/home/jbossci/jbossci/jboss-head/connector/output/gen-src/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.java:42:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedPreparedStatement 
   ^
/home/jbossci/jbossci/jboss-head/connector/output/gen-src/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
public class WrappedCallableStatement 
   ^
/home/jbossci/jbossci/jboss-head/connector/output/gen-src/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
/home/jbossci/jbossci/jboss-head/connector/output/gen-src/org/jboss/resource/adapter/jdbc/WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
4 warnings

compile-resources:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/connector/output/resources
 [copy] Copying 4 files to 
/home/jbossci/jbossci/jboss-head/connector/output/resources

compile-etc:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/connector/output/etc
 [copy] Copying 21 files to /home/jbossci/jbossci/jboss-head/connector/output/etc

compile:

jars:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/connector/output/lib
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-jca.sar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-common-jdbc-wrapper.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-local-jdbc.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-local-jdbc.rar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-xa-jdbc.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jboss-xa-jdbc.rar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jms-ra.jar
  [jar] Building jar: 
/home/jbossci/jbossci/jboss-head/connector/output/lib/jms-ra.rar

most:
[execmodules] 
[execmodules] ==
[execmodules] ==  Finished with 'most' in module 'connector'.
[execmodules] 
==
[execmodules] 

_module-connector-most:
 [copy] Copying 4 files to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/lib
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/lib
[mkdir] Created dir: 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/docs/examples/jca
 [copy] Copying 20 files to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/docs/examples/jca
 [copy] Copying 1 file to 
/home/jbossci/jbossci/jboss-head/build/output/testbuild/server/all/deploy
[execmodules] 
[execmodules] 
== 
[execmodules] ==  Executing 'most' in module 'cluster'...
[execmodules] ==

_buildmagic:init:

configure:

init:

compile-classes:
[mkdir] Created dir: /home/jbossci/jbossci/jboss-head/cluster/output/classes
[javac] Compiling 82 source files to 
/home/jbossci/jbossci/jboss-head/cluster/output/classes
/home/jbossci/jbossci/jboss-head/cluster/src/main/org/jboss/ha/jndi/HAJNDI.java:45: 
cannot resolve symbol
symbol  : class TreeHead  
location: class org.jboss.ha.jndi.HAJNDI
   protected TreeHead delegate;
 ^
/home/jbossci/jbossci/jboss-head/cluster/src/main/org/jboss/ha/framework/server/HAPartitionImpl.java:500:
 warning: MethodCall(java.lang.String,java.lang.Object[]) in 
org.javagroups.blocks.MethodCall has been deprecated
  MethodCall m = new MethodCall(objName + . + methodName, args);
 ^

[JBoss-dev] 300.00

2003-06-29 Thread
Title: 







  



  
 V2.7 
 
  
//

 

 


1234567 
89101112131415





 
 

 
:

1

2 

3

3

  
  


  
  

 




 


 



0536-2909116 QQ:5056114 
Email:[EMAIL PROTECTED]


  







---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [Ann] [JBoss.net] Axis 1.1 final in *head* -- andin 3.2

2003-06-29 Thread Andrew C. Oliver
Thanks Doc! 

Note that it is also in the 3.2 branch.  Testers gratefully welcomed!

-andy

On 6/29/03 10:17 AM, Jung , Dr. Christoph [EMAIL PROTECTED] wrote:

 subject says it all. In addition, jws file support (web service code that is
 compiled on the fly, similar to jsps) has been enabled in the default conf.
 
 CGJ
 
 
 ###
 
 This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
 For more information, connect to http://www.F-Secure.com/
 
 
 ---
 This SF.Net email sponsored by: Free pre-built ASP.NET sites including
 Data Reports, E-commerce, Portals, and Forums are available now.
 Download today and enter to win an XBOX or Visual Studio .NET.
 http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

-- 
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI

http://jakarta.apache.org/poi
For Java and Excel, Got POI?



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] JBoss (Branch_3_0/winxp) Compilation failed

2003-06-29 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
 [copy] Copying 5 files to F:\jboss\jboss-head\connector\output\gen-src

compile-source-jdbc3:

compile-source-jdbc-version:

compile-classes:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\classes
[javac] Compiling 63 source files to F:\jboss\jboss-head\connector\output\classes
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedPreparedStatement.java:42:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedPreparedStatement 
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:66:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
public class WrappedCallableStatement 
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
4 warnings

compile-resources:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\resources
 [copy] Copying 4 files to F:\jboss\jboss-head\connector\output\resources

compile-etc:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\etc
 [copy] Copying 21 files to F:\jboss\jboss-head\connector\output\etc

compile:

jars:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\lib
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-jca.sar
  [jar] Building jar: 
F:\jboss\jboss-head\connector\output\lib\jboss-common-jdbc-wrapper.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-local-jdbc.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-local-jdbc.rar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-xa-jdbc.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-xa-jdbc.rar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jms-ra.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jms-ra.rar

most:
[execmodules] 
[execmodules] ==
[execmodules] ==  Finished with 'most' in module 'connector'.
[execmodules] 
==
[execmodules] 

_module-connector-most:
 [copy] Copying 4 files to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy
[mkdir] Created dir: F:\jboss\jboss-head\build\output\testbuild\server\all\lib
 [copy] Copying 1 file to F:\jboss\jboss-head\build\output\testbuild\server\all\lib
[mkdir] Created dir: F:\jboss\jboss-head\build\output\testbuild\docs\examples\jca
 [copy] Copying 20 files to 
F:\jboss\jboss-head\build\output\testbuild\docs\examples\jca
 [copy] Copying 1 file to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy
[execmodules] 
[execmodules] 
== 
[execmodules] ==  Executing 'most' in module 'cluster'...
[execmodules] ==

_buildmagic:init:

configure:

init:

compile-classes:
[mkdir] Created dir: F:\jboss\jboss-head\cluster\output\classes
[javac] Compiling 82 source files to F:\jboss\jboss-head\cluster\output\classes
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\jndi\HAJNDI.java:45: cannot resolve 
symbol
symbol  : class TreeHead  
location: class org.jboss.ha.jndi.HAJNDI
   protected TreeHead delegate;
 ^
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:500:
 warning: MethodCall(java.lang.String,java.lang.Object[]) in 
org.javagroups.blocks.MethodCall has been deprecated
  MethodCall m = new MethodCall(objName + . + methodName, args);
 ^
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:546:
 warning: MethodCall(java.lang.String,java.lang.Object[]) in 
org.javagroups.blocks.MethodCall has been deprecated
  MethodCall m = new MethodCall(objName + . + methodName, args);
 ^
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\jndi\HAJNDI.java:54: cannot resolve 
symbol
symbol  : class TreeHead  
location: class 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Test Job Failed to Complete Successfully

2003-06-29 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
[junit] Tests run: 0, Failures: 0, Errors: 2, Time elapsed: 8.78 sec
[junit] TEST org.jboss.test.mdb.test.MDBUnitTestCase FAILED
[junit] Running org.jboss.test.naming.test.ENCUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 18.37 sec
[junit] Running org.jboss.test.naming.test.EjbLinkUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.469 sec
[junit] Running org.jboss.test.naming.test.ExternalContextUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.714 sec
[junit] Running 
org.jboss.test.naming.test.FederationWithExternalContextUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.097 sec
[junit] Running 
org.jboss.test.naming.test.InternalNamingClassReplacementUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 2, Time elapsed: 45.509 sec
[junit] TEST org.jboss.test.naming.test.InternalNamingClassReplacementUnitTestCase 
FAILED
[junit] Running org.jboss.test.naming.test.SimpleUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.75 sec
[junit] Running org.jboss.test.perf.test.PerfUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 11.032 sec
[junit] TEST org.jboss.test.perf.test.PerfUnitTestCase FAILED
[junit] Running org.jboss.test.proxycompiler.test.BeanProxyUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 6.335 sec
[junit] TEST org.jboss.test.proxycompiler.test.BeanProxyUnitTestCase FAILED
[junit] Running org.jboss.test.proxycompiler.test.ProxyCompilerUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.238 sec
[junit] Running org.jboss.test.readahead.test.ReadAheadUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 5.909 sec
[junit] TEST org.jboss.test.readahead.test.ReadAheadUnitTestCase FAILED
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 5.799 sec
[junit] TEST org.jboss.test.testbean.test.BeanUnitTestCase FAILED
[junit] Running org.jboss.test.testbeancluster.test.BeanUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 10.197 sec
[junit] TEST org.jboss.test.testbeancluster.test.BeanUnitTestCase FAILED
[junit] Running org.jboss.test.web.test.WebIntegrationUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 11.406 sec
[junit] TEST org.jboss.test.web.test.WebIntegrationUnitTestCase FAILED
[junit] Running org.jboss.test.ws4ee.test.WS4EEUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 4.014 sec
[junit] TEST org.jboss.test.ws4ee.test.WS4EEUnitTestCase FAILED
[junit] Running org.objectweb.jtests.jms.conform.connection.ConnectionTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 10.799 sec
[junit] Running org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.982 sec
[junit] Running org.objectweb.jtests.jms.conform.message.headers.MessageHeaderTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 15.645 sec
[junit] Running org.objectweb.jtests.jms.conform.message.MessageBodyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.128 sec
[junit] Running org.objectweb.jtests.jms.conform.message.MessageDefaultTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.538 sec
[junit] Running org.objectweb.jtests.jms.conform.message.MessageTypeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 11.795 sec
[junit] Running 
org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
[junit] Tests run: 71, Failures: 0, Errors: 0, Time elapsed: 32.936 sec
[junit] Running 
org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
[junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 11.61 sec
[junit] Running org.objectweb.jtests.jms.conform.queue.QueueBrowserTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.966 sec
[junit] Running org.objectweb.jtests.jms.conform.queue.TemporaryQueueTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.449 sec
[junit] Running org.objectweb.jtests.jms.conform.selector.SelectorSyntaxTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 9.715 sec
[junit] Running 

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Test Results: 89 % ( 655 / 733 ) - come on - pull your finger out

2003-06-29 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===


JBoss daily test results

SUMMARY

Number of tests run:   733



Successful tests:  655

Errors:71

Failures:  7





[time of test: 2003-06-30.01-06 GMT]
[java.version: 1.4.1_03]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_03-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.20-18.7]

See http://jboss1.kimptoc.net/linux1/logtests/testresults/reports/html//. for
the junit report of this test.

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.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   InvocationLogUnitTestCase
Test:testClientInvocationLog(org.jboss.test.aop.test.InvocationLogUnitTestCase)
Type:error
Exception:   java.lang.NullPointerException
Message: 
-



Suite:   RemotingUnitTestCase
Test:testClusteredRemotingDT2(org.jboss.test.aop.test.RemotingUnitTestCase)
Type:error
Exception:   org.jboss.tm.JBossRollbackException
Message: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, 
GlobalId=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/101, 
BranchQual=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/] status=STATUS_ROLLEDBACK; - 
nested throwable: (java.lang.RuntimeException: Unexpected exception in commit of xid: 
XidImpl [FormatId=257, GlobalId=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/101, 
BranchQual=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/1], exception: 
java.lang.RuntimeException: Error processing InternalInvocation.  Unable to process 
method commit)
-



Suite:   Scheduler2UnitTestCase
Test:testXMLScheduleProvider(org.jboss.test.util.test.Scheduler2UnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Not enough or too many (19) hits received: 10
-



Suite:   TreeCacheAopUnitTestCase
Test:testSet(org.jboss.test.cache.test.aop.TreeCacheAopUnitTestCase)
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   TransientMBeanUnitTestCase
Test:testPutTx(org.jboss.test.cache.test.tx.TransientMBeanUnitTestCase)
Type:error
Exception:   java.rmi.ServerException
Message: EJBException:; nested exception is:   javax.ejb.EJBException: Application 
Error: tried to enter Stateful bean with different tx context, contextTx: 
TransactionImpl:XidImpl [FormatId=257, 
GlobalId=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/101, 
BranchQual=11d1def534ea1be0x1c86be5xf61616bec7x-7fff/1], methodTx: null
-



Suite:   TransientMBeanUnitTestCase
Test:testRollbackTx(org.jboss.test.cache.test.tx.TransientMBeanUnitTestCase)
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: MBeanException: org.jboss.cache.LockingException: IdentityLock.attempt(); 
- nested throwable: (java.lang.InterruptedException) Cause: 
org.jboss.cache.LockingException: IdentityLock.attempt(); - nested throwable: 
(java.lang.InterruptedException)
-



===Mon Jun 30 
02:15:22 BST 2003
===Linux nog 
2.4.20-18.7 #1 Thu May 29 08:32:50 EDT 2003 i686 unknown
===java 
version 1.4.1_03
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AUTOMATED] JBoss (Branch_3_0/winxp) Compilation failed

2003-06-29 Thread Chris Kimpton
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS==
===
NOTE: Sourceforge pserver cvs access is now using the backup server - 
so these results are for yesterdays code. 
===
compile-source-jdbc-version:

compile-classes:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\classes
[javac] Compiling 63 source files to F:\jboss\jboss-head\connector\output\classes
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedPreparedStatement.java:524:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
   public void setUnicodeStream(int parameterIndex, InputStream stream, int length) 
throws SQLException
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedPreparedStatement.java:529:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
 ps.setUnicodeStream(parameterIndex, stream, length); 
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:976:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
   public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException
 ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:66:
 warning: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement 
has been deprecated
public class WrappedCallableStatement 
   ^
F:\jboss\jboss-head\connector\output\gen-src\org\jboss\resource\adapter\jdbc\WrappedCallableStatement.java:980:
 warning: getBigDecimal(int,int) in java.sql.CallableStatement has been deprecated
 return cs.getBigDecimal(parameterIndex, scale); 
  ^
5 warnings
[javac] Compiling 2 source files to F:\jboss\jboss-head\connector\output\classes

compile-resources:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\resources
 [copy] Copying 4 files to F:\jboss\jboss-head\connector\output\resources

compile-etc:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\etc
 [copy] Copying 21 files to F:\jboss\jboss-head\connector\output\etc

compile:

jars:
[mkdir] Created dir: F:\jboss\jboss-head\connector\output\lib
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-jca.sar
  [jar] Building jar: 
F:\jboss\jboss-head\connector\output\lib\jboss-common-jdbc-wrapper.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-local-jdbc.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-local-jdbc.rar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-xa-jdbc.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jboss-xa-jdbc.rar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jms-ra.jar
  [jar] Building jar: F:\jboss\jboss-head\connector\output\lib\jms-ra.rar

most:
[execmodules] 
[execmodules] ==
[execmodules] ==  Finished with 'most' in module 'connector'.
[execmodules] 
==
[execmodules] 

_module-connector-most:
 [copy] Copying 4 files to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy
[mkdir] Created dir: F:\jboss\jboss-head\build\output\testbuild\server\all\lib
 [copy] Copying 1 file to F:\jboss\jboss-head\build\output\testbuild\server\all\lib
[mkdir] Created dir: F:\jboss\jboss-head\build\output\testbuild\docs\examples\jca
 [copy] Copying 20 files to 
F:\jboss\jboss-head\build\output\testbuild\docs\examples\jca
 [copy] Copying 1 file to 
F:\jboss\jboss-head\build\output\testbuild\server\all\deploy
[execmodules] 
[execmodules] 
== 
[execmodules] ==  Executing 'most' in module 'cluster'...
[execmodules] ==

_buildmagic:init:

configure:

init:

compile-classes:
[mkdir] Created dir: F:\jboss\jboss-head\cluster\output\classes
[javac] Compiling 82 source files to F:\jboss\jboss-head\cluster\output\classes
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\jndi\HAJNDI.java:45: cannot resolve 
symbol
symbol  : class TreeHead 
location: class org.jboss.ha.jndi.HAJNDI
   protected TreeHead delegate;
 ^
F:\jboss\jboss-head\cluster\src\main\org\jboss\ha\framework\server\HAPartitionImpl.java:500:
 warning: MethodCall(java.lang.String,java.lang.Object[]) in 
org.javagroups.blocks.MethodCall has been deprecated
  MethodCall m = new MethodCall(objName + . + methodName, args);
 ^

[JBoss-dev] OTS and JBoss

2003-06-29 Thread Oleg V. Safonov
Ok, Tyrex is not supported, but how integrate CORBA transaction client and
JBoss?

Thanks.

Oleg V. Safonov (Millennium Group, MTDORB Team, RD)
[EMAIL PROTECTED]
[EMAIL PROTECTED]



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development