[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Getting the Host Name and Port No. in the application

2004-12-28 Thread kiran12345
Hai All, I need to get the host name and port no in the application which is deployed as a ear file. In weblogic, I'm getting it using ApplicationLifecycleListener(its Weblogic API). Regards, Kiran12345. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38600

[JBoss-dev] [JBossCache] - Re: Setup problem ?

2004-12-28 Thread [EMAIL PROTECTED]
Remove attribute MaxCapacity from your XML config file. Or even better yet: copy an XML file from the distribution and modify it. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860066#3860066 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-33) TreeCache dependencies

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-33?page=history ] Bela Ban updated JBCACHE-33: Original Estimate: 144000 Remaining Estimate: 144000 Fix Version: 1.3 > TreeCache dependencies > -- > > Key: JBCACHE-33 >

[JBoss-dev] [Design of JBossCache] - Re: Refactor TreeCache dependencies

2004-12-28 Thread [EMAIL PROTECTED]
That's on the todo list. You don't see it in JIRA b/c not the entire roadmap has been converted to JIRA yet (only up to and including JBossCache 1.3). See the full roadmap at jboss-head/cache/docs/design/JBossRoadmap.txt. In a first step, we will look at the dependencies on JNDI, JMX and Remotin

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-10) Timeout in TCPPING FIND_INITIAL_MBRS is wrong

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-10?page=history ] Bela Ban updated JGRP-10: - Version: (was: 2.2.8) Fix Version: 2.2.8 (was: 2.2.9) > Timeout in TCPPING FIND_INITIAL_MBRS is wrong > ---

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-10) Timeout in TCPPING FIND_INITIAL_MBRS is wrong

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-10?page=history ] Bela Ban updated JGRP-10: - Original Estimate: 28800 Remaining Estimate: 28800 Fix Version: 2.2.9 > Timeout in TCPPING FIND_INITIAL_MBRS is wrong >

[JBoss-dev] [Design of Mail Services] - Re: Database as mail storage

2004-12-28 Thread [EMAIL PROTECTED]
BTW the plugin architecture is there but subject to change. Nothing would stop someone at this point writing a spam-assasin module. That being said...and I realize I'll be flamed.portions of spam assasin will have to be reimplemented in Java or connected with the unholy JNI in order for spa

[JBoss-dev] [Design of Mail Services] - Re: Milestone 2 imminent

2004-12-28 Thread [EMAIL PROTECTED]
HSQL meaning Hypersonic? The problem is that Hypersonic stores everything in memory. That is simply not feasible for email! (or at least not with the sizes of mail that I get ;-) ) Yes I speak from experience ;-) HEAD is pretty much what I will be calling M2. Right now I'm working on an ins

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

2004-12-28 Thread [EMAIL PROTECTED]
Thanks for your feedback. JAMES is based on Avalon. Avalon is dead. JAMES can't handle my PERSONAL email load without being restarted nightly. JBossMail runs stable (minus my hardware failures which is a longer story). I guess the case for mail services wasn't clear. I'll dismissively thr

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1256) http session replication fails under load

2004-12-28 Thread Ben Wang (JIRA)
http session replication fails under load - Key: JBAS-1256 URL: http://jira.jboss.com/jira/browse/JBAS-1256 Project: JBoss Application Server Type: Bug Components: JBoss Cache service Versions: JBossAS-4.0.1 Final

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-28 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12314441 ] Scott M Stark commented on JBMICROCONT-4: - Right now the webdav related stuff is in the common module. We need to be careful not to pull in too many dependencies

[JBoss-dev] [JBossCache] - Re: Problem with transaction isolation?

2004-12-28 Thread [EMAIL PROTECTED]
DummyTransactionManager included in the distro is only for testing only. It only supports single thread. If you want to test it out, you will need to plug in a different tm (e.g., running under JBoss AS). But if anyone volunteers to make the current DummyTransactionManager supporting concurrnec

[JBoss-dev] [JBossCache] - Re: JBoss cache fails with a StringIndexOutOfBounds exceptio

2004-12-28 Thread [EMAIL PROTECTED]
Again, please specify the version of JBossCache you are using? Or the JBoss AS version. I have tested it on 1.2 release, and it works for me when getObject tries to retrieve a non-existent object. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860053#38

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041228164538Lbuild.293 BUILD COMPLETE - build.293Date of build: 12/28/2004 16:45:38Time to build: 28 minutes 24 secondsLast changed: 12/28/2004 16:09:04Last log entry: Feed the CreateExceptio

[JBoss-dev] [JBossCache] - Re: aop precompilation vs. serialization

2004-12-28 Thread [EMAIL PROTECTED]
Your assumption is correct. Basically, "serializable" means the pojo is not "aspectized". So no load time nor aopc is required. But in that case, you don't need jboss-aop.xml for that either. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860051#38600

[JBoss-dev] [JBossCache] - Re: JBossCache and Aop

2004-12-28 Thread [EMAIL PROTECTED]
Which of JBossCache version you use? The advisable tag has been replaced by "prepare" since 1.1, if I remember correctly. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860050#3860050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-dev] [JBossCache] - Re: Setup problem ?

2004-12-28 Thread [EMAIL PROTECTED]
Hmmn! I tried to deploy replSync-service.xml into 4.0.1 release. It works for me. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860048#3860048 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860048

[JBoss-dev] [Design of JBoss internal QA (Test Suite)] - Re: Overriding predefined junit properties when running func

2004-12-28 Thread [EMAIL PROTECTED]
Ant has a built in mechanism for doing this. | ant -propertyfile build.properties | You could have several different property files for the different configurations and just change the configuration when you call ant. Alternatively, you could add the property file reference before the imp

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041228153038Lbuild.17 BUILD COMPLETE - build.17Date of build: 12/28/2004 15:30:38Time to build: 21 minutes 31 seconds  Unit Tests: (0)  Tot

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

2004-12-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-7?page=history ] Ben Wang reassigned JBWEB-7: Assign To: Ben Wang (was: Remy Maucherat) > replication-granularity ATTRIBUTE problem > - > > Key: JBWEB-7 > UR

[JBoss-dev] [JBoss JIRA] Created: (JGRP-10) Timeout in TCPPING FIND_INITIAL_MBRS is wrong

2004-12-28 Thread Zac Hansen (JIRA)
Timeout in TCPPING FIND_INITIAL_MBRS is wrong - Key: JGRP-10 URL: http://jira.jboss.com/jira/browse/JGRP-10 Project: JGroups Type: Bug Versions: 2.2.8 Environment: Linux Reporter: Zac Hansen Assigned to: Bela

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041228142201Lbuild.636 BUILD COMPLETE - build.636Date of build: 12/28/2004 14:22:01Time to build: 33 minutes 27 secondsLast changed: 12/28/2004 12:33:18Last log entry: Small change.

[JBoss-dev] [JBoss JIRA] Commented: (JBMQ-17) Fix for Use of Non-Serializable Xid Implementations

2004-12-28 Thread Elias Ross (JIRA)
[ http://jira.jboss.com/jira/browse/JBMQ-17?page=comments#action_12314438 ] Elias Ross commented on JBMQ-17: Just a couple of quick comments: "equals" and "hashCode" don't seem to be consistent. This is probably okay if the IBM Xid implementation gen

[JBoss-dev] [Other JBoss Development Design] - CheckStyle

2004-12-28 Thread [EMAIL PROTECTED]
http://checkstyle.sourceforge.net What do you think on the possibility of integrating checkstyle in Jboss development to develop one consistent coding standard? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860041#3860041 Reply to the post : http://www.jbo

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1115) bad path to included xsd gets built in WSDLFilePublisher

2004-12-28 Thread Anil Saldhana (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1115?page=history ] Anil Saldhana closed JBAS-1115: --- Resolution: Done Fix Version: JBossAS-4.0.1 Final > bad path to included xsd gets built in WSDLFilePublisher > -

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1117) invalid schemaLocation generated for imported schema

2004-12-28 Thread Anil Saldhana (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1117?page=history ] Anil Saldhana closed JBAS-1117: --- Resolution: Done Fix Version: JBossAS-4.0.1 Final > invalid schemaLocation generated for imported schema > -

[JBoss-dev] jboss-4.0-testsuite build.26 Build Fixed

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041228123133Lbuild.26 BUILD COMPLETE - build.26Date of build: 12/28/2004 12:31:33Time to build: 95 minutes 9 secondsLast changed: 12/28/2004 10:49:19Last log entry: Remove construct

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: Web Services Specifications Index Page

2004-12-28 Thread [EMAIL PROTECTED]
Rajdeep, good points. My order of consideration would be: a) J2EE Web Services (as defined by the J2EE Specifications). b) Specs that are next in list for adoption by the community like security and driven by users' immediate needs. (while maintaining interoperability as driven by WS-I). Scot

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-38) EJB3 CVS is incompatible with hibernate3 CVS

2004-12-28 Thread Simeon Koptelov (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-38?page=history ] Simeon Koptelov updated EJBTHREE-38: Description: The methods of manipulation of listeners have changed in hibernate, so EJB3 CVS doesn't compile now. Here's the patch: Index: Hibernate

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-38) EJB3 CVS is incompatible with hibernate3 CVS

2004-12-28 Thread Simeon Koptelov (JIRA)
EJB3 CVS is incompatible with hibernate3 CVS Key: EJBTHREE-38 URL: http://jira.jboss.com/jira/browse/EJBTHREE-38 Project: EJB 3.0 Type: Patch Versions: Preview 3 Reporter: Simeon Koptelov Assigned to: Bill Bur

[JBoss-dev] [Design of JBoss Build System] - Revising the project structure

2004-12-28 Thread [EMAIL PROTECTED]
We need to clarify where we are going with the jboss project structure. The build system itself is just one aspect. The structure and practices for creating projects that can be standalone as well as services integrated into the microcontainer/pojo server framework needs to be defined so that pr

[JBoss-dev] [JBoss Portal Development] - Re: hsqldb vs. MySQL and other ramblings

2004-12-28 Thread freddt
The HSQLDB equivalent of SELECT LAST_INSERT_ID() is gererally: CALL IDENTITY(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860030#3860030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860030

[JBoss-dev] [Other JBoss Development Design] - Re: JBossDirectory: JNDI Based Ldap Server

2004-12-28 Thread [EMAIL PROTECTED]
There already is a jnp module for the existing naming service. This should evolve into the next gen naming service using the org.jboss.naming package as the root. You can create a new directory module for the combined naming/directory service. View the original post : http://www.jboss.org/ind

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041228114841Lbuild.292 BUILD COMPLETE - build.292Date of build: 12/28/2004 11:48:41Time to build: 34 minutes 56 secondsLast changed: 12/28/2004 10:49:19Last log entry: Remove constructors wit

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-33) TreeCache dependencies

2004-12-28 Thread Scott M Stark (JIRA)
TreeCache dependencies -- Key: JBCACHE-33 URL: http://jira.jboss.com/jira/browse/JBCACHE-33 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Scott M Stark Assigned to: Bela Ban Right now the 1.2 TreeCache implemen

[JBoss-dev] [Other JBoss Development Design] - Re: JBossDirectory: JNDI Based Ldap Server

2004-12-28 Thread [EMAIL PROTECTED]
In the prototype I have hacked together, the DirContext is not tied to TreeCache. All it does is create sockets to a backend DirectoryServer socket service( which is married to TreeCache). The Directory Server deals with parsing, backend storage etc (typical ldap server tasks). I have the impl

[JBoss-dev] [Other JBoss Development Design] - Re: JBossDirectory: JNDI Based Ldap Server

2004-12-28 Thread [EMAIL PROTECTED]
I would like to see support for javax.naming.directory.DirContext and javax.naming.ldap.LdapContext added to the naming service. I don't know that I want this coupled to TreeCache. That should be an implementation detail or quality of service selection. Both the DirContext and LdapContext could

[JBoss-dev] [Other JBoss Development Design] - JBossDirectory: JNDI Based Ldap Server

2004-12-28 Thread [EMAIL PROTECTED]
JBossDirectory: Jndi Based Ldap Server For a month or so, this thought has been lingering in my mind-to build a simple jndi based Ldap Server on top of JBossCache( TreeCache). I agree that it is not as simple as that, to provide ldap based services, but what I am looking at it is a ldap serve

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-31) Out of memory problem

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=history ] Bela Ban updated JBCACHE-31: Attachment: CacheMemTest.java > Out of memory problem > - > > Key: JBCACHE-31 > URL: http://jira.jboss.com/jira/browse/JBCACHE-31

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-32) Transaction already active on replication's PREPARE phase

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-32?page=history ] Bela Ban updated JBCACHE-32: Attachment: CacheMemTest.java > Transaction already active on replication's PREPARE phase > - > > Key:

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-63) Change Nukes template files to JSP

2004-12-28 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-63?page=history ] Thomas Heute resolved JBPORTAL-63: -- Resolution: Done Fix Version: 2.0 Alpha > Change Nukes template files to JSP > -- > > Key: JBPORTAL-63

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041228104252Lbuild.635 BUILD COMPLETE - build.635Date of build: 12/28/2004 10:42:52Time to build: 30 minutes 42 secondsLast changed: 12/28/2004 09:47:53Last log entry: simplistic impl of sus

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-32) Transaction already active on replication's PREPARE phase

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-32?page=comments#action_12314432 ] Bela Ban commented on JBCACHE-32: - Created unit test: org.jboss.test.cache.test.replicated.SyncTxUnitTestCase, which reproduces the bug > Transaction already active on repl

[JBoss-dev] [JBossWS] - My web services work in 4.0.0 but not in 4.0.1

2004-12-28 Thread Joel.Rosi-Schwartz
Hi, I have a set of web services that I have been developing under Jboss 4.0.0 but I am having trouble migrating them to 4.0.1. Once I replaced all of the with the proper element the deployment phase completes successully. However, when I make a call to any of the web services I get a "java

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-32) Transaction already active on replication's PREPARE phase

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-32?page=comments#action_12314431 ] Bela Ban commented on JBCACHE-32: - Possible solution: suspend current local TX (if present), create new TX (if necessary), resume old local TX > Transaction already active

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-32) Transaction already active on replication's PREPARE phase

2004-12-28 Thread Bela Ban (JIRA)
Transaction already active on replication's PREPARE phase - Key: JBCACHE-32 URL: http://jira.jboss.com/jira/browse/JBCACHE-32 Project: JBoss Cache Type: Bug Versions: 1.2 Reporter: Bela Ban Assigned

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041228083438Lbuild.43 BUILD COMPLETE - build.43Date of build: 12/28/2004 08:34:38Time to build: 25 minutes 48 secondsLast changed: 12/27/2004 19:27:19Last log entry: Made 'usefile

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2004-12-28 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314430 ] Bela Ban commented on JBCACHE-31: - Program to run is: package org.jboss.cache.tests; import org.jboss.cache.TreeCache; import org.jboss.cache.PropertyConfigurator; import j

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-31) Out of memory problem

2004-12-28 Thread Bela Ban (JIRA)
Out of memory problem - Key: JBCACHE-31 URL: http://jira.jboss.com/jira/browse/JBCACHE-31 Project: JBoss Cache Type: Bug Versions: 1.2 Reporter: Bela Ban Assigned to: Bela Ban Priority: Critical Fix For: 1.2.1 I was able t

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041228074916Lbuild.47 BUILD COMPLETE - build.47Date of build: 12/28/2004 07:49:16Time to build: 32 minutes 29 secondsLast changed: 12/28/2004 05:38:05Last log entry: Add new constr

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041228071130Lbuild.291 BUILD COMPLETE - build.291Date of build: 12/28/2004 07:11:30Time to build: 23 minutes 40 secondsLast changed: 12/28/2004 05:38:05Last log entry: Add new constructors wi

[JBoss-dev] [Other JBoss Development Design] - JBOSS/JNI

2004-12-28 Thread alexandrexm
I'd like to use jni with jboss. My idea is making calls to jni by ejbs. Anybody could help me? i don't know if jboss can do it. thanks Alex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860005#3860005 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-dev] [JBoss Portal Development] - Re: BB in Jboss Portal

2004-12-28 Thread [EMAIL PROTECTED]
we don't support PHPBB bugs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860003#3860003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860003 --- SF email is spon

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

2004-12-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041228052753Lbuild.33 BUILD COMPLETE - build.33Date of build: 12/28/2004 05:27:53Time to build: 70 minutes 17 seconds  Unit Tests: (1886)  T

[JBoss-dev] [JBossWS] - access secured (Basic) webservice from session EJB in the sa

2004-12-28 Thread Jurrien
I have 2 ears running in my server (Jboss4.0.0). One ear contains the webservices, the other my EJB app. The webservices are protected with basic authentication. If I connect to the webservice with a java client all works fine. If I use the same code in a session bean deployed in the same server bu

[JBoss-dev] [JBoss JIRA] Created: (JBPM-52) add support for namespaces to JdplWriter

2004-12-28 Thread Tom Baeyens (JIRA)
add support for namespaces to JdplWriter Key: JBPM-52 URL: http://jira.jboss.com/jira/browse/JBPM-52 Project: JBoss jBPM Type: Sub-task Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens -- T

[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: Jboss-SPECjAppServer2002 fails

2004-12-28 Thread [EMAIL PROTECTED]
Current specj module is tested against current Branch_4_0. If you are trying 4.0 release, try changing org.jboss.ejb.plugins.cmp.jdbc.metadata to org.jboss.resource.adapter.jdbc.metadata in jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38599