[JBoss-dev] jboss-4.0-jdk-matrix build.11 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log2004023258Lbuild.11
BUILD COMPLETE-build.11Date of build:11/11/2004 02:32:58Time to build:26 minutes 18 secondsLast changed:11/10/2004 21:19:59Last log entry:speed up undeploy




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(76)1.43modifiedpatriot1burkeaop/src/main/org/jboss/aop/Advisor.javaspeed up undeploy1.91modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectManager.javaspeed up undeploy1.62modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectXmlLoader.javaspeed up undeploy1.100modifiedpatriot1burkeaop/src/main/org/jboss/aop/ClassAdvisor.javaspeed up undeploy1.11modifiedpatriot1burkeaop/src/main/org/jboss/aop/advice/AdviceBinding.javaspeed up undeploy1.2modifiedreverbelaop/src/test/org/jboss/test/aop/reflection/POJO.javaRemoved unused imports.1.2modifiedreverbelaop/src/test/org/jboss/test/aop/reflection/ReflectionTester.javaRemoved unused imports.1.3modifiedreverbelaop/src/test/org/jboss/test/aop/reflection/SimplePerVmInterceptor.javaRemoved unused imports.1.7modifiedreverbelaop/src/test/org/jboss/test/aop/annotated/AspectPerVM.javaRemoved unused imports.1.2modifiedreverbelaop/src/test/org/jboss/test/aop/annotated/CountingInterceptor.javaRemoved unused imports.1.4modifiedreverbelaop/src/test/org/jboss/test/aop/annotated/IntroductionAspect.javaRemoved unused imports.1.3modifiedreverbelaop/src/test/org/jboss/test/aop/dotinpointcutname/DotInPointcutNameTestCase.javaRemoved unused imports.1.3modifiedreverbelcommon/src/main/org/jboss/xml/binding/DelegatingObjectModelProvider.javaRemoved unused imports.1.8modifiedreverbelcommon/src/main/org/jboss/util/threadpool/BasicThreadPool.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/util/propertyeditor/BigDecimalEditor.javaRemoved unused imports.1.3modifiedreverbelcommon/src/main/org/jboss/util/propertyeditor/DocumentEditor.javaRemoved unused imports.1.3modifiedreverbelcommon/src/main/org/jboss/util/propertyeditor/IntArrayEditor.javaRemoved unused imports.1.4modifiedreverbelcommon/src/main/org/jboss/util/propertyeditor/URLEditor.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/util/loading/ContextClassLoaderSwitcher.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/util/property/FilePropertyReader.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/util/property/PropertyGroup.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/util/collection/WeakValueHashMap.javaRemoved unused imports.1.4modifiedreverbelcommon/src/main/org/jboss/util/deadlock/ApplicationDeadlockException.javaRemoved unused imports.1.6modifiedreverbelcommon/src/main/org/jboss/util/coerce/CoercionHandler.javaRemoved unused imports.1.4modifiedreverbelcommon/src/main/org/jboss/util/collection/CachedList.javaRemoved unused imports.1.8modifiedreverbelcommon/src/main/org/jboss/util/Classes.javaRemoved unused imports.1.13modifiedreverbelcommon/src/main/org/jboss/util/Strings.javaRemoved unused imports.1.9modifiedreverbelcommon/src/main/org/jboss/net/protocol/njar/Handler.javaRemoved unused imports.1.4modifiedreverbelcommon/src/main/org/jboss/net/sockets/DefaultSocketFactory.javaRemoved unused imports.1.3modifiedreverbelcommon/src/main/org/jboss/net/sockets/MethodHash.javaRemoved unused imports.1.3modifiedreverbelcommon/src/main/org/jboss/net/sockets/QueuedClientSocketFactory.javaRemoved unused imports.1.5modifiedreverbelcommon/src/main/org/jboss/net/protocol/file/FileURLLister.javaRemoved unused imports.1.6modifiedreverbelcommon/src/main/org/jboss/net/protocol/DelegatingURLConnection.javaRemoved unused imports.1.4modifiedreverbelcommon/src/main/org/jboss/logging/util/LoggerStream.javaRemoved unused imports.1.39modifiedstarksmiiop/src/main/org/jboss/iiop/CorbaORBService.javaValidate that the org.jboss.iiop.SunJDK14IsLocalBugFix class can actually be loaded when SunJDK14IsLocalBugFix=true since It cannot be used under java 5 for example because the SunJDK14IsLocalBugFix base class does not exist. Fixes [ 1064187 ] IIOP tests fail to deploy due to org.jboss.iiop.SunJDK14IsLo.1.3modifiedpatriot1burkeaspects/build-test50.xmladded Container conceptupdated RoleBasedSecurity to match with EJB21.5modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataLoader.javaadded Container conceptupdated RoleBasedSecurity to match with EJB21.5modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptor.javaadded Container conceptupdated RoleBasedSecurity to match with EJB21.16modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectDeployer.javaadded Container conceptupdated RoleBasedSecurity to match with EJB21.24modifiedtelrodremoting/build.xmlChanged version to 

[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread norbert
actually isolationlevel SERIALIZABLE should result in what you expect to happen 
since it makes use of EDU.oswego.cs.dl.util.concurrent.FIFOSemaphore wrapped 
into an Identitylock as implementation of Sync. Thus read-locks are treated the 
same as write-locks and will block until the end of Transaction as long the 
previous lock is not owned by the same Globaltransaction.

Therefore the way your code runs depends on the behaviour of the 
transactionmanager being used since you start the second Transaction from the 
thread that is started within the boundaries of the first Transaction. To be 
independent of TransactionManagerImplementation-specific behaviour try starting 
the 2nd thread first before opening the first transaction.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854729#3854729

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854729


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - wsee, xdoclet, session bean example

2004-11-11 Thread dijkstra
Has anyone got a hello world like example using:

- wsee,
- xdoclet to generate jaxrpc-mapping.xml and webservice.xml and
- a statless session bean
- jboss 4.0.0

Please send to [EMAIL PROTECTED] or post a web link.

Thanx.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854731#3854731

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854731


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064073 ] CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.

2004-11-11 Thread SourceForge.net
Bugs item #1064073, was opened at 2004-11-10 21:30
Message generated for change (Settings changed) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064073group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ivan Parra (ioparra)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.

Initial Comment:
JB3_2_6
Win2k
Oracle9i
JDK1.4

Attached is patch to the testsuite that modifies:

manyToManyBidirectional/ABTest.java-  the actual use 
case

RelationshipUnitTestCase- modified to only run ABTest

ejb-jar.xml/jbosscmp-jdbc.xml- modified to work with 
cmp2(findAll is not defined).

Also in the zip is a modified standardjboss.xml that 
forces the default CMP container to be cmp2.x.

The use case is simple.

A-B

Assumming there is 1 A to 1 B(as starting point).  If you 
run this type of code.

Collection coll = A.getB();
Collection newset = new HashSet();
newset.addAll(coll);
newset.add(newBEJB());
A.setB(newset);

The result should be 1 A to 2 B.

The SQL result is 1 A to 0 B.  The appserver (for the 

Attached are jars and sql output.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Unexpected Error TreeCache in JMS ??

2004-11-11 Thread bela
Can you turn this into a unit test (or just some *simple* sample code) that 
reproduces the problem ? I looked at the code, and it looked fine: simple 
serialization/deserialization of a hashmap.
Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854743#3854743

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854743


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Can't replicate the change in a Hashtable Object

2004-11-11 Thread bela
tinachen wrote : Hi, All:
  | I create a standardalone JBossCache three node cluster, then insert one 
Hashtable in one node using the method putObject(aFqn, aHashtable). 
  | But I found if I change the content of the aHashtable Object in one node, 
the change didn't replicate in other node. Could anybody tell me how I can make 
it work?
  | Thank you very much.
  | Tina
On a general note: putting a hashmap as value of an FQN might be replaced by 
taking the contents of the mashmap and creating a new subtree in JBossCache, 
e.g.
Map m;
  | TreeCache c;
  | Fqn base=Fqn.fromString(/a/b/c);
  | for(Iterator it=m.entries().iterator(); it.hasNext();) {
  |   Map.Entry entry=(Map.Entry)it.next();
  |   c.put(fqn, entry.getKey(), entry.getValue());
  | }

Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854747#3854747

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854747


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-11 Thread nthx
Hi

It works.

You must use execution joinpoint instead. It won't work with call joinpoint 
as it doesn't make sense. Even if it works with AspectJ, when I think about 
call type it looks strange to change called method's arguments from caller 
context.

Is there some special reason you can't use execution joinpoint?

So your code should use MethodInvocation class instead, and binding should be 
bind poincut=execution(void i$instanceof{SomeInterface}-someMethod())

:)

Tomasz Nazar

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854748#3854748

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854748


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2004-11-11 Thread manik
Thanks!

By the way, it is linked from the JBossCache wiki page - see the last para on 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossCache

I could try Websphere as well, but my experience/exposure to it is limited.  
Might be more efficient for someone skilled up in Websphere to give it a go.  
If no one has the time though, I could take it up ... 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854749#3854749

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854749


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - JVM exception running profiler

2004-11-11 Thread lbasili
Hello,
I am running jboss-3.2.3 with the profiler. I encountered the following VM 
exception  stressing it with some load during my testcase.
Can you help me in finding what does it depend on ?
Thanks very much in advance,


  | Initializing DataGathering
  | 
  | An unexpected exception has been detected in native code outside the VM.
  | Unexpected Signal : 11 occurred at PC=0x826D21D5
  | Function=_ZNKSt4lessIP10_jobjectIDEclERKS1_S4_+0xB
  | 
Library=/home/lbasili/projects/jboss-profiler/native/linux/libjbossInspector.so
  | 
  | Current Java thread:
  | 
  | Dynamic libraries:
  | 08048000-0804e000 r-xp  08:06 570196 
/usr/java/j2sdk1.4.2_04/bin/java
  | 0804e000-0804f000 rw-p 5000 08:06 570196 
/usr/java/j2sdk1.4.2_04/bin/java
  | 7e4e6000-7e50 r--s  08:06 1106920
/usr/java/ztc-jboss/server/ztc/tmp/deploy/tmp41613jboss-jca.sar
  | 7f008000-7f00c000 r-xp  08:06 1414880
/usr/java/j2sdk1.4.2_04/jre/lib/i386/libioser12.so
  | 7f00c000-7f00d000 rw-p 3000 08:06 1414880
/usr/java/j2sdk1.4.2_04/jre/lib/i386/libioser12.so
  | 7f275000-7f276000 r-xp  08:06 1415382
/usr/java/j2sdk1.4.2_04/jre/lib/i386/librmi.so
  | 7f276000-7f277000 rw-p  08:06 1415382
/usr/java/j2sdk1.4.2_04/jre/lib/i386/librmi.so
  | 7fcbe000-7fcc3000 r--s  08:06 1106931
/usr/java/ztc-jboss/server/ztc/tmp/deploy/tmp41618ra.jar
  | 7fcfd000-7fd0 r--s  08:06 1106930
/usr/java/ztc-jboss/server/ztc/tmp/deploy/tmp41617jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar
  | 7fee3000-7fef2000 r-xp  08:05 325169 /lib/libresolv-2.3.2.so
  | 7fef2000-7fef3000 rw-p f000 08:05 325169 /lib/libresolv-2.3.2.so
  | 7ff17000-7ff35000 r--s  08:06 1123728
/usr/java/ztc-jboss/server/ztc/lib/junit.jar
  | 7ff35000-8007b000 r--s  08:06 1123727
/usr/java/ztc-jboss/server/ztc/lib/jgroups.jar
  | 8007b000-8007e000 r--s  08:06 1123726
/usr/java/ztc-jboss/server/ztc/lib/properties-plugin.jar
  | 8007e000-800a2000 r--s  08:06 1123722
/usr/java/ztc-jboss/server/ztc/lib/jts.jar
  | 800c6000-804b8000 r--s  08:06 1123715
/usr/java/ztc-jboss/server/ztc/lib/jacorb.jar
  | 804b8000-804c1000 r--s  08:06 1123711
/usr/java/ztc-jboss/server/ztc/lib/jnpserver.jar
  | 804c1000-804f4000 r--s  08:06 1123709
/usr/java/ztc-jboss/server/ztc/lib/jbossha.jar
  | 804f4000-804f5000 r--s  08:06 1123708
/usr/java/ztc-jboss/server/ztc/lib/ztc-semaphore-manager.jar
  | 804f5000-804f7000 r--s  08:06 1123693
/usr/java/ztc-jboss/server/ztc/lib/hsqldb-plugin.jar
  | 804f7000-8052a000 r--s  08:06 1123685
/usr/java/ztc-jboss/server/ztc/lib/jboss-cache.jar
  | 8052a000-8052c000 r--s  08:06 1123677
/usr/java/ztc-jboss/server/ztc/lib/autonumber-plugin.jar
  | 8052c000-8052f000 r--s  08:06 1123665
/usr/java/ztc-jboss/server/ztc/lib/jcert.jar
  | 8052f000-8053c000 r--s  08:06 1123661
/usr/java/ztc-jboss/server/ztc/lib/ldapbp.jar
  | 8053c000-80553000 r--s  08:06 1123659
/usr/java/ztc-jboss/server/ztc/lib/snmp-support.jar
  | 80553000-80557000 r--s  08:06 1123616
/usr/java/ztc-jboss/server/ztc/lib/licensing.jar
  | 80557000-8058b000 r--s  08:06 1123641
/usr/java/ztc-jboss/server/ztc/lib/jbosssx.jar
  | 8058b000-8058c000 r--s  08:06 1123638
/usr/java/ztc-jboss/server/ztc/lib/ztc-cluster-manager.jar
  | 8058c000-805d7000 r--s  08:06 1123633
/usr/java/ztc-jboss/server/ztc/lib/ztc-server-startup.jar
  | 805d7000-80654000 r--s  08:06 1123625
/usr/java/ztc-jboss/server/ztc/lib/jsse.jar
  | 80654000-80656000 r--s  08:06 1123617
/usr/java/ztc-jboss/server/ztc/lib/ztc-devalign-manager.jar
  | 80656000-8065f000 r--s  08:06 1123591
/usr/java/ztc-jboss/server/ztc/lib/jboss-common-jdbc-wrapper.jar
  | 8065f000-8066d000 r--s  08:06 1123588
/usr/java/ztc-jboss/server/ztc/lib/snmp-adaptor.jar
  | 8066d000-8066f000 r--s  08:06 1123585
/usr/java/ztc-jboss/server/ztc/lib/mail-plugin.jar
  | 8066f000-806ba000 r--s  08:06 1123583
/usr/java/ztc-jboss/server/ztc/lib/mail.jar
  | 806ba000-80813000 r--s  08:06 1123546
/usr/java/ztc-jboss/server/ztc/lib/jboss.jar
  | 80813000-80814000 r--s  08:06 1123539
/usr/java/ztc-jboss/server/ztc/lib/jpl-pattern.jar
  | 80814000-80837000 r--s  08:06 1123525
/usr/java/ztc-jboss/server/ztc/lib/bsh-core-1.3.0.jar
  | 80837000-80856000 r--s  08:06 1123597
/usr/java/ztc-jboss/server/ztc/lib/xml-apis.jar
  | 80856000-80953000 r--s  08:06 1123524
/usr/java/ztc-jboss/server/ztc/lib/xalan.jar
  | 80953000-80958000 r--s  08:06 1123515
/usr/java/ztc-jboss/server/ztc/lib/jpl-util.jar
  | 80958000-8095c000 r--s  08:06 1123511
/usr/java/ztc-jboss/server/ztc/lib/bsh-deployer.jar
  | 8095c000-80964000 r--s  08:06 

[JBoss-dev] jboss-head Build Failed

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004050152
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:11/11/2004 05:01:52Time to build:20 minutes 0 secondsLast changed:11/11/2004 04:53:28Last log entry:added property configure indentation when marshalling, fixed choice group marshalling




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(10)1.11modifiedloubyanskycommon/src/main/org/jboss/xml/binding/AbstractMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.8modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Content.javaadded property configure indentation when marshalling, fixed choice group marshalling1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ContentWriter.javaadded property configure indentation when marshalling, fixed choice group marshalling1.11modifiedloubyanskycommon/src/main/org/jboss/xml/binding/DtdMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.8modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Marshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XercesXsMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.12modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.6modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/generic/FqnUnitTestCase.javaadded unit test case1.14modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message



[JBoss-dev] [JBossWS] - JBossWS performance issue

2004-11-11 Thread pvainio
Hi,

I have a big problem with a webservice on JBossWS.  I'm using document/literal 
style to return an array of ~15000 objects containing about 20 properties each. 

It works, but it takes ~15 minutes to generate the response.  Also JBoss 
requires over 500M memory to complete the request.

Exactly the same service, same wsdl, implementation etc. works ok with JWSDP1.4 
jaxrpc.  With jwsdp implementation generated with wsdeploy it takes no more 
than 2 minutes to complete the request and no extra memory is required.

Does anyone else has this problem?  Is there solution to it?  I would like to 
use JBossWS instead of jaxrpc/wsdeploy.

I'm just quessing but accoording to JBoss webservice/axis debug logs it looks 
like Axis is deserializing generated response before handing it out?  Should I 
look the problem (source) more closely, or should I wait  until Axis is 
replaced with JIRA?

Br,
Pekka




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854768#3854768

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854768


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - In which jar is the org.apache.soap.* package ? CLASSPATH

2004-11-11 Thread thoste
In order to compile and run Webservices under JBoss (3.2.6) 
I need to include some jar files to the CLASSPATH.

Where do I find the jar with the

org.apache.soap.*

classes?

Thomas

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854769#3854769

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854769


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1027433 ] WebService call calls always the same Servlet

2004-11-11 Thread SourceForge.net
Bugs item #1027433, was opened at 2004-09-13 19:01
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1027433group_id=22866

Category: JBossWeb
Group: CVS HEAD
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Thomas Diesler (tdiesler)
Summary: WebService call calls always the same Servlet

Initial Comment:
We build up two ear's with similar structure and names.
I used jboss-app.xml to get scoped classloading.
Both ear's contain war-files with webservices of JSE-
style in it.
After deploying both ear's, I can access the webservice 
via both URL's, but on the server always the servlet of 
last deplyoed ear is called.

I stripped down a testcase for this problem.
The attached jar-file contains the sources.
In build.xml some path will probably need some 
adjustment.
Running build.sh will create std.ear and cus.ear from 
test-dir and etc.
In client-dir you'll find some axis-genarated files and 
Client.java. Here both URL's are called, both as said 
above, I get both times the same result.
First I got cus.
After touching std.ear in deploy-dir on the server I 
get std.


--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-11 11:37

Message:
Logged In: YES 
user_id=423364

Fixed in jboss-4.0.1.

For Axis service name is derived from the webservice-
description-name concat port-component-name if there is 
more than one port component defined. JBossWS does not 
complain is a WS deployment overwrites an already registered 
service name.

Solution: take the canonical deployment name into account 
when generating the Axis service name.

Side effect: generic service URLs of type /ws4ee/services/
HelloService are now deprecated

See the attached bug-response.zip

Thanks for the good report

--

Comment By: Frank Langelage (lafr)
Date: 2004-09-13 19:05

Message:
Logged In: YES 
user_id=300021

Attachement was too big. I reduced the jar's in lib-dir to size 
0. You'll have to copy the ones from the JBoss-server.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.421 Build Fixed

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004063802Lbuild.421
BUILD COMPLETE-build.421Date of build:11/11/2004 06:38:02Time to build:20 minutes 26 secondsLast changed:11/11/2004 05:53:32Last log entry:corrected constant names




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(18)1.5modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MultispacedUnitTestCase.javacorrected constant names1.8modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SimpleTestCase.javacorrected constant names1.3modifiedloubyanskywebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeMarshallerTestCase.javamarshal with no indentation1.12modifiedloubyanskycommon/src/main/org/jboss/xml/binding/DtdMarshaller.javarenamed marshaller's constants1.9modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Marshaller.javarenamed marshaller's constants1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XercesXsMarshaller.javarenamed marshaller's constants1.13modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javarenamed marshaller's constants1.12modifiedloubyanskycommon/src/main/org/jboss/xml/binding/AbstractMarshaller.javarenamed marshaller's constants1.11modifiedloubyanskycommon/src/main/org/jboss/xml/binding/AbstractMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.8modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Content.javaadded property configure indentation when marshalling, fixed choice group marshalling1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ContentWriter.javaadded property configure indentation when marshalling, fixed choice group marshalling1.11modifiedloubyanskycommon/src/main/org/jboss/xml/binding/DtdMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.8modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Marshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XercesXsMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.12modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaadded property configure indentation when marshalling, fixed choice group marshalling1.6modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/generic/FqnUnitTestCase.javaadded unit test case1.14modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message



[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AspectWerkz AOP with JBoss: could not load aspect

2004-11-11 Thread 12Alex34
Michael, ask for AspectWerkz support on AspectWerkz mailing list
(subscribe by browsing there: http://aspectwerkz.codehaus.org)

Alex

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854773#3854773

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854773


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread bela
tallpsmith wrote : 
  | Lets assume a local TreeCache with isolation Level set to Serializable.
  | 

Are you sure you set the isolation level correctly ? Did you do:

cache.setIsolationLevel(IsolationLevel.SERIALIZABLE);

or set it via XML ?

Look at the code below, works exactly as it should: thread2 has to wait for 
3secs until it can (read) access the data.


  |public void testConcurrentReadsWithSerializableIsolationLevel() throws 
CacheException, InterruptedException {
  |   final long TIMEOUT=5000;
  |   cache.setIsolationLevel(IsolationLevel.SERIALIZABLE);
  |   cache.put(/testfqn, testkey, testvalue); // add initial value, 
to be read by threads
  |   Reader r1, r2;
  |   r1=new Reader(reader1, 3000);
  |   r2=new Reader(reader2, 0);
  |   r1.start();
  |   pause(100); // make sure thread1 starts and acquires the lock before 
thread2
  |   r2.start();
  |   r1.join(TIMEOUT);
  |   r2.join(TIMEOUT);
  |}
  | 
  |class Reader extends Thread {
  |   long timeout;
  | 
  |   public Reader(String name, long timeout) {
  |  super(name);
  |  this.timeout=timeout;
  |   }
  | 
  |   public void run() {
  |  UserTransaction trans=null;
  |  try {
  | trans=(UserTransaction)new 
InitialContext(p).lookup(UserTransaction);
  | trans.begin();
  | Object retval=null;
  | log2(accessing tree);
  | retval=cache.get(testfqn, testkey);
  | log2(retval:  + retval);
  | if(timeout  0) {
  |log2(sleeping for  + timeout +  ms);
  |pause(timeout);
  | }
  |  }
  |  catch(Exception e) {
  | e.printStackTrace();
  |  }
  |  finally {
  | try {trans.commit();} catch(Throwable t) {}
  | log2(done);
  |  }
  |   }
  |}
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854774#3854774

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854774


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread hktgan
Yes, a VERY GOD Question !



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854780#3854780

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854780


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: web-console-plugin

2004-11-11 Thread [EMAIL PROTECTED]
I've made a DeploymentService which is supposed to give you server-side support 
for doing the kind of things that you describe, i.e. create new deployments, 
start/stop them, remove them.

There is missing piece of functionality, i.e. transferring archives from the 
client to the server and I've asked Tom Elrod, who's doing the new remoting 
layer to add this.

An improved management console has been a much needed feature for quite some 
time, so it would be great if you could demonstrate new plugins to the 
web-console.

You may find additional info on the DeploymentService, here:
http://www.jboss.org/index.html?module=bbop=viewtopict=56332

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854781#3854781

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854781


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.167 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log2004070251Lbuild.167
BUILD COMPLETE-build.167Date of build:11/11/2004 07:02:51Time to build:27 minutes 3 secondsLast changed:11/11/2004 06:42:26Last log entry:Fix: [ 1027433 ] WebService call calls always the same Servlet




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(14)1.1.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/wsdlimport/AbsoluteImportTestCase.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.1.2.2modifiedtdieslertestsuite/src/resources/webservice/wsdlimport/absolute/WEB-INF/web.xmlFix: [ 1027433 ] WebService call calls always the same Servlet1.4.4.1modifiedtdieslertestsuite/src/resources/webservice/ws4eesimple/WEB-INF/web.xmlFix: [ 1027433 ] WebService call calls always the same Servlet1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/wsdlimport/AbsoluteImportTestCase.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.1.1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleJSETestCase.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.1.1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleEJBTestCase.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.35.4.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/AxisService.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.5.4.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/PortComponentInfo.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.18.2.5modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployer.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.10.2.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerEJB.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.12.2.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerJSE.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.2.2.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/ServiceEndpointServletEJB.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.2.2.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/server/ServiceEndpointServletJSE.javaFix: [ 1027433 ] WebService call calls always the same Servlet1.10.2.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/metadata/PortComponentMetaData.javaFix: [ 1027433 ] WebService call calls always the same Servlet



[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
There is supposed to be some support for J2EE-1.4 (i.e. EJB-2.1, webservices, 
etc ...) in the current XDoclet version. I've not tried it. Maybe somebody 
wants to write a wiki about it.

In future, JBossWS will support JSR-181 Web Service MetaData. We won't be doing 
XDoclet for WS4EE.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854784#3854784

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854784


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: In which jar is the

2004-11-11 Thread tdiesler
This is not part of the jboss distribution, org.apache.axis.soap.* is and can 
be found in jboss-ws4ee.jar 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854785#3854785

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854785


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread tdiesler
This is an interesting benchmark. Can you provide a test deployment?
Axis always parses the message and records the SAX events, in parallel it 
builds up an in memory representations of the SAAJ object graph. For your kind 
of data this is less than ideal, your data proof this point.

The new JBossWS project will specifically address lazy parsing of messages. The 
prototype will hopefully be available for JBossWorld.

Do you have JWSDP deployed in JBoss? If yes, do you want to write a wiki about 
it?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854786#3854786

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854786


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: JVM exception running profiler

2004-11-11 Thread clebertsuconic
What parameters are you passing to -XrunjbossInspector: ?

if you are using socket=port, you would have to set profilerConsole.jar in the 
classpath at run.bat. (Remember also to run externally the console by callling 
java -jar profilerConsole.jar )

The socket=address|IP: is more approprieate to use with standalone application 
or in other application servers. 

For JBoss the best way to use the profiler is to install 
jboss-profiler-noAOP.sar or jboss-profiler.sar into the deployment directory 
and use the MBean to manage its profiler's lifecycle (start/stop/pause) through 
the JMX console.

Anyway, if you need more help, let me know the command line you are passing 
into -Xrun parameters.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854788#3854788

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854788


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.422 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004081400Lbuild.422
BUILD COMPLETE-build.422Date of build:11/11/2004 08:14:00Time to build:28 minutes 5 secondsLast changed:11/11/2004 07:15:59Last log entry:no message




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.13modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/local/TxUnitTestCase.javano message



[JBoss-dev] [ jboss-Bugs-1063606 ] EJB Timer DatabasePersistencePlugin issue

2004-11-11 Thread SourceForge.net
Bugs item #1063606, was opened at 2004-11-10 04:57
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1063606group_id=22866

Category: JBossServer
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Peter Yuill (pyuill)
Assigned to: Thomas Diesler (tdiesler)
Summary: EJB Timer DatabasePersistencePlugin issue

Initial Comment:
In 4.0.1 RC1 the 
GeneralPurposeDatabasePersistencePlugin was changed 
to use constants from the DatabasePersistencePlugin 
interface for column names of the Timer table instead of 
settable properties. One of the columns (INTERVAL) is a 
reserved word in MySQL 4.1

I can see three possible routes for the GPDPP:
1) Reinstate the column name properties (perhaps 
defaulting to the standard values).
2) Respect the reserved word list in standardjbosscmp-
jdbc.xml (which can be easily expanded for particular a 
DBMS).
3) Change the INTERVAL column name.

Regards,
Peter Yuill

--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-11 14:12

Message:
Logged In: YES 
user_id=423364

Fixed in jboss-4.0.1

The column name getters are now methods of the 
DatabasePersistencePlugin interface. The default has changed 
from INTERVAL to TIMERINTERVAL

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-852016 ] JSR109: WebServiceModule object-name

2004-11-11 Thread SourceForge.net
Bugs item #852016, was opened at 2003-12-01 11:42
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=852016group_id=22866

Category: JBossSOAP
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Thomas Diesler (tdiesler)
Assigned to: Thomas Diesler (tdiesler)
Summary: JSR109: WebServiceModule object-name

Initial Comment:
uses the parent short name in its object name, this 
however may not be unique

ObjectNameConverter.convert(BASE_WS_MODULE_NAME 
+ quot;,module=quot; +deploymentInfo.parent.shortName);

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: how to change the arguments of a method by AOP?

2004-11-11 Thread huqiao
hi, 

what i really want to do is try to change the arguments of method for a system 
class by interceptor. so i can only use the call joinpoint. it is possible to 
get the argument of the caller, but i do not know how to set (change) the 
argument of the callee.

[EMAIL PROTECTED] 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854792#3854792

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854792


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2004-11-11 Thread manik
OK, chaps - I've looked at WebSphere 5.1, and there is no way to run startup 
classes.  I spoke to a friend who has done a lot of work with WebSphere before, 
and he had to use a pretty messy kludge with a WAR file that gets deployed 
first, with a servlet with a static block that acts as a startup class.

Very ugly stuff.

Also, I did notice that WebSphere has something called a Dynamic Cache Service 
- I wonder if this is distributed, and whether this makes JBossCache on WS 
superfluous.

Has there been many requests for JBossCache on WS?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854794#3854794

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854794


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread pilhuhn
I wrote a few lines in the wiki at 
http://www.jboss.org/wiki/PageInfo.jsp?page=JBossWSandXdoclet, but this is not 
yet linked into the main Wiki.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854799#3854799

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854799


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Stack parser / Formatter

2004-11-11 Thread theute
The formatter consists in two parts, the parsing and the rendering.

So to me, a formatter consist in a parser (to parse BBCode, HTML, Wiki...) plus 
a renderer (HTML, plain text, Flash...)

Some people may want to allow 2 parsers at once (like this forum) so you could 
write code like:

  |Hey this is bHTMLb, but wait a minute here is some BBCode.
  | 

(oups by previewing this thread i realize that the BBCode is interpreted in 
code sections, is it what we want ? It can be cool as it allows to highlight 
some part of the code)

In a perfect world we would just go through parsers one after the other but 
it's not that easy and some languages may collide.
So if i am not wrong HTML+BBCode could be consider as a different parser so 
here are some parsers we could have:

HTML
BBCode
HTML+BBCode
Wiki

Plus we have some filters, there are some already, for linebreak and special 
entities:
- A line break depends on the renderer (think HTML and plain text)
- A special entity also depends on the renderer (think HTML and plain text)
We may want to add other filters like:
- Bad word filter for all the damn f*
- spell correct filter

So now my new definition of a formatter is 1 parser, 1 renderer and N filters

In Nukes 2 it needs to be more configurable for each portlet. For example a 
Wiki portlet may want to accept only Wiki code and a Forum only BBCode but a 
HTML module would accept both at the same time. (Wiki ad the forum would use 
the HTML rendered for screen output while they would use plain text for email 
for example) and so would use the HTML+BBCode Parser

We also need to configure the different accepted tokens (like only bold and 
italic for HTML)

I thought about 3 levels to configure this:
Component level to define the available formatters and the default formatters 
used by any portlet (or other component)
Portlet level to override the portal level information to be specific to this 
portlet.
User Level, if a portlet developer wants he should allow the user to pick among 
the available formatters which one he wants. (like on Slashdot)

I think it should be done in the XML configuration files:
We already have:
standard-nukes.xml to write down component default
We have portlet.xml defined by the portlet specifications, as we would extend 
it maybe we could add another configuration file:
nukes-portlet.xml to define Nukes Portlets.

Any thoughts ? (I know Chase had some, but he got trapped by a job i think)



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854800#3854800

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854800


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Problems with using TreeCacheAop for the first time

2004-11-11 Thread nthx
bwang00 wrote : For setter method, you can't ovelroad it like:
  | 
  | void setName(String name);
  | void setName(Object obj);
  | 
  | This will be fixed in the upcoming 1.2 release in November. In addition, 
the collection classes api will be enhanced as well.
  | 
  | -Ben

Sorry, but had to let you know..

I have two classes. None of them overloads any method. One implements 
interface. Every getter/settter exists for every private field (except static 
ones).

Still have: IAE: get/set types differ when putting object to cache.. :(

JBossCache 1.1

:(

I have sth like this:
Root:
  | List _children;
  | addChild(Child);
  | findChild(String name);
  | 
  | ChildImpl implements Child
  |
  | 
  | Child
  | getName()
  | ...
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854804#3854804

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854804


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Can't replicate the change in a Hashtable Object

2004-11-11 Thread tinachen
Hi, Ben:
  I found the reason for the Hashtable replication. Actually, the function 
works fine, but the replication latency is huge, much more than the 
SyncReplTimeout  1 ms. That's why the thread on other nodes can't pickup 
the new value. 
  Thank you very much.
  Tina

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854805#3854805

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854805


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Sun's jwsdp-1_4 SDK and JBoss...

2004-11-11 Thread mburbidg
From what I can tell, JBoss does not come with any static/compile time tools 
for generating client stubs from WSDL files. Can the standard Sun jwsdp-1.4 
sdk be installed and used with JBoss? Are there any instructions for doing so?

Also, are there alternatives?

Thanks,
Mike-

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854808#3854808

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854808


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Using Jboss MX Kernel for custom apps...

2004-11-11 Thread infectedrhythms
I think I already know the answer to this and am very excited... :)

Currently I write my own server applications that receive requests through 
tcpi/ip and send thoses requests to 3rd parties in real time...

So bassicaly my server app receives a request, send request to 3rd party, gets 
response from 3rd party and send response back to client

So I was thinking that I can use the minimal config of Jboss and write my 
server app as an mbean.

So the answer yes :) But what do I need to know to implement, say for now a 
simple hello world mbean for the MX kernel?

I would also need my mbean accessible throught corba using c/C++ client 
application so I guess I would be able to take advnatge of JBoss's rmi/iiop 
service right?

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854809#3854809

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854809


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064073 ] CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.

2004-11-11 Thread SourceForge.net
Bugs item #1064073, was opened at 2004-11-10 21:30
Message generated for change (Comment added) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064073group_id=22866

Category: JBossCMP
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Ivan Parra (ioparra)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.

Initial Comment:
JB3_2_6
Win2k
Oracle9i
JDK1.4

Attached is patch to the testsuite that modifies:

manyToManyBidirectional/ABTest.java-  the actual use 
case

RelationshipUnitTestCase- modified to only run ABTest

ejb-jar.xml/jbosscmp-jdbc.xml- modified to work with 
cmp2(findAll is not defined).

Also in the zip is a modified standardjboss.xml that 
forces the default CMP container to be cmp2.x.

The use case is simple.

A-B

Assumming there is 1 A to 1 B(as starting point).  If you 
run this type of code.

Collection coll = A.getB();
Collection newset = new HashSet();
newset.addAll(coll);
newset.add(newBEJB());
A.setB(newset);

The result should be 1 A to 2 B.

The SQL result is 1 A to 0 B.  The appserver (for the 

Attached are jars and sql output.

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-11-11 17:41

Message:
Logged In: YES 
user_id=543482

Fixed in 3.2.7RC1, 4.0.1RC1 and HEAD. Thanks.

Diff against Branch_3_2:

Index: JDBCCMRFieldBridge2.java
===
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.java,v
retrieving revision 1.1.2.17
diff -r1.1.2.17 JDBCCMRFieldBridge2.java
876a877
loader.addRelatedId(ctx, relatedId);

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2004-11-11 Thread bela
Not really; most people use WebLogic
Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854814#3854814

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854814


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Stack parser / Formatter

2004-11-11 Thread theute
By the way i was also thinking about using MessageFormat and property files 
instead of the Nukes 1 template system to keep it simple.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854820#3854820

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854820


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Problem with Deserialzing Arrays by Axis

2004-11-11 Thread aveitas
sidhartha,

I was just re-reading your post and had a question.  You wrote I am using AXIS 
1.1.  Does this mean you are using the Axis 1.1 distribution or do you 
mean that you are using the Axis classes that are bundled within JBossWS?

Al

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854826#3854826

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854826


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread aveitas
Hi Thomas,

You wrote:

The new JBossWS project will specifically address lazy parsing of messages. 
The prototype will hopefully be available for JBossWorld.

Will the new JBossWS code base no longer depend on Axis?  Is there a roadmap 
document or any documentation that would help us better understand the new 
project?

Thanks,
  Al

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854828#3854828

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854828


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - classloading as a additional DD

2004-11-11 Thread Bill Burke
Can we take the classloader scoping XML that's prevelent in jboss-app.xml, 
jboss-web.xml, etc... and extend SubDeployerSupport so that it looks for a 
classloading.xml file and sets it up?

All archive types may want this.

I mean for JBoss 4.0 as I know Adrian wants to add this for JBoss 5.0.

Bill

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854829#3854829

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854829


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.423 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004101422Lbuild.423
BUILD COMPLETE-build.423Date of build:11/11/2004 10:14:22Time to build:38 minutes 26 secondsLast changed:11/11/2004 09:47:29Last log entry:no message




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.4modifiedbelabancache/docs/design/Refactoring.txtno message1.15modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message



[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: classloading as a additional DD

2004-11-11 Thread [EMAIL PROTECTED]
If your going to do that, just introduce the deployer chain concept we have 
been talking about so that log4j.xml setup, login-config.xml setup, etc. can be 
processed as well.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854833#3854833

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854833


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread tdiesler
The JBossWS wiki says:

anonymous wrote : 
  | The JBossWS implementation currently builds on Apache Axis as the 
underlying web service framework. This dependency is going to be replaced by 
JBoss' own soap stack. See the JBossWS JIRA project for the current status and 
TODOs. 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854837#3854837

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854837


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: Sun's jwsdp-1_4 SDK and JBoss...

2004-11-11 Thread tdiesler
AFAIK, no one has done it yet. You're welcome to write a wiki.
The JWSDP artefacts would have to be generated and packaged offline.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854839#3854839

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854839


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Document/Literal web service not

2004-11-11 Thread murphyp1
I have created a test application so that I can get used to working with web 
services.  I can build and deploy it without error.  When I try to look at the 
services via the http://localhost:8080/ws4ee/services URL thr following error 
message is produced:

==
And now... Some Services
AXIS error

Sorry, something seems to have gone wrong... here are the details:

Exception - org.apache.axis.InternalException: java.lang.Exception: The 
OperationDesc for concatenate was not synchronized to a method of 
edu.msu.ais.wstest.ejb.interfaces.TestServiceEndpoint.
==

I used the wscompile from jwsdp1.4 and xdoclet to build the xml descriptors.   
Since I am new to JBossWS, I am not sure if I am missing some piece of 
configuration.  I can share the source to all of this if needed.

I have turned debugging on in the log and it shows the following:

==
2004-11-11 11:41:14,875 INFO  [org.jboss.ejb.EjbModule] Deploying 
/wstest/TestService
2004-11-11 11:41:14,984 INFO  [org.jboss.ejb.EJBDeployer] Deployed: 
file:/C:/home2/jboss/server/aistech/deploy/wstest-service.jar
2004-11-11 11:41:15,015 DEBUG [org.jboss.webservice.WSDLDefinitionFactory] 
getBaseInputSource 
[wsdlUrl=jar:file:/C:/home2/jboss/server/aistech/tmp/deploy/tmp57708wstest-service.jar!/META-INF/wsdl/TestService.wsdl]
2004-11-11 11:41:15,015 DEBUG [com.ibm.wsdl.xml.WSDLReaderImpl] Retrieving 
document at 
'jar:file:/C:/home2/jboss/server/aistech/tmp/deploy/tmp57708wstest-service.jar!/META-INF/wsdl/TestService.wsdl'.
2004-11-11 11:41:15,156 DEBUG 
[org.jboss.webservice.metadata.WebserviceDescriptionMetaData] Replace port 
location 'REPLACE_WITH_ACTUAL_URL' with 
'http://0.0.0.0:8080/wstest-service/TestService'
2004-11-11 11:41:15,187 INFO  [org.jboss.webservice.WSDLFilePublisher] WSDL 
published to: 
file:/C:/home2/jboss/server/aistech/data/wsdl/wstest-service.jar/TestService.wsdl
2004-11-11 11:41:15,203 DEBUG [org.jboss.webservice.AxisService] Generating 
deployment wsdd
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}makeBean2Response
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}throwExceptionResponse
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}concatenateResponse
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}echoStringResponse
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}makeBean2
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}makeBeanResponse
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}echoString
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}throwException
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}echoBeanResponse
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}echoBean
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}makeBean
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}concatenate
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}Bean
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.MetaDataRegistry] Register type mapping meta 
data for: {http://wstest.ais.msu.edu/types}ServiceException
2004-11-11 11:41:15,406 DEBUG 
[org.jboss.webservice.deployment.ServiceDescription] No ws4ee deployment meta 
data available
2004-11-11 11:41:15,484 INFO  [org.jboss.webservice.AxisService] WSDD published 
to: C:\home2\jboss\server\aistech\data\wsdl\wstest-service.jar\TestService.wsdd
2004-11-11 11:41:15,531 DEBUG [org.jboss.webservice.EngineConfigurationFinder] 
Found config at: 
file:/C:/home2/jboss/server/aistech/deploy/jboss-ws4ee.sar/META-INF/axis-server-config.xml
2004-11-11 11:41:15,546 DEBUG [org.apache.axis.AxisEngine] Enter: 
AxisEngine::init
2004-11-11 11:41:15,640 DEBUG 

[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
If this is all there is today, I don't see an advantage over using wscompile.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854842#3854842

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854842


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064635 ] principalRoles=null but princpal and roles are okay

2004-11-11 Thread SourceForge.net
Bugs item #1064635, was opened at 2004-11-11 17:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064635group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: arnold (arnoldsan2004)
Assigned to: Nobody/Anonymous (nobody)
Summary: principalRoles=null but princpal and roles are okay

Initial Comment:
Bug discussed at http://www.jboss.org/index.html?
module=bbop=viewtopicp=3854824#3854824

Setup:
-Disable caching of login credentials (see 
http://www.jboss.org/wiki/Wiki.jsp?
page=CachingLoginCredentials)
-Server login module should be UsersRolesLoginModule
-EJB secured in a JAAS domain; methods are for all roles
-2 clients simultaneously calls business methods

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread pilhuhn
Advantages are probably:
- no need to download another package when people use xdoclet anyway
- generation of decriptor parts for ejb-jar.xml

But you are correct, that the webservice part of Xdoclet is not yet fully up to 
speed.

  Heiko


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854845#3854845

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854845


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Unexpected Error TreeCache in JMS ??

2004-11-11 Thread javaRipper
bela wrote : Can you turn this into a unit test (or just some *simple* sample 
code) that reproduces the problem ? I looked at the code, and it looked fine: 
simple serialization/deserialization of a hashmap.
  | Bela

Hi Bela i add the full error and code :

anonymous wrote : FULL ERROR

18:15:54,081 ERROR [LogInterceptor] TransactionRolledbackLocalException in 
method: public abstract void 
javax.jms.MessageListener.onMessage(javax.jms.Message), causedBy:
org.jboss.util.NestedRuntimeException: - nested throwable: 
(java.io.EOFException)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3184)
at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
at org.jboss.cache.TreeCache.put(TreeCache.java:1724)
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:230)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy80.put(Unknown Source)
at 
com.qnecta.tdi.server.servicio.treecache.impl.mbean.TreeCacheMBeanJBoss.incrementaContador(TreeCacheMBeanJBoss.java:85)
at 
com.qnecta.tdi.server.servicio.analisiscalidad.impl.mdb.AnalisisCalidadMDB.onMessage(AnalisisCalidadMDB.java:145)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:475)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:87)
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:316)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:149)
at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:93)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
at org.jboss.ejb.Container.invoke(Container.java:871)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:920)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1213)
at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:871)
at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:159)
at org.jboss.mq.SpySession.run(SpySession.java:347)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.io.EOFException
at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2165)
at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2631)
at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
at java.io.ObjectInputStream.(ObjectInputStream.java:253)
at 
org.jboss.cache.loader.FileCacheLoader.loadAttributes(FileCacheLoader.java:340)
at org.jboss.cache.loader.FileCacheLoader.put(FileCacheLoader.java:94)
at 
org.jboss.cache.interceptors.CacheLoaderInterceptor.invoke(CacheLoaderInterceptor.java:72)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3181)
... 39 more
18:15:54,091 ERROR [JMSContainerInvoker] Exception in JMSCI message listener
javax.ejb.TransactionRolledbackLocalException: - nested throwable: 
(java.io.EOFException); CausedByException is:
- nested throwable: (java.io.EOFException)
at 

[JBoss-dev] [ jboss-Bugs-1041408 ] WebService clients don't work with document style wsdl

2004-11-11 Thread SourceForge.net
Bugs item #1041408, was opened at 2004-10-06 12:19
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1041408group_id=22866

Category: JBossSOAP
Group: v4.0
Status: Closed
Resolution: Postponed
Priority: 5
Submitted By: robisz (robisz)
Assigned to: Thomas Diesler (tdiesler)
Summary: WebService clients don't work with document style wsdl

Initial Comment:
J2EE 1.4 style web service clients don't work well
with document style wsdl files.

If the wsdl is in document/literal style (generated with -
-style DOCUMENT axis/Java2WSDL option)
only the first parameter will have passed correctly when 
client invokes a webservice method. The values of other 
parameters will allways be null.

If the wsdl is in wrapped style (generated with --style 
WRAPPED) webservice method call throws a 
NullPointerException:

Code: 
2004-10-04 13:24:59,868 ERROR 
[org.jboss.webservice.client.PortProxy] Port error
java.lang.NullPointerException
at 
org.apache.axis.client.AxisClientProxy.proxyParams2CallPa
rams(AxisClientProxy.java:130)
at org.apache.axis.client.AxisClientProxy.invoke
(AxisClientProxy.java:249)
at $Proxy284.getPresence(Unknown Source)
at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke
(Method.java:324)
at org.jboss.webservice.client.PortProxy.invoke
(PortProxy.java:93)
at $Proxy284.getPresence(Unknown Source)

 


Operating System: Microsoft Windows 2000 [Version 
5.00.2195]
JDK Version: 1.4.2_05
JBoss version: 4.0.0

Steps to reproduce the bug(s):
-
Deploy samplews.war, and samplews-client from the
attached zip file.
Then access the following URL from a browser:
http://localhost:8080/samplews-client/sampleclient

The war files exist in three version in the zip file. 
They differents only in wsdl file:

build/rpc/sample*.war - with RPC style wsdl, they works 
well

build/document/sample*.war - with DOCUMENT style 
wsdl, only the first argument will have passed correctly

build/wrapped/sample*.war - with WRAPPED style wsdl, 
throws NullPointerException


--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-11 17:27

Message:
Logged In: YES 
user_id=423364

First of all thanks for the excellent bug report.

I added your sources to the JBossWS testsuite

ant -Dtest=org.jboss.test.webservice.encstyle.
EncstyleDOCTestCase one-test
ant -Dtest=org.jboss.test.webservice.encstyle.
EncstyleRPCTestCase one-test

axis-ws4ee does not support unwrapping of doc parameters on 
the server side. The client stubs may have unwrapped 
parameters. i.e. You may use the SampleEndpoint on the client 
side to talk to the SampleEndpointDOC on the server side.

The wrapped style is not supported at all.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064635 ] principalRoles=null but princpal and roles are okay

2004-11-11 Thread SourceForge.net
Bugs item #1064635, was opened at 2004-11-11 09:05
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064635group_id=22866

Category: JBossSX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: arnold (arnoldsan2004)
Assigned to: Scott M Stark (starksm)
Summary: principalRoles=null but princpal and roles are okay

Initial Comment:
Bug discussed at http://www.jboss.org/index.html?
module=bbop=viewtopicp=3854824#3854824

Setup:
-Disable caching of login credentials (see 
http://www.jboss.org/wiki/Wiki.jsp?
page=CachingLoginCredentials)
-Server login module should be UsersRolesLoginModule
-EJB secured in a JAAS domain; methods are for all roles
-2 clients simultaneously calls business methods

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Point one is not valid. How do you generated the wsdl?

Does XDoclet support the WS4EE client programming model, if not all you get is 
service-endpoint-interface in ejb-jar.xml.

Does XDoclet support multiple port components, handlers in webservices.xml?

What can JBossIDE do for you?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854849#3854849

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854849


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1038708 ] Error: No engine configuration file - aborting!

2004-11-11 Thread SourceForge.net
Bugs item #1038708, was opened at 2004-10-01 20:44
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1038708group_id=22866

Category: None
Group: v4.0
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: sevk (yaaarrrgg)
Assigned to: Thomas Diesler (tdiesler)
Summary: Error: No engine configuration file - aborting!

Initial Comment:
---
JBOSS/AXIS BUG???
---

Problem: Web service client will not run at all.

Error message: org.apache.axis.ConfigurationException: 
org.apache.axis.ConfigurationException: No engine 
configuration file - aborting!  ...

I'm Running: JBoss 4.0.0, running on Win XP Pro SP2.  
JDK 1.4.2.  I'm also using the generated classes from 
WSDL2Java.

Diagnosis: JBoss is apparently not finding the config file 
axis-client-config.xml, and crashes.
C:\jboss-4.0.0\server\standard\deploy\jboss-
ws4ee.sar\META-INF\axis-client-config.xml ???
Possible naming problem.  Seems to want a .wsdd

---
A QUICK AND DIRTY FIX
---

1.  get the config file.  I just used the config file from 
the WSDL2Java plugin from myspotter.com.  

If you have the eclipse plugin, axis.jar is at:
eclipsehome\plugins\com.myspotter.wsdl2java_1.1.0
\axis.jar

...or you can also download Axis1.1 and look 
in /lib/axis.jar  

  a. Find and rename axis.jar to axis.zip
  b. navigate to org/apache/axis/client/
  c. you should find a file called client-config.wsdd.  
copy this to desktop
  d. rename axis.zip back to axis.jar

2. JBoss apparently calls this by two names...
  a. copy file client-config.wsdd
  b. rename copy to axis-client-config.wsdd
 
3. the file to update is at:
  jbosshome\server\standard\deploy\jboss-
ws4ee.sar\axis-ws4ee.jar
  a. rename axis-ws4ee.jar to axis-ws4ee.zip
  b. navigate to org/apache/axis/client/
  c. copy BOTH files here (axis-client-config.wsdd, 
client-config.wsdd) 
  d. rename axis-ws4ee.zip back to axis-ws4ee.jar

4. restarting server should fix the problem.  
(I use the standard server: jbosshome/bin/run.bat -c 
standard)  

Note: there is a similar file at jbosshome\client\axis-
ws4ee.jar, but this seems to work as is.

-ks

--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-10-13 05:57

Message:
Logged In: YES 
user_id=423364

With JBossWS you cannot use wsdl2java. It generates non 
portable client stubs. Use jwsdp-1.4 wscompile to generate 
POJOs as paramteter and return types. 

Don't mix axis.jar  axis-ws4ee.jar.

Please attach a test that isolates the issue.

--

Comment By: sevk (yaaarrrgg)
Date: 2004-10-07 21:05

Message:
Logged In: YES 
user_id=1131661

Yes, this is just a hack, not a solution.  I've actually tried 
adding the file to the classpath, but that does not work.  I 
just can't get the JBoss xml config file to work with the 
generated wsdl2java code.

Of course, the downside to this hack is J2EE compliance, and 
it might cause other problems down the road (although I have 
not had any *yet*).  The plus side: the web services work.

It is possible the problem is in wsdl2java plugin or Axis. The 
generated code might rely on the real axis.jar, not the JBoss 
version.  I'm still investigating this.  Although, it is suspicious 
that this works better in older versions of JBoss than newer:

---
Testing different platforms, I've found that:
 
JBoss 3.2.5 - Worked on first launch, but NullPointerException 
if redeployed (which could be a classloader issue.)

JBoss 4.0.0 DR3 - Worked without any problems

JBoss 4.0.0 RC1 - Error: No engine configuration file - 
aborting!

JBoss 4.0.0 - Error: No engine configuration file - aborting!

---

If you like, I can upload a zip file of a project that fails.

--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-10-04 20:29

Message:
Logged In: YES 
user_id=423364

The axis-client-config.xml lives in $JBOSS_HOME/client/jboss-
ws4ee-client.xml which must be on your classpath.

Your fix is nonsense cause it replaces the jboss axis 
implementation with axis-1.1, which is by not J2EE compatible.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]

[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread jasong
A colleague of mine is working on an alternative to the ws4ee xdoclet module, 
as well as fixing several problems (mostly missing elements) with the endpoint 
functionality of the jbossdoclets and ejbdoclets.  This solution is designed to 
work hand and hand with wscompile, instead of trying to replace it. I will post 
when things are further along.

-Jason


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854859#3854859

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854859


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - How to Access Remote JBoss(JMX)

2004-11-11 Thread muga_nishizawa
Hi, 

I want to remotely access JBoss server(MBeanServer) so as to changing behavior 
of some MBean objects from client. Accoding to some website, remote management 
of MBeans is implementable if you use RemoteMBeanServer interface. 

But, I cannot find RemoteMBeanServer interface(JBoss 4.0.0).

Could some one tell me, please, how to access remote MBeanServer (or how to use 
RemoteMBeanServer). 

Thanks,

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854860#3854860

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854860


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.168 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log2004123828Lbuild.168
BUILD COMPLETE-build.168Date of build:11/11/2004 12:38:28Time to build:32 minutes 9 secondsLast changed:11/11/2004 12:19:20Last log entry:Add encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(17)1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncstyleDOCTestCase.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncstyleRPCTestCase.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpoint.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpointDOC.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpointImpl.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpointImplDOC.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpoint_changeSalary_RequestStruct.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/SampleEndpoint_changeSalary_ResponseStruct.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/UserType.javaAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.9.2.24modifiedtdieslertestsuite/imports/test-jars.xmlAdd encoding style tests.See: [ 1041408 ] WebService clients don't work with document style wsdl1.8.2.2modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.javafixed [ 1064073 ] CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.1.1.2.2modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePlugin.javaFix: [ 1063606 ] EJB Timer DatabasePersistencePlugin issue1.4.2.3modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaFix: [ 1063606 ] EJB Timer DatabasePersistencePlugin issue1.1.2.2modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.javaFix: [ 1063606 ] EJB Timer DatabasePersistencePlugin issue1.1.2.3modifiedtdieslerserver/src/main/org/jboss/ejb/txtimer/OracleDatabasePersistencePlugin.javaFix: [ 1063606 ] EJB Timer DatabasePersistencePlugin issue1.7.2.3modifiedtdieslerserver/src/etc/deploy/ejb-deployer.xmlFix: [ 1063606 ] EJB Timer DatabasePersistencePlugin issue1.406.2.24modifiedtdieslertestsuite/build.xmlRestore the vanished txtimer tests



[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: How to Access Remote JBoss(JMX)

2004-11-11 Thread [EMAIL PROTECTED]
RemoteMBeanServer is not a standard interface.

Check out the JMX FAQ for remote invocations:

http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX

There is also JSR-160 which is not yet fully implemented.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854865#3854865

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854865


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - CVS Nukes 1.x: Missing nukes-installer.war/index.jsp?

2004-11-11 Thread knifegun
I just got the latest Nukes 1.x source from CVS.  When I build the 
nukes-installer.war, the index.jsp file is missing from the war.  Is this 
auto-generated or is it missing from CVS?

Thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854871#3854871

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854871


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.424 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004132612Lbuild.424
BUILD COMPLETE-build.424Date of build:11/11/2004 13:26:12Time to build:40 minutes 36 secondsLast changed:11/11/2004 11:41:34Last log entry:ant.properties takes presedence over env.JBOSS_HOME




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.10modifiedtdieslerwebservice/test/build.xmlant.properties takes presedence over env.JBOSS_HOME1.10modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.javafixed [ 1064073 ] CMP2.x jdbc2 handles CMR (M:N) collection incorrectly.



[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: How to Access Remote JBoss(JMX)

2004-11-11 Thread muga_nishizawa
Hi Dimitris, 

I red the JMX FAQ that you showed me, and I will be able to solve my problem 
using RMIAdaptor.

Thanks,

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854873#3854873

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854873


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: CVS Nukes 1.x: Missing nukes-installer.war/index.jsp?

2004-11-11 Thread theute
The installer has not been ported to HEAD, the installer is in the branch 
tagged Nukes_branch_1_1.

All the files are there

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854874#3854874

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854874


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Perhaps your colleague wants join me in the JSR-181 Web Service MetaData 
efford. Bill has written an annotation compiler that makes it possible to use 
annotations with jdk-1.4

In future there is little point to anything else but annotated source code / 
annotated wsdl.

See the JBossWS JIRA project for roadmap and TODOs

http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050 

There are also some word docs in CVS

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854876#3854876

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854876


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Other JBoss Development] - CVS Lock

2004-11-11 Thread lnorth
There is lock problem when I try get the JBoss 4.0.0 source code using

cvs -r -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r JBoss-4_0_0 
jboss-4.0

The message is waiting for starksm's lock in 
/cvsroo/jboss/jmx-remoting/jmx-remoting/src/main/org/jboss/mx.

Am I doing something wrong?

Larry North


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854877#3854877

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854877


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064779 ] Conflict between Tomcat and DefaultPartition multicasting

2004-11-11 Thread SourceForge.net
Bugs item #1064779, was opened at 2004-11-11 12:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064779group_id=22866

Category: Clustering
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Steven Grimm (koreth)
Assigned to: Nobody/Anonymous (nobody)
Summary: Conflict between Tomcat and DefaultPartition multicasting

Initial Comment:
If I bring up the stock 4.0.1RC1 distribution on a pair
of Linux systems (Debian sarge, Blackdown Java 1.4.2),
unmodified config files except adding a jvmRoute to
each system's Tomcat server.xml, I get a steady stream
of messages like

12:43:05,914 WARN  [UDP] discarded message from
different group (Tomcat-Cluster). Sender was sgrimm2:32788
12:43:05,949 WARN  [UDP] discarded message from
different group (DefaultPartition). Sender was
sgrimm2:32785 (additional data: 13 bytes)

The most likely cause is that both the Tomcat-Cluster
and DefaultPartition sockets are listening to the same
multicast address and port number, but they don't know
about each other.

Changing either service's multicast port number makes
the messages go away and, presumably, is a slight
performance boost since neither service's JGroups stack
has to deal with the other's messages.

It's entirely possible that these warnings are
harmless, but it sure doesn't look good to have the
default configuration spew warning messages that look
like they indicate dropped data.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread Max Rydahl Andersen
On Thu, 11 Nov 2004 15:21:03 -0500 (EST), tdiesler [EMAIL PROTECTED] wrote:
Perhaps your colleague wants join me in the JSR-181 Web Service MetaData  
efford. Bill has written an annotation compiler that makes it possible  
to use annotations with jdk-1.4
How is the status for this compiler ?
How much cross-compatibility is there ?
Does the bb-annotation compiler generate .class'es that is compatible with
the jdk 1.5 annotation api ?
Can anyone elaborate on it ? the Hibernate Team consider using it to
make our AnnotationBinder useable on both 1.4 and 1.5 platforms.
/max
In future there is little point to anything else but annotated source  
code / annotated wsdl.

See the JBossWS JIRA project for roadmap and TODOs
http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050
There are also some word docs in CVS
View the original post :  
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854876#3854876

Reply to the post :  
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854876

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.169 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log2004151300Lbuild.169
BUILD COMPLETE-build.169Date of build:11/11/2004 15:13:00Time to build:22 minutes 12 secondsLast changed:11/11/2004 13:56:22Last log entry:added basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(10)1.3.6.1modifiedanddvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmladded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.2.6.1modifiedanddvaria/src/resources/services/snmp/deploy/notifications.xmladded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.2.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/EventTypes.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.1.4.1modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHandler.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.1.4.1modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHandlerSupport.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.4.6.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpAgentService.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.3.6.3modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.2.6.3modifiedanddthirdparty/opennms/joesnmp/READMEjoesnmp v0.3.3 with minor fixes1.3.6.3modifiedanddthirdparty/opennms/joesnmp/lib/joesnmp.jarjoesnmp v0.3.3 with minor fixes1.2.2.3modifiedanddthirdparty/licenses/thirdparty-licenses.xmljoesnmp v0.3.3 with minor fixes



[JBoss-dev] [JBoss IDE (dev)] - Exception in log when running XDoclet 1.4.0

2004-11-11 Thread ericeberry
I have been getting this exception when trying to Run XDoclet with JBoss-IDE 
1.4.0 and Eclipse 3.0.1. Is this a config problem or is there something wrong 
with the JBoss-IDE 1.4.0 plugin?

!ENTRY org.eclipse.core.runtime 4 2 Nov 08, 2004 09:07:29.742
!MESSAGE An internal error occurred during: XDoclet Generation.
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match 
outer scope rule: P/bnc1.5
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:106)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:200)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:80)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:170)
at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:95)
at 
org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1628)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1224)
at 
org.jboss.ide.eclipse.xdoclet.run.ui.actions.XDocletRunAction$1.run(XDocletRunAction.java:191)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854884#3854884

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854884


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - File IO leak

2004-11-11 Thread aagmon
after few nights of crawling through exceptions and 700 threads on jboss 
console 
we found out that we have a file leak - 
 IOException too many open files 

i think the source is with using apache's common FileUpload jar (component 
dealing with multipart forms to upload files )

is there a way to track the leak ?
can jboss profiler assist here in some way ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854885#3854885

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854885


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread tallpsmith
Thanks to Norbert and Bela for the reply.

I tested Norberts theory on Thread start position, and it didn't seem to make 
any difference.

I took Bela's test case, and this test does work, BUT WITH ONE subtle 
difference.

In Bela's test case, he places a value in the cache before starting things.  

This is a _crucial_  difference to mine.  

If I commented out the initial put(..) call before the Readers are created and 
started, I get the same results as my original test case, Reader 2 actually 
reads the null while Reader 1 is pausing.

Here is example output from Bela's original test case:


  | main: sleeping for 100
  | reader1: about to access tree
  | reader1: accessed tree, retval: testvalue
  | reader1: sleeping for 3000
  | reader2: about to access tree
  | reader1: About to commit
  | reader1: committed, exiting
  | reader2: accessed tree, retval: testvalue
  | reader2: About to commit
  | reader2: committed, exiting

The above is exactly what I want, but also occuring when there is null values 
in the cache.  Here's the output when you simply comment out the first put(...) 
call:


  | main: sleeping for 100
  | reader1: about to access tree
  | reader1: accessed tree, retval: null
  | reader1: sleeping for 3000
  | reader2: about to access tree
  | reader2: accessed tree, retval: null
  | reader2: About to commit
  | reader2: committed, exiting
  | reader1: About to commit
  | reader1: committed, exiting

A null value in the cache seems to be specially treated, as it does not block 
reads.   Unfortunately I need serialized access (read or write) to each leaf 
node in the tree to guarantee that 2 threads don't try to go off and hit the db 
and potentially clobber each other.

Here is the complete test case that I adapted from Bela's original, combining 
it with the basic shell provided by the 
org.jboss.test.cache.perf.basic.LocalPerfTestCase class that is provided in the 
examples src of the distro.  You will note that I have added the code to set 
the cache Isolation level in the initCache() method:


package com.aconex.jbosscache;
  | 
  | import java.util.Properties;
  | 
  | import javax.naming.Context;
  | import javax.naming.InitialContext;
  | import javax.transaction.UserTransaction;
  | 
  | import org.jboss.cache.PropertyConfigurator;
  | import org.jboss.cache.TreeCache;
  | import org.jboss.cache.lock.IsolationLevel;
  | import org.jboss.cache.transaction.DummyTransactionManager;
  | 
  | import junit.framework.TestCase;
  | 
  | /**
  |  * @author psmith
  |  *  
  |  */
  | public class SerializableTests extends TestCase {
  | TreeCache cache_;
  | 
  | int cachingMode_ = TreeCache.LOCAL;
  | 
  | final static Properties p_;
  | 
  | // final static Logger log_ = 
Logger.getLogger(LocalPerfAopTest.class);
  | String oldFactory_ = null;
  | 
  | final String FACTORY = 
org.jboss.cache.transaction.DummyContextFactory;
  | 
  | DummyTransactionManager tm_;
  | 
  | static {
  | p_ = new Properties();
  | p_.put(Context.INITIAL_CONTEXT_FACTORY,
  | 
org.jboss.cache.transaction.DummyContextFactory);
  | }
  | 
  | /*
  |  * @see TestCase#setUp()
  |  */
  | protected void setUp() throws Exception {
  | super.setUp();
  | 
  | oldFactory_ = 
System.getProperty(Context.INITIAL_CONTEXT_FACTORY);
  | System.setProperty(Context.INITIAL_CONTEXT_FACTORY, FACTORY);
  | 
  | DummyTransactionManager.getInstance();
  | initCaches(TreeCache.LOCAL);
  | tm_ = new DummyTransactionManager();
  | 
  | log(LocalPerfAopTest: cacheMode=LOCAL, one cache);
  | }
  | 
  | /**
  |  * @param string
  |  */
  | private void log(String msg) {
  | System.out.println(Thread.currentThread().getName() + :  + 
msg);
  | 
  | }
  | 
  | /*
  |  * @see TestCase#tearDown()
  |  */
  | protected void tearDown() throws Exception {
  | super.tearDown();
  | 
  | DummyTransactionManager.destroy();
  | destroyCaches();
  | 
  | if (oldFactory_ != null) {
  | System.setProperty(Context.INITIAL_CONTEXT_FACTORY, 
oldFactory_);
  | oldFactory_ = null;
  | }
  | }
  | 
  | void initCaches(int caching_mode) throws Exception {
  | cachingMode_ = caching_mode;
  | cache_ = new TreeCache();
  | PropertyConfigurator config = new PropertyConfigurator();
  | config.configure(cache_, META-INF/local-service.xml); // read 
in
  | // generic local
  | // xml
  | cache_
  | 
.setTransactionManagerLookupClass(org.jboss.cache.DummyTransactionManagerLookup);
  | cache_.setIsolationLevel(IsolationLevel.SERIALIZABLE);
  | cache_.startService();
  | }
  | 
  |  

[JBoss-dev] jboss-head build.425 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004163347Lbuild.425
BUILD COMPLETE-build.425Date of build:11/11/2004 16:33:47Time to build:17 minutes 0 secondsLast changed:11/11/2004 15:09:01Last log entry:Provide a sensible default for jboss.home




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(62)1.3modifiedtdieslerwebservice/test/ant.propertiesProvide a sensible default for jboss.home1.1addedosdchicagothirdparty/apache-scout/lib/LICENSEApache Scout artifacts.1.1addedosdchicagothirdparty/apache-scout/lib/READMEApache Scout artifacts.1.1addedosdchicagothirdparty/apache-scout/lib/scout.jarApache Scout artifacts.1.3modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlrefactor and add construction interception1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/EJBContainer.javarefactor and add construction interception1.13modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/SessionConfiguration.javarefactor and add construction interception1.15modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/SessionContainer.javarefactor and add construction interception1.4modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/ThreadlocalPool.javarefactor and add construction interception1.4modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/AbstractPool.javarefactor and add construction interception1.14modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/Container.javarefactor and add construction interception1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessManager.javarefactor and add construction interception1.10modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.javarefactor and add construction interception1.10modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javarefactor and add construction interception1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulManager.javarefactor and add construction interception1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/MessageDrivenManager.javarefactor and add construction interception1.11modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/MessageDrivenContainer.javarefactor and add construction interception1.44modifiedpatriot1burkeaop/src/main/org/jboss/aop/Advisor.javaClassContainer can handle construction1.101modifiedpatriot1burkeaop/src/main/org/jboss/aop/ClassAdvisor.javaClassContainer can handle construction1.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/ClassContainer.javaClassContainer can handle construction1.4modifiedanddvaria/src/resources/services/snmp/deploy/META-INF/jboss-service.xmladded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.3modifiedanddvaria/src/resources/services/snmp/deploy/notifications.xmladded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.4modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/EventTypes.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHandler.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.2modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/RequestHandlerSupport.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.6modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/SnmpAgentService.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, SnmpVersion,NumberOfThreads, RequestHandlerClassName, RequestHandlerResName1.6modifiedanddvaria/src/main/org/jboss/jmx/adaptor/snmp/agent/TrapFactorySupport.javaadded basic snmp get/set protocol support (not mapping yet)snmp-adaptor accepts requests and delegates to plugin RequestHandler.New settings: Port, BindAddress, Read/WriteCommunity, 

[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread norbert
You are right, that is how it's currently implemented. The read operation will 
not create nodes not existing when there's no Cacheloader defined.

Thus without any previous 'put' there's not even the root-node to lock.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854889#3854889

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854889


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread bela
Simple: if the node (/testfqn) is not there, the get() returns null:

  |   public Object _get(Fqn fqn, Object key, boolean sendNodeEvent) throws 
CacheException {
  |   if(log.isTraceEnabled())
  |  log.trace(_get( + , \ + fqn + \,  + key + , \ 
+sendNodeEvent +\));
  |   try {
  |  Node n=findNode(fqn, NODE_READ);
  |  if(n == null) return null;
  |  if(sendNodeEvent)
  | notifyNodeVisisted(fqn);
  |  return n.get(key);
  |   }
  |   finally {
  |  // release locks since no tx context
  |  if(locking == true  getCurrentTransaction() == null)
  | releaseLocks(null, fqn);
  |   }
  |}
  | 

This is also clearly stated in the javadoc for get().

Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854890#3854890

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854890


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread bela
Meaning, that you do *not* block on a non-existing node.

Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854891#3854891

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854891


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Feature Requests-1064838 ] JBossIDE features

2004-11-11 Thread SourceForge.net
Feature Requests item #1064838, was opened at 2004-11-11 16:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376688aid=1064838group_id=22866

Category: JBoss-IDE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Watling (dwatling)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBossIDE features

Initial Comment:
I'd like to see two things:

- Unindent (i.e. shift-tab)
- Block indent and unindents

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread bela
Note that even *with* a CacheLoader, a read operation wil never create 
non-existing parent nodes.

Bela

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854892#3854892

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854892


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064845 ] JBossIDE: HTML comment discoloration

2004-11-11 Thread SourceForge.net
Bugs item #1064845, was opened at 2004-11-11 16:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064845group_id=22866

Category: JBoss-IDE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Watling (dwatling)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBossIDE: HTML comment discoloration

Initial Comment:
If I have an HTML comment of '!' it will discolor
the rest of text after it. 

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: File IO leak

2004-11-11 Thread clebertsuconic
You can find where objects are being created on JBossProfiler and not being 
collected by the Garbage Collection.

By where I mean the stack-trace where those objects are being created.

I think it can help you to find it. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854893#3854893

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854893


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread tallpsmith
Sure, I can understand why it's doing it, but I was under an impression that 
it's a violation of the contract for SERIALIZABLE.  Am I wrong? (statistics 
show that I am.. :D)

If we pretent do be a DB for just a moment, doesn't SERIALIZABLE dictate that 
no other connection can create a new row in a table while a SERIALIZABLE 
transaction is in progress?  I could be way wrong here, but I thought that's 
what the contract was, maybe it's only if one has read something from that 
table.

Is there anyway I can implement the sort of behaviour I need?  How can I 
prevent 2 threads from even looking at the state of a Node in the cache while 
some other thread has a lock on that Node.  

What about if I synchronized(..) on the actual Node before inspecting?  Could I:

Object node = cache.get(/SecurityInfo/ +myId);
synchronized(node) {
  -- read value of node
  --- do DB Lookup as necessary
}

If another Thread came along, I would hope it would block.  Given that there 
could me many many many 'myId's', I'd need to evict them after a while, but 
long enough such that the get(..) call returned the exact same object for 
multiple threads for the sync call to work.

Thanks for all replies.  Thoughts would be very much appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854894#3854894

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854894


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Other JBoss Development] - Re: CVS Lock

2004-11-11 Thread [EMAIL PROTECTED]
Those problems are usually temporary, so try again!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854895#3854895

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854895


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread tallpsmith
http://www.mssqlcity.com/Articles/General/TIL.htm  defines (from SQL Server 
reference) that SERIALIBLE is as follows:


anonymous wrote : 
  | Phantom behavior occurs when a transaction attempts to select a row that
  | does not exist and a second transaction inserts the row before the first
  | transaction finishes. If the row is inserted, the row appears as a phantom
  | to the first transaction, inconsistently appearing and disappearing.

In my case, the Select of a row that does not exist is the reading of null.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854896#3854896

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854896


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1017163 ] webservice methods with 1 args

2004-11-11 Thread SourceForge.net
Bugs item #1017163, was opened at 2004-08-26 20:21
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1017163group_id=22866

Category: JBossSOAP
Group: CVS HEAD
Status: Closed
Resolution: Postponed
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to: Thomas Diesler (tdiesler)
Summary: webservice methods with  1 args 

Initial Comment:
We created some webservices and deployed them on JBoss
4.0.0RC2 (current CVS-head checkout).
The wsdl-file is created with axis-1.2beta3 from
java-interfaces/-classes (see file attached).

Methods with more than one argument are not called
correct. Only the first parameter is set. All following
are null.
As I can see from server.log the two input parameters
are recognized:
2004-08-26 21:31:05,891 DEBUG
[org.jboss.webservice.server.ServerEngine] invoke:
[EMAIL PROTECTED]
2004-08-26 21:31:05,891 DEBUG
[org.jboss.webservice.server.ServerEngine]
TransportHandler: http
2004-08-26 21:31:05,891 DEBUG
[org.jboss.webservice.server.InvokerProviderJSE]
makeNewServiceObject: class=biz.mbisoftware.fn.ws.sal
es.CustomerOrderWSI
2004-08-26 21:31:05,892 DEBUG
[biz.mbisoftware.fn.ws.sales.CustomerOrderWS]
org.apache.axis.transport.http.ServletEndpointContextImp
[EMAIL PROTECTED]
2004-08-26 21:31:05,892 DEBUG
[biz.mbisoftware.fn.ws.sales.CustomerOrderWS]
2004-08-26 21:31:05,907 DEBUG
[org.jboss.webservice.handler.ServerHandlerChain]
Invocation before request handlers:
RPCInvocation:
[EMAIL PROTECTED]
Operation=name:release
returnQName:
{http://sales.ws.fn.mbisoftware.biz}releaseReturn
returnType: 
{http://sales.ws.fn.mbisoftware.biz}releaseReturn
returnClass: class
biz.mbisoftware.fn.wstypes.ServiceResponse
elementQName:{http://sales.ws.fn.mbisoftware.biz}release
soapAction:  null
style:   document
use: literal
numInParams: 2
method:public abstract
biz.mbisoftware.fn.wstypes.ServiceResponse
biz.mbisoftware.fn.ws.sales.CustomerOrderWSI.release(biz.mbisoftwa
re.fn.wstypes.sales.CustomerOrderKey,java.lang.Integer)
throws java.rmi.RemoteException
 ParameterDesc[0]:
  name:   {http://sales.ws.fn.mbisoftware.biz}key1
  typeEntry:  null
  mode:   IN
  isReturn:   false
  typeQName:  {http://sales.ws.fn.mbisoftware.biz}key1
  javaType:   class
biz.mbisoftware.fn.wstypes.sales.CustomerOrderKey
  inHeader:   false
  outHeader:  false

 ParameterDesc[1]:
  name:  
{http://sales.ws.fn.mbisoftware.biz}newOutputType
  typeEntry:  null
  mode:   IN
  isReturn:   false
  typeQName: 
{http://sales.ws.fn.mbisoftware.biz}newOutputType
  javaType:   class java.lang.Integer
  inHeader:   false
  outHeader:  false

[EMAIL PROTECTED],
null]

The request has all values:
?xml version=1.0 encoding=UTF-8?SOAP-ENV:Envelope
xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/encoding/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:ns1=http://sales.ws.fn.mbisoftware.biz;
SOAP-ENV:Bodykey1
xmlns=http://sales.ws.fn.mbisoftware.biz;vgCompNr1/vgCompNrvgLfdNr198/vgLfdNrvgTf1Nr0/vgTf1Nr
vgTf2Nr0/vgTf2Nr/key1newOutputType
xmlns=http://sales.ws.fn.mbisoftware.biz;200/newOutputType/SOAP-ENV:Body/SOAP-ENV:E
nvelope


--

Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-11 23:59

Message:
Logged In: YES 
user_id=423364

The releaseRequest message has more than one part. I don't 
think this is a valid wsdl for document style.

   wsdl:message name=releaseRequest
  wsdl:part element=impl:key1 name=key/
  wsdl:part element=impl:newOutputType 
name=newOutputType/
   /wsdl:message

Try using JWSDP-1.4 wscompile to generate your wsdl.
Also please note that we currently don't support unwrapped 
doc style parameters on the server side. 

Detecting a wsdl/SEI mismatch is not trivial, especially when 
the endpoint wants to see header values.

Unwrapped doc parameters is supported by JWSDP and will 
supported by the JBossWS rewrite.

Your last comment is correct.

--

Comment By: Frank Langelage (lafr)
Date: 2004-09-04 17:25

Message:
Logged In: YES 
user_id=300021

As far as I can see now, for doc/lit webservices the request
may takes exactly one document (complexType). So the
underlying function also will only take one parameter.
If my investigations are correct, I would like to at least a
warning here.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.

[JBoss-dev] [JBossWS] - Re: Document/Literal web service not

2004-11-11 Thread tdiesler
This usually occurs when you use more than one parameter in your endpoint 
message. 

With doc/lit there is no wrapping RPC element. The entire message is defined by 
a single XMLSchema complex type.

JBossWS currently does not support unwrapped doc style parameters in web 
service endpoints.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854902#3854902

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854902


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.170 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log2004191247Lbuild.170
BUILD COMPLETE-build.170Date of build:11/11/2004 19:12:47Time to build:18 minutes 59 secondsLast changed:11/11/2004 18:39:08Last log entry:Cleanup EncStyleTestCase




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncStyleTestCase.javaCleanup EncStyleTestCase1.1.2.2deletedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncstyleDOCTestCase.javaCleanup EncStyleTestCase1.1.2.2deletedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncstyleRPCTestCase.javaCleanup EncStyleTestCase



[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread bwang00
The problem here is because the node does not exist so the transaction has 
nothing to lock against from (lock is aossicated with a node). 

Bela and I have discussed previously whether *get* a non-existing node should 
create it implicitly. We have decided against it since it can create an 
un-expected behavior for exsiting users. But maybe we will re-visit it.

Is it possible that you can create the node a priori? That way, the locking 
should do what you want.

On a side note, I have found out that different data stores implement the 
transaction isolation level (slightly) differently (even among the RDBMS 
vendors). This is because the data structure (e.g., node vs. table vs. row) and 
the locking mechanism (optimistic vs. pessimistic).

-Ben


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854904#3854904

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854904


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Problems with using TreeCacheAop for the first time

2004-11-11 Thread bwang00
Can you create a JUnit test case and submit it here or email me ([EMAIL 
PROTECTED])? I'll take a look.

Thanks,

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854905#3854905

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854905


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: SERIALIZABLE Bug? Read of null, put, another thread rea

2004-11-11 Thread tallpsmith
Thanks.  I can imagine changing the behaviour now would hurt many people.  I 
wonder if it's a optional setting that could be implemented?

Anyway, I am thinking of placing a traditional synchronized(...) block 
initially so that no thread could ever read null.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854906#3854906

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854906


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064328 ] JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

2004-11-11 Thread SourceForge.net
Bugs item #1064328, was opened at 2004-11-10 21:39
Message generated for change (Comment added) made by diggermaus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064328group_id=22866

Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ulrich Romahn (diggermaus)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

Initial Comment:
Whe trying to build JBoss 3.2.6 using IBM's
JDK1.4.2-1.0 on a Linux box, I get the following
exception during the compile of JBoss JMX:
error: IO exception sun.io.MalformedInputException

I get this error exactly three times but no further
message nor a stack trace.

I assume that there are some dependencies to Sun's SDK
in the build system (Ant) because of the sun.io
exception which I should't see using IBM's JDK.

Howver, the precompiled version (with Sun's JDK, I
assume) seems to run flawlessly on IBM's JDK.

I would really like to build JBoss with IBM's JDK
because IBM's javac produces much more optimized code
and performs much faster on Linux with the 2.6 kernel.

--

Comment By: Ulrich Romahn (diggermaus)
Date: 2004-11-11 18:00

Message:
Logged In: YES 
user_id=579922

Thanks to the comment below, I got past the first error, but 
now IBM's javac reports another compile error:
In class 
org.apache.axis.components.net.SunJSSESocketFactory.java 
it references classes from Sun that obviously cannot be 
resolved. It references classes in the package 
com.sun.net.ssl which are not part of IBM's JDK.

I assume that JBoss has never really been compiled with the 
IBM JDK because otherwise this would have been caught.

I am not sure if anybody at JBoss will tackle this issue or if it 
will be my responsibility to clean these references and then 
feed it back to JBoss.

--

Comment By: Igor Fedorenko (igorfie)
Date: 2004-11-10 22:20

Message:
Logged In: YES 
user_id=232950

As a guess, try export LANG=en_US before running the
build. I had similar problem building other software on
redhat 9 box. It turned out that sources had non-ascii
characters in comments. IBM I/O libs correctly rejected to
read them using default UTF-8 encoding.


--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064328 ] JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

2004-11-11 Thread SourceForge.net
Bugs item #1064328, was opened at 2004-11-10 21:39
Message generated for change (Comment added) made by diggermaus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064328group_id=22866

Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ulrich Romahn (diggermaus)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

Initial Comment:
Whe trying to build JBoss 3.2.6 using IBM's
JDK1.4.2-1.0 on a Linux box, I get the following
exception during the compile of JBoss JMX:
error: IO exception sun.io.MalformedInputException

I get this error exactly three times but no further
message nor a stack trace.

I assume that there are some dependencies to Sun's SDK
in the build system (Ant) because of the sun.io
exception which I should't see using IBM's JDK.

Howver, the precompiled version (with Sun's JDK, I
assume) seems to run flawlessly on IBM's JDK.

I would really like to build JBoss with IBM's JDK
because IBM's javac produces much more optimized code
and performs much faster on Linux with the 2.6 kernel.

--

Comment By: Ulrich Romahn (diggermaus)
Date: 2004-11-11 18:01

Message:
Logged In: YES 
user_id=579922

Thanks to the comment below, I got past the first error, but 
now IBM's javac reports another compile error:
In class 
org.apache.axis.components.net.SunJSSESocketFactory.java 
it references classes from Sun that obviously cannot be 
resolved. It references classes in the package 
com.sun.net.ssl which are not part of IBM's JDK.

I assume that JBoss has never really been compiled with the 
IBM JDK because otherwise this would have been caught.

I am not sure if anybody at JBoss will tackle this issue or if it 
will be my responsibility to clean these references and then 
feed it back to JBoss.

--

Comment By: Ulrich Romahn (diggermaus)
Date: 2004-11-11 18:00

Message:
Logged In: YES 
user_id=579922

Thanks to the comment below, I got past the first error, but 
now IBM's javac reports another compile error:
In class 
org.apache.axis.components.net.SunJSSESocketFactory.java 
it references classes from Sun that obviously cannot be 
resolved. It references classes in the package 
com.sun.net.ssl which are not part of IBM's JDK.

I assume that JBoss has never really been compiled with the 
IBM JDK because otherwise this would have been caught.

I am not sure if anybody at JBoss will tackle this issue or if it 
will be my responsibility to clean these references and then 
feed it back to JBoss.

--

Comment By: Igor Fedorenko (igorfie)
Date: 2004-11-10 22:20

Message:
Logged In: YES 
user_id=232950

As a guess, try export LANG=en_US before running the
build. I had similar problem building other software on
redhat 9 box. It turned out that sources had non-ascii
characters in comments. IBM I/O libs correctly rejected to
read them using default UTF-8 encoding.


--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Other JBoss Development] - Re: CVS Lock

2004-11-11 Thread lnorth
Thanks.  It did work later.  I wrote the note because CVS had been waiting on 
the lock for over an hour.  I will be more patient in the future.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854928#3854928

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854928


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064956 ] JBoss 3.2.6 getting error while running run.bat on windows2k

2004-11-11 Thread SourceForge.net
Bugs item #1064956, was opened at 2004-11-12 11:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064956group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Bhaskar Rajamani (rajbhaski)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 getting error while running run.bat on windows2k

Initial Comment:
Hi,

I am using Windows 2000. I am giving the configuration 
of my usage given below


JDK version 

java version 1.3.1_12
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1_12-b03)
Java HotSpot(TM) Client VM (build 1.3.1_12-b03, mixed 
mode)


JBOss version 3.2.6

OS  : Windows 2000  SP5


When I am running run.bat I am getting the following 
output on the console.


==
=
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-3.2.6\bin\..
.
  JAVA: C:\jdk1.3.1_12\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: C:\jdk1.3.1_12\lib\tools.jar;C:\jboss-3.2.6
\bin\run.jar
.
==
=
.
java.lang.NoSuchMethodError
at org.jboss.Main.boot(Main.java:98)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:479)
Press any key to continue . . .


===

to reproduce the bug

after installed jdk 1.3.1_10
AND as soon as installed / extracted from zip file  go to 
jboss_home\bin and click run.bat.

Pls advice me to come out from this, my mail id is 
[EMAIL PROTECTED]

Pls provide the idea to come out from this. since I am 
not looking the source code I am sending it to you. or 
else I can do fixing. anyway thanks fo ryour help,

THanks and REgards
Bhaskar.R




--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064957 ] JBoss 3.2.6 probelm while running run.bat on windows 2000 OS

2004-11-11 Thread SourceForge.net
Bugs item #1064957, was opened at 2004-11-12 11:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064957group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Bhaskar Rajamani (rajbhaski)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 probelm while running run.bat on windows 2000 OS

Initial Comment:
Hi,

I am using Windows 2000. I am giving the configuration 
of my usage given below


JDK version 

java version 1.3.1_12
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1_12-b03)
Java HotSpot(TM) Client VM (build 1.3.1_12-b03, mixed 
mode)


JBOss version 3.2.6

OS  : Windows 2000  SP5


When I am running run.bat I am getting the following 
output on the console.


==
=
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-3.2.6\bin\..
.
  JAVA: C:\jdk1.3.1_12\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: C:\jdk1.3.1_12\lib\tools.jar;C:\jboss-3.2.6
\bin\run.jar
.
==
=
.
java.lang.NoSuchMethodError
at org.jboss.Main.boot(Main.java:98)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:479)
Press any key to continue . . .



Pls provide the idea to come out from this. since I am 
not looking the source code I am sending it to you. or 
else I can do fixing. anyway thanks fo ryour help,

THanks and REgards
Bhaskar.R




--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064957 ] JBoss 3.2.6 probelm while running run.bat on windows 2000 OS

2004-11-11 Thread SourceForge.net
Bugs item #1064957, was opened at 2004-11-11 19:47
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064957group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Duplicate
Priority: 5
Submitted By: Bhaskar Rajamani (rajbhaski)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 probelm while running run.bat on windows 2000 OS

Initial Comment:
Hi,

I am using Windows 2000. I am giving the configuration 
of my usage given below


JDK version 

java version 1.3.1_12
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1_12-b03)
Java HotSpot(TM) Client VM (build 1.3.1_12-b03, mixed 
mode)


JBOss version 3.2.6

OS  : Windows 2000  SP5


When I am running run.bat I am getting the following 
output on the console.


==
=
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-3.2.6\bin\..
.
  JAVA: C:\jdk1.3.1_12\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: C:\jdk1.3.1_12\lib\tools.jar;C:\jboss-3.2.6
\bin\run.jar
.
==
=
.
java.lang.NoSuchMethodError
at org.jboss.Main.boot(Main.java:98)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:479)
Press any key to continue . . .



Pls provide the idea to come out from this. since I am 
not looking the source code I am sending it to you. or 
else I can do fixing. anyway thanks fo ryour help,

THanks and REgards
Bhaskar.R




--

Comment By: Scott M Stark (starksm)
Date: 2004-11-11 19:51

Message:
Logged In: YES 
user_id=175228

Duplicate of 1064956

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064956 ] JBoss 3.2.6 getting error while running run.bat on windows2k

2004-11-11 Thread SourceForge.net
Bugs item #1064956, was opened at 2004-11-11 19:44
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064956group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Bhaskar Rajamani (rajbhaski)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 getting error while running run.bat on windows2k

Initial Comment:
Hi,

I am using Windows 2000. I am giving the configuration 
of my usage given below


JDK version 

java version 1.3.1_12
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1_12-b03)
Java HotSpot(TM) Client VM (build 1.3.1_12-b03, mixed 
mode)


JBOss version 3.2.6

OS  : Windows 2000  SP5


When I am running run.bat I am getting the following 
output on the console.


==
=
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-3.2.6\bin\..
.
  JAVA: C:\jdk1.3.1_12\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat
.
  CLASSPATH: C:\jdk1.3.1_12\lib\tools.jar;C:\jboss-3.2.6
\bin\run.jar
.
==
=
.
java.lang.NoSuchMethodError
at org.jboss.Main.boot(Main.java:98)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:479)
Press any key to continue . . .


===

to reproduce the bug

after installed jdk 1.3.1_10
AND as soon as installed / extracted from zip file  go to 
jboss_home\bin and click run.bat.

Pls advice me to come out from this, my mail id is 
[EMAIL PROTECTED]

Pls provide the idea to come out from this. since I am 
not looking the source code I am sending it to you. or 
else I can do fixing. anyway thanks fo ryour help,

THanks and REgards
Bhaskar.R




--

Comment By: Scott M Stark (starksm)
Date: 2004-11-11 19:54

Message:
Logged In: YES 
user_id=175228

3.2.6 does not run under jdk1.3. It requires jdk 1.4.x. This
has been fixed for the 3.2.7 release which currently has a
3.2.7RC1 preview available.

--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.426 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004224129Lbuild.426
BUILD COMPLETE-build.426Date of build:11/11/2004 22:41:29Time to build:14 minutes 52 secondsLast changed:11/11/2004 22:31:02Last log entry:Updated




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(15)1.27modifiedbwang00cache/docs/Changelog.txtUpdated1.1addedbwang00cache/src/main/org/jboss/cache/eviction/FIFOAlgorithm.javaContributed by a user for first in first out1.1addedbwang00cache/src/main/org/jboss/cache/eviction/FIFOPolicy.javaContributed by a user for first in first out1.3modifiedbwang00testsuite/src/resources/cache/META-INF/local-aop-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.4modifiedbwang00testsuite/src/resources/cache/META-INF/local-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.3modifiedbwang00testsuite/src/resources/cache/META-INF/replSync-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.4modifiedbwang00cache/src/etc/standalone/META-INF/local-aop-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.6modifiedbwang00cache/src/etc/standalone/META-INF/local-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.12modifiedbwang00cache/src/etc/standalone/META-INF/local-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.4modifiedbwang00cache/src/etc/standalone/META-INF/replSync-eviction-service.xmlRenamed TimeToIdleSeconds to TimeToLiveSeconds1.26modifiedbwang00cache/docs/Changelog.txtUpdated1.4modifiedbwang00testsuite/src/main/org/jboss/test/cache/test/eviction/LRUAlgorithmUnitTestCase.javaChanged api1.20modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUAlgorithm.javaSwitched to TimeToLiveSeconds1.18modifiedbwang00cache/src/main/org/jboss/cache/eviction/LRUPolicy.javaSwitched to TimeToLiveSeconds1.11modifiedbwang00cache/src/main/org/jboss/cache/eviction/Region.javaSwitched to TimeToLiveSeconds



[JBoss-dev] [JBossCache] - Re: Questions about functionality

2004-11-11 Thread bwang00
OK, I can refactor the region_.getTimeToIdleSeconds() into a public method. 
Will that do what you want then?

-ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854936#3854936

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854936


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.179 Build Successful

2004-11-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log2004231627Lbuild.179
BUILD COMPLETE-build.179Date of build:11/11/2004 23:16:27Time to build:14 minutes 16 secondsLast changed:11/11/2004 22:28:44Last log entry:Log the replicants map from each node




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.1.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.javaLog the replicants map from each node1.165.2.172modifiedstarksmtestsuite/build.xmlAdd a sleep seconds="15" after the cluster node web servers are seento be up to give the partition time to recognize the nodes. We need a custom test to validate the the cluster membership has the expected count on each node.



[JBoss-dev] [JBossWS] - Re: JBossWS performance issue

2004-11-11 Thread pvainio
tdiesler wrote : This is an interesting benchmark. Can you provide a test 
deployment?

I can't provide the one I used, but I can create similar one for testing if 
needed.

tdiesler wrote : Axis always parses the message and records the SAX events, 
in parallel it builds up an in memory representations of the SAAJ object graph. 

I tought it might do something like this.  Is there by any change a way 
(configuration option?) to change this behaviour?

tdiesler wrote : Do you have JWSDP deployed in JBoss? If yes, do you want to 
write a wiki about it?

I have a webservice generated with JWSDP deployed in JBoss.  And yes I can 
write a wiki about it if needed.  There is already tutorial about it 
http://java.sun.com/webservices/docs/1.3/tutorial/doc/JAXRPC.html.
That tutorial instructs how to create a war archive from your webservice.  You 
should be able to deoploy generated war into any servlet container.

Thanks,
Pekka

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854939#3854939

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854939


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Transactions/Locking Across VMs Issues

2004-11-11 Thread jiwils
I have been attempting to get transactional access to a node when inserting 
key/value pairs into a node's map.  However, no matter what I do this does not 
work for me.

I have three VMs running on a multiprocessor box that each contain an instance 
of a cache.  All three VMs are reading the same cache configuration file.  VMs 
1 and 2 are running client code that is putting a key/value pair in a HashMap.  
The key is the same, so by using transactions I would like for one of the 
clients to successfully put the key/value pair, and I would like the other VM 
to recognize that the value has already been put.  VMs 1 and 2 are started as 
close as possible to the same time in order to ensure that transaction locking 
is occurring.

The code for VMs 1 and 2 is as follows:

  | _cache.startService();
  | 
  | // Sleep to ensure that cache start is finished (does no good).
  | System.out.println(Sleeping...);
  | Thread.sleep(1);
  | System.out.println(Done sleeping.);
  | 
  | UserTransaction tx =
  | new DummyUserTransaction(DummyTransactionManager.getInstance());
  | 
  | try
  | {
  | tx.begin();
  | 
  | if (! _cache.exists(aom, key))
  | {
  | System.out.println(Inside if...);
  | 
  | Object last = _cache.put(aom, key, _value);
  | tx.commit();
  | 
  | if (last != null)
  | {
  | System.out.println(Last was not null...);
  | System.out.println(last);
  | 
  | // tx.rollback();
  | }
  | else
  | {
  | System.out.println(Last was null...);
  | }
  | }
  | else
  | {
  | System.out.println(already exists);
  | }
  | }
  | catch (Throwable t)
  | {
  | t.printStackTrace(System.out);
  | }
  | 
The 3rd VM is just a listener, but it does not implement the 
TreeCacheListener interface.  It just prints out the key/value pairs of the 
node that the other VMs are working with so I can determine which VM won in the 
race I am creating.  It prints out these values once every 30 seconds.

I start the listener VM first, and put an arbitrary key/value pair into the 
node that every VM is using in order to make sure the node already exists.  
Then I start the other two VMs as close to simultaneously as possible.

All three VMs get timeout exceptions, and neither VM 1 nor VM 2 place anything 
in the map (one of them does sometimes but it is auto-rolled back because of 
the timeout exception).  VM 3 appears to hang sometimes when it locks the cache 
to update VM 1 / VM 2 because only a single locking message appears for state 
transition rather than one for each of the other VMs, but this does not happen 
every time.

This is the listener VM's timeout stacktrace log:

  | 00:07:27,584 ERROR [TreeCacheAop] method invocation failed
  | org.jboss.cache.lock.TimeoutException: lock could not be acquired after 
15000 ms. Lock map ownership Read lock owners: []
  | Write lock owner: devns02:34215:3
  | 
  | at 
org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:146)
  | at org.jboss.cache.Node.acquireWriteLock(Node.java:422)
  | at org.jboss.cache.Node.acquire(Node.java:388)
  | at org.jboss.cache.TreeCache.findNode(TreeCache.java:3295)
  | at org.jboss.cache.TreeCache._put(TreeCache.java:2341)
  | at org.jboss.cache.aop.TreeCacheAop._put(TreeCacheAop.java:611)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:223)
  | at org.jboss.cache.TreeCache.prepare(TreeCache.java:2736)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:223)
  | at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:14)
  | at 
org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:39)
  | at 
org.jboss.cache.interceptors.ReplicationInterceptor.replicate(ReplicationInterceptor.java:144)
  | at org.jboss.cache.TreeCache._replicate(TreeCache.java:2674)
  | at 

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Could not load the org.jboss.ejb.plugins.ServiceEndpointInte

2004-11-11 Thread shuchan
Hello,

I get the following warning mesasge every time when stateless session
beans are deployed onto clustered JBoss AS 4.0.0.

16:59:42,034 INFO  [EjbModule] Deploying BorrowRecordSearch
16:59:42,058 WARN  [EjbModule] Could not load the 
org.jboss.ejb.plugins.ServiceEndpointInterceptor interceptor


My standardjboss.xml in conf dir is the same as one in 'all' server
config and contains settings of the ServiceEndpointInterinterceptor like this:

container-configuration
  container-nameClustered Stateless SessionBean/container-name
  
  org.jboss.ejb.plugins.ServiceEndpointIntercep
tor
  
org.jboss.ejb.plugins.ServiceEndpointInterceptor/
interceptor
  

but I couldn't find such a class in jar files of JBoss 4.0.0 binaries.

My questions are
(i) The warning message is caused by wrong 
  configurations(in standardjboss.xml) and negligible?

(ii) If (i) is true, is removing the interceptor configuration 
from standardjboss.xml no problem to make stateless session beans work
in clustered environments?

(iii) If (i) is incorrect, any ideas to remove the warnings???

-shu


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854944#3854944

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854944


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1064328 ] JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

2004-11-11 Thread SourceForge.net
Bugs item #1064328, was opened at 2004-11-11 07:39
Message generated for change (Comment added) made by andd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1064328group_id=22866

Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Ulrich Romahn (diggermaus)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.2.6 cannot be build using IBM SDK 1.4.2

Initial Comment:
Whe trying to build JBoss 3.2.6 using IBM's
JDK1.4.2-1.0 on a Linux box, I get the following
exception during the compile of JBoss JMX:
error: IO exception sun.io.MalformedInputException

I get this error exactly three times but no further
message nor a stack trace.

I assume that there are some dependencies to Sun's SDK
in the build system (Ant) because of the sun.io
exception which I should't see using IBM's JDK.

Howver, the precompiled version (with Sun's JDK, I
assume) seems to run flawlessly on IBM's JDK.

I would really like to build JBoss with IBM's JDK
because IBM's javac produces much more optimized code
and performs much faster on Linux with the 2.6 kernel.

--

Comment By: Dimitris Andreadis (andd)
Date: 2004-11-12 09:10

Message:
Logged In: YES 
user_id=583305

Cleaning and posting back those files would be great, since 
we rarely use IBM's JDK here!

Thanks

--

Comment By: Ulrich Romahn (diggermaus)
Date: 2004-11-12 04:01

Message:
Logged In: YES 
user_id=579922

Thanks to the comment below, I got past the first error, but 
now IBM's javac reports another compile error:
In class 
org.apache.axis.components.net.SunJSSESocketFactory.java 
it references classes from Sun that obviously cannot be 
resolved. It references classes in the package 
com.sun.net.ssl which are not part of IBM's JDK.

I assume that JBoss has never really been compiled with the 
IBM JDK because otherwise this would have been caught.

I am not sure if anybody at JBoss will tackle this issue or if it 
will be my responsibility to clean these references and then 
feed it back to JBoss.

--

Comment By: Ulrich Romahn (diggermaus)
Date: 2004-11-12 04:00

Message:
Logged In: YES 
user_id=579922

Thanks to the comment below, I got past the first error, but 
now IBM's javac reports another compile error:
In class 
org.apache.axis.components.net.SunJSSESocketFactory.java 
it references classes from Sun that obviously cannot be 
resolved. It references classes in the package 
com.sun.net.ssl which are not part of IBM's JDK.

I assume that JBoss has never really been compiled with the 
IBM JDK because otherwise this would have been caught.

I am not sure if anybody at JBoss will tackle this issue or if it 
will be my responsibility to clean these references and then 
feed it back to JBoss.

--

Comment By: Igor Fedorenko (igorfie)
Date: 2004-11-11 08:20

Message:
Logged In: YES 
user_id=232950

As a guess, try export LANG=en_US before running the
build. I had similar problem building other software on
redhat 9 box. It turned out that sources had non-ascii
characters in comments. IBM I/O libs correctly rejected to
read them using default UTF-8 encoding.


--

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >