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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050121014754Lbuild.327 BUILD COMPLETE - build.327Date of build: 01/21/2005 01:47:54Time to build: 45 minutes 7 secondsLast changed: 01/21/2005 01:33:53Last log entry: Inserted sleep period to

[JBoss-dev] [JBossCache] - Re: Patch for DummyTransactionManager.java

2005-01-20 Thread [EMAIL PROTECTED]
Patches should be submitted to jira: http://jira.jboss.com Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863036#3863036 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863036 ---

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
I already modify all jar manifests when a release is done to tag them with the jboss release info. If a jar actually uses the version manifest (and few do) its preserved, but the implementation headers are updated. Picking the 4.0.1/client/jacorb.jar at random: | [EMAIL PROTECTED] client]$ e

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050121002132Lbuild.54 BUILD COMPLETE - build.54Date of build: 01/21/2005 00:21:32Time to build: 70 minutes 13 secondsLast changed: 01/20/2005 19:49:02Last log entry: Correct the Mod

[JBoss-dev] [JBossCache] - Proposal for JBoss Cache events

2005-01-20 Thread twundke
Bela and Ben, I'd like to put forward an idea for JBoss Cache. However, first let me describe what I'm doing. I have a distributed application that uses JBoss Cache to distribute data to all nodes. I'm using AOP for all cache access, synchronous replication, transactions with read committed loc

[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-20 Thread [EMAIL PROTECTED]
I had this same problem when running the driver into linux. It was and wasn't related to classpath. At jboss32.env at /config directory you have the Classpath line. The default file has ; instead of : That makes the driver.sh read some variables wrongly at jboss32.env what make it fail. Plea

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
The only problem I see is that we can't (shouldn't?) modify the manifest of thirdparty libraries. So you would only get the indirect dependencies of jboss libraries. Perhaps this is not a big deal, though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38630

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050120225018Lbuild.261 BUILD COMPLETE - build.261Date of build: 01/20/2005 22:50:18Time to build: 28 minutes 14 secondsLast changed: 01/20/2005 19:49:02Last log entry: Correct the ModelMBeanC

[JBoss-dev] [JBossCache] - Patch for DummyTransactionManager.java

2005-01-20 Thread twundke
Here's the second of my patches. The DummyTransactionManager uses a ThreadLocal to store transactions. However, the manager then stores a Map in the ThreadLocal, containing transactions keyed by Thread. Perhaps I'm missing something, but as far as I can see the Map just isn't needed as ThreadLo

[JBoss-dev] [JBossCache] - Patch for Node.java

2005-01-20 Thread twundke
I've been having a pretty in-depth look at the JBoss Cache code, and have found a number of small problems that I've fixed. I'm wasn't quite sure whether I should be using Jira or the forum to distribute patches, so I'll give the forum a go to start with. When a new cache starts and retrieves t

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050120215451Lbuild.723 BUILD COMPLETE - build.723Date of build: 01/20/2005 21:54:51Time to build: 20 minutes 17 secondsLast changed: 01/20/2005 20:56:58Last log entry: Updated

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

2005-01-20 Thread twundke
Ben, I was under the impression that the DummyTransactionManager supported multiple threads locally. It doesn't seem to support the transaction isolation levels on a cluster-wide basis (ie. all locking is local until commit() is called). My testing (which I admit hasn't been overly extensive) se

[JBoss-dev] [Design of JBoss Internal Benchmarking] - SPECJAppServer 2002 Driver fails

2005-01-20 Thread Andrewzhu
I can successfully start the Benchmark, but run into a problem when run the driver. The error message likes this: hpipvcq:./driver.sh Apps server is jboss32 JAVA_HOME is /opt/java1.4 JAS_HOME is /opt/iexpress/SPECjAppServer2002 J2EE_HOME is /opt/iexpress/jboss Driver Host: hpipvcq Binding contro

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-20 Thread nthx
As depends on first, all you need is only to compile needed plain _Java_ files - including aspects you want. Put then, every compiled *.class file into your "build" directory and run on that directory. Here snippets from my build.xml: | | | | | |

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Problems with

2005-01-20 Thread nthx
Hint: Docs: 6.3. Preparation Dynamic AOP cannot be used unless the particular joinpoint has been instrumented. You can force intrumentation with the prepare functionality I _think_ that's the problem. Regards, Tomasz View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-dev] [Design of JBoss Portal] - How can i cancel a pending transaction ?

2005-01-20 Thread sgallet
I try to install jboss portal and i've got a problem. Don't know if i am on the right place ? Let me know if not. After a bad installation i've got a pending transaction in jboss. When i deploy portal, i've got the following logs : 2005-01-21 00:29:33,655 DEBUG [net.sf.hibernate.impl.SessionImpl

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050120174935Lbuild.260 BUILD COMPLETE - build.260Date of build: 01/20/2005 17:49:35Time to build: 40 minutes 32 secondsLast changed: 01/20/2005 15:09:02Last log entry: Rebuild with 1.3.1_15So

[JBoss-dev] [Design of JBoss Admin Console] - Re: Project Structure

2005-01-20 Thread [EMAIL PROTECTED]
In order for jboss-admin-console to use the new build system, I'll need to merge it from head. I was hoping we could get things sorted out well in head before we had to start back-porting. However, so long as jboss-admin-console has a shallow dependency tree, I don't think this would be th

[JBoss-dev] [Design of JBoss Admin Console] - Re: Admin Console Web-tier technology

2005-01-20 Thread [EMAIL PROTECTED]
A bit more meat on the bones of the web-tier design: This will be a Struts-based web application using JSP's for rendering the view. Struts Actions and Forms will be packaged by component area, e.g. Datasource, JMS. The view layer will use css for layout and formatting, using tables where neces

[JBoss-dev] [Design of JBoss Admin Console] - Datasource Component Design - Updating JBoss AS

2005-01-20 Thread [EMAIL PROTECTED]
So having poked around the JCA User list I'm suggesting the following algorithm for creating a new Datasource through the Admin Console: 1) User enters all relevant info in the Admin Console and uploads a new driver jar file. 2) The user commits the change. 3) The Admin Console submits the data

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
I've hit a similar problem. Except with the testing. Here's an example: The kernel project contains some tests that use JBoss common's JBossXB implementation. It works fine for compilation in that all I need to include is jboss-common.jar. But when it comes to do testing, I need to include the o

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

2005-01-20 Thread [EMAIL PROTECTED]
The jboss-pojo discussion is here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58337 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862991#3862991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862991 --

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

2005-01-20 Thread [EMAIL PROTECTED]
Hi Dimitris, Just a heads up, in case you missed it... "[EMAIL PROTECTED]" wrote : | Are the new MainDeployer/Deployer, etc. to be part of the new 'system' or 'kernel' module? I mean, what is the strategy there: to re-write them as completely new components? Maintain compatibility with the i

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

2005-01-20 Thread [EMAIL PROTECTED]
can you verify this is also broken in 1.2.1 (CVS head) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862989#3862989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862989

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Integrating with Amazon web services.

2005-01-20 Thread Jinxed
Hi All, I have recently decided to take plunge with JBoss development and figured that a good way of getting to learn the ins and out of web services maybe to create a project which integrates with Amazons web services. I am getting a little over whelmed with the capabilities of JBoss so I wond

[JBoss-dev] [Design of JBoss Admin Console] - Re: Versioning of Deployment

2005-01-20 Thread [EMAIL PROTECTED]
Here is an option for how the commit/rollback might work in the web-tier: 1) After a change is made through the Admin Console a new menu/navigation item appears which says "Pending Changes". 2) Clicking on this item will take you to a page that says "You have pending changes to the JBoss server

[JBoss-dev] [Design of JCA on JBoss] - Re: Factoring out the security logic

2005-01-20 Thread [EMAIL PROTECTED]
So to answer your question. The easiest way to do it now (without reimplemting the rest of the stack) would be to make the CMProxy invoke getManagedConnection(subject, cri) rather than allocateConnection, with an interceptor stack in front of that method. Besides the security interceptor there w

[JBoss-dev] [Design of Mail Services] - Re: Error during forward from MailList member

2005-01-20 Thread [EMAIL PROTECTED]
activation.jar isn't fast and moreover This smells like freaking ODBC/DM on win32. If anyone has the itch, I have some really prelim structural code on my drive for a replacemnet. Otherwise I have us most likely upgrading to the next JavaMail (streams) for 1.0 and not starting this until 2.0.

[JBoss-dev] [Design of JCA on JBoss] - Re: Factoring out the security logic

2005-01-20 Thread [EMAIL PROTECTED]
My suggestion is to have the ConnectionManagerProxy invoke down an interceptor chain the result of which will be a connection handle that can be returned from allocateConnection. The interceptors would be something like: CMProxy (as now) Security CachedConnectionManager (CCM) processing (on the r

[JBoss-dev] [Design of Mail Services] - Re: Load/Performance testing

2005-01-20 Thread [EMAIL PROTECTED]
Thanks man. I'll check it out. I knew someone would come through on this -- somehow I figured it would be you! :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862981#3862981 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-dev] [Design of JBoss Profiler] - Re: Struts error in webapp

2005-01-20 Thread MikeDougherty
Thanks for your help Clebert. "[EMAIL PROTECTED]" wrote : I have been able to have two struts applications working fine. | I will investigate that soon. | | I know that my answer will look kind of obvious, but right now, can you use another server instance to analyze the produced log file

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
Ok, thanks -- this makes sense. I've added includes for common-project and j2ee-project. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862979#3862979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862979 --

[JBoss-dev] [Design of JCA on JBoss] - Re: Factoring out the security logic

2005-01-20 Thread [EMAIL PROTECTED]
There is currently quite a convoluted dance here, but essentially want gets bound into jndi is a ConnectionFactory (like a DataSource) that holds a reference to our ConnectionManagerProxy (necessary because we need to have it serializable, i.e. it can disconnect/reconnect from the jmx object). da

[JBoss-dev] [Design of JBoss Admin Console] - Re: Admin Console Architecture (medium-long)

2005-01-20 Thread [EMAIL PROTECTED]
So to summarize what I understand from the discussion so far: 1) The Admin Console is going to update JBoss AS using the DeploymentService 2) The Admin Console is going to start out not knowing anything about the JBoss instance it is running on, but learns by having services created through it.

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050120124207Lbuild.326 BUILD COMPLETE - build.326Date of build: 01/20/2005 12:42:07Time to build: 144 minutes 30 secondsLast changed: 01/20/2005 11:57:45Last log entry: Update the tests for w

[JBoss-dev] [Design of JBoss Profiler] - Re: Struts error in webapp

2005-01-20 Thread [EMAIL PROTECTED]
I have been able to have two struts applications working fine. I will investigate that soon. I know that my answer will look kind of obvious, but right now, can you use another server instance to analyze the produced log files? Anyway... I'm planning to create a standalone application for JbossP

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
Maybe | | Is a better name? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862973#3862973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862973 --- This SF.

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I have checked in j2ee/jbossbuild.xml. It produces all three artifacts of j2ee and integrates into the top level build. However, I have a couple of issues. | | 1. j2ee includes some classes from jmx. For now, I access using a relative path which is what the e

[JBoss-dev] [Design of JCA on JBoss] - Factorying out the security logic

2005-01-20 Thread [EMAIL PROTECTED]
In accord with the 'TODO: Interceptors' post, security needs to be factored out to deal with run-as access. I created a bug report in jira about the JCA layer not honoring the run-as identity from the web or ejb tiers: http://jira.jboss.com/jira/browse/JBAS-1309 As mentioned there this could be

[JBoss-dev] [Design of JBoss Build System] - Re: New Build in JBoss-Head

2005-01-20 Thread [EMAIL PROTECTED]
I have checked in j2ee/jbossbuild.xml. It produces all three artifacts of j2ee and integrates into the top level build. However, I have a couple of issues. 1. j2ee includes some classes from jmx. For now, I access using a relative path which is what the existing build path essentially does.

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

2005-01-20 Thread octopus
There's a bug in 1.2 release. Reproduced on cache running in replicated mode when IsolationLevel=NONE cache.put() causes exception: | Caused by: java.lang.RuntimeException: getLockStrategy: LockStrategy selection not recognized. selection: NONE | at org.jboss.cache.lock.LockStra

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBoss Messaging Core

2005-01-20 Thread [EMAIL PROTECTED]
1) Persistence anonymous wrote : I want to see some work done on the persistence layer, in particular | the equivalent of these tasks for JBossMQ: | http://jira.jboss.com/jira/browse/JBMQ-12 | http://jira.jboss.com/jira/browse/JBMQ-11 | These will be the most important aspects for perform

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Messaging Core - Persistence

2005-01-20 Thread [EMAIL PROTECTED]
The MessagStore and AcknowledgmentStore implementations delegate the persistence work to a PersistenceManager, which could be subject of various optimizations. The initial version of the PersistenceManager will be based on JBoss MQ's. When designing/implementing, the following aspects should be

[JBoss-dev] [Design the new POJO MicroContainer] - Re: org.jboss.util.CollectionsFactory

2005-01-20 Thread [EMAIL PROTECTED]
If we were to change to a different implementation (e.g. the java5 implementations) they need to have the same semantics. They could also be implemented with Collections.synchronizedXXX() except the behaviour of iterator.remove() is different to oswego concurrent in some places like the CopyOnWr

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

2005-01-20 Thread [EMAIL PROTECTED]
Changing in $PORTAL/core/src/resources/test/hibernate.properties hibernate.dialect to PostgreSQLDialect And then generate the ddl by doing "sh build.sh ddl" Should produce a ddl file for PostgreSQL that is conform to the current state of your sources. I would recommend doing that instead of usi

[JBoss-dev] [Design of JBoss Portal] - Postgresql configuration

2005-01-20 Thread eztrip
In case anyone wants to know I have gotten JBoss Portal 2.0a working with PostgreSQL. I'm attaching my setup.ddl script to make it easier. Because I didn't feel like modifying all the code to use sequences, I just created a single "hibernate_sequence" which allows the existing code to work.

[JBoss-dev] [Design the new POJO MicroContainer] - org.jboss.util.CollectionsFactory

2005-01-20 Thread [EMAIL PROTECTED]
I'm using the CollectionsFactory methods that return EDO.oswego collection implementations. The thing is, those are highly concurrent implementations, but to make use of them you need to relax locking (e.g. you don't need to lock when you read/iterate). But if you do that then you can't change

[JBoss-dev] Re: jboss-3.2-jdk-matrix Build Failed

2005-01-20 Thread Adrian Brock
It doesn't look like the new hsqldb.jar got compiled for jdk1.3 On Thu, 2005-01-20 at 12:42, [EMAIL PROTECTED] wrote: > View results here -> > http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050120112827 > > BUILD FAILED > Ant Error > Message: /home/cruisecontrol/work

[JBoss-dev] jboss-3.2-jdk-matrix Build Failed

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050120112827 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:76: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbo

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-40) SUM function in Query produce an Integer and not a Double

2005-01-20 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-40?page=history ] Bill Burke closed EJBTHREE-40: -- Resolution: Rejected EJBQL does not support expressions within the select statement SUM(foo) is ok (SUM(foo) * 1.0) is not. > SUM function in Query produce

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-39) Composite Key field in JoinColumn causes Repeated column in mapping

2005-01-20 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-39?page=history ] Bill Burke closed EJBTHREE-39: -- Resolution: Done > Composite Key field in JoinColumn causes Repeated column in mapping > ---

[JBoss-dev] [JBossCache] - Re: Exception on hot re-deploy of EAR using JBossCache

2005-01-20 Thread tcherel
I did not find a way to fix it. May be with class loader scoped ear, but I am not sure (I did not try). Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862940#3862940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-dev] [JBossCache] - Exception on hot re-deploy of EAR using JBossCache (JBoss 4.

2005-01-20 Thread dbJav
I got the exact same problem with JBoss 4.0.1 JDK 1.4.2_06. Is it because my application code does some: this.getClass().getClassLoader() | Anything we can do to avoid having to restart JBoss ? The problem also appears only after redeployment. Denis View the original post : http://www.j

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-29) JBMail needs a "mailq" command

2005-01-20 Thread Heiko W. Rupp (JIRA)
JBMail needs a "mailq" command -- Key: JBMAIL-29 URL: http://jira.jboss.com/jira/browse/JBMAIL-29 Project: JBoss Mail Type: Feature Request Components: SMTP Versions: 1.0-M2 Reporter: Heiko W. Rupp Assigned to: Andrew Oliv

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-28) JBossMail should bounce back non deliverable mail

2005-01-20 Thread Heiko W. Rupp (JIRA)
JBossMail should bounce back non deliverable mail - Key: JBMAIL-28 URL: http://jira.jboss.com/jira/browse/JBMAIL-28 Project: JBoss Mail Type: Feature Request Components: SMTP Versions: 1.0-M2 Reporter: H

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-38) Eviction policy timer starts multiple times if cache is restarted

2005-01-20 Thread Thomas Cherel (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-38?page=comments#action_12314774 ] Thomas Cherel commented on JBCACHE-38: -- I will be nice if cache data was not cleaned up upon restart. The use case is basically to be able to change the configuration o

[JBoss-dev] [Design of JBoss Admin Console] - Re: Versioning of Deployment

2005-01-20 Thread [EMAIL PROTECTED]
"rauschuber" wrote : I agree with producing something useful yet with as few cool features as possible in the first go-round. Versioning will be very useful, but it doesn't have to be in the product for it to work. Right. I think commit/rollback should be sufficient. Thinking more on where the

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050120093615Lbuild.721 BUILD COMPLETE - build.721Date of build: 01/20/2005 09:36:15Time to build: 27 minutes 53 secondsLast changed: 01/20/2005 08:32:22Last log entry: - Update to Tomcat 5.5

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1308) thirdparty module needs updating

2005-01-20 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1308?page=history ] Scott M Stark updated JBAS-1308: Assign To: Ryan Campbell (was: Scott M Stark) > thirdparty module needs updating > > > Key: JBAS-1308 > URL:

[JBoss-dev] [Design of JBoss Admin Console] - Re: Project Structure

2005-01-20 Thread [EMAIL PROTECTED]
So just to summarize: Module name at cvs.sourceforge.net: jboss-admin-console. CVS Branch: Branch_4_0. Build system: New build system. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862935#3862935 Reply to the post : http://www.jboss.org/index.htm

[JBoss-dev] [JBoss JIRA] Created: (JBBUILD-4) Thirdparty module management

2005-01-20 Thread Scott M Stark (JIRA)
Thirdparty module management Key: JBBUILD-4 URL: http://jira.jboss.com/jira/browse/JBBUILD-4 Project: JBoss Build System Type: Bug Reporter: Scott M Stark The management of the thirdparty jars in terms of duplication, version, lice

[JBoss-dev] [Design of JBoss Admin Console] - Re: Project Structure

2005-01-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | Ultimately I see no reason for there to be multiple consoles. The jmx-console, web-console and admin console should all be based on the same underlying architecture with different plugins and services comprising the functionality. The existing consoles should be

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1308) thirdparty module needs updating

2005-01-20 Thread Charles Crouch (JIRA)
thirdparty module needs updating Key: JBAS-1308 URL: http://jira.jboss.com/jira/browse/JBAS-1308 Project: JBoss Application Server Type: Bug Components: Build System Environment: N/A Reporter: Charles Crouch Assigned to: Sco

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-184) The remember me feature allows someone not to have to enter his password when he comes back on the portal

2005-01-20 Thread Julien Viet (JIRA)
The remember me feature allows someone not to have to enter his password when he comes back on the portal - Key: JBPORTAL-184 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1

[JBoss-dev] [Design of JBoss Portal] - Dev : remember me feature

2005-01-20 Thread [EMAIL PROTECTED]
- remember me feature - Login process in the portal. Introduction In order to have the portal play nice with J2EE security it is not possible to use directly the JBossSX API or the JAAS API. The reasons are various : - specific to JBoss - does not respect the portlet specification - only form l

[JBoss-dev] [JBoss JIRA] Commented: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Remy Maucherat (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12314771 ] Remy Maucherat commented on JBWEB-11: - I know about this issue: it is caused by improper implementation of expectations by the .NET client. Essentially, the client sends a

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050120072618Lbuild.45 BUILD COMPLETE - build.45Date of build: 01/20/2005 07:26:18Time to build: 110 minutes 42 secondsLast changed: 01/20/2005 05:01:24Last log entry: Use the WebMet

[JBoss-dev] [JBoss JIRA] Commented: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12314770 ] Thomas Diesler commented on JBWEB-11: - Here is a .NET workaround http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860297#3860297 > 505 error when connection from

[JBoss-dev] [JBoss JIRA] Created: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
505 error when connection from a .NET client Key: JBWEB-11 URL: http://jira.jboss.com/jira/browse/JBWEB-11 Project: JBoss Web Type: Bug Components: Tomcat Versions: JBossWeb-4.0.1 Reporter: Thomas Diesler

[JBoss-dev] [JBoss JIRA] Updated: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=history ] Thomas Diesler updated JBWEB-11: Description: People with .NET clients have no luck connection to JBossWS since .NET defaults to HTTP-1.1. This issue as poped up multiple times now. I don't thi

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-94) Plan for Portal training modules

2005-01-20 Thread Julien Viet (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-94?page=history ] Julien Viet updated JBPORTAL-94: Attachment: syllabus.txt this is the first draft of the syllabus (Visible to JBoss Employee) > Plan for Portal training modules > -

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: server shutdown

2005-01-20 Thread Ollihak
Thank you Kabir, I'll try it out!!! OLLI View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862906#3862906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862906 --- This

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Metadata not getting picked up for all invocations.

2005-01-20 Thread [EMAIL PROTECTED]
Hi there, Sorry about the delay :-) Can you please provide a small example? Thanks, Kabir View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862904#3862904 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862904

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-45) @Inheritance won't work with composite keys

2005-01-20 Thread Bill Burke (JIRA)
@Inheritance won't work with composite keys --- Key: EJBTHREE-45 URL: http://jira.jboss.com/jira/browse/EJBTHREE-45 Project: EJB 3.0 Type: Bug Versions: Preview 3 Reporter: Bill Burke Assigned to: Bill Burke

[JBoss-dev] [Design of Mail Services] - Re: Error during forward from MailList member

2005-01-20 Thread cballew
The issue is that it's not a normal part of the JVM release which is why everyone has their own. The one I needed was the one that shipped with JBoss in my case in the server/default/lib directory, the one I was getting was in my JVM's jre/lib/ext directory. That's what created the compatibili

[JBoss-dev] [Design of Mail Services] - Re: Load/Performance testing

2005-01-20 Thread pilhuhn
The description of MStone sounds like it could be useful http://www.mozilla.org/projects/mstone/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862898#3862898 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862898

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Instrumenting Hibernate classes

2005-01-20 Thread juggernaut
the mapping in the post above works well if we use runtime instrumentation, but when I use runtime instrumentation my classes are not instrumented :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862894#3862894 Reply to the post : http://www.jboss.org/index

[JBoss-dev] [Design of Mail Services] - Re: Error during forward from MailList member

2005-01-20 Thread pilhuhn
cballew: So I understand it correctly, that the problem came from a different activation.jar in your classpath, that came with your VM (which?) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862893#3862893 Reply to the post : http://www.jboss.org/index.html?

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1307) Confusing stack trace on EJB deployment for missing optional method attribute

2005-01-20 Thread Jurjan-Paul Medema (JIRA)
Confusing stack trace on EJB deployment for missing optional method attribute --- Key: JBAS-1307 URL: http://jira.jboss.com/jira/browse/JBAS-1307 Project: JBoss Application Serv

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

2005-01-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050120063042Lbuild.325 BUILD COMPLETE - build.325Date of build: 01/20/2005 06:30:42Time to build: 36 minutes 57 secondsLast changed: 01/20/2005 05:01:24Last log entry: Use the WebMetaData run

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-87) Save registration date

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-87?page=history ] Thomas Heute closed JBPORTAL-87: > Save registration date > -- > > Key: JBPORTAL-87 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-87 > Project:

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-65) Register a new user

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-65?page=history ] Thomas Heute closed JBPORTAL-65: > Register a new user > --- > > Key: JBPORTAL-65 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-65 > Project: JBoss

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-67) Assign groups to a user

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-67?page=history ] Thomas Heute closed JBPORTAL-67: > Assign groups to a user > --- > > Key: JBPORTAL-67 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-67 > Projec

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-68) List all users

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-68?page=history ] Thomas Heute closed JBPORTAL-68: > List all users > -- > > Key: JBPORTAL-68 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-68 > Project: JBoss Portal >

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-64) Login the system

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-64?page=history ] Thomas Heute closed JBPORTAL-64: > Login the system > > > Key: JBPORTAL-64 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-64 > Project: JBoss Porta

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-66) Update his own profile

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-66?page=history ] Thomas Heute closed JBPORTAL-66: > Update his own profile > -- > > Key: JBPORTAL-66 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-66 > Project:

[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-32) Group module port

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPTL-32?page=history ] Thomas Heute updated JBPTL-32: -- Description: The group module allows an administrator (or anyone that has the permission) to: - Create a group of users - Delete a group of users (without deleting t

[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-74) Delete a group

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-74?page=history ] Thomas Heute reassigned JBPORTAL-74: Assign To: (was: Thomas Heute) > Delete a group > -- > > Key: JBPORTAL-74 > URL: http://jira.jboss.com/jira/browse/J

[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-75) Assign users to a group

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-75?page=history ] Thomas Heute reassigned JBPORTAL-75: Assign To: (was: Thomas Heute) > Assign users to a group > --- > > Key: JBPORTAL-75 > URL: http://jira.jboss

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-183) Notification interceptors in forums

2005-01-20 Thread Thomas Heute (JIRA)
Notification interceptors in forums --- Key: JBPORTAL-183 URL: http://jira.jboss.com/jira/browse/JBPORTAL-183 Project: JBoss Portal Type: Task Versions: 2.0 Beta Reporter: Thomas Heute Assigned to: Thomas Heute Fix F

[JBoss-dev] [JBoss JIRA] Commented: (JBPTL-32) Group module port

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPTL-32?page=comments#action_12314766 ] Thomas Heute commented on JBPTL-32: --- The whole module has been renamed to 'role' instead of 'group' > Group module port > - > > Key: JBPTL-32 >

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-182) Manage watch list for forums

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-182?page=history ] Thomas Heute updated JBPORTAL-182: -- Assign To: Thomas Heute (was: Julien Viet) Again, assigned to Julien by mistake > Manage watch list for forums > > >

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-182) Manage watch list for forums

2005-01-20 Thread Thomas Heute (JIRA)
Manage watch list for forums Key: JBPORTAL-182 URL: http://jira.jboss.com/jira/browse/JBPORTAL-182 Project: JBoss Portal Type: Task Versions: 2.0 Beta Reporter: Thomas Heute Assigned to: Julien Viet Fix For: 2.0 Beta

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-181) Delete a post

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-181?page=history ] Thomas Heute resolved JBPORTAL-181: --- Resolution: Done > Delete a post > - > > Key: JBPORTAL-181 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-181 >

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-181) Delete a post

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-181?page=history ] Thomas Heute updated JBPORTAL-181: -- Assign To: Thomas Heute (was: Julien Viet) > Delete a post > - > > Key: JBPORTAL-181 > URL: http://jira.jboss.com/jira/bro

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-181) Delete a post

2005-01-20 Thread Thomas Heute (JIRA)
Delete a post - Key: JBPORTAL-181 URL: http://jira.jboss.com/jira/browse/JBPORTAL-181 Project: JBoss Portal Type: Task Components: Forums Versions: 2.0 Beta Reporter: Thomas Heute Assigned to: Julien Viet Fix For: 2.0 Beta Ability

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-78) Forum portlet

2005-01-20 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-78?page=history ] Thomas Heute closed JBPORTAL-78: Resolution: Duplicate Issue > Forum portlet > - > > Key: JBPORTAL-78 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-78 >

[JBoss-dev] [Design of the JBoss Web Container] - problem with session ids being different

2005-01-20 Thread dragonmage
Hello, Can someone tell me how the logic for allocating session ids works? In my application the session id is not always the same for two different struts actions initiated from same client web browser and this causes problems communicating session variables. The problem seems to be timing rela

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Instrumenting Hibernate classes

2005-01-20 Thread juggernaut
How to do this? using such a jboss-aop.xml does not help: | | | | And is there any way to instrument Hibernate classes in compile-time, not in the runtime? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862887#3862887 Reply to the post :

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Cannot launch JBoss server from IDE

2005-01-20 Thread CliveHill
Using the run.bat file works fine, it runs java (1.4.2_05) Trying to configure JBoss (4.0.1RC1) to start from eclipse it seems to use javaw and gives this error: Failed to boot JBoss: java.lang.NullPointerException at org.jboss.Main.boot(Main.java:93) at org.jboss.Main$1.run(Main

  1   2   >