[JBoss-dev] [ jboss-Bugs-914193 ] Queue/Archive mode does not work in news module

2004-08-20 Thread SourceForge.net
Bugs item #914193, was opened at 2004-03-11 16:16 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=914193&group_id=22866 Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Thread safety?

2004-08-20 Thread bwang00
This is indeed a potential problem that I have been planned to correct. :-) Anway, I have just refactored the eviction policy part and checked them into jboss-head. The fix will be available in release 1.1. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: single instance vs multiple instances

2004-08-20 Thread bwang00
If the data are independent, then there is really not that much different except the overhead in starting JBossCache instances. Of course, you will need two different look up for the cache instance as well. Hoep this help, -Ben View the original post : http://www.jboss.org/index.html?module=b

[JBoss-dev] [Tomcat] - Setting char encoding of Response to UTF8, -Dfile.encoding=U

2004-08-20 Thread brett_s_r
I would like to force responses to be encoded in UTF8. I start JBoss with JVM arg -Dfile.encoding=UTF8, and this has become the default encoding within the container, however the Coyote Response appears to always be with character encoding of ISO-8859-1. I am picking this up within a servlet F

[JBoss-dev] [JBoss IDE] - Re: Missing required libraries

2004-08-20 Thread sswartzl
This was recently answered by another post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=52184 It looks like someone put together a Lomboz server file that works for JBoss 3.2.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845787#3845787 Reply

[JBoss-dev] [JBoss IDE] - Re: Creation of element failed: javax.xml.rpc.encoding.TypeM

2004-08-20 Thread letiemble
Hi, Please file a bug report for this problem. http://sourceforge.net/tracker/?group_id=22866&atid=376685 Laurent. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845786#3845786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-dev] [JBoss IDE] - Re: JNDI InitalContext configuration outside of EJB test cli

2004-08-20 Thread letiemble
Hi, No, it isn't fixed. Feedback is good to help improve JBoss-IDE. So if JBoss-IDE users find more easy to have an additional jndi.properties file, so be it in the next release. Raise a feature request on SourceForge to help tracking your question. Laurent. View the original post : http://w

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Thread safety?

2004-08-20 Thread visionlink
there are two queues in a Region: nodeQueue and eventQueue. i understand that the BoundedBuffer is thread-safe. however, since there are two queues that are being operated on, it seems like there is a potential race in Region.putNodeEvent and LRUAlgorithm.processQueues. is there a bit of high

[JBoss-dev] [ jboss-Bugs-1013153 ] infinite loop in LRUAlgorithm.prune

2004-08-20 Thread SourceForge.net
Bugs item #1013153, was opened at 2004-08-20 21:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1013153&group_id=22866 Category: JBossCache Group: v3.2 Status: Open Resolution

[JBoss-dev] [ jboss-Bugs-992297 ] Need more expliciti upgrade lock timeout exception

2004-08-20 Thread SourceForge.net
Bugs item #992297, was opened at 2004-07-16 05:41 Message generated for change (Comment added) made by bwang00 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=992297&group_id=22866 Category: JBossCache >Group: CVS HEAD >Status: Closed >Resolution: Fixed P

[JBoss-dev] [Persistence development forum] - Re: Embedded Hibernate service question: redeploying Session

2004-08-20 Thread steve_ebersole
Currently, when an interceptor is configured, the MBean is looked up and its state is checked and if "ready" is registered with the SessionContext; if not ready, a listener is registered to wait for it to become ready (the listener trhown away afterwards). We know we also need to add support fo

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040820172241Lbuild.13 BUILD COMPLETE - build.13Date of build: 08/20/2004 17:22:41Time to build: 21 minutes 25 secondsLast changed: 08/20/2004 17:02:41Last log entry: Added clustering trigger option

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fails on Java 1.3.1

2004-08-20 Thread norbert
Ok, found it. It's caused by the design of org.jgroups.blocks.MethodCall. MethodCall is used to call a remote method and for this it provides an an serialized (externalized) Version of the method's signature. primitive Types are externalized using their primitive Class (e.g. Boolean.TYPE). Later

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Proposal: Distributed Destinations

2004-08-20 Thread [EMAIL PROTECTED]
See my comment here about transactions: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=44218&start=20 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845767#3845767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Mixin class at the class level

2004-08-20 Thread Bill Burke
1) PER-VM and PER-Instance are supported. It would be per-class that would have to be supported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845766#3845766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845766 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Mixin class at the class level

2004-08-20 Thread claudehussenet
!class($instanceof{org.jboss.aspects.jmx.ReflectedMBean}) AND (has(* *->@org.jboss.aspects.jmx.ManagedResource(..)) OR class(@org.jboss.aspects.jmx.ManagedMBean))" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845764#3845764 Reply to the post : http://www.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Mixin class at the class level

2004-08-20 Thread claudehussenet
1/OK for the workaround. Do u think that the scope for a Mixin class could not be supported at the infrastructure level ?(future version of JBOSS-AOP) 2/ Thx .It does work...FYI ,the full expression for my user-case. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040820155653Lbuild.8 BUILD COMPLETE - build.8Date of build: 08/20/2004 15:56:53Time to build: 24 minutes 5 secondsLast changed: 08/20/2004 15:36:53Last log entry: - Register the boot libraries ucl

[JBoss-dev] [JBoss IDE] - Creation of element failed: javax.xml.rpc.encoding.TypeMappi

2004-08-20 Thread jncolin
I am using jboss-ide 1.3.0 with eclipse 3.0 on a windows XP Pro machine. JDK is 1.4.2_05 I created a new J2EE1.3 project, then a package inside the project, and I try to create a new Web Services Client. I fill in the form by providing the wsdl file name, source folder and package. I leave the

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fails on Java 1.3.1

2004-08-20 Thread norbert
just digged a bit into the code, it seems that org.javagroups.blocks.MethodCall.invoke() generates the IllegalArgumentException because of the Boolean being passed in TreeCache.put(): public void put(Fqn fqn, Map data) throws Exception { GlobalTransaction tx = getCurrentT

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040820144333Lbuild.7 BUILD COMPLETE - build.7Date of build: 08/20/2004 14:43:33Time to build: 23 minutes 33 secondsLast changed: 08/20/2004 14:23:33Last log entry: no message

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Mixin class at the class level

2004-08-20 Thread Bill Burke
1) If you want a singleton mixin, then you can put anything you want in the construction XML element. So, the mixin reference can be set by calling a method or setting it to a singleton field of some class. 2) Are you applying the introduction twice? How does C++ work? I want to model virtu

[JBoss-dev] [JBoss IDE] - JNDI InitalContext configuration outside of EJB test client

2004-08-20 Thread simon.g
Hello Is there a particular reason why in the JBoss IDE 1.3 the EJB test client's JNDI configuration is in the test client code and not in a (generated) jndi.properties file? This way the client could also be used for remote testing on non localhost JBoss instances without modification in the c

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Mixin class at the class level

2004-08-20 Thread claudehussenet
1/Is there a way to apply a mixin class at the class level and not only at the instance level ? 2/It looks like that the same mixin class can be instantiated more than once per instance based on class inheritance. For example : if the class A inherits from class B and both supposed to have atta

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fails on Java 1.3.1

2004-08-20 Thread norbert
I'm getting the same problem with JBossCache 1.0.2 on JDK 1.3. Here is what I get from the log: first instance 1 is started in JVM 1 >15:14:29,148 [INFO] org.jboss.cache.TreeCache: cache mode is REPL_SYNC >--- >GMS: address is siapp4c1:59485 >-

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040820130345Lbuild.6 BUILD COMPLETE - build.6Date of build: 08/20/2004 13:03:45Time to build: 24 minutes 36 secondsLast changed: 08/20/2004 12:42:44Last log entry: no message

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Tree Cache replecation seems to have some problems

2004-08-20 Thread prese
Hi Bela, IÂm using a 3.2.5 version. Thanks Sebi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845733#3845733 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845733 --

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.6 Release tasks

2004-08-20 Thread ivelin
Targeted for September. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845732#3845732 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845732 --- SF.Net email is spons

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.6 Release tasks

2004-08-20 Thread tfk257
when this release will be final? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845730#3845730 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845730 --- SF.Net email

[JBoss-dev] [Web Services] - Re: JBossWS with complex types and arrays and WSDL generatio

2004-08-20 Thread tdiesler
Additionally to the test cases you see, there are > 2300 tests from the Sun's Compatiblity Test Suite (CTS). Among them, many about arrays. What sort of array are you trying to serialize? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845729#3845729 Reply to

[JBoss-dev] [Web Services] - Re: JBossWS with complex types and arrays and WSDL generatio

2004-08-20 Thread tdiesler
anonymous wrote : | - the WSDL is to be generated automatically from a Java endpoint interface | JBossWS simply feeds back the wsdl you supply at deploytime - no wsdl is generated. anonymous wrote : | - am I correct in assuming that the SOAP implementation in the container is not someth

[JBoss-dev] [ jboss-Bugs-900148 ] Poll question (title) does not show up

2004-08-20 Thread SourceForge.net
Bugs item #900148, was opened at 2004-02-19 11:06 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=900148&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority:

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040820115216Lbuild.12 BUILD COMPLETE - build.12Date of build: 08/20/2004 11:52:16Time to build: 24 minutes 46 secondsLast changed: 08/20/2004 09:52:24Last log entry: Add an index over destination t

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Tree Cache replecation seems to have some problems

2004-08-20 Thread bela
"prese" wrote : Hi Guys, | | I looked to the code of TreeCache and I resolved some how the problem. | I hope that someone can explain me the reason of the implementation. | | In startService when the JChannel is initialized the property AUTO_RECONNECT is not set to true. | | Due t

[JBoss-dev] [ jboss-Bugs-912557 ] nukes users postgresql setup.xml error - pn_uorder

2004-08-20 Thread SourceForge.net
Bugs item #912557, was opened at 2004-03-09 09:15 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=912557&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority:

[JBoss-dev] [ jboss-Bugs-910826 ] Sections Module mysql setup.xml error update

2004-08-20 Thread SourceForge.net
Bugs item #910826, was opened at 2004-03-06 08:23 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=910826&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Invalid Priority

[JBoss-dev] [ jboss-Bugs-906160 ] News module: cannot read news

2004-08-20 Thread SourceForge.net
Bugs item #906160, was opened at 2004-02-27 22:02 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=906160&group_id=22866 Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [ jboss-Bugs-906156 ] Cannot post a comment for a story in news module

2004-08-20 Thread SourceForge.net
Bugs item #906156, was opened at 2004-02-27 21:54 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=906156&group_id=22866 Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [ jboss-Bugs-883446 ] forums display post count incorrectly

2004-08-20 Thread SourceForge.net
Bugs item #883446, was opened at 2004-01-24 03:41 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=883446&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority:

[JBoss-dev] [ jboss-Bugs-878552 ] Notify checkbox does not work

2004-08-20 Thread SourceForge.net
Bugs item #878552, was opened at 2004-01-16 23:02 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=878552&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority:

[JBoss-dev] [ jboss-Bugs-1000333 ] Error in the prepare.sql script for 1.1RC2

2004-08-20 Thread SourceForge.net
Bugs item #1000333, was opened at 2004-07-29 22:47 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1000333&group_id=22866 Category: Nukes Group: v3.2 >Status: Closed >Resolution: Invalid Priori

[JBoss-dev] [ jboss-Bugs-968412 ] java.lang.OutOfMemoryError when html -> fileUpload

2004-08-20 Thread SourceForge.net
Bugs item #968412, was opened at 2004-06-07 22:06 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=968412&group_id=22866 Category: Nukes Group: None >Status: Closed >Resolution: Fixed Priority:

[JBoss-dev] [ jboss-Bugs-1008669 ] Seabreeze theme, download module does not render

2004-08-20 Thread SourceForge.net
Bugs item #1008669, was opened at 2004-08-13 14:44 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1008669&group_id=22866 Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Fixed Prio

[JBoss-dev] [Web Services] - Re: entity bean with a web service

2004-08-20 Thread Villain
There are also good examles there: http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-EJB-example.shtml http://www.jboss.org/developers/guides/jboss.net/xdoclet http://www.tusc.com.au./tutorial/html/chap9.html http://www.myj2ee.com/Members/Firedragon/jbossnet View the o

[JBoss-dev] [ jboss-Bugs-964916 ] drop table if exists in several nukes modules missing

2004-08-20 Thread SourceForge.net
Bugs item #964916, was opened at 2004-06-02 12:19 Message generated for change (Settings changed) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=964916&group_id=22866 Category: Nukes Group: CVS HEAD >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [Web Services] - Re: entity bean with a web service

2004-08-20 Thread Villain
Good examles ang good descriptions. Thanks, Ian. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845719#3845719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845719

[JBoss-dev] [Web Services] - Re: deploying web services in JBoss.net

2004-08-20 Thread Villain
You will need to start JBoss in 'all' configuration(run [-c all]) for support JBoss.net and Axis. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845718#3845718 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845718 --

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

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040820111940Lbuild.5 BUILD COMPLETE - build.5Date of build: 08/20/2004 11:19:40Time to build: 28 minutes 1 secondLast changed: 08/20/2004 10:37:36Last log entry: *** empty log message ***

[JBoss-dev] [Web Services] - how to configure typemapping of java.sql.Time to xsd:time?

2004-08-20 Thread mattinVS
Hi, I am using Axis in JBoss and would like to know how to configure the java type java.sql.Time to xsd:time. Currently it automatically gets converted into a xsd:dateTime (probably because java.sql.Time extends java.sql.Date). On the client side I manage to deal with the problem by providing an

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Tree Cache replecation seems to have some problems

2004-08-20 Thread prese
Hi Guys, I looked to the code of TreeCache and I resolved some how the problem. I hope that someone can explain me the reason of the implementation. In startService when the JChannel is initialized the property AUTO_RECONNECT is not set to true. Due to this when a cache node is plug-in the view

[JBoss-dev] [Web Services] - JBossWS with complex types and arrays and WSDL generation

2004-08-20 Thread dpocock
I've been able to get complex types working, but am having trouble with arrays. Could someone post a working example? I notice none of the samples or test cases in the source include arrays. I've also found that the current version of Axis' Java2WSDL is producing WSDL's that my JWSDP 1.4 ba

[JBoss-dev] [ jboss-Bugs-1012737 ] HiLoKeyGeneratorFactory throws exception during startup

2004-08-20 Thread SourceForge.net
Bugs item #1012737, was opened at 2004-08-20 10:33 Message generated for change (Settings changed) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1012737&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolution: None Pr

[JBoss-dev] [EJB on JBoss] - Using ExternalContext in the Util objects generated by XDocl

2004-08-20 Thread mt_j2ee
Does anyone know how to specify the use of a JBoss ExternalContext in the Util objects generated by XDoclet? The methods of these objects seem to allow the use of the default context or one specified by an env Hashtable. View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-dev] jboss-head Build Failed

2004-08-20 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040820082921 BUILD FAILEDAnt Error Message: file:/home/jbossci/cc3/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 08/20/2004 08:29:21Time to build: 27 minutes 53 secondsLast changed: 08/20/2004 08:07

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Removed MaxCapacity and LockLeaseTiemout

2004-08-20 Thread bela
This is not needed, e.g. MaxCapacity is defined in the eviction policy itself. I removed them (CVS head, will be backported to 3.2). This is going to be part of JBossCache 1.1, hopefully coming out at the end of next week. Please adjust your XML files accordingly, otherwise TreeCache won't be cr

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: java.lang.ClassCastException in Forum_new_$aop

2004-08-20 Thread nthx
"Bill Burke" wrote : I'm not sure what you're saying with this statement: | | "Modified not to create _transient_ mixin fields. " | | Can you elaborate? Hi Bill, Sorry that you didn't read my erlier post, then you would have known.. http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-dev] [ jboss-Bugs-1012737 ] HiLoKeyGeneratorFactory throws exception during startup

2004-08-20 Thread SourceForge.net
Bugs item #1012737, was opened at 2004-08-20 02:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1012737&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolutio