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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041002020550Lbuild.45 BUILD COMPLETE - build.45Date of build: 10/02/2004 02:05:50Time to build: 20 minutes 14 secondsLast changed: 10/02/2004 01:57:48Last log entry: Fix [ 894719 ] Deployment

[JBoss-dev] [Nukes Development] - Re: Problems with new module and resources

2004-10-01 Thread foobar1029
Sure enough it was something simple. Earlier I had created another module "foo" that was in a different package ("com/foo/nukes/modules/foo", which also used resources like ${foo.DATA}. This namespace collided with my new module, because when I changed the name of the package to fooX, it all b

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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041001212239Lbuild.255 BUILD COMPLETE - build.255Date of build: 10/01/2004 21:22:39Time to build: 15 minutes 15 secondsLast changed: 10/01/2004 21:05:53Last log entry: Fixed checkRegion bug

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread bwang00
Norbert, the nature of eviction that is local mode only is documented in the FAQ html!! RTFM. :-) E.g.,: Q: Does JBossCache's implemented LRU eviction policy operates in replication mode? A: Yes and no. :-) The LRU policy only operates in local mode. That is, nodes that are only evicted loc

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread bwang00
Don't know what's your problem. But you should see a cache module under jboss-head. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850154#3850154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850154 ---

[JBoss-dev] [JBossCache] - Re: RegionManager.checkConflict() may need to add /

2004-10-01 Thread bwang00
Yes, you are right. This can be a problem. :-) It's been fixed. Thanks for the effort, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850153#3850153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850153 --

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread dres1011
I guess I thought I was looking at CVS head when I pulled jboss-cache from sourceforge. I do not seem to be able to see anything under jboss-head at all. Is this a permissions issue? I have many sf.net projects mounted and don't know if this one would be any different. View the original post

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread bwang00
This bug has been fixed in the latest jboss-head (post 1.1). We plan to do a release 1.2 in about 6 weeks. Meanwhile, you can build the latest source and replace the jboss-cache.jar under the corresponding Hibernate directory. -Ben View the original post : http://www.jboss.org/index.html?modul

[JBoss-dev] [QA (Test Suite)] - Re: The JBoss class loader via log4j113.war

2004-10-01 Thread [EMAIL PROTECTED]
You would have to set the isolation configuration on the ear. Subdeployment cannot override the inheritted class loader configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850148#3850148 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [JBossCache] - RegionManager.checkConflict() may need to add /

2004-10-01 Thread dres1011
I am using this with hibernate so this may not apply to other usages but shouldn't the evaluation of name conflicts of regions include a slash to separate the child from the parent and check equals separately. i.e: | Region[] regions = getRegions(); | for(int i=0; i < regions.length;

[JBoss-dev] [Nukes Development] - Problems with new module and resources

2004-10-01 Thread foobar1029
Hi all, I am creating a new module, patterned from "template", but I cannot seem to get the languages files in the right place in my application archive for them to be picked up. I created a class "com.foo.module.foo.FooModule" extening ModuleSupport. I have it finding the template (which is in

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread norbert
Write an instance of org.jboss.cache.TreeCacheListener that logs what you want View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850137#3850137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850137 --

[JBoss-dev] [ jboss-Patches-1038633 ] JMS: Scheduled Messages -- additional features

2004-10-01 Thread SourceForge.net
Patches item #1038633, was opened at 2004-10-01 14:19 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=1038633&group_id=22866 Category: JBossMQ Group: CVS HEAD Status: Open Resolu

[JBoss-dev] [QA (Test Suite)] - The JBoss class loader via log4j113.war

2004-10-01 Thread jkelley
If you package the log4j113.war into an ear and re-test the Log4j class isolation Fails, I do not believe this is proper behavior!!! See jboss-3.2.5-src/testsuite/src/resources/classloader/scoping/override/log4j113 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-dev] [ jboss-Bugs-1038696 ] EJBQLToSQL92 parsing does not support String comprisons

2004-10-01 Thread SourceForge.net
Bugs item #1038696, was opened at 2004-10-01 13:30 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=1038696&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution:

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread chasetec
I'll look this weekend and see which features would be easiest to finish and which ones would be easiest to strip/comment out and post a list to get everyones opinion. Is Nukes 1.1 going to be completely dropped the minute version 2 comes out? If so what's the point in HEAD? Are we going to be p

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: How do we get transparent failover into the existing jms

2004-10-01 Thread [EMAIL PROTECTED]
Two additional comments: 1) Without full replication (including the list of messages in a destination) NON_PERSISTENT messages will be lost at failover 2) There needs to be a mechanism to cope with both the client and server failing at the same time. e.g. Before/After server failure Queue: empty

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: How do we get transparent failover into the existing jms

2004-10-01 Thread [EMAIL PROTECTED]
2) Maintaining client state across the cluster (similar to HTTP/SFSB replication) This assumes we are not going to do full replication which is a lot more work and much less performant. The server maintains a list of messages that each client has received but not acknowledged yet. In the event of

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: How do we get transparent failover into the existing jms

2004-10-01 Thread [EMAIL PROTECTED]
1) The client proxy doing automatic failover The client proxy needs to reget the ServerIL (connection factory) from the new singleton and reinitialise. This could be done: a) Simply, but as not very reliable (Use HAJNDI). The HAJNDI stub would need regular updates of active cluster locations - wh

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

2004-10-01 Thread SourceForge.net
Bugs item #1038708, was opened at 2004-10-01 20:44 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=1038708&group_id=22866 Category: None Group: v4.0 Status: Open Resolution: None

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: How do we get transparent failover into the existing jms

2004-10-01 Thread [EMAIL PROTECTED]
Let's keep this specifc issue in this thread: To make transparent failover work, two features: 1) The client proxy needs to know where the server failed over to without any work done by the client application writer. 2) The server's client specific state needs to replicated. View the original p

[JBoss-dev] [JBossWS] - Re: SOAP error with JBoss 4.0

2004-10-01 Thread tdiesler
Please file a bug on sourceforge and attach the relevant files for me to reproduce this issue. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850121#3850121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850121

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread dres1011
Thx. We already had to hack hibernate to provide ordering by associations with the criteria API, so no big deal to do this as well. All I need is that attribute set to false and to make that call after start()? Thanks again. Maybe I will have to WTFM after this whole thing is over. View the o

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread norbert
I've seen in you other post, you use TreeCache from within hibernate, so as long the bug in TreeCache is not fixed, you propably will not be able to use my workaround :-( (that is: set FetchStateOnStartup to 'false' and call 'fetchState()' after 'start()') maybe you change these few lines in hib

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: [BUG] Wrong parsing of Message Driven Bean Deployment De

2004-10-01 Thread shoegoo
I was looking a little deeper: In JCA 1.5 Spec, Page 12-54: When the message-driven bean is deployed, the bean deployer chooses an appropriate resource adapter based on the type of the message listener it supports. (Note: tag in the MDB Deployment Descriptor) So Jboss should : 1- not WARN if

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread dres1011
Hibernate does use remove(). Maybe this is the wrong forum but thought maybe someone could give advice on verifying cluster notifications. I am particularly interested in invalidation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850116#3850116 Reply to t

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread dres1011
Thanks for your reply. We are using this with hibernate so do not have direct control over the cache. I will look at their code to see if they use remove(). Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850115#3850115 Reply to the post : http:/

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread norbert
hmm in former times people just wouldt have posted a single word: RTFM But to be fair - besides the code, there is not very much good documentation about TreeCache out there. (So why don't read the code?) ok: eviction is supposed to happen locally. It's the mechanism being used to keep the size

[JBoss-dev] [JBossCache] - Re: JBossCache in production

2004-10-01 Thread dres1011
I cannot go into many details but we just started to use jbosscache with hibernate. If all goes well we will be going live in 2 weeks. Is there anything anybody can tell me to watch for using this as hibernate's 2nd tier cache? In particular, - anything I need to know to get the query cache t

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread dres1011
I can't believe I'm a programmer and can't even post a forum message correctly. | | | | | jboss:service=Naming | jboss:service=TransactionManager | MyCluster | REPL_ASYNC | 1 | 15000 |

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread dres1011
jboss:service=Naming jboss:service=TransactionManager MyCluster REPL_ASYNC 1 15000 true org.jboss.cache.eviction.LRUPolic

[JBoss-dev] [JBossCache] - Re: How to verify cluster traffic

2004-10-01 Thread dres1011
jboss:service=Naming jboss:service=TransactionManager MyCluster REPL_ASYNC 1 15000 true org.jboss.cache.eviction.LRUPolicy

[JBoss-dev] [TODO -- DEVELOPMENT] - [BUG] Wrong parsing of Message Driven Bean Deployment Descri

2004-10-01 Thread shoegoo
Sorry if it's the wrong place for posting this. I'm working on a JCA 1.5 connector for using a messaging system. But I don't want to publish incoming messaging on a JMS queue or Topic. I use a 2.1 MDB for my tests. Because it's 2.1, my MDB descriptor (in the tag) don't need this: but it ne

[JBoss-dev] [JBossCache] - How to verify cluster traffic

2004-10-01 Thread dres1011
Can anybody give any recommendations on the best way to verify cluster replication? We are basically planning on examining packets between 2 nodes on the cluster to see what kind of data is passed. Currently, it seems nodes join the cluster but the eviction we are triggering on one node does n

[JBoss-dev] [JBossCache] - Re: JBoss Distribute Cache's error?

2004-10-01 Thread dres1011
Hey guys, Just wanted to add that we are receiving this error as well. It only ocurrs when to nodes are started on the same machine with the same multicast address. Is this even possible? I know I haven't read enough of the docs yet. But is the only way to have 2 nodes in the same multicast

[JBoss-dev] [JBossWS] - Re: How to map java.sql.Time to xsd:Time

2004-10-01 Thread dexterwong
Hi, just curious can you do the following, 1. Update your web service method to use java.util.Date for return value or input parameters 2. You client code has java.sql.Time call getTime() to get a long. Use this to create a java.util.Date. Pass this parameter to your web service. 3. Your web serv

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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041001123256Lbuild.91 BUILD COMPLETE - build.91Date of build: 10/01/2004 12:32:56Time to build: 14 minutes 0 secondsLast changed: 10/01/2004 11:13:02Last log entry: Shorten the pooled thread

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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041001114722Lbuild.254 BUILD COMPLETE - build.254Date of build: 10/01/2004 11:47:22Time to build: 31 minutes 52 secondsLast changed: 10/01/2004 11:15:52Last log entry: simple rebuild of dom4

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread cooper
agree again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850097#3850097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850097 --- This SF.net email is sponsored by

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread jae77
"chasetec" wrote : | Isn't the "Disable BBCode in this post" suppossed to make the \[code\] statement's appears as typed and not rendered in any special way? i believe that applies to all tags availble, ie: [ b ] , [ i ], etc. i would not recommend (or perhaps this could be configurable) to

[JBoss-dev] [ jboss-Patches-1038557 ] Message Redelivery for BMT MDBs

2004-10-01 Thread SourceForge.net
Patches item #1038557, was opened at 2004-10-01 10:34 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=1038557&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread cooper
I agree, only cosmetics should be done. Please keep in mind that the modules are going to be ported to nukes 2 in the next 3 months are 1.1 wold probably be the last release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850095#3850095 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread jae77
"chasetec" wrote : | | As far as what I want to do, I want to strip every half-way feature that's not going to be implemented before 1.1 | given that the 1.1 release is at RC3 and very close to being final, i would doing this consider this a large risk for 1.1 and would push back on hav

[JBoss-dev] [Nukes Development] - Re: Snapshot and nukes-installer.war not building

2004-10-01 Thread ThorntonD
What did work was to copy the $NUKES_HOME/thirdparty/dom4j-dom4j/lib/jaxen-1.1-beta-4.jar file to the $JBOSS_HOME/server/default/lib. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850088#3850088 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread chasetec
As far a some of what I've done: Some is layout control, for instance: when viewing any topic my system(1024x768 resolution) renders the topic's center column too wide. The primary thing throwing the layout of(even on jboss.org) are the Quick Reply and the Jump to being too wide to be in the sa

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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041001093648Lbuild.253 BUILD COMPLETE - build.253Date of build: 10/01/2004 09:36:48Time to build: 16 minutes 39 secondsLast changed: 10/01/2004 08:55:15Last log entry: Code reordering for av

[JBoss-dev] [ jboss-Patches-1038464 ] Patch for JvmRouteFilter.java various bugs

2004-10-01 Thread SourceForge.net
Patches item #1038464, was opened at 2004-10-01 13:09 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=1038464&group_id=22866 Category: JBossWeb Group: v4.0 Status: Open Resolutio

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

2004-10-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041001091003Lbuild.90 BUILD COMPLETE - build.90Date of build: 10/01/2004 09:10:03Time to build: 11 minutes 51 secondsLast changed: 10/01/2004 08:55:56Last log entry: Code reordering for avoid

[JBoss-dev] [JBossWS] - Re: How to map java.sql.Time to xsd:Time

2004-10-01 Thread dexterwong
Hi, this will not help you, but I get the same results from axis 1.1 and axis 1.2 (the java versions). If I use wscompile from sun I get the following C:\axis-1_2beta\samples\test>wscompile -define -mapping build/mapping.xml -d bui ld/ -nd build/ -classpath C:\axis-1_2beta\samples\test\build;%CL

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread cooper
I take care of that module (which does not mean that nobody else cannot work on it). Could you describe modifications you have done and you plan to do ? What is the decent amount of work here ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850077#3850077 Re

[JBoss-dev] [ jboss-Bugs-1031357 ] jaxr service xml security classes broken with jdk 1.4.2_05

2004-10-01 Thread SourceForge.net
Bugs item #1031357, was opened at 2004-09-20 18:36 Message generated for change (Comment added) made by ukriegel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1031357&group_id=22866 Category: JBossWeb Group: v4.0 Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-1031357 ] jaxr service xml security classes broken with jdk 1.4.2_05

2004-10-01 Thread SourceForge.net
Bugs item #1031357, was opened at 2004-09-20 18:36 Message generated for change (Comment added) made by ukriegel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1031357&group_id=22866 Category: JBossWeb Group: v4.0 Status: Open Resolution: None Priority:

[JBoss-dev] [Mail Services] - Re: Milestone 2

2004-10-01 Thread triathlon98
How about IMAP support. Very hard to find an OSS IMAP mail server. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850067#3850067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850067 -

[JBoss-dev] [Nukes Development] - Re: BBModule, 1.1.0-RC3

2004-10-01 Thread chasetec
Is there an active appointed lead developer for the BB module? I've fixed some errors but some things like the moderation funtionality and control panel need a decent amount of workI can look at it over the next week but I don't want to step on anyone elses toes. All dealing with 1.1 here.

[JBoss-dev] [JBossWS] - SOAP error with JBoss 4.0

2004-10-01 Thread robisz
I have an application which uses SOAP. Has anybody an idea why I get this exception? It works well with Sun application server. ... 29 more | Caused by: java.lang.IllegalArgumentException: Cannot content type 'multipart/mixed; | boundary="=_Part_4_22473431.1096614913788"' for

[JBoss-dev] [Nukes Development] - Re: Snapshot and nukes-installer.war not building

2004-10-01 Thread ThorntonD
Deploying the snap shot results in the error: [ServiceController] Problem starting service nukes.modules:name=user java.lang.NoClassDefFoundError: org/jaxen/JaxenException I put jaxen-full.jar in the server/default/lib directory but that didn't fix it. View the original post : http://www.jbo