[JBoss-dev] [JBoss JIRA] Updated: (JBMQ-4) Bug in JBoss MQ

2004-12-09 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-4?page=history ] Scott M Stark updated JBMQ-4: - Attachment: threaddump.txt two thread dumps of the server > Bug in JBoss MQ > --- > > Key: JBMQ-4 > URL: http://jira.jboss.com/jira/browse

[JBoss-dev] [JBoss JIRA] Commented: (JBMQ-4) Bug in JBoss MQ

2004-12-09 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-4?page=comments#action_12310759 ] Scott M Stark commented on JBMQ-4: -- Another user has seen a similar deadlock using 1.4.2_02-b03. Two full thread dump outputs are attached, and the interesting non-runnable thre

[JBoss-dev] [JBoss JIRA] Commented: (JBMQ-4) Bug in JBoss MQ

2004-12-09 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-4?page=comments#action_12310761 ] Scott M Stark commented on JBMQ-4: -- The second thread dump shows the same two threads also contending for the same MessageReference, but not the same MessageReference as in the

[JBoss-dev] [JBoss JIRA] Updated: (JBMQ-4) Bug in JBoss MQ

2004-12-09 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-4?page=history ] Scott M Stark updated JBMQ-4: - Comment: was deleted > Bug in JBoss MQ > --- > > Key: JBMQ-4 > URL: http://jira.jboss.com/jira/browse/JBMQ-4 > Project: JBoss MQ >

[JBoss-dev] [JBossWS] - Re: WARN [ServiceDescription] Guessing fault java type fro

2004-12-09 Thread jobor
I did get the same error : Guessing fault java type from qname: nl.borsoft.www.FacadeException. It is happening with a standalone java client dynamically looking up the web service endpoint. And if there is a custom type in the element of the WSDL file which can't be mapped to a known java pack

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209022725Lbuild.557 BUILD COMPLETE - build.557Date of build: 12/09/2004 02:27:25Time to build: 20 minutes 13 secondsLast changed: 12/09/2004 00:09:16Last log entry: Updated treecacheaop d

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041209033908Lbuild.35 BUILD COMPLETE - build.35Date of build: 12/09/2004 03:39:08Time to build: 23 minutes 1 secondLast changed: 12/08/2004 18:32:55Last log entry: Add tests for: h

[JBoss-dev] [ jboss-Bugs-1081794 ] JDBCEJBQLCompiler: Invalid SQL for Left join read ahead

2004-12-09 Thread SourceForge.net
Bugs item #1081794, was opened at 2004-12-09 03:21 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1081794&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority

[JBoss-dev] jboss-3.2-jdk-matrix build.6 Build Successful

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041209040630Lbuild.6 BUILD COMPLETE - build.6Date of build: 12/09/2004 04:06:30Time to build: 20 minutes 54 secondsLast changed: 12/08/2004 16:31:37Last log entry: Move the onExcep

[JBoss-dev] [ jboss-Patches-1081962 ] JBoss JMS Integration with 3rd parties

2004-12-09 Thread SourceForge.net
Patches item #1081962, was opened at 2004-12-09 09:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1081962&group_id=22866 Category: JBossMQ Group: v4.0 Status: Open Resolution

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

2004-12-09 Thread lepe
"cnovara" wrote : I use another way to achieve this. | To serve big amount of downloads (static content), it's better to use Apache instead of Tomcat. | This way I manage a complete directory out of Nukes, with classic Apache Locations/Directories, that I synchronize with Nukes DB wich contai

[JBoss-dev] [JBoss IDE (dev)] - old link to sourceforge.net

2004-12-09 Thread c00n
your link to the sourceforge website points at version 1.3 of the IDE. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858010#3858010 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858010 -

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - destination-jndi-name not generated in jboss.xml

2004-12-09 Thread charleszq
Two questions: 1. In the document of xdoclet, the 'type' attribute of '@ejb.bean' is mandatory, but the available values don't have any options for MDB. Confusing! 2. I wrote this as the comment in a MDB class. /* @ejb.bean * name="MyMessageBean" * transaction-type="Container" *

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Potential Contribution: Improving System Efficiency by Metho

2004-12-09 Thread danip
Dear reader, this message intends to promote the idea of method-based caching as a means to elegantly and effectively improve the efficiency of EJB-systems. In order to explain what this is about I have implemented a related API that uses javassist. My suggested approach helps to easily and transp

[JBoss-dev] [JBossCache] - Potential Contribution: Improving System Efficiency by Metho

2004-12-09 Thread danip
Dear reader, this message intends to promote the idea of method-based caching as a means to elegantly and effectively improve the efficiency of EJB-systems. In order to explain what this is about I have implemented a related API that uses javassist. My suggested approach helps to easily and transp

[JBoss-dev] jboss-3.2-testsuite build.21 Build Successful

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041209043541Lbuild.21 BUILD COMPLETE - build.21Date of build: 12/09/2004 04:35:41Time to build: 61 minutes 27 secondsLast changed: 12/08/2004 16:31:37Last log entry: Move the onExce

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: destination-jndi-name not generated in jboss.xml

2004-12-09 Thread darranl
I think when looking at the 'Mandatory' column you also need to take into account the 'Applicability' column and as this value is not applicable to message driven beans it is not mandatory for message driven beans. Also you can not specify the destination JNDI name in that way, you need to use

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209054455Lbuild.558 BUILD COMPLETE - build.558Date of build: 12/09/2004 05:44:55Time to build: 19 minutes 35 secondsLast changed: 12/09/2004 03:52:53Last log entry: changed incorrect Cach

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209065058Lbuild.559 BUILD COMPLETE - build.559Date of build: 12/09/2004 06:50:58Time to build: 15 minutes 49 secondsLast changed: 12/09/2004 06:19:45Last log entry: added maintaining remo

[JBoss-dev] [Tomcat] - Restarting server when changing a servlet

2004-12-09 Thread ChatBuilder
Hi, How can I avoid a server restart when I change a servlet. Thx, Pieter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858031#3858031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858031 -

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: destination-jndi-name not generated in jboss.xml

2004-12-09 Thread charleszq
Thank you very much. It worked. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858035#3858035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858035 --- SF email is s

[JBoss-dev] [JBossCache] - JBossCache 1.2 released

2004-12-09 Thread [EMAIL PROTECTED]
Main features are: - JDBC CacheLoader: allows to load/store data from DB - Common dta transfer format: this allows for replication between different CacheLoaders, e.g. FileCacheLoader and JDBCCacheLoader. Also enables replication e.g. between MySQL and Oracle (still needs more testing thou

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209080115Lbuild.560 BUILD COMPLETE - build.560Date of build: 12/09/2004 08:01:15Time to build: 17 minutes 48 secondsLast changed: 12/09/2004 07:51:50Last log entry: no message

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041209084755Lbuild.261 BUILD COMPLETE - build.261Date of build: 12/09/2004 08:47:55Time to build: 27 minutes 33 secondsLast changed: 12/09/2004 08:26:39Last log entry: Fix: http://jira.jboss.

[JBoss-dev] [JBoss Portal Development] - Re: who have a complete guide about portal installation ?

2004-12-09 Thread admin
What is missing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858043#3858043 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858043 --- SF email is sponsored by - T

[JBoss-dev] [JBossCache] - Re: Potential Contribution: Improving System Efficiency by M

2004-12-09 Thread analogueboy
We've done something similar using Spring AOP to do the interception for us. Perhaps it would be useful to implement a method level cache that adheres to the AOPAlliance interface which would leave users free to replace their implementation at a later date. View the original post : http://www

[JBoss-dev] [JBossWS] - Re: Generating mapping file and WSDL file

2004-12-09 Thread jasong
Yes I have run into this as well. This is most definately a bug in the wscompile ant task. As a workaround you can just use the java task and run the wscompile class directly. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858048#3858048 Reply to th

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209093616Lbuild.561 BUILD COMPLETE - build.561Date of build: 12/09/2004 09:36:16Time to build: 30 minutes 5 secondsLast changed: 12/09/2004 08:17:28Last log entry: no message

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread analogueboy
the archive on sf.net seems to be corrupt :P, I've tried to download it 3 times with the same result, has anyone else had this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858050#3858050 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-dev] [JBossCache] - java.lang.reflect.InvocationTargetException Exception

2004-12-09 Thread risksun
I am getting a java.lang.reflect.InvocationTargetException. I would be very happy if somebody could help on this 2004-12-09 11:09:58,716 DEBUG [org.jboss.cache.aop.TreeCacheAop] get(, "/Indicative/Cusip/30067T103", AOPInstance, "false") 2004-12-09 11:09:58,716 DEBUG [org.jboss.cache.aop.TreeCac

[JBoss-dev] [IIOP on JBoss] - Re: ClientConnectionManager: created new conn to target 0.0.

2004-12-09 Thread jlsredondo
Use the following when starting the jboss server: run -c "your configuration" --host="your host name" It works for JBoss 3.2.x and for JBoss 4.0 Best regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858067#3858067 Reply to the post : http://www.jboss

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-93) Forum posts can become unusable due to width of content

2004-12-09 Thread Scott M Stark (JIRA)
Forum posts can become unusable due to width of content --- Key: JBPORTAL-93 URL: http://jira.jboss.com/jira/browse/JBPORTAL-93 Project: JBoss Portal Type: Improvement Components: Forums Reporter: Scott M St

[JBoss-dev] [JBossCache] - Re: Failover with Hibernate

2004-12-09 Thread bgidley
It is Hibernate 2.1.6 and we have 2 servers each running a web application (using Sticky sessions on a load balancer to handle session issues) . Both are running treecache. When starting they find each other (according to logs) and various tests do imply they are clustering fine. Then as a te

[JBoss-dev] [IIOP on JBoss] - Bad performance when deploying EJBs on JBoss 4.0

2004-12-09 Thread jlsredondo
I?ve been working for a while with an IIOP-accessible EJB on JBoss 2.3.5. This EJB is been used by a .Net client (IIOP.NET is my CORBA implementation for .Net) and the performance has been quite acceptable. In order to try out the last version of JBoss, I downloaded and installed the version

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread risksun
Ya, cannot unzip the file. I have been waiting for 1.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858076#3858076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858076 --

[JBoss-dev] [JBossCache] - TreeCache does not set the AUTO_RECONNECT property on the un

2004-12-09 Thread bsnavin
TreeCache does not set the AUTO_RECONNECT property on the underlying channel. So, if the underlying channel gets a "shun" condition in pbcast.GMS protocol, it closes the underlying channel and does not attempt to reconnect. Is there a way to set it using JBossCache configuration? View the origi

[JBoss-dev] [JBoss JIRA] Created: (JBAS-47) Support for jaas CredentialExpiredException and AccountExpiredException

2004-12-09 Thread Sergio Berna (JIRA)
Support for jaas CredentialExpiredException and AccountExpiredException --- Key: JBAS-47 URL: http://jira.jboss.com/jira/browse/JBAS-47 Project: JBoss Application Server Type: Feature Request Compo

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread CelticPrince
that makes at leaset 3 of us... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858081#3858081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858081 --- SF email is s

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread [EMAIL PROTECTED]
Obviously there is a problem there. Please stay tune for further announcement. We will fix it soon. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858087#3858087 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-dev] [JBossCache] - Re: java.lang.reflect.InvocationTargetException Exception

2004-12-09 Thread [EMAIL PROTECTED]
This stack trace doesn't show anything. Can you provide a more detailed one? Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858088#3858088 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858088 -

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-09 Thread [EMAIL PROTECTED]
Did you try this? http://docs.jboss.org/aop/aspect-framework/reference/en/html/running.html#d0e2599 You may be forced to use the precompiler as I've only tested JBoss AOP on JBoss application server and in standalone plain java programs. Also, If you get this to work, can you create a WIKI pag

[JBoss-dev] [JBoss JIRA] Created: (JBAS-48) SRP: Mulitple Clients

2004-12-09 Thread Nuno Meira (JIRA)
SRP: Mulitple Clients - Key: JBAS-48 URL: http://jira.jboss.com/jira/browse/JBAS-48 Project: JBoss Application Server Type: Bug Components: Security Versions: JBossAS-3.2.6 Final Environment: Any Reporter: Nuno Meira Assigned to:

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-48) SRP: Mulitple Clients

2004-12-09 Thread Nuno Meira (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-48?page=comments#action_12310765 ] Nuno Meira commented on JBAS-48: An example client that shows the problem is available, but it is not a unit test. > SRP: Mulitple Clients > - > > K

[JBoss-dev] [ jboss-Bugs-1081791 ] EJB Timer Service broken when used with security domain

2004-12-09 Thread SourceForge.net
Bugs item #1081791, was opened at 2004-12-08 19:17 Message generated for change (Comment added) made by mpoindexter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1081791&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolution: Accepted

[JBoss-dev] [JBossWS] - Re: WARN [ServiceDescription] Guessing fault java type fro

2004-12-09 Thread jasong
Exceptions were fixed in 4.0.1RC2, why dont you give that a shot? The 4.0.1 release is coming very soon. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858103#3858103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-dev] [JBossWS] - Re: WARN [ServiceDescription] Guessing fault java type fro

2004-12-09 Thread jasong
Also if you do a cvs checkout of 4.0 branch, there is a test case in the testsuite which demonstrates exceptions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858104#3858104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-dev] [JBossCache] - Re: TreeCache does not set the AUTO_RECONNECT property on th

2004-12-09 Thread norbert
you can pass all Properties to configure the JChannel via TreeCache.setClusterProperties(String). This is exactly the String that is passed to the Constructor of JChannel and allows to set whatever attributes you like for any protocoll on the JGroups stack you define. See JGroups-documentation

[JBoss-dev] [ jboss-Bugs-1081794 ] JDBCEJBQLCompiler: Invalid SQL for Left join read ahead

2004-12-09 Thread SourceForge.net
Bugs item #1081794, was opened at 2004-12-09 02:21 Message generated for change (Comment added) made by gunterze You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1081794&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority:

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209154239Lbuild.562 BUILD COMPLETE - build.562Date of build: 12/09/2004 15:42:39Time to build: 30 minutes 41 secondsLast changed: 12/09/2004 14:43:11Last log entry: Bug fix for NPE in siz

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041209172226Lbuild.216 BUILD COMPLETE - build.216Date of build: 12/09/2004 17:22:26Time to build: 17 minutes 41 secondsLast changed: 12/09/2004 16:59:25Last log entry: Yet another fix for the

[JBoss-dev] [JBossWS] - Re: Generating mapping file and WSDL file

2004-12-09 Thread kanno
Actually, it is a bug in the ant task... for some reason, it's putting the parameters out of order. I took the output and reordered the parameters, then it worked just fine. Does anyone know if there's a bug tracking system for the wscompile anttask? View the original post : http://www.jboss

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-09 Thread tomjnsn
Thanks for the response Bill, I had missed that part. Unfortunately, there seem to be different problems from this approach. I start getting things like anonymous wrote : Faild to aspectize class com.ibm.etools.websphere.tools.internal.util.FileUtil. Could not find class it references com.ib

[JBoss-dev] jboss-head-jdk-matrix build.30 Build Successful

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041209174830Lbuild.30 BUILD COMPLETE - build.30Date of build: 12/09/2004 17:48:30Time to build: 37 minutes 17 secondsLast changed: 12/09/2004 14:43:11Last log entry: Bug fix for N

[JBoss-dev] [JBossWeb] - JSTL libraries in a common directory

2004-12-09 Thread vadym
Hi Is there a way of putting jstl.jar and common.jar NOT in WAR's /WEB-INF/lib, but somewhere in the application server directory structure? I tried (with no luck): jboss3.2.6/lib jboss3.2.6/server//lib jboss3.2.6/server//deploy/jbossweb-tomcat50.sar ~Vadym View the original post : http://ww

[JBoss-dev] [Web Services] - Optiona WS specs to go onto the JBossWS roadmap

2004-12-09 Thread [EMAIL PROTECTED]
Folks, please provide feedback on your needs of optional WS specifications as this will influence what we will put on the JBossWS roadmap. I put a list of specs on the wiki that I consider most relevant. http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS cheers View the original post : http://w

[JBoss-dev] [JBossWS] - Re: Generating mapping file and WSDL file

2004-12-09 Thread [EMAIL PROTECTED]
http://bugs.sun.com/bugdatabase/index.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858123#3858123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858123 --- SF

[JBoss-dev] [JBossWS] - Re: WARN [ServiceDescription] Guessing fault java type fro

2004-12-09 Thread [EMAIL PROTECTED]
cvs co -r Branch_4_0 jboss-4.0 cd jboss-4.0/testsuite ant -Dtest=org.jboss.test.webservice.exception.ExceptionTestCase one-test To run all WS tests, use ant tests-webservice ant tests-report View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858124#3858124 Rep

[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-32) perform explicit manipulation of properties occuring in variables (Â8.2, 9.1, 9.3)

2004-12-09 Thread Alejandro GuÃzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-32?page=history ] Alejandro GuÃzar resolved JBPM-32: -- Resolution: Done Fix Version: 3.0 DR 1 > perform explicit manipulation of properties occuring in variables (Â8.2, > 9.1, 9.3) > ---

[JBoss-dev] [Web Services] - Re: Optiona WS specs to go onto the JBossWS roadmap

2004-12-09 Thread [EMAIL PROTECTED]
Why not create a poll in this forum with the various specs so they can be voted on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858126#3858126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858126

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041209204317Lbuild.262 BUILD COMPLETE - build.262Date of build: 12/09/2004 20:43:17Time to build: 18 minutes 45 secondsLast changed: 12/09/2004 19:54:57Last log entry: Fix: http://jira.jboss.

[JBoss-dev] [Web Services] - Re: Optiona WS specs to go onto the JBossWS roadmap

2004-12-09 Thread [EMAIL PROTECTED]
We could create feature requests in JIRA, that already has voting build into it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858127#3858127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858127 -

[JBoss-dev] [Web Services] - Re: Optiona WS specs to go onto the JBossWS roadmap

2004-12-09 Thread [EMAIL PROTECTED]
That should work as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858128#3858128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858128 --- SF email is sponsor

[JBoss-dev] [Web Services] - Re: Optional WS specs to go onto the JBossWS roadmap

2004-12-09 Thread [EMAIL PROTECTED]
Vote for WS-Addressing: http://jira.jboss.com/jira/browse/JBWS-34 Vote for WS-Security: http://jira.jboss.com/jira/browse/JBWS-35 Vote for WS-Transaction: http://jira.jboss.com/jira/browse/JBWS-36 Please add other as you feel necessary View the original post : http://www.jboss.org/index.html?mod

[JBoss-dev] [JBossCache] - Re: TreeCache does not set the AUTO_RECONNECT property on th

2004-12-09 Thread bsnavin
But this property is for the JChannel and has to be set using the setOpt() method of JChannel. I don't see any configuration to set a property of JChannel directly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858130#3858130 Reply to the post : http://www

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041209212613Lbuild.563 BUILD COMPLETE - build.563Date of build: 12/09/2004 21:26:13Time to build: 14 minutes 55 secondsLast changed: 12/09/2004 20:51:02Last log entry: Updated for release 1.

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

2004-12-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041209220516Lbuild.217 BUILD COMPLETE - build.217Date of build: 12/09/2004 22:05:16Time to build: 14 minutes 26 secondsLast changed: 12/09/2004 21:59:30Last log entry: Synch with Branch_4_0

[JBoss-dev] [JBossWeb] - Re: Deployment of War files on Jboss

2004-12-09 Thread sandylee
How I do ? Cause I want to update a report to the webserver for user to view by clicking a link in the webpage. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858132#3858132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-dev] [IIOP on JBoss] - Re: ClientConnectionManager: created new conn to target 0.0.

2004-12-09 Thread wkam2
I don't know why but if I build and run my client from eclipse it works without changing the JBoss configuration. Building and running the same client with JBuilder doesn't work. So I will use eclipse for this in the future. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-dev] [JBoss JIRA] Created: (JBWEB-7) replication-granularity ATTRIBUTE problem

2004-12-09 Thread Toshiya Kobayahsi (JIRA)
replication-granularity ATTRIBUTE problem - Key: JBWEB-7 URL: http://jira.jboss.com/jira/browse/JBWEB-7 Project: JBoss Web Type: Bug Components: Tomcat Versions: JBossWeb-4.0.0 Environment: RedHat AS2.1 JDK1.4.2_0

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread [EMAIL PROTECTED]
A new version of 1.2 release has been uploaded again. Please check it out. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858150#3858150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858150

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread sheldonli
Do you have any example to show how to use JDBCCacheLoader? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858151#3858151 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858151 -

[JBoss-dev] [JBossCache] - Re: replication-granularity ATTRIBUTE problem

2004-12-09 Thread tokobayashi
I've opened a bug in jira. http://jira.jboss.com/jira/browse/JBWEB-7 This is my first time to use jira.So I'm afraid that I did something wrong.And I couldn't find a way to assign you.(Should I choose porject 'JBossCache' ?) Anyway, I will send you a server.log ASAP. View the original post :

[JBoss-dev] [EJB on JBoss] - Re: WARNING: DO NOT POST USER QUESTIONS HERE!

2004-12-09 Thread asdesai
Sorry about my post. I saw your post after submitting mine. -Ami View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858158#3858158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858158 --