[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP hotdeployment question

2005-02-10 Thread amehrabyan
Bill, you ask me to look at docs in AOP 1.1 so in the reference under the 10.2.2.1 bullet with the title 'Loadtime JDK 1.4' written: anonymous wrote : "In order to do loadtime weaving of aspects with JDK 1.4, we had to massage java.lang.ClassLoader." thats good for me anonymou

[JBoss-dev] [Design of JBoss Portal] - Seeing errors myself still dealing with libraries...

2005-02-10 Thread kgelner
"ArturasB" wrote : anonymous wrote : | | It's cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-portal-2.0 | | | | And that's it. | | | | It will get all you need. | | Thanks Thomas. | | I have executed the CVS command like this one yesterday, but I co

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1441) JBoss from cvs not compiling

2005-02-10 Thread rajdeep dua (JIRA)
JBoss from cvs not compiling Key: JBAS-1441 URL: http://jira.jboss.com/jira/browse/JBAS-1441 Project: JBoss Application Server Type: Bug Components: Build System Environment: windows xp,dell latitiude d505 Reporter: rajdeep dua

[JBoss-dev] [Design of JBoss Portal] - Re: Seeing errors myself still dealing with libraries...

2005-02-10 Thread ArturasB
Hi. anonymous wrote : It does seem weird that all the issues I have seem to be related to not seeing new thirdparty libs. Is something causing trouble with that update? Should I be seeing xom-xom and wurfl-wall from the update? | | As far as command-line vs. GUI goes, I still prefer the c

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050210025944Lbuild.788 BUILD COMPLETE - build.788Date of build: 02/10/2005 02:59:44Time to build: 45 minutes 29 secondsLast changed: 02/10/2005 00:51:34Last log entry: Latest docbook updates

[JBoss-dev] [Design of JBoss Portal] - Re: Classes diagrams

2005-02-10 Thread [EMAIL PROTECTED]
You can do that at the Apache level, just redirect: www.myportal.com to www.mywebsite.com/portal/myportal using httpd.conf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866026#3866026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-dev] [Design of JBoss Portal] - Re: Seeing errors myself still dealing with libraries...

2005-02-10 Thread [EMAIL PROTECTED]
"kgelner" wrote : Currently after the latest update, I get 35 compile errors, most of which I think relate to not finding JWebUnit. Unfortunately when you add a dependant module in the CVS server, the update does not see it, each library is a module, so when we add a new library, you need to re

[JBoss-dev] [Design of JBossXB] - Re: MappingObjectModel and Polymorphism

2005-02-10 Thread [EMAIL PROTECTED]
I committed a testcase that shows how you could do what you want with the metadata approach. Please, have a look at | package org.jboss.test.xml; | public class MiscUnitTestCase |public void testValueBinding() throws Exception | The XML fragment in testsuite/src/resources/xml/valu

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050210051742Lbuild.78 BUILD COMPLETE - build.78Date of build: 02/10/2005 05:17:42Time to build: 37 minutes 45 secondsLast changed: 02/10/2005 00:51:34Last log entry: Latest docboo

[JBoss-dev] [Design of JBossXB] - Re: MappingObjectModel and Polymorphism

2005-02-10 Thread [EMAIL PROTECTED]
PS: it's not yet supported for attributes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866044#3866044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866044 --- SF

[JBoss-dev] [Design of JCA on JBoss] - Re: Impossible to subclass IdleRemover and InternalManagedCo

2005-02-10 Thread andreit
"[EMAIL PROTECTED]" wrote : I still don't see why you need to change the IdleRemover. | | If the aged timeout is less than the idle timeout, you pass that as the interval. | It just means it is going to make more frequent calls to removedTimeOut. | Right. But IdleRemover makes addition

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Difference running JBoss-AOP-1.0.0 and JBoss-AOP-1.1

2005-02-10 Thread giordano
Hello, I tried to run some simple example with JBossAOP 1.1 as indicated in the manual using java -XBootclasspath ... after I created a ClassLoader as indicated on page 58 of manual. Nut in this ay I have some problem and I am not able to run the example. On the other hand I tried to run the sam

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050210074038Lbuild.68 BUILD COMPLETE - build.68Date of build: 02/10/2005 07:40:38Time to build: 93 minutes 43 seconds  Unit Tests: (1936)  T

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1442) JBAS-57 was not fully backwards compatible

2005-02-10 Thread Adrian Brock (JIRA)
JBAS-57 was not fully backwards compatible -- Key: JBAS-1442 URL: http://jira.jboss.com/jira/browse/JBAS-1442 Project: JBoss Application Server Type: Bug Components: Clustering Versions: JBossAS-4.0.1 Final Repo

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Difference running JBoss-AOP-1.0.0 and JBoss-AOP-1.1

2005-02-10 Thread [EMAIL PROTECTED]
There is a good chance you missed a step. The SystemClassLoader stuff has been deprecated because it just doesn't work in a lot of environments. If you think you can move to JDK 5, then the loadtime integration is much much better. Bill View the original post : http://www.jboss.org/index.ht

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1442) JBAS-57 was not fully backwards compatible

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1442?page=comments#action_12315318 ] Adrian Brock commented on JBAS-1442: The real solution to this problem is to have two different interceptors in the stack InvokerSelectionInterceptor - selects the invoke

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1443) Add a flag to allow concurrent calls on stateful session beans

2005-02-10 Thread Scott M Stark (JIRA)
Add a flag to allow concurrent calls on stateful session beans -- Key: JBAS-1443 URL: http://jira.jboss.com/jira/browse/JBAS-1443 Project: JBoss Application Server Type: Feature Request Components: EJBs

[JBoss-dev] [Design of JBoss Portal] - Re: Theme development

2005-02-10 Thread patrickdalla
I was thinking in a theme (or skin) interface which declares method for getting images and styles definitions according to their names and region and some other properties (maybe the PortalRequest object). There could be some reserved names for some special images and styles. For example, for th

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050210092803Lbuild.52 BUILD COMPLETE - build.52Date of build: 02/10/2005 09:28:03Time to build: 75 minutes 33 seconds  Unit Tests: (0)  Tot

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1443) Add a flag to allow concurrent calls on stateful session beans

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1443?page=comments#action_12315321 ] Scott M Stark commented on JBAS-1443: - This should simply require adding a jboss.xml setting that set a allowConcurrentCalls to true when enabled and to update the org.j

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Generate MBeanInfo from arbitrary interface

2005-02-10 Thread [EMAIL PROTECTED]
1) and 2) It is for a singleton instance, i.e. the @Service bean type 3) The management interface is implemented by the singleton, it just does not need to follow the standard mbean naming convention. So instead of | public class SomeClass implements SomeClassMBean | { | } | we have

[JBoss-dev] [JBoss JIRA] Created: (JBPM-68) finish pluggability for par parsers

2005-02-10 Thread Tom Baeyens (JIRA)
finish pluggability for par parsers --- Key: JBPM-68 URL: http://jira.jboss.com/jira/browse/JBPM-68 Project: JBoss jBPM Type: Task Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens when users want to ex

[JBoss-dev] [JBoss JIRA] Created: (JBPM-69) add support for method events

2005-02-10 Thread Tom Baeyens (JIRA)
add support for method events - Key: JBPM-69 URL: http://jira.jboss.com/jira/browse/JBPM-69 Project: JBoss jBPM Type: Task Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens Priority: Minor for simple me

[JBoss-dev] [JBoss JIRA] Created: (JBPM-70) static variables

2005-02-10 Thread Tom Baeyens (JIRA)
static variables Key: JBPM-70 URL: http://jira.jboss.com/jira/browse/JBPM-70 Project: JBoss jBPM Type: Feature Request Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens Priority: Minor We could add support for sta

[JBoss-dev] [JBoss JIRA] Created: (JBPM-71) named variable declaration

2005-02-10 Thread Tom Baeyens (JIRA)
named variable declaration -- Key: JBPM-71 URL: http://jira.jboss.com/jira/browse/JBPM-71 Project: JBoss jBPM Type: Feature Request Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens Priority: Minor add supp

[JBoss-dev] [JBoss JIRA] Created: (JBPM-72) required variable declaration

2005-02-10 Thread Tom Baeyens (JIRA)
required variable declaration - Key: JBPM-72 URL: http://jira.jboss.com/jira/browse/JBPM-72 Project: JBoss jBPM Type: Feature Request Reporter: Tom Baeyens Assigned to: Tom Baeyens we could add support for a configuration that requ

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1441) JBoss from cvs not compiling

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1441?page=history ] Adrian Brock closed JBAS-1441: -- Resolution: Rejected Problems with development branch not compiling is a frequent issue, it should not be the target of a bug report. It can sometimes be caus

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1444) Incorrect warning about undefined query method with CMP1.x

2005-02-10 Thread Peter Doornbosch (JIRA)
Incorrect warning about undefined query method with CMP1.x -- Key: JBAS-1444 URL: http://jira.jboss.com/jira/browse/JBAS-1444 Project: JBoss Application Server Type: Bug Components: CMP service Versions:

[JBoss-dev] [Design of JCA on JBoss] - Re: Impossible to subclass IdleRemover and InternalManagedCo

2005-02-10 Thread [EMAIL PROTECTED]
Do you have a sourceforge id? If you do I will get you cvs access where you can prototype your ideas in jboss-head (the development branch which will become JBoss5). Make sure you read the developers guide on coding standards (they are not the same as Sun's guidelines), cvs branches, etc. Also

[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-1282) Fallback to message-destination-type

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1282?page=history ] Adrian Brock reopened JBAS-1282: Ok now I see what you are talking about. This config is currently only used if you do EJB2.1/JCA1.5 message inflow. The hack that we put into the JMSContaine

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-88) Add RemoteDelegatingCacheLoader

2005-02-10 Thread Daniel Gredler (JIRA)
Add RemoteDelegatingCacheLoader --- Key: JBCACHE-88 URL: http://jira.jboss.com/jira/browse/JBCACHE-88 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Daniel Gredler Assigned to: Bela Ban Priority: Minor

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-88) Add RemoteDelegatingCacheLoader

2005-02-10 Thread Daniel Gredler (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-88?page=history ] Daniel Gredler updated JBCACHE-88: -- Attachment: jbosscache_patch_remote_delegating_cacheloader.txt Attaching example patch to better illustrate proposed enhancement. > Add RemoteDelegatingCa

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050210111230Lbuild.789 BUILD COMPLETE - build.789Date of build: 02/10/2005 11:12:30Time to build: 60 minutes 51 secondsLast changed: 02/10/2005 06:34:36Last log entry: xml value binding test

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1445) Support for redirect upon message expiration

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1445?page=history ] Adrian Brock moved JBMESSAGING-22 to JBAS-1445: --- Project: JBoss Application Server (was: JBoss Messaging) Key: JBAS-1445 (was: JBMESSAGING-22) Component: JMS serv

[JBoss-dev] [JBossCache] - Re: Invalidation / Lazy Replication

2005-02-10 Thread sdanig
I have added a comment to the invalidation feature request (http://jira.jboss.com/jira/browse/JBCACHE-86) I also added a new feature request (http://jira.jboss.com/jira/browse/JBCACHE-88) relating to a remote delegating CacheLoader implementation. View the original post : http://www.jboss.org

[JBoss-dev] [Design of JBoss Portal] - Re: 'menu' style Porlet possible?

2005-02-10 Thread jimmyed2001
I synched my portal project but don't see 'Menu Portlet' which CVS project is it in? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866127#3866127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866127 --

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1446) org.jboss.resource.deployment.RARDeployment needs TRACE logging

2005-02-10 Thread Adrian Brock (JIRA)
org.jboss.resource.deployment.RARDeployment needs TRACE logging --- Key: JBAS-1446 URL: http://jira.jboss.com/jira/browse/JBAS-1446 Project: JBoss Application Server Type: Task Versions: JBossAS-4.0.1 Fi

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1241) ConnectionPools - Background validation required

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1241?page=history ] Adrian Brock updated JBAS-1241: --- type: Feature Request (was: Bug) Description: SourceForge Submitter: prudrakshala . Environment: JBoss 3.2.6, JDK 1.4.2_06 "validationQuery" element

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1447) Cluster aware services should not depend on DefaultPartition MBean directly

2005-02-10 Thread Anil Saldhana (JIRA)
Cluster aware services should not depend on DefaultPartition MBean directly --- Key: JBAS-1447 URL: http://jira.jboss.com/jira/browse/JBAS-1447 Project: JBoss Application Server Type: Task Comp

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-201) NPE if a portlet declares a locale that is not supported by the OS

2005-02-10 Thread Thomas Heute (JIRA)
NPE if a portlet declares a locale that is not supported by the OS -- Key: JBPORTAL-201 URL: http://jira.jboss.com/jira/browse/JBPORTAL-201 Project: JBoss Portal Type: Bug Components: Portal Core

[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-201) NPE if a portlet declares a locale that is not supported by the OS

2005-02-10 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-201?page=comments#action_12315337 ] Thomas Heute commented on JBPORTAL-201: --- Woodler proposed a fix, I need to create a testcase before commiting it. > NPE if a portlet declares a locale that is not su

[JBoss-dev] [JBossCache] - distributed treecache with tcp

2005-02-10 Thread sreepraveen_2000
hi all, It was hard all the way to come to this point. i am using hibernate along with jboss treecache in a distributed environment. I got my application to work perfectly with the multicasting between all the hosts. but now i am trying to do the distributed caching using tcp connection in an

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1447) Cluster aware services should not depend on DefaultPartition MBean directly

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1447?page=history ] Scott M Stark closed JBAS-1447: --- Resolution: Out of Date All cluster configurations have been updated to depend on jboss:service=${jboss.partition.name:DefaultPartition} with a partition na

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1448) Update the

2005-02-10 Thread Scott M Stark (JIRA)
Update the --- Key: JBAS-1448 URL: http://jira.jboss.com/jira/browse/JBAS-1448 Project: JBoss Application Server Type: Feature Request Reporter: Scott M Stark -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1448) Update the ServerInfo listThreadDump to use the jdk 5 stack traces

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1448?page=history ] Scott M Stark updated JBAS-1448: Summary: Update the ServerInfo listThreadDump to use the jdk 5 stack traces (was: Update the) Description: The org.jboss.system.server.S

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1449) Update the ServerInfo memory ops to use the jdk 5 mbeans

2005-02-10 Thread Scott M Stark (JIRA)
Update the ServerInfo memory ops to use the jdk 5 mbeans Key: JBAS-1449 URL: http://jira.jboss.com/jira/browse/JBAS-1449 Project: JBoss Application Server Type: Feature Request Components: MicroContainer bus,

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - aopc ant task vs. documentation

2005-02-10 Thread smilingjudy
The reference manual indicates that I can specify one to many files for precompiled (btw - shouldn't this be called something more like "pre-deployed") instrumentation with ANT. "src - Which files to be transformed. Either a directory containing the files to be instrumented, or an ant filese

[JBoss-dev] [Design of JBoss Build System] - How do we start adding jdk 5 based features

2005-02-10 Thread [EMAIL PROTECTED]
So some projects have some conditional compiles based on whether or not a jdk 5 compiler is in use, but do we have a general template for how to add jdk 5 specific features into the legacy build as well as the new build? View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: aopc ant task vs. documentation

2005-02-10 Thread [EMAIL PROTECTED]
Hi there, Please take a look at this. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59033 The documentation has been updated since the last release. Kabir View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866151#3866151 Reply to the post : http://

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: aopc ant task vs. documentation

2005-02-10 Thread smilingjudy
Ah, thank you! Apologies for not searching appropriately. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866153#3866153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866153 -

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1450) Remote Queue jndi federation using the JMSProvider

2005-02-10 Thread Adrian Brock (JIRA)
Remote Queue jndi federation using the JMSProvider -- Key: JBAS-1450 URL: http://jira.jboss.com/jira/browse/JBAS-1450 Project: JBoss Application Server Type: Feature Request Components: JMS service Versions: JBo

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1451) Need additional trace level logging about security domain cache validation

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1451?page=history ] Scott M Stark reassigned JBAS-1451: --- Assign To: Scott M Stark > Need additional trace level logging about security domain cache validation > --

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1451) Need additional trace level logging about security domain cache validation

2005-02-10 Thread Scott M Stark (JIRA)
Need additional trace level logging about security domain cache validation -- Key: JBAS-1451 URL: http://jira.jboss.com/jira/browse/JBAS-1451 Project: JBoss Application Server Type: Feature Reque

[JBoss-dev] [JBossCache] - Re: distributed treecache with tcp

2005-02-10 Thread sreepraveen_2000
hi all, the problem was the order of the attributes, i really dont know how that matters ..but i started working... the new configration is View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-dev] [Design of JBoss Build System] - Re: How do we start adding jdk 5 based features

2005-02-10 Thread [EMAIL PROTECTED]
I don't llike the way Bill has done this, essentially creating two parallel codebases for the java5 and pre-java5 builds. This seems error prone and laborious to me. I quite like the idea of using something like retroweaver, developing everything with java5 and weaving in replacements that work wi

[JBoss-dev] [Design of JBoss Build System] - Re: How do we start adding jdk 5 based features

2005-02-10 Thread [EMAIL PROTECTED]
Oh no, I have become an American :-) -laborious (US) +labourious (UK) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866165#3866165 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866165 --

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050210141358Lbuild.85 BUILD COMPLETE - build.85Date of build: 02/10/2005 14:13:58Time to build: 167 minutes 3 secondsLast changed: 02/10/2005 12:38:08Last log entry: Fix JBWS-99 Cl

[JBoss-dev] [Design of JBoss Build System] - Re: How do we start adding jdk 5 based features

2005-02-10 Thread [EMAIL PROTECTED]
We are a virus. Ok, so let's try the retroweaver approach as I'm definitely not keen on duplicate codebases either. In terms of jdk 5 specific mbeans I guess we need a jdk5forjdk1.42 module for these classes. There is a backport of the java.util.concurrent for jdk 1.4.x: http://altair.cs.osweg

[JBoss-dev] [JBossCache] - Re: how to invalidate the cache

2005-02-10 Thread sdanig
As far as I know, invalidation is scheduled to be included in version 1.2.1 or 1.3; time will tell which. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866169#3866169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866

[JBoss-dev] [Design of JBoss Build System] - Re: How do we start adding jdk 5 based features

2005-02-10 Thread [EMAIL PROTECTED]
I'd like to get Bill's and Chiba's feedback first, since they have the most experience with weaving. Remember we have to support these binaries in production environments. I even jokingly suggested to Bill that we write our own compiler, but this might actually be possible using the eclipse comp

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1451) Need additional trace level logging about security domain cache validation

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1451?page=history ] Scott M Stark closed JBAS-1451: --- Resolution: Done > Need additional trace level logging about security domain cache validation > -

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1452) SecurityAssociation trace flag was set too early

2005-02-10 Thread Scott M Stark (JIRA)
SecurityAssociation trace flag was set too early Key: JBAS-1452 URL: http://jira.jboss.com/jira/browse/JBAS-1452 Project: JBoss Application Server Type: Bug Components: Security Versions: JBossAS-4.0.1 Final,

[JBoss-dev] [JBossCache] - how to invalidate the cache

2005-02-10 Thread sreepraveen_2000
hi all, i am using jboss treecache in hibernate, how can i invalidate the cache ( dirty the cache). for example if there is an application which doesnot use the hibernate and if that populates the database. itreecache will be incinsitent with the database ...so i want to know if there is a meth

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1452) SecurityAssociation trace flag was set too early

2005-02-10 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1452?page=history ] Scott M Stark closed JBAS-1452: --- Resolution: Done > SecurityAssociation trace flag was set too early > > > Key: JBAS-1452 >

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1453) When 4.0.1 is first launched, the first line under "JBoss online resources" is "Getting started with JBoss 3.2 [PDF]"

2005-02-10 Thread Sam Hahn (JIRA)
When 4.0.1 is first launched, the first line under "JBoss online resources" is "Getting started with JBoss 3.2 [PDF]" - Key: JBAS-1453 URL: http://jira.jboss.com/j

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050210180945Lbuild.369 BUILD COMPLETE - build.369Date of build: 02/10/2005 18:09:45Time to build: 45 minutes 13 secondsLast changed: 02/10/2005 17:13:58Last log entry: Revert 1.1.1.1.4.3

[JBoss-dev] [JBoss JIRA] Updated: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-10 Thread Tomas Carlsson (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=history ] Tomas Carlsson updated JBJMX-82: Attachment: jmxbug.patch.gz This patch to org.jboss.system.ServiceConfiguratior shows that this problem is fixable. This is _not_ a complete fix, it's meant onl

[JBoss-dev] [JBoss JIRA] Updated: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-10 Thread Tomas Carlsson (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=history ] Tomas Carlsson updated JBJMX-82: Version: JBossAS-3.2.7 > MBean attribute classes not loaded with deployment classloader > -- > >

[JBoss-dev] [JBoss JIRA] Commented: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-10 Thread Tomas Carlsson (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=comments#action_12315343 ] Tomas Carlsson commented on JBJMX-82: - The patch works by setting the deployment classloader as context classloader only when configuring the attribute. Also the patch is

[JBoss-dev] [JBoss JIRA] Commented: (JBJMX-82) MBean attribute classes not loaded with deployment classloader

2005-02-10 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=comments#action_12315344 ] Adrian Brock commented on JBJMX-82: --- So the problem is that the property editor uses the context classloader which I would think is the classloader of the sar deployer? When

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050210195904Lbuild.790 BUILD COMPLETE - build.790Date of build: 02/10/2005 19:59:04Time to build: 45 minutes 48 secondsLast changed: 02/10/2005 19:52:46Last log entry: Add mimeheader attachm

[JBoss-dev] [Design of JBossXB] - Re: MappingObjectModel and Polymorphism

2005-02-10 Thread [EMAIL PROTECTED]
That looks like it should work. I have some observations about the new implementation. 1) There is no logging so I can't see what is happening. I started adding some. This was present in the old implementation, including being able to see what rules where defined. 2) There are a number of places

[JBoss-dev] [Design of JBoss Portal] - Re: how to config build properties to support oracle

2005-02-10 Thread jaejong
After creating core table, I create user from User Portlet and apply setup.sql except for jbp_users. It seems work. But there some problems. when I log in, error ocurs during insertion into jbp_user_pref_set that it can insert null value at name field. and I can find ddl for tables of forum

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050210214246Lbuild.289 BUILD COMPLETE - build.289Date of build: 02/10/2005 21:42:46Time to build: 30 minutes 32 secondsLast changed: 02/10/2005 19:35:01Last log entry: Move the SecurityAssoci

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-89) Allow Specifying Custom Interceptors in XML Configuration

2005-02-10 Thread Daniel Gredler (JIRA)
Allow Specifying Custom Interceptors in XML Configuration - Key: JBCACHE-89 URL: http://jira.jboss.com/jira/browse/JBCACHE-89 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Daniel

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1453) When 4.0.1 is first launched, the first line under "JBoss online resources" is "Getting started with JBoss 3.2 [PDF]"

2005-02-10 Thread Sam Hahn (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1453?page=history ] Sam Hahn updated JBAS-1453: --- Attachment: "Welcome to JBoss".jpg This is the first page launched after installing 4.0.1. Reference to "Getting started with JBoss 3.2 [PDF]" might need update to 4.0.

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

2005-02-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050211004658Lbuild.370 BUILD COMPLETE - build.370Date of build: 02/11/2005 00:46:58Time to build: 27 minutes 29 secondsLast changed: 02/10/2005 19:33:09Last log entry: Move the SecurityAssoci

[JBoss-dev] [JBoss JIRA] Created: (JBREM-62) update UnifiedInvoker to use remote marshall loading

2005-02-10 Thread Tom Elrod (JIRA)
update UnifiedInvoker to use remote marshall loading Key: JBREM-62 URL: http://jira.jboss.com/jira/browse/JBREM-62 Project: JBoss Remoting Type: Task Components: marshall Versions: 1.0.1 beta Report

[JBoss-dev] [JBoss JIRA] Commented: (JBREM-51) defining marshaller on remoting client

2005-02-10 Thread Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-51?page=comments#action_12315346 ] Tom Elrod commented on JBREM-51: - Added the support for dynamic, remote loading of marshaller/unmarshaller. Still need to fix test case so works in ant's junit test run (sin