[JBoss-dev] [Web Services] - 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread aagmon
document /lit  (ejb-endpoint) deployment  - mapping simple custom type  
deployed successfully on 4.0.0 suddenly failes in 4.0.1 
with runtimeException 

12:51:29,730 ERROR [ServiceDeployer] Cannot startup webservice for: 
echoCustomer.jar
  | org.jboss.deployment.DeploymentException: Cannot deploy webservice; - 
nested throwable: (javax.management.RuntimeMBeanException)
  | at 
org.jboss.webservice.ServiceDeployer.deployWebservices(ServiceDeployer.java:342)
  | at 
org.jboss.webservice.ServiceDeployerEJB.deployWebservices(ServiceDeployerEJB.java:100)
  | at 
org.jboss.webservice.ServiceDeployer.startWebservice(ServiceDeployer.java:203)
  | at 
org.jboss.webservice.ServiceDeployer.handleNotification(ServiceDeployer.java:113)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
  | 
  | .
  | 
  | Caused by: javax.management.RuntimeMBeanException
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:165)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:152)
  | 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:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.webservice.ServiceDeployer.deployWebservices(ServiceDeployer.java:333)
  |  ... 33 more
  |  
  | ... 
  | 
  | Caused by: java.lang.ClassCastException: javax.xml.namespace.QName
  | at java.util.Arrays.mergeSort(Arrays.java:1156)
  | at java.util.Arrays.sort(Arrays.java:1080)
  | at 
org.jboss.webservice.deployment.WSDDGenerator.appendTypeMappings(WSDDGenerator.java:115)
  | at 
org.jboss.webservice.AxisService.generateDeploymentWSDD(AxisService.java:420)
  | at 
org.jboss.webservice.AxisService.deployService(AxisService.java:243)
  | 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:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | ... 38 more

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

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


---
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: Maintaining consistent object graph

2004-11-07 Thread bela
Use equals() rather than ==

Bela

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

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


---
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.408 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107054601Lbuild.408
BUILD COMPLETE-build.408Date of build:11/07/2004 05:46:01Time to build:27 minutes 25 secondsLast changed:11/07/2004 05:38:45Last log entry:New unit test for configuration of interceptor chain in cache




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(7)1.1addedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javaNew unit test for configuration of interceptor chain in cache1.4modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javans1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javapreliminary checkin of new or modified interceptors1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javapreliminary checkin of new or modified interceptors1.13modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message



[JBoss-dev] [JBossWS] - Re: setting timeouts in clients

2004-11-07 Thread y_zl
Does that means we could not set timeout paramter  if we don't use DII ? are 
there any configuration paramters which we could set the overall timeout for 
the WS client ?

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

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


---
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: Has TreeCacheView Been Updated?

2004-11-07 Thread bela
Great ! Okay, there are 2 classes: TreeCacheView (the MBean, supposed to run 
inside JBoss) and TreeCacheView2, the standalone GUI. Then, there is also 
TreeCacheViewAop.

We need to merge those 3 classes into 1, for obvious reasons. We could start by 
dumping TreeCacheView, b/c the MBean view is not really important for now.

Bela

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

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


---
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: Questions about functionality

2004-11-07 Thread bela
kkalmbach wrote : 
  | 2) Can JbossCache keep statistics?  In order to properly set the 
idleTimeToLive/maxEntries etc..  We want to look at how many times a paticular 
node was successfully retrieved from the cache, as well as how many times an 
entry was attempted to be retireved and it had already been evicted (or was 
never there)
  | 
  | If this functionality does not already exist,  are there hooks where I 
could write my own implementations (and of course submit the changes back).
  | 


Not in 1.1. I'm working on refactoring right now, all aspects such as 
replication, locking, cache loading etc are converted to aspects (a.k.a 
interceptors). This is only in the CVS (head) as of now, but will be part of 
1.2 (timeframe for release: end of November)

To do stats, you'd write an interceptor, then get the interceptor chain (List 
cache.getInterceptors()), and insert your interceptor dynamically at the place 
where you want to insert it.
The interceptor chain is currently assembled according to the cache attributes 
set, but I plan to expose it later via XML as well (for advanced users).

So if you are impatient, you can check out the CVS head code and take a look. 
The invoke() method gives you access to method name, arguments etc. Note though 
that the MethodCall argument will be replaced by Invocation in the 2.x 
timeframe.

Regards,

Bela

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

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


---
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] - JBossCache presentation on www.javalobby.com

2004-11-07 Thread bela
This is a 45 minute presentation on http://www.javalobby.com, front page. It is 
running until the end of the month.
Check it out !

Bela

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

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


---
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: JBossCache inside EJB

2004-11-07 Thread bela
skotagiri wrote : 
  | Also, if the backend store is RDBMS, and if you would like to get access to 
the JDBC DataSource through ENC 

This is somewhat unrelated, but... I realized that we need to provide a 
configuration option for JDBCCacheLoader to retrieve the DataSource from JNDI 
(preconfigured DS), in addition to creating a JDBC connection.
This allows us to be good citizens and participate in the container's 
connection pooling.
I added this to the roadmap for 1.3.

Bela

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

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


---
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: DII client complains about serializer

2004-11-07 Thread tdiesler
UR welcome

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

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


---
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] [Web Services] - Re: 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread aagmon
simple custom type cutomer - contain 2 strings :

typeMapping
  | qname='ns1:Customer' xmlns:ns1='http://com.alon.beans/ws4ee'
  | type='java:com.alon.beans.Customer'
  | serializer='org.apache.axis.encoding.ser.BeanSerializerFactory'
  | deserializer='org.apache.axis.encoding.ser.BeanDeserializerFactory'
  | encodingStyle=''
  | /


from the wsdl :

schema targetNamespace=http://com.alon.beans; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |complexType name=Customer
  | sequence
  |  element name=last nillable=true type=xsd:string/
  |  element name=name nillable=true type=xsd:string/
  | /sequence
  |/complexType
  |   /schema
  |   schema targetNamespace=http://com.alon.beans/ws4ee; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |element name=in0 type=tns1:Customer/
  |element name=echoCustomerReturn type=tns1:Customer/
  |   /schema


from the  jax mapping : 

package-mapping
  | package-typecom.alon.beans/package-type
  | namespaceURIhttp://com.alon.beans/ws4ee/namespaceURI
  |   /package-mapping
  | 
  |   java-xml-type-mapping
  | java-typecom.alon.beans.Customer/java-type
  | root-type-qnameimpl:in0/root-type-qname
  | qname-scopeelement/qname-scope
  |   /java-xml-type-mapping
  |   java-xml-type-mapping
  | java-typecom.alon.beans.Customer/java-type
  | root-type-qnameimpl:echoCustomerReturn/root-type-qname
  | qname-scopeelement/qname-scope
  |   /java-xml-type-mapping

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

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


---
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] [Web Services] - Re: 4.0.0 deployment failed on 4.0.1 with runtimeException

2004-11-07 Thread tdiesler
This exception would occur when QName is not Comparable. What deliverable are 
you using? Where is QName being loaded from?

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

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


---
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-jdk-matrix build.6 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041107071116Lbuild.6
BUILD COMPLETE-build.6Date of build:11/07/2004 07:11:16Time to build:30 minutes 10 secondsLast changed:11/07/2004 05:38:45Last log entry:New unit test for configuration of interceptor chain in cache




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(11)1.1addedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javaNew unit test for configuration of interceptor chain in cache1.4modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javans1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javapreliminary checkin of new or modified interceptors1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javapreliminary checkin of new or modified interceptors1.13modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/AOPToRemotingClientAdapter.javamore changes to asynch1.4modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/Remoting.javamore changes to asynch1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/RemotingToAOPServerInterceptor.javamore changes to asynch1.181modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javano message



[JBoss-dev] [ jboss-Bugs-1061901 ] jboss-net.war inside jboss-net.sar is not deployed

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

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Diesler (tdiesler)
Assigned to: Thomas Diesler (tdiesler)
Summary: jboss-net.war inside jboss-net.sar is not deployed

Initial Comment:
Check validity of that statement
http://www.jboss.org/index.html?
module=bbop=viewtopicp=3853883#3853883

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1061901group_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)] - aop tag

2004-11-07 Thread ad-rocha
Hi,

I would like to have a general configuration file in my program (config.xml). 
So, I would like to put the aop tag inside this file (it contains orther tags) 
and use it to weave... is it possible?

I'm receiving the error:

java.lang.RuntimeException: java.lang.IllegalArgumentException: Unknown AOP 
tag: libs

Thanks,

Andre

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

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


---
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 Failed

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107075422
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 101 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:11/07/2004 07:54:22Time to build:42 minutes 4 secondsLast changed:11/07/2004 07:38:55Last log entry:changed return value signature of getInterceptors() to List




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.182modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged return value signature of getInterceptors() to List1.2modifiedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javachanged return value signature of getInterceptors() to List



[JBoss-dev] jboss-head-jdk-matrix Build Failed

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041107080910
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 101 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:11/07/2004 08:09:10Time to build:36 minutes 58 secondsLast changed:11/07/2004 07:38:55Last log entry:changed return value signature of getInterceptors() to List




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(21)1.182modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged return value signature of getInterceptors() to List1.2modifiedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javachanged return value signature of getInterceptors() to List1.1addedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javaNew unit test for configuration of interceptor chain in cache1.4modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javans1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javapreliminary checkin of new or modified interceptors1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javapreliminary checkin of new or modified interceptors1.13modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/AOPToRemotingClientAdapter.javamore changes to asynch1.4modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/Remoting.javamore changes to asynch1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/RemotingToAOPServerInterceptor.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/AsynchAspect.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/AsynchMixin.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/Future.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/FutureImpl.javamore changes to asynch1.1addedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/FutureProxy.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/jdk15/org/jboss/aspects/asynch/FutureImpl.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/jdk15/org/jboss/aspects/asynch/ExecutorAbstraction.javamore changes to asynch1.181modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javano message



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

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107085206Lbuild.409
BUILD COMPLETE-build.409Date of build:11/07/2004 08:52:06Time to build:15 minutes 29 seconds




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(0)



[JBoss-dev] [Nukes Development] - Re: Image galery module dev

2004-11-07 Thread Maitreya
Maybe my question is not clear but i think it's a tedious way to 
use the html module to upload the image. i will work on the Zip solution 
or the direct ressources access. THX for your help :)

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

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


---
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.410 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107092248Lbuild.410
BUILD COMPLETE-build.410Date of build:11/07/2004 09:22:48Time to build:14 minutes 50 secondsLast changed:11/07/2004 09:05:28Last log entry:Updated




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.13modifiedbwang00cache/src/etc/standalone/runShellDemo.shUpdated1.10modifiedbwang00cache/src/etc/standalone/runShellDemo.batUpdated



[JBoss-dev] [ jboss-Bugs-1036306 ] 4.0 run complains of Missing Classes

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

Category: JBossServer
Group: v4.0
Status: Open
Resolution: Works For Me
Priority: 5
Submitted By: Scott R Duchin (duchin)
Assigned to: Scott M Stark (starksm)
Summary: 4.0 run complains of Missing Classes

Initial Comment:
I downloaded the new JBoss 4.0, set up JBOSS_HOME, 
then started it by typing run in the bin directory.  
There was no special configuration whatsoever.  It 
came up but had three exceptions all based on  
ClassNotFoundException for 
org.jboss.jaxr.servlet.SAAJServlet


--

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

Message:
Logged In: YES 
user_id=175228

The jboss-4.0.0.tar.bz2 works fine for me on linux so I
would say there is an issue with the tool your using for bz2.

[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar.bz2
3218257352 90970844 jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar.bz2
858f847a856aef5bbd47cd1aeb5e6d0a  jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar
4135603163 116418560 jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar
449cf3a98680bf260bb2a3eb7f944060  jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ tar -xf jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ ls
jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
com/  commons-logging.properties  log4j.properties 
META-INF/  org/
[EMAIL PROTECTED] starksm]$ 


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-06 17:25

Message:
Logged In: YES 
user_id=781064

I downloaded the jboss-4.0.0.tar.bz2 file again and it is 
definitely damaged.
I downloaded the jboss-4.0.0.zip file and it worked fine.
I did not try the jboss-4.0.0.tar.gz file.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-05 18:10

Message:
Logged In: YES 
user_id=781064

I found the directory.
The jboss directory under default only has a jaxr 
subdirectory.  The jaxr directory has two subdirectories: db  
ser (not servlet) -- they are both empty.
The jboss directory under all only has jaxr which has db  
servlet -- db has a file named JBos (no extension).
I will try to download again but this is the current state of my 
download!

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-05 16:13

Message:
Logged In: YES 
user_id=175228

The class is in the
default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
directory:
[EMAIL PROTECTED] ebxmlrr.war]$ ls -l
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class
-rw-r--r--1 starksm  None16415 Sep 20 01:23
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class


--

Comment By: Scott R Duchin (duchin)
Date: 2004-10-06 23:29

Message:
Logged In: YES 
user_id=781064

I have very short directory paths:
c:\jboss-4.0.0 for the jboss directory 
c:\jdk-1.5.0 for the newly released java directory
they don't get much shorter so that is not the problem!
I get these exceptions every time I run jboss.
must be in the default configuration or something different 
with the tiger release.
which jar is org.jboss.jaxr.servlet.SAAJServlet suppose to be 
in so I can double check the jar is there and the file is within.

--

Comment By: Scott M Stark (starksm)
Date: 2004-10-06 09:22

Message:
Logged In: YES 
user_id=175228

This works fine for me. On windows if you place jboss in too
deeply a nested directory structure the unpackaged
deployments can end up with a path length over 255 chars and
deployments can fail with suprious errors like this.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1036306group_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] - AXIS Type mapping

2004-11-07 Thread mehrdad.ashrafi
Hello,

I try to exchange data with SOAP using Axis and Jboss 3.2.x.
I think I have a type mapping problem, if the axis try to deserialize an array 
of my Pojo (MaterialDO[]) on client side. 

As an attachment you will find Client and Server part of this simple  
application.

if the client calls : 
Object obj = call.invoke(new Object[] { new Integer(10) });
catchs an Exception No deserializer 
for{http://www.w3.org/2001/XMLSchema}anyType;

can any body tell me how can I do that. 

best regards.

 Client: Test.java 
import 

public class Test
{
public static final String endpoint = 
http://localhost:8080/jboss-net/services/MaterialSoap;;

public static void main(String[] args)
{
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(new java.net.URL(endpoint));
call.setOperationName(getMaterials);

QName serviceName = new QName(MaterialSoap, MaterialSoap);
QName materialDOQName = new QName(MaterialSoap, MaterialDO);

QName arrayQName = new QName(MaterialSoap, ArrayOfMaterialDO);
call.setReturnType(arrayQName);

call.registerTypeMapping(MaterialDO.class, materialDOQName,
 new BeanSerializerFactory(MaterialDO.class,
   materialDOQName),
 new BeanDeserializerFactory(MaterialDO.class,
 materialDOQName));


call.registerTypeMapping(MaterialDO[].class, arrayQName,
 ArraySerializerFactory.class,
 ArrayDeserializerFactory.class);

System.out.println(now call );

Object obj = call.invoke(new Object[] { new Integer(10) });
System.out.println(Response:  + obj );

}
}

# web-service.xml 
deployment
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns=http://xml.apache.org/axis/wsdd/;
xmlns:xsi=http://www.w3.org/2000/10/XMLSchema-instance;
xmlns:java=http://xml.apache.org/axis/wsdd/providers/java;

   
   
   

   

   
  
  



# MaterialSoap.java #
package de.mysoap;
public class MaterialSoap
{
public MaterialSoap()
{
}

public MaterialDO[] getMaterials(int count)
{
MaterialDO materialDOs[] = new MaterialDO[count];

for(int i = 0; i  count; i++)
{
materialDOs = new MaterialDO();
materialDOs.setObjID(OBJID_+i);
materialDOs.setMaterialID(ID_+i);
materialDOs.setBereite(30 + i);
}
return materialDOs;
}
}

# MaterialDO.java #

package de.mysoap;
public class MaterialDO implements java.io.Serializable
{
private String ObjID;
private String materialID;
private double bereite;

/**
 * Creates a new MaterialDO object.
 */
public MaterialDO()
{
}

public void setBereite(double bereite)
{
this.bereite = bereite;
}

public double getBereite()
{
return bereite;
}

public void setMaterialID(String materialID)
{
this.materialID = materialID;
}

public String getMaterialID()
{
return materialID;
}

public void setObjID(String objID)
{
ObjID = objID;
}

public String getObjID()
{
return ObjID;
}
}




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

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


---
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-1061958 ] Java5 MarshallDocLiteralTestCase Failures

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

Category: JBossWS
Group: v4.0
Status: Open
Resolution: None
Priority: 6
Submitted By: Scott M Stark (starksm)
Assigned to: Thomas Diesler (tdiesler)
Summary: Java5 MarshallDocLiteralTestCase Failures

Initial Comment:
When running the all configuration from the current
jboss 4.0 branch under jdk1.5.0:
[EMAIL PROTECTED] testsuite]$ /usr/java/jdk1.5.0/bin/java
-version
java version 1.5.0
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed
mode, sharing)

the
org.jboss.test.webservice.marshalltest.MarshallDocLiteralTestCase
fails due to a deployment failure:

Caused by: java.lang.ClassCastException:
javax.xml.namespace.QName
at java.util.Arrays.mergeSort(Arrays.java:1156)
at java.util.Arrays.mergeSort(Arrays.java:1167)
at java.util.Arrays.mergeSort(Arrays.java:1167)
at java.util.Arrays.mergeSort(Arrays.java:1167)
at java.util.Arrays.mergeSort(Arrays.java:1167)
at java.util.Arrays.sort(Arrays.java:1080)
at
org.jboss.webservice.deployment.WSDDGenerator.appendTypeMappings(WSDDGenerator.java:115)
at
org.jboss.webservice.AxisService.generateDeploymentWSDD(AxisService.java:420)
at
org.jboss.webservice.AxisService.deployService(AxisService.java:243)
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:585)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
... 75 more

Perhaps some conflict between the jboss QName and the
jdk QName.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1061958group_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-1046721 ] DataSource metadata is incomplete/wrong

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

Category: JBossCX
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: DataSource metadata is incomplete/wrong

Initial Comment:
The DataSource metadata processing is incomplete/wrong.

1) The MBean does not belong in the JBoss JDBC resource
adapter.

This should neither depend on JMX or CMP.

I already have TODOs to remove the current dependencies
that have crept in so this RAR can be used outside of
the jboss server.

Besides, it is possible for db vendors to provide their
own resource adapters (cf Firebird) and this service
should still work.

If it belongs anywhere in the connector module (which I
don't think it does) it should be in a top level directory.

The created service is logically associated with the
connection factory deployment rather than the resource
adapter deployment anyway.

2) The metadata/typemapping is not documented in
jboss-ds-1_5.dtd

Additionally, the whole point of this file is to have a
flat namespace, why the metadata/typemapping?
There are plans to replace this config with a
programmatic javabean
style deployment.
I'm not sure how you fix this now it has been released
in 4.0.0

When I agreed to this, I said I didn't mind the -ds.xml
deployer creating the MBean, it is the obvious place to
put this configuration. But I said the implementation
should be elsewhere, i.e. in the server module (because
it uses the CMP metadata) or whatever jdbc abstraction
project is created in the future.

The service is used by the consumer of the DataSource
not the DataSource or the connection factory deployment.

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:11

Message:
Logged In: YES 
user_id=175228

Change the metadata/type-mapping to just type-mapping and
document this in the jboss-ds-1_5.dtd. For backward
compatibility just maintain the current
ConnectionFactoryTemplate.xsl
$datasource/metadata/type-mapping and add a
$datasource/type-mapping

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-10-28 04:36

Message:
Logged In: YES 
user_id=543482

I moved the mbeans to cmp just to have all this metadata
stuff in one place.
What's with metadata/type-mapping? Should it be just
type-mapping? Support both (since 4.0.1 is a maintainance
release)? Or leave it for now as it is?

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-10-18 05:57

Message:
Logged In: YES 
user_id=543482

The Firebird issue was fixed (metadata wasn't defined for
connection factories).

So what needs to be done to fix this is just to move the
metadata related MBeans to another package, right?
And replace metadata/type-mapping with just metadata or just
type-mapping?

--

Comment By: Adrian Brock (ejort)
Date: 2004-10-18 05:36

Message:
Logged In: YES 
user_id=9459

Ok, so you say it shouldn't be in CMP 
(which I agree with) 
and I say it should be in the RAR
(which is where it is currently located).

I noticed somebody else raised a bug report about it not
working with
the Firebird rar?

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-10-18 00:18

Message:
Logged In: YES 
user_id=543482

The type-mapping metadata does not belong to CMP. The
metadata is JDBC specific and should be available to any
JDBC client. The class hierarchy is in CMP package for
historical reasons. That's why I thought it should be in
JDBC resource adaptor.

2) metadata is added to the dtd with type ANY for now.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1046721group_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.411 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107122411Lbuild.411
BUILD COMPLETE-build.411Date of build:11/07/2004 12:24:11Time to build:36 minutes 36 secondsLast changed:11/07/2004 12:06:56Last log entry:ported from Branch_4_0 schemaless testcase




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/person/Person.javaported from Branch_4_0 schemaless testcase1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MappingTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SchemalessTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.9modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory



[JBoss-dev] [ jboss-Bugs-1054333 ] jboss-client.jar misses MarshalledInvocation$DeclaredMethods

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

Category: JBossServer
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Igor Fedorenko (igorfie)
Assigned to: Scott M Stark (starksm)
Summary: jboss-client.jar misses MarshalledInvocation$DeclaredMethods

Initial Comment:
Latest CVS version of JBoss 4.0.0 is missing
org/jboss/invocation/MarshalledInvocation$DeclaredMethodsAction
from the jboss-client.jar. As a result
org.jboss.ant.JMX fails with NoClassDefFoundError. The
following patch should fix the problem.



Index: build.xml
===
RCS file: /cvsroot/jboss/jboss/build.xml,v
retrieving revision 1.173.2.2
diff -u -r1.173.2.2 build.xml
--- build.xml   17 Oct 2004 18:49:28 -  1.173.2.2
+++ build.xml   26 Oct 2004 03:57:20 -
@@ -470,6 +470,7 @@
 include
name=org/jboss/invocation/MarshallingInvokerInterceptor.class/
 include
name=org/jboss/invocation/PayloadKey.class/
 include
name=org/jboss/invocation/MarshalledInvocation.class/
+include
name=org/jboss/invocation/MarshalledInvocation$DeclaredMethodsAction.class/
 include
name=org/jboss/invocation/MarshalledValue.class/
 include
name=org/jboss/invocation/MarshalledValueInputStream.class/
 include
name=org/jboss/invocation/MarshalledValueOutputStream*.class/


--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:26

Message:
Logged In: YES 
user_id=175228

This has been fixed for the 4.0.1 release.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1054333group_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-1035252 ] build.xml incorrect

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

Category: Build System
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Craig Johannsen (cjohan)
Assigned to: Bill Burke (patriot1burke)
Summary: build.xml incorrect

Initial Comment:
For the AOP annotation example, the build.xml file is
incorrect in several ways:
1.) It does not pick up the jboss version of ant.
2.) It does not find the proper jar files.

The effect is that one runs ant and gets messages about
some ant tasks not found.  Then, when that is fixed,
one gets messages about classes not found, due to the
improperly defined classpaths.

What is the intention of this build file?  Where was it
supposed to find the jars?

Here is an example fix that works only after the user
has built the source by running build.sh:

[EMAIL PROTECTED] annotation]$ diff build_orig.xml
build.xml
3a4,8
property name=rel value=jboss-4.0.0 /
property name=jboss.lib
value=../../../../build/output/${rel}/lib /
property name=jboss.all.lib
value=../../../../build/output/${rel}/server/all/lib /
property name=aop.jdk1.5.lib
value=../../../output/lib /
property name=thirdparty
value=../../../../thirdparty /
6c11
  pathelement path=../../../javassist.jar/
---
  pathelement
path=${jboss.all.lib}/javassist.jar/
10c15
  pathelement path=../../../trove.jar/
---
  pathelement
path=${thirdparty}/trove/lib/trove.jar/
14c19
  pathelement path=../../../concurrent.jar/
---
  pathelement
path=${jboss.lib}/concurrent.jar/
18c23
  pathelement path=../../../jboss-common.jar/
---
  pathelement
path=${jboss.lib}/jboss-common.jar/
22c27,28
  pathelement
path=../../../jboss-aop-jdk15.jar/
---
  pathelement
path=${aop.jdk1.5.lib}/jboss-aop-jdk15.jar/
pathelement
path=${aop.jdk1.5.lib}/jboss-aop.jar/
26c32
  pathelement path=../../../qdox.jar/
---
  pathelement path=${thirdparty}/qdox.jar/

Except javassist.jar was missing, so I'm not positive
the above fix is completely correct.  Copying the
javassist.jar from RC1 resulted in a NoClassDefFoundError:
compile:
 [aopc] [debug] jboss.aop.class.path is NULL
 [aopc] [debug] jboss.aop.search.classpath: 'null' true
 [aopc] [debug] jboss.aop.path:
/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] jboss.aop.path[0]:
/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] [deploying]
file:/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] [deploy] bind
file:/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] [deploy] bind
file:/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] [deploy] bind
file:/home/craigj/jboss-4.0.0-src/aop/docs/examples/annotation/jboss-aop.xml
 [aopc] Exception in thread main
java.lang.NoClassDefFoundError:
javassist/bytecode/AnnotationsAttribute
 [aopc] at
org.jboss.aop.AspectManager.translate(AspectManager.java:470)
 [aopc] at
org.jboss.aop.AspectManager.transform(AspectManager.java:404)
 [aopc] at
org.jboss.aop.standalone.Compiler.compileFile(Compiler.java:201)
 [aopc] at
org.jboss.aop.standalone.Compiler.compile(Compiler.java:162)
 [aopc] at
org.jboss.aop.standalone.Compiler.main(Compiler.java:61)




--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:35

Message:
Logged In: YES 
user_id=175228

Bill, can you take a look at this an reassign it if needed.

--

Comment By: Craig Johannsen (cjohan)
Date: 2004-09-26 20:57

Message:
Logged In: YES 
user_id=47444

Sorry to keep adding comments to my own bug report, but I
keep noticing things I forgot to mention.

NOTE: The attached patch only fixes the classpaths -- it
does not fix the problem of finding the correct Ant instance
nor does it fix the problem of building the jars15 target
automatically, though the latter should be easy to add.

--

Comment By: Craig Johannsen (cjohan)
Date: 2004-09-26 20:52

Message:
Logged In: YES 
user_id=47444

CORRECTION:  javasisist.jar is not missing.  It was moved to
the thirdparty directory.

I neglected above to mention that for the annotation example
to work, one must build the jars15 target at the top of
the aop directory.  This should either be done automatically
or else be properly documented.

Attached is a build.xml patch (a diff file) for the
annotation example that actually works (once the user has
run build.sh in the build directory).

--


[JBoss-dev] [ jboss-Bugs-1036298 ] 4.0 Welcome to JBoss has 3.2 docs

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

Category: Docs
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Scott R Duchin (duchin)
Assigned to: Scott M Stark (starksm)
Summary: 4.0 Welcome to JBoss has 3.2 docs

Initial Comment:
Upon starting up JBoss 4.0 the Welcome to JBoss page 
under JBoss Online Resources points to the 3.2 getting 
started docs and not the 4.0 getting started docs.

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:35

Message:
Logged In: YES 
user_id=175228

This has been fixed for the 4.0.1RC1 release.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1036298group_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-1035389 ] permanent File-Lock on JARs in EAR

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

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Krug (tkrug0210)
Assigned to: Scott M Stark (starksm)
Summary: permanent File-Lock on JARs in EAR

Initial Comment:
After deploying an exploded EAR with JARs on EAR level 
even after undeployment through the JMX-Console the 
directory cannot be deleted or the JARs replaced (file-
lock by jboss or the VM)

Putting the JARs in the WAR (WEB-INF\lib) everything 
works fine.

See attached ZIP, after undeployment the 
ThunderbirdUtil.jar can't be deleted or renamed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1035389group_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-1044555 ] web Services always are binded to localhost

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

Category: JBossWS
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Robert Marcano (robmv)
Assigned to: Scott M Stark (starksm)
Summary: web Services always are binded to localhost

Initial Comment:
By default, jboss webservices WSDL urls are generated
using localhost, without using the jboss bind host
variable.

This patch changes the harcoded localhost to the
jboss.bind.address variable

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:32

Message:
Logged In: YES 
user_id=175228

This has been fixed for the 4.0.1 final release.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1044555group_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-1053625 ] Not JSR-77 Spec compliant

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

Category: JBossMX
Group: v4.0
Status: Open
Resolution: Accepted
Priority: 5
Submitted By: Marcus Redeker (mredeker)
Assigned to: Scott M Stark (starksm)
Summary: Not JSR-77 Spec compliant

Initial Comment:
We are currently developing a JSR-77 Management Console
and found that JBoss's class
org.jboss.management.j2ee.ResourceAdapter which
represents the JSR-77 j2eeType ResourceAdapter is not
spec complient.

It must have an attribute jcaResource but JBoss has
named the attribute JcaResource with a capital letter.

Als we found that self deployed DataSources are not
accessibale through JSR-77 because they have the JBoss
LocalTransaction JDBC Wrapper as parent. But the spec
allows only on object name to be returned by
jcaResource. This means that each self deployed
DataSource should get it's own JBoss LocalTransaction
JDBC Wrapper  which is accessible through JSR-77.

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:22

Message:
Logged In: YES 
user_id=175228

A duplicate jcaResource has been added to conform to the
expected name. I'll look into the DataSource naming issue,
but define what you mean by 'self deployed DataSource'.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1053625group_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-1032777 ] Release src fails to build all with ant 1.6.2

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

Category: Build System
Group: v4.0
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: David Budworth (dbudworth)
Assigned to: Scott M Stark (starksm)
Summary: Release src fails to build all with ant 1.6.2

Initial Comment:
It may not be ant 1.6.2 specific, but that's what I was
testing against.

doing: 
jboss-4.0.0-src/build $ bash build.sh 

builds fine, but doing:
jboss-4.0.0-src/build $ bash build.sh all

Fails in _module-common-all.  Here is the tail end of
the build.
==
==  Finished with 'all' in module 'common'.
   
==


_module-common-all:
[mkdir] Created dir:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
 [copy] Copying 671 files to
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
[mkdir] Created dir:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/todo/common

BUILD FAILED
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/build.xml:501:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/common/output/todo
not found.


Looking in build.xml, it appears that an attempt is
made to copy files to a non-existant directory.  Maybe
it's a 1.6.2 thing where copy doesn't create the target
dir?  Or just a mistake with the mkdir/ tags left out.

I'd be happy to submit a patch to fix it, but I don't
know if it's expected that the tree is made prior to
the copy.  Possibly by build-magic.


--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:48

Message:
Logged In: YES 
user_id=175228

This has been fixed for the 4.0.1RC1 release.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1032777group_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-1058402 ] persistance problem

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

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: goeboe (boesler)
Assigned to: Nobody/Anonymous (nobody)
Summary: persistance problem

Initial Comment:
Hi,

I developing an project with JBoss AS 3.0 and it was 
running fine (based on the xpetstore project). Now I 
changed in this project to AS 4.0 (Windows XP, JDK 
1.4). This was no problem without one thing:
When a new user logged in, a new account is generated 
for him. This is realized by an create of an Login-Bean.
In my application the ejbCreate and the ejbPostCreate 
Method are called by a session bean in this case (I see 
two times output lbpc after passing on console), but 
then the process does not turn back to the calling 
session bean. I get no further information (black screen, 
no exception), but Timer-Beans are still running. Then 
after a timeout a rollback is initiated. The data, which 
are set in a value-Object as parameter are set in the 
Login-Bean, but not set in the database (sometimes 
values are set, sometimes not. I could not find out a 
systematic). In an other part of my software I use an 
similar mechanism to create beans and there it's always 
fine. I searched now already some days for a difference, 
but I could not find one. Perhaps you have an idear, 
why I have this mysthic error. 



--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:47

Message:
Logged In: YES 
user_id=175228

We need something in the way of an example which illustrates
the problem your seeing.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1058402group_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.412 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041107133235Lbuild.412
BUILD COMPLETE-build.412Date of build:11/07/2004 13:32:35Time to build:22 minutes 46 secondsLast changed:11/07/2004 12:39:53Last log entry:- Set configFile attribute so that the config file of a webapp is parsed.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.33modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Set configFile attribute so that the config file of a webapp is parsed.1.5modifiedremmthirdparty/apache-tomcat55/catalina.jar- Updated binary with a modified desciptor for the StandardContext MBean, to  expose the configFile attribute.



[JBoss-dev] [ jboss-Bugs-1036306 ] 4.0 run complains of Missing Classes

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

Category: JBossServer
Group: v4.0
Status: Open
Resolution: Works For Me
Priority: 5
Submitted By: Scott R Duchin (duchin)
Assigned to: Scott M Stark (starksm)
Summary: 4.0 run complains of Missing Classes

Initial Comment:
I downloaded the new JBoss 4.0, set up JBOSS_HOME, 
then started it by typing run in the bin directory.  
There was no special configuration whatsoever.  It 
came up but had three exceptions all based on  
ClassNotFoundException for 
org.jboss.jaxr.servlet.SAAJServlet


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-07 11:05

Message:
Logged In: YES 
user_id=781064

I confirmed that the md5sum for jboss-4.0.0.tar.bz2 is 
correct so the download is not the issue.
I had pkware pkzip for windows version 6 and that failed as 
described earlier.  I downloaded a trial version 8 and that 
failed in the exact same way.
Hope this helps.

--

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

Message:
Logged In: YES 
user_id=175228

The jboss-4.0.0.tar.bz2 works fine for me on linux so I
would say there is an issue with the tool your using for bz2.

[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar.bz2
3218257352 90970844 jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar.bz2
858f847a856aef5bbd47cd1aeb5e6d0a  jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar
4135603163 116418560 jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar
449cf3a98680bf260bb2a3eb7f944060  jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ tar -xf jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ ls
jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
com/  commons-logging.properties  log4j.properties 
META-INF/  org/
[EMAIL PROTECTED] starksm]$ 


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-06 17:25

Message:
Logged In: YES 
user_id=781064

I downloaded the jboss-4.0.0.tar.bz2 file again and it is 
definitely damaged.
I downloaded the jboss-4.0.0.zip file and it worked fine.
I did not try the jboss-4.0.0.tar.gz file.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-05 18:10

Message:
Logged In: YES 
user_id=781064

I found the directory.
The jboss directory under default only has a jaxr 
subdirectory.  The jaxr directory has two subdirectories: db  
ser (not servlet) -- they are both empty.
The jboss directory under all only has jaxr which has db  
servlet -- db has a file named JBos (no extension).
I will try to download again but this is the current state of my 
download!

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-05 16:13

Message:
Logged In: YES 
user_id=175228

The class is in the
default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
directory:
[EMAIL PROTECTED] ebxmlrr.war]$ ls -l
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class
-rw-r--r--1 starksm  None16415 Sep 20 01:23
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class


--

Comment By: Scott R Duchin (duchin)
Date: 2004-10-06 23:29

Message:
Logged In: YES 
user_id=781064

I have very short directory paths:
c:\jboss-4.0.0 for the jboss directory 
c:\jdk-1.5.0 for the newly released java directory
they don't get much shorter so that is not the problem!
I get these exceptions every time I run jboss.
must be in the default configuration or something different 
with the tiger release.
which jar is org.jboss.jaxr.servlet.SAAJServlet suppose to be 
in so I can double check the jar is there and the file is within.

--

Comment By: Scott M Stark (starksm)
Date: 2004-10-06 09:22

Message:
Logged In: YES 
user_id=175228

This works fine for me. On windows if you place jboss in too
deeply a nested directory structure the unpackaged
deployments can end up with a path length over 255 chars and
deployments can fail with suprious errors like this.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1036306group_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-dev] jboss-4.0 build.150 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041107134524Lbuild.150
BUILD COMPLETE-build.150Date of build:11/07/2004 13:45:24Time to build:18 minutes 51 secondsLast changed:11/07/2004 13:31:57Last log entry:Use the ${jboss.bind.address} system property reference as the WebServiceHost default value to conform to the default bind address usage. Fixes [ 1044555 ] web Services always are binded to localhost.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.13.4.1modifiedstarksmwebservice/src/resources/META-INF/jboss-service.xmlUse the ${jboss.bind.address} system property reference as the WebServiceHost default value to conform to the default bind address usage. Fixes [ 1044555 ] web Services always are binded to localhost.1.173.2.6modifiedstarksmserver/build.xmlInclude all of the org.jboss.invocation.* classes in the jboss-client.jar. Fixes [ 1054333 ] jboss-client.jar misses MarshalledInvocation$DeclaredMethods.1.8.6.1modifiedstarksmmanagement/src/main/org/jboss/management/j2ee/ResourceAdapter.javaExpose a duplicate jcaResource via a getjcaResource accessor to conform with the jsr77 spec defined name. Fixes [ 1053625 ] Not JSR-77 Spec compliant.



[JBoss-dev] [ jboss-Bugs-1036306 ] 4.0 run complains of Missing Classes

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

Category: JBossServer
Group: v4.0
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Scott R Duchin (duchin)
Assigned to: Scott M Stark (starksm)
Summary: 4.0 run complains of Missing Classes

Initial Comment:
I downloaded the new JBoss 4.0, set up JBOSS_HOME, 
then started it by typing run in the bin directory.  
There was no special configuration whatsoever.  It 
came up but had three exceptions all based on  
ClassNotFoundException for 
org.jboss.jaxr.servlet.SAAJServlet


--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 11:36

Message:
Logged In: YES 
user_id=175228

Well, then this is a tools issue that we can do nothing
about. The cygwin bunzip2 also has no problems with the .bz2
downloads.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-07 11:05

Message:
Logged In: YES 
user_id=781064

I confirmed that the md5sum for jboss-4.0.0.tar.bz2 is 
correct so the download is not the issue.
I had pkware pkzip for windows version 6 and that failed as 
described earlier.  I downloaded a trial version 8 and that 
failed in the exact same way.
Hope this helps.

--

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

Message:
Logged In: YES 
user_id=175228

The jboss-4.0.0.tar.bz2 works fine for me on linux so I
would say there is an issue with the tool your using for bz2.

[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar.bz2
3218257352 90970844 jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar.bz2
858f847a856aef5bbd47cd1aeb5e6d0a  jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar
4135603163 116418560 jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar
449cf3a98680bf260bb2a3eb7f944060  jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ tar -xf jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ ls
jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
com/  commons-logging.properties  log4j.properties 
META-INF/  org/
[EMAIL PROTECTED] starksm]$ 


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-06 17:25

Message:
Logged In: YES 
user_id=781064

I downloaded the jboss-4.0.0.tar.bz2 file again and it is 
definitely damaged.
I downloaded the jboss-4.0.0.zip file and it worked fine.
I did not try the jboss-4.0.0.tar.gz file.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-05 18:10

Message:
Logged In: YES 
user_id=781064

I found the directory.
The jboss directory under default only has a jaxr 
subdirectory.  The jaxr directory has two subdirectories: db  
ser (not servlet) -- they are both empty.
The jboss directory under all only has jaxr which has db  
servlet -- db has a file named JBos (no extension).
I will try to download again but this is the current state of my 
download!

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-05 16:13

Message:
Logged In: YES 
user_id=175228

The class is in the
default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
directory:
[EMAIL PROTECTED] ebxmlrr.war]$ ls -l
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class
-rw-r--r--1 starksm  None16415 Sep 20 01:23
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class


--

Comment By: Scott R Duchin (duchin)
Date: 2004-10-06 23:29

Message:
Logged In: YES 
user_id=781064

I have very short directory paths:
c:\jboss-4.0.0 for the jboss directory 
c:\jdk-1.5.0 for the newly released java directory
they don't get much shorter so that is not the problem!
I get these exceptions every time I run jboss.
must be in the default configuration or something different 
with the tiger release.
which jar is org.jboss.jaxr.servlet.SAAJServlet suppose to be 
in so I can double check the jar is there and the file is within.

--

Comment By: Scott M Stark (starksm)
Date: 2004-10-06 09:22

Message:
Logged In: YES 
user_id=175228

This works fine for me. On windows if you place jboss in too
deeply a nested directory structure the unpackaged
deployments can end up with a path length over 255 chars and
deployments can fail with suprious errors like this.

--

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



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

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041107120118Lbuild.149
BUILD COMPLETE-build.149Date of build:11/07/2004 12:01:18Time to build:28 minutes 38 secondsLast changed:11/07/2004 11:56:14Last log entry:schemaless testcase




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.2.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/person/Person.javaschemaless testcase1.2.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MappingTestCase.javaschemaless testcase1.1.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SchemalessTestCase.javaschemaless testcase1.1.2.1modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javavery testcase specific schemaless marshaller and object model factory1.1.2.1modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javavery testcase specific schemaless marshaller and object model factory



[JBoss-dev] [TODO -- DEVELOPMENT] - 4.0.1 Release Tasks (Repost)

2004-11-07 Thread [EMAIL PROTECTED]
We are planning to do a 4.0.1 release on Nov 19. The following dynamic list of 
tasks need to be completed to complete the release. Any other tasks that be 
posted here and I'll integrate them into this summary.


 Bugs #1040200, Authentication exception, principal=null initially on login. 
, Assigned to: Scott, Status: COMPLETE


 Bugs item #1041273, Run-as Identity not propagated, Assigned to: Scott, 
Status: COMPLETE


 Bugs item #1053277, *.jbossmx.compliance.monitor.BasicTestCase failures, 
Assigned to: Dimitris, Status: COMPLETE


 Bugs item #1046721, DataSource metadata is incomplete/wrong, Assigned to 
Alexey, Status: In progress


 Bugs item #1044569, CMP beans always looks for the DefaultDS, Assigned to 
Alexey, Status: COMPLETE


 Bugs item #1047373, PropertyNotFoundException on runtime HAR deployment, 
Assigned to Steve Ebersole, Status: In progress


[ 1061958 ] Java5 MarshallDocLiteralTestCase Failures, Assigned to Thomas 
Diesler, Status: In progress


Get the testuite running completely under jdk5.0, Assigned to Scott Stark. 
Status: In Progress



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

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


---
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] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Unknown jboss version number for cmp2 2.4

2004-11-07 Thread Surlykke
Have you supplied a version number to the jboss element?
If you run, say, jboss 3.2, it should be like:

ejbdoclet . . .
  .
  .
  
  .
  .


The version attribute isn't mandatory, but defaults to 2.4 when not given, 
hence the error message.

br. Christian Surlykkeanonymous wrote : 

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

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


---
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] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Unknown jboss version number for cmp2 2.4

2004-11-07 Thread Surlykke
Arrg. HTML!

The example should have looked like this:


  | ejbdoclet ...
  |   .
  |   .
  |   jboss version=3.2/
  |   .
  |   .
  | /ejbdoclet
  | 

- sorry for my pathetic posting skills.

br. Christian Surlykke

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

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


---
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.151 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041107162445Lbuild.151
BUILD COMPLETE-build.151Date of build:11/07/2004 16:24:45Time to build:17 minutes 22 secondsLast changed:11/07/2004 16:01:51Last log entry:Add tests of system property replacment and whitespace trim when setting attribute values from the xmbean descriptor.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.2.6.1modifiedstarksmtestsuite/src/resources/jmx/attrs/jboss-service.xmlAdd tests of system property replacment and whitespace trim when setting attribute values from the xmbean descriptor.1.2.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/AttributesUnitTestCase.javaAdd tests of system property replacment and whitespace trim when setting attribute values from the xmbean descriptor.



[JBoss-dev] [ jboss-Bugs-1056596 ] Username passed to LoginModule from EJB tier

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

Category: JBossSX
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Michael Lipp (drmlipp)
Assigned to: Scott M Stark (starksm)
Summary: Username passed to LoginModule from EJB tier

Initial Comment:
I'm using my own login module since 2.x. One special
feature of this module is that the principal returned
after successful authentication is not the user name.
It is a special id associated with the user name (yes,
this does make sense, actually it is common practice:
think of Unix, your user id is independant of your
login name which allows you to change your name [e.g.
marry] without having to change the owner of all your
files afterwards; the same applies here: if a user name
changes, I do not want to create a new user and copy
the role assignments from the old to the new user).

When upgrading from 3.2.5 to 3.2.6, my module didn't
work anymore. I tracked things down and found that the
result of the name callback issued in my login module
now depends on the invocation context. When my login
module is invoked by the web tier (step 1), I get the
username as it was entered in the browser's
username/password prompt. Later, when the web tier
(i.e. servlet) tries to invoke ejbs' methods (step 2),
the ejb container invokes my login module again. But
now I get the name of the principal returned by my
login module during step 1, not the user name entered
by the user in the authentication dialog. Before 3.2.6,
I got the user name here as well.


--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 16:20

Message:
Logged In: YES 
user_id=175228

This has been fixed by maintaining the principal seen for
authentication in the web session level cached value and
passing this principal as the security context principal on
ejb calls.

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-06 07:47

Message:
Logged In: YES 
user_id=175228

Show how the principal is being modified. Is this the
Principal in the Subject principal set, or is it the
principal in the 'CallerPrincipal' Group.


--

Comment By: Francisco Piragibe (fpiragibe)
Date: 2004-11-03 18:46

Message:
Logged In: YES 
user_id=1152172

This has broken my auth procedures, too. And I'm using only
standard modules!! In my application, the username is
checked against a database, and, upon success,
CallerIdentityLoginModule is used to everything else. The
first authentication behaves normally, but, after that, all
I got is invalid authentication attempt error messages,
surprisingly stating a correct principal (i.e - invalid
authentication attempt - principal: correct, authenticated,
 username). JBoss 4.0 has the same behaviour. I'm stuck on
3.2.5, it seems. I've tried to look into the code for clues,
but I couldn't find where to patch it.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1056596group_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-1052411 ] Unable to getCallerPrincipal()

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

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Subri (sshastry)
Assigned to: Scott M Stark (starksm)
Summary: Unable to getCallerPrincipal()

Initial Comment:
I am unable to get SessionContext.getCallerPrincipal() 
work when I go the next page. It works fine after I login 
and go to the first page.

 Steps to reproduce the problem:

Problem #1: EJB session context is invalid

1) Deploy prompt2-app.ear in Tomcat 3.2.5
2) launch IE with url : http://localhost:7001/prompt2
3) Login as omi / omi
4) From the left side menu, select Browse Invoices, you 
will see sample list of invoices on the right window
5) Select the Next page button, and observe the 
console, you will the 
exception java.lang.IllegalStateException

Problem #2: session.invalidate() gives exception

Follow steps 1 to 3 as above
4) Select Logout from the top right corner
5) Observe the java.lang.IllegalStateException: session 
already invalidated exception


--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 16:31

Message:
Logged In: YES 
user_id=175228

The prompt2-app.ear sent to illustrate the problem throws
the following exception when attempting the login so at this
point the  issue is still not being demonstrated.

16:29:09,531 INFO  [PropertyMessageResources] Initializing,
config='org.apache.s
truts.actions.LocalStrings', returnNull=true
16:29:09,546 ERROR [DispatchAction] Action[/common/omilogin]
does not contain me
thod named
java.lang.NoSuchMethodException:
com.retalix.convergence.common.web.LoginActions
.(org.apache.struts.action.ActionMapping,
org.apache.struts.action.ActionForm, j
avax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
at java.lang.Class.getMethod(Class.java:986)
at
org.apache.struts.actions.DispatchAction.getMethod(DispatchAction.jav
a:332)
at
org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchActio
n.java:264)
at
org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:
218)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:465)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:274)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:142
2)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:523)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:72)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecur
ityMgrRealm.java:275)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:462)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:117)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:104)
at

[JBoss-dev] [ jboss-Bugs-894719 ] DeploymentInfo is not Serializable

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

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Luiz-Otavio Zorzella (zorzella)
Assigned to: Scott M Stark (starksm)
Summary: DeploymentInfo is not Serializable

Initial Comment:
version: jboss-3.2.1_tomcat-4.1.24

While trying to remotelly invoke listDeployed of the
Deployer service, a NotSerializableException occurs.

That's because DeploymentInfo is not declared
Serializable. It should also declare the Logger to be
transient, to allow for serialization (all loggers
should be declared transient, IMHO).


The following simple test method can be added to JUnit
to confirm success of Serialization:

public void testListDeployed () {
Object o = getServer ().invoke(getDeployerName(),
listDeployed,
new Object[]{},
new String[]{});
}

Zorzella

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 16:45

Message:
Logged In: YES 
user_id=175228

The DeploymentInfo object has been made serializable for 3.2.6

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=894719group_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-3.2 build.168 Build Successful

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041107192812Lbuild.168
BUILD COMPLETE-build.168Date of build:11/07/2004 19:28:12Time to build:17 minutes 22 secondsLast changed:11/07/2004 19:18:56Last log entry:Save the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated. Fixes [ 1056596 ] Username passed to LoginModule from EJB tier.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.1.1.1.2.9modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated. Fixes [ 1056596 ] Username passed to LoginModule from EJB tier.1.2.2.4modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/CustomPrincipalValve.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated. Fixes [ 1056596 ] Username passed to LoginModule from EJB tier.1.1.2.4modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated. Fixes [ 1056596 ] Username passed to LoginModule from EJB tier.1.1.1.1.2.12modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.javaSave the original authentication principal as well as the any caller principal mapping in the JBossGenericalPrincpial so that the correct caller principal is returned and the correct authentication principal can be propagated. Fixes [ 1056596 ] Username passed to LoginModule from EJB tier.1.104.2.41modifiedstarksmserver/build.xmlInclude all org.jboss.invocation.* packages in the client jar



[JBoss-dev] [JBossCache] - Re: JBossCache inside EJB

2004-11-07 Thread norbert
If you use JBossCache as MBean-Service and put Objects into it that have been 
loaded by the EJB-classloader from the ejb-jar, than you'l get a 
ClassNotFoundException as soon you try to access the previously stored objects 
after redeployment of your ejb-jar. This is because classes being loaded by the 
previous deployment are no longer accessible from the new EJB-classloader after 
redeployment.

If this is an issue for you, you better go with a startupservlet that stops the 
local cache-instance on undeployment of your EAR.

Or you put the classes in question somewhere in all/lib or system-classpath or 
so they don't get redeployed.

Or you implement a treecachelistener that is notified by some startupservlet 
from destroy() so it can remove all Objects in question before shuting down the 
app.

(I'm still searching for a clean solution of this issue, will be tricky though).

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

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


---
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-jdk-matrix build.5 Build Fixed

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041107194939Lbuild.5
BUILD COMPLETE-build.5Date of build:11/07/2004 19:49:39Time to build:110 minutes 17 secondsLast changed:11/07/2004 12:39:53Last log entry:- Set configFile attribute so that the config file of a webapp is parsed.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(31)1.33modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Set configFile attribute so that the config file of a webapp is parsed.1.5modifiedremmthirdparty/apache-tomcat55/catalina.jar- Updated binary with a modified desciptor for the StandardContext MBean, to  expose the configFile attribute.1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/person/Person.javaported from Branch_4_0 schemaless testcase1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MappingTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SchemalessTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.9modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.13modifiedbwang00cache/src/etc/standalone/runShellDemo.shUpdated1.10modifiedbwang00cache/src/etc/standalone/runShellDemo.batUpdated1.182modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged return value signature of getInterceptors() to List1.2modifiedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javachanged return value signature of getInterceptors() to List1.1addedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javaNew unit test for configuration of interceptor chain in cache1.4modifiedbelabancache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javans1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javapreliminary checkin of new or modified interceptors1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javapreliminary checkin of new or modified interceptors1.13modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/AOPToRemotingClientAdapter.javamore changes to asynch1.4modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/Remoting.javamore changes to asynch1.3deletedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/RemotingToAOPServerInterceptor.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/AsynchAspect.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/AsynchMixin.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/Future.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/FutureImpl.javamore changes to asynch1.1addedpatriot1burkeaspects/src/main/org/jboss/aspects/asynch/FutureProxy.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/jdk15/org/jboss/aspects/asynch/FutureImpl.javamore changes to asynch1.2modifiedpatriot1burkeaspects/src/jdk15/org/jboss/aspects/asynch/ExecutorAbstraction.javamore changes to asynch1.181modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javano message



[JBoss-dev] jboss-3.2-testsuite Build Failed

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041107210857
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:62: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:34: Exit code: 1 See tests.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:11/07/2004 21:08:57Time to build:25 minutes 35 secondsLast changed:11/07/2004 12:39:53Last log entry:- Set configFile attribute so that the config file of a webapp is parsed.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(55)1.33modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Set configFile attribute so that the config file of a webapp is parsed.1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.9modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.13modifiedbwang00cache/src/etc/standalone/runShellDemo.shUpdated1.10modifiedbwang00cache/src/etc/standalone/runShellDemo.batUpdated1.182modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged return value signature of getInterceptors() to List1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javapreliminary checkin of new or modified interceptors1.1addedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javapreliminary checkin of new or modified interceptors1.8modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javapreliminary checkin of new or modified interceptors1.13modifiedbelabancache/docs/design/JBossCacheRoadmap.txtno message1.181modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javano message1.25modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.javaAdd a test of accessing a secured servlet under a web-resource-collection constraint that does not specify any http-methods1.19modifiedstarksmtestsuite/src/resources/web/WEB-INF/jbosstest-web.xmlAdd a web-resource-collection that does not specify any http-methods and add a second mapping of the SecureServlet under this url-pattern.1.3modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.javaAdd a test of an empty http methods String[] equating to an empty or null http methods string.1.5modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.javaAdd a testFlushOnSessionInvalidation that validates that a war which uses security-domain flushOnSessionInvalidation="true" in the jboss-web.xml does not have any jaas security domain cache entries after the web session has been invalidated.1.25modifiedbwang00cache/docs/Changelog.txtUpdated1.5modifiedanddserver/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xmlAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves.1.77modifiedanddsystem/src/main/org/jboss/deployment/MainDeployer.javaAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves.1.8modifiedanddsystem/src/main/org/jboss/deployment/SubDeployer.javaAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves.1.26modifiedanddsystem/src/main/org/jboss/deployment/SubDeployerSupport.javaAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves.1.1addedanddsystem/src/main/org/jboss/deployment/SuffixOrderHelper.javaAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register themselves.1.4modifiedanddserver/src/etc/conf/default/xmdesc/org.jboss.deployment.MainDeployer-xmbean.xmlAdded support for SubDeployers to specify their Suffixes/RelativeOrderand MainDeployer to dynamically update its own SuffixOrder listwhen the SubDeployers register 

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

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041107215521Lbuild.169
BUILD COMPLETE-build.169Date of build:11/07/2004 21:55:21Time to build:21 minutes 14 secondsLast changed:11/07/2004 19:48:45Last log entry:Add a testFlushOnSessionInvalidation that validates that a war which uses security-domain flushOnSessionInvalidation="true" in the jboss-web.xml does not have any jaas security domain cache entries after the web session has been invalidated.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.1.2.4modifiedstarksmtestsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.javaAdd a testFlushOnSessionInvalidation that validates that a war which uses security-domain flushOnSessionInvalidation="true" in the jboss-web.xml does not have any jaas security domain cache entries after the web session has been invalidated.1.14.2.22modifiedstarksmsystem/src/main/org/jboss/deployment/DeploymentInfo.javaFix the serial version id



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

2004-11-07 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041107214959Lbuild.7
BUILD COMPLETE-build.7Date of build:11/07/2004 21:49:59Time to build:37 minutes 46 secondsLast changed:11/07/2004 12:39:53Last log entry:- Set configFile attribute so that the config file of a webapp is parsed.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(11)1.33modifiedremmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Set configFile attribute so that the config file of a webapp is parsed.1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/person/Person.javaported from Branch_4_0 schemaless testcase1.3modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MappingTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/SchemalessTestCase.javaported from Branch_4_0 schemaless testcase1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.9modifiedloubyanskycommon/src/main/org/jboss/xml/binding/XsMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessMarshaller.javaported from Branch_4_0: fixes for xs marshaller and schemaless marshaller and object model factory1.13modifiedbwang00cache/src/etc/standalone/runShellDemo.shUpdated1.10modifiedbwang00cache/src/etc/standalone/runShellDemo.batUpdated1.182modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged return value signature of getInterceptors() to List1.2modifiedbelabancache/src/main/org/jboss/cache/tests/InterceptorConfigurationTest.javachanged return value signature of getInterceptors() to List



[JBoss-dev] [ jboss-Bugs-1036306 ] 4.0 run complains of Missing Classes

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

Category: JBossServer
Group: v4.0
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Scott R Duchin (duchin)
Assigned to: Scott M Stark (starksm)
Summary: 4.0 run complains of Missing Classes

Initial Comment:
I downloaded the new JBoss 4.0, set up JBOSS_HOME, 
then started it by typing run in the bin directory.  
There was no special configuration whatsoever.  It 
came up but had three exceptions all based on  
ClassNotFoundException for 
org.jboss.jaxr.servlet.SAAJServlet


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-07 20:33

Message:
Logged In: YES 
user_id=781064

Thought I would add an ending comment.  Looks like PkWare 
PkZip has problems with the tar portion as I was able to use 
PkZip to extract the tar file then use WinZip to process the 
extracted tar file and that worked fine.

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-07 11:36

Message:
Logged In: YES 
user_id=175228

Well, then this is a tools issue that we can do nothing
about. The cygwin bunzip2 also has no problems with the .bz2
downloads.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-07 11:05

Message:
Logged In: YES 
user_id=781064

I confirmed that the md5sum for jboss-4.0.0.tar.bz2 is 
correct so the download is not the issue.
I had pkware pkzip for windows version 6 and that failed as 
described earlier.  I downloaded a trial version 8 and that 
failed in the exact same way.
Hope this helps.

--

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

Message:
Logged In: YES 
user_id=175228

The jboss-4.0.0.tar.bz2 works fine for me on linux so I
would say there is an issue with the tool your using for bz2.

[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar.bz2
3218257352 90970844 jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar.bz2
858f847a856aef5bbd47cd1aeb5e6d0a  jboss-4.0.0.tar.bz2
[EMAIL PROTECTED] starksm]$ cksum jboss-4.0.0.tar
4135603163 116418560 jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ md5sum jboss-4.0.0.tar
449cf3a98680bf260bb2a3eb7f944060  jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ tar -xf jboss-4.0.0.tar
[EMAIL PROTECTED] starksm]$ ls
jboss-4.0.0/server/default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
com/  commons-logging.properties  log4j.properties 
META-INF/  org/
[EMAIL PROTECTED] starksm]$ 


--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-06 17:25

Message:
Logged In: YES 
user_id=781064

I downloaded the jboss-4.0.0.tar.bz2 file again and it is 
definitely damaged.
I downloaded the jboss-4.0.0.zip file and it worked fine.
I did not try the jboss-4.0.0.tar.gz file.

--

Comment By: Scott R Duchin (duchin)
Date: 2004-11-05 18:10

Message:
Logged In: YES 
user_id=781064

I found the directory.
The jboss directory under default only has a jaxr 
subdirectory.  The jaxr directory has two subdirectories: db  
ser (not servlet) -- they are both empty.
The jboss directory under all only has jaxr which has db  
servlet -- db has a file named JBos (no extension).
I will try to download again but this is the current state of my 
download!

--

Comment By: Scott M Stark (starksm)
Date: 2004-11-05 16:13

Message:
Logged In: YES 
user_id=175228

The class is in the
default/deploy/ebxmlrr-service.sar/ebxmlrr.war/WEB-INF/classes/
directory:
[EMAIL PROTECTED] ebxmlrr.war]$ ls -l
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class
-rw-r--r--1 starksm  None16415 Sep 20 01:23
WEB-INF/classes/org/jboss/jaxr/servlet/SAAJServlet.class


--

Comment By: Scott R Duchin (duchin)
Date: 2004-10-06 23:29

Message:
Logged In: YES 
user_id=781064

I have very short directory paths:
c:\jboss-4.0.0 for the jboss directory 
c:\jdk-1.5.0 for the newly released java directory
they don't get much shorter so that is not the problem!
I get these exceptions every time I run jboss.
must be in the default configuration or something different 
with the tiger release.
which jar is org.jboss.jaxr.servlet.SAAJServlet suppose to be 
in so I can double check the jar is there and the file is within.

--

Comment By: Scott M Stark (starksm)
Date: 2004-10-06 09:22

Message:
Logged In: YES 
user_id=175228

This works fine for me. On 

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-07 Thread camel
Bela,
I looked at the TreeCacheView2.java source.  One reason the GUI may not be 
updating correctly is because TreeCacheListener events are causing the GUI to 
be updated on a non-Swing event queue thread.  It's easy to fix, for each 
method of the TreeCacheListener interface, wrap the code with:

  | // Example, nodeCreated method:
  | public void nodeCreated(Fqn fqn) {
  |   EventQueue.invokeLater(new Runnable() {
  | public void run() { 
  |// Original code goes here
  | }
  |   });
  | }
  | 


bela wrote : You are right; the reason is that I'm not a good GUI 
developer... :-)
  | 
  | If anyone volunteers fixing the GUI, I'd be more than happy !
  | Maybe even write a better GUI that what we currently have... 
  | 
  | Bela

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

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


---
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] - Problem with Deserialzing Arrays by Axis

2004-11-07 Thread sidhartha
Hello,

I am getting the following error:

 org.xml.sax.SAXException: SimpleDeserializer encountered a 
child element, which is NOT expected, in something it was trying 
to deserialize  

I am using AXIS 1.1,Jboss4.0 and JbossWs with doc/lit Style. 

I have written a small HelloWorld application that has one method 
'printMessage' that takes an array of 'Message'(user defined class) as an 
argument. 

Without using the array everything works fine . 
However when I add my customized type's Array I get the above error. 

Below is a summary of what was done:

STEP - 1 :- Created a impl class and Client class 
= 
---
 
HelloWorld_Impl.java 
---
 
package com.myapp; 

import java.rmi.RemoteException; 
import javax.xml.rpc.*; 
import javax.xml.rpc.server.ServiceLifecycle; 

public class HelloWorld_Impl implements HelloWorld, ServiceLifecycle 
{ 
  public String printMessage(ArrayOfMessage arrayOfMessage) 
 { 
System.out.println(In printMessage...); 
return arrayOfMessage.toString(); 
  } 
} 

---
 
HelloWorldClient.java 
---
 
package com.myapp; 

public class HelloWorldClient 
{ 
  public static void main(String args[]) throws Exception 
  { 
HelloWorldServiceLocator locator = new HelloWorldServiceLocator(); 
Message message = new Message(); 
message.setMessage(HelloWorld); 
Message array[] = { message }; 
ArrayOfMessage arrayOfMessage = new ArrayOfMessage(); 
arrayOfMessage.setMessages(array); 
locator.getHelloWorld().printMessage(arrayOfMessage); 
  } 
} 


STEP - 2 :- configured jaxrpc-mapping.xml,webservices.xml,web.xml 
== 
---
 
jaxrpc-mapping.xml 
---
 

?xml version='1.0' encoding='UTF-8' ? 
java-wsdl-mapping 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:ns1=http://ekta.com; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd; 
version=1.1 
package-mapping 
package-typecom.myapp/package-type 
http://ekta.com/HelloWorld 
/package-mapping 
package-mapping 
package-typecom.myapp/package-type 
http://ekta.com 
/package-mapping 
java-xml-type-mapping 
java-typecom.myapp.ArrayOfMessage/java-type 
root-type-qnamens1:in0/root-type-qname 
qname-scopeelement/qname-scope 
/java-xml-type-mapping 
java-xml-type-mapping 
java-typejava.lang.String/java-type 
root-type-qnamens1:printMessageReturn/root-type-qname 
qname-scopeelement/qname-scope 
/java-xml-type-mapping 
/java-wsdl-mapping 


---
 
webservices.xml 
---
 

?xml version='1.0' encoding='UTF-8' ? 
webservices 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:impl=http://com.myapp/simple-ws4ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd; 
version=1.1 

webservice-description 
webservice-description-nameHelloWorldService/webservice-description-name 
wsdl-fileWEB-INF/wsdl/hello.wsdl/wsdl-file 
jaxrpc-mapping-fileWEB-INF/jaxrpc-mapping.xml/jaxrpc-mapping-file 
port-component 
port-component-nameHelloWorld/port-component-name 
wsdl-portHelloWorld/wsdl-port 
service-endpoint-interfacecom.myapp.HelloWorld/service-endpoint-interface 
service-impl-bean 
servlet-linkHelloWorld/servlet-link 
/service-impl-bean 
/port-component 
/webservice-description 


---
 
web.xml 
---
 

?xml version=1.0 encoding=UTF-8? 
web-app 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; 
version=2.4 

servlet-nameHelloWorld/servlet-name 
servlet-classcom.myapp.HelloWorld_Impl/servlet-class 

servlet-mapping 
servlet-nameHelloWorld/servlet-name 
url-pattern/services/HelloWorld/url-pattern 
/servlet-mapping 
welcome-file-list 
welcome-fileindex.html/welcome-file 
/welcome-file-list 
/web-app 


STEP 3 :- after running java2wsdl tool hello.wsdl file is created. 
=== 
---
 
hello.wsdl 
---
 

?xml version=1.0 

[JBoss-dev] [JBoss IDE (dev)] - JBoss IDE 1.4 Eclipse 3.0.1 - Cannot undeploy or redeploy

2004-11-07 Thread peterox
I cannot un/redeploy files under IDE 1.4.0.  

This is mentioned in the topic 
http://www.jboss.org/index.html?module=bbop=viewtopict=55625 but that was 
posted before the official release.  

Has this been fixed yet? Or is there a workaround??

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

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


---
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: Has TreeCacheView Been Updated?

2004-11-07 Thread bela
camel wrote : Bela,
  | I looked at the TreeCacheView2.java source.  One reason the GUI may not be 
updating correctly is because TreeCacheListener events are causing the GUI to 
be updated on a non-Swing event queue thread.  It's easy to fix, for each 
method of the TreeCacheListener interface, wrap the code with:
  | 
  |   | // Example, nodeCreated method:
  |   | public void nodeCreated(Fqn fqn) {
  |   |   EventQueue.invokeLater(new Runnable() {
  |   | public void run() { 
  |   |// Original code goes here
  |   | }
  |   |   });
  |   | }
  |   | 
  | 
  | Did you verify this works ? I'll do it right away once you let me know 
whether you have tested it.
  | Bela
  | 
  | 
  | bela wrote : You are right; the reason is that I'm not a good GUI 
developer... :-)
  |   | 
  |   | If anyone volunteers fixing the GUI, I'd be more than happy !
  |   | Maybe even write a better GUI that what we currently have... 
  |   | 
  |   | Bela

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

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


---
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