[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - JBossIDE 1.4.1 and JBossIDE 1.5 Preview released

2005-01-30 Thread [EMAIL PROTECTED]
The JBossIDE Team is happy to announce the release of both JBossIDE 1.4.1 and JBossIDE 1.5 Preview! JBossIDE 1.4.1 Release Notes: http://sourceforge.net/project/shownotes.php?release_id=300969 Install Doc: HTML: http://docs.jboss.org/jbosside/install/build/en/html/index.html PDF:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1359) Remove the castor dependency for the snmp adapter, use jbossxb

2005-01-30 Thread Dimitris Andreadis (JIRA)
Remove the castor dependency for the snmp adapter, use jbossxb -- Key: JBAS-1359 URL: http://jira.jboss.com/jira/browse/JBAS-1359 Project: JBoss Application Server Type: Task Environment: varia, snmp

[JBoss-dev] [Design of JBoss Admin Console] - Re: New approach for updating Datasource/Drivers via Admin C

2005-01-30 Thread [EMAIL PROTECTED]
If we fall back to the traditional jboss view, then: 1) Invoking on a template for copying static libs into ./lib is not the best way. It'd be more straightforward to have on the DeploymentService something like: | String[] listStaticLibs(); | boolean uploadStaticLib(URL url); | (This

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050130112331Lbuild.346 BUILD COMPLETE-build.346Date of build:01/30/2005 11:23:31Time to build:19 minutes 7 secondsLast changed:01/30/2005 11:13:45Last log entry:- Improve the default

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050130114905Lbuild.750 BUILD COMPLETE-build.750Date of build:01/30/2005 11:49:05Time to build:26 minutes 34 secondsLast changed:01/30/2005 11:21:32Last log entry:tests for metadata driven

[JBoss-dev] [ jboss-Bugs-1112731 ] MEMBER OF Bug in SQL92 Compiler

2005-01-30 Thread SourceForge.net
Bugs item #1112731, was opened at 2005-01-30 20:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1112731group_id=22866 Category: JBossCMP Group: v4.0 Status: Open Resolution:

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Refactor the SARDeployer xml parsing

2005-01-30 Thread [EMAIL PROTECTED]
We are limited in our ability to extend the service creation capabilities by the hard coded xml processing of the SARDeployer/ServiceCreator. With the jbossxb framework this can be externalized such that multiple formats of the jboss-service.xml descriptor can be supported and more

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Dynamically Attaching Interceptors to any (X)MBean

2005-01-30 Thread [EMAIL PROTECTED]
There are two problems with this. 1. The LoginConfigInterceptor is not considering operation in an aggregate deployment like an ear that can have multiple login-config.xml descriptors. It would just work if very login-config.xml was distinct, but it will fail if there are overlapping

[JBoss-dev] [Design of JBoss Admin Console] - Re: New approach for updating Datasource/Drivers via Admin C

2005-01-30 Thread [EMAIL PROTECTED]
A view of the static libs is not an admin view. An admin may not even know that a datasource has a jdbc driver jar. You have to make a distinction between a package and the installation of that package. A package is a self contained collection of descriptors, jars, os libs, etc. that needs to

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-604) housekeeping in ServerImpl and ServerConfigLocator

2005-01-30 Thread Juha Lindfors (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-604?page=history ] Juha Lindfors closed JBAS-604: -- Resolution: Out of Date housekeeping in ServerImpl and ServerConfigLocator -- Key: JBAS-604

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-30 Thread [EMAIL PROTECTED]
Clarify what you mean by the advanced config option here please: | But this could be worked around by allowing an advanced config option | List beans = EJBDeployment.getBeans(); | //process beans to add config; | EJBDeployment.setBeans(beans); | This convenience config topic is too

[JBoss-dev] jboss-3.2-testsuite build.59 Build Fixed

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050130145402Lbuild.59 BUILD COMPLETE-build.59Date of build:01/30/2005 14:54:02Time to build:74 minutes 10 secondsLast changed:01/28/2005 20:44:16Last log entry:Create a

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-37) Stack Overflow when using Collection classes in TreeCacheAop

2005-01-30 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=comments#action_12315062 ] Ben Wang commented on JBCACHE-37: - Andrew, I have checked in a CacheObjectMBeanUnitTestCase under jboss-head/testsuite/src/main/org/jboss/test/cache/test/aop directory. I

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Deployers overview

2005-01-30 Thread [EMAIL PROTECTED]
This is the common behavior mode when there is aggregation: anonymous wrote : | The use case I can think of where coupling of metadata is required is when the classloader metadata is constructed. Each subdeployment can add metadata (urls) to the top level metadata that creates the

[JBoss-dev] [Design the new POJO MicroContainer] - Re: VDFComponent

2005-01-30 Thread [EMAIL PROTECTED]
Another attribute missing in the VDFComponent is the notion of attributes. The current LastModified is a read-only attribute and Context is a read-write attribute. A generic DirContext like notion of attributes should be available. The DeploymentContext is missing an arbitrary context map that

[JBoss-dev] [Design the new POJO MicroContainer] - Re: JARDeployer

2005-01-30 Thread [EMAIL PROTECTED]
I don't see that the JARDeployer has any reason for existence. If there is referenced content that has no associated deployer it should not just be added to some classpath. The configuration of the class and resource paths is an aspect of some deployment. View the original post :

[JBoss-dev] [JBoss JIRA] Created: (JBIDE-115) Differentiate icons for fork/join

2005-01-30 Thread Juha Lindfors (JIRA)
Differentiate icons for fork/join - Key: JBIDE-115 URL: http://jira.jboss.com/jira/browse/JBIDE-115 Project: JBoss IDE Type: Feature Request Components: jBPM Designer plugin Versions: 1.5 alpha Environment: JBossIDE 1.5

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Keep STARTUP notification

2005-01-30 Thread [EMAIL PROTECTED]
The more generic issue here is that there is often the desire to have a dependency on a collection of services with some quality. Examples include: Services with network endpoints Services which interact with the filesystem access Services which write to the filesystem Its not always that

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050130165452Lbuild.751 BUILD COMPLETE-build.751Date of build:01/30/2005 16:54:52Time to build:18 minutes 14 secondsLast changed:01/30/2005 16:28:21Last log entry:Used different JGroups

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-60) Write plugin interface for persistence manager

2005-01-30 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-60?page=history ] Bill Burke updated EJBTHREE-60: --- Description: Abstract out persistence so that a thirdparty persistence manager can be plugged into JBoss' EJB3 implementation (was: ) Write plugin interface

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-60) Write plugin interface for persistence manager

2005-01-30 Thread Bill Burke (JIRA)
Write plugin interface for persistence manager -- Key: EJBTHREE-60 URL: http://jira.jboss.com/jira/browse/EJBTHREE-60 Project: EJB 3.0 Type: Feature Request Versions: Preview 5 Reporter: Bill Burke Assigned

[JBoss-dev] [JBossCache] - Re: timed expiry

2005-01-30 Thread [EMAIL PROTECTED]
Our design of eviction policy is not based on per-node basis. Rather it is per-region. Nonetheless to create *roughly* what you want to achieve, it still can be done through the current eviction policy framework. Couple things need to happen though: 1. Region parameters will need to be

[JBoss-dev] [JBossCache] - Re: Session Replication using JBossCache

2005-01-30 Thread [EMAIL PROTECTED]
Yes, you can. But keep in mind that Tomcat seems to have its own persistency framework. I haven't looked into it fully yet. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864286#3864286 Reply to the post :

[JBoss-dev] [JBossCache] - Re: NullPointerException: TreeCache.put

2005-01-30 Thread [EMAIL PROTECTED]
You will need to supply the JBossCache version. There is little information in your posting to see what's going on. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864287#3864287 Reply to the post :

[JBoss-dev] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-01-30 Thread [EMAIL PROTECTED]
Can you enable this in Hibernate to see if that solves the problem: hibernate.cache.use_minimal_puts Gavin and I have had a discussion on the potential problem. That, when using query cache, Hibernate will do a put on the JBossCache while retrieving from db. This can cause a long lock that

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050130174537Lbuild.43 BUILD COMPLETE-build.43Date of build:01/30/2005 17:45:37Time to build:48 minutes 43 seconds Unit Tests: (0) Total

[JBoss-dev] [Design of JBoss Admin Console] - Re: New approach for updating Datasource/Drivers via Admin C

2005-01-30 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : If we fall back to the traditional jboss view, then: | | 1) Invoking on a template for copying static libs into ./lib is not the best way. It'd be more straightforward to have on the DeploymentService something like: | | | String[] listStaticLibs(); | |

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050130190046 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line:

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050130212643Lbuild.76 BUILD COMPLETE-build.76Date of build:01/30/2005 21:26:43Time to build:23 minutes 45 secondsLast changed:01/30/2005 11:13:45Last log entry:- Improve the

[JBoss-dev] jboss-head-testsuite build.11 Build Successful

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050130222507Lbuild.11 BUILD COMPLETE-build.11Date of build:01/30/2005 22:25:07Time to build:93 minutes 6 secondsLast changed:01/30/2005 16:28:21Last log entry:Used different

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

2005-01-30 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050131002031Lbuild.70 BUILD COMPLETE-build.70Date of build:01/31/2005 00:20:31Time to build:21 minutes 29 secondsLast changed:01/30/2005 16:28:21Last log entry:Used different

[JBoss-dev] [Design of JBoss Portal] - Re: Postgresql setup

2005-01-30 Thread scean_1
I have the same problem as you have. And I want to know the reason too. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3864290#3864290 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864290

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1358) Tomcat session replication breaks if there is already an active transaction

2005-01-30 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1358?page=comments#action_12315067 ] Ben Wang commented on JBAS-1358: Julien, Thanks for fixing this clustering related bug. Just curious though. How did you discover this bug? I thought when httprequest is

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1360) session unbound event not fired

2005-01-30 Thread Ben Wang (JIRA)
session unbound event not fired --- Key: JBAS-1360 URL: http://jira.jboss.com/jira/browse/JBAS-1360 Project: JBoss Application Server Type: Bug Components: Clustering Versions: JBossAS-3.2.6 Final Reporter: Ben Wang

[JBoss-dev] [Design of JBoss Portal] - new release already old?

2005-01-30 Thread elkner
Hi, I just wanna start to evaluate the Portal, but unfortunately there is no way, to get it compiled and thus to test :(. Digging around, I saw, that the build system enforces target 1.2 and source 1.3 ! Why? I thought, this is a new major release ? Are there any reasons, why you force

[JBoss-dev] [Design of JBoss Portal] - exceptions when tried to List of all the users

2005-01-30 Thread clownfish
there was an exception when i login as admin and tried to do List of all the users Caused by: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '? '%' limit ?' at line 1 How can i