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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050209012355Lbuild.67 BUILD COMPLETE-build.67Date of build:02/09/2005 01:23:55Time to build:94 minutes 33 seconds Unit Tests: (1936) Total

[JBoss-dev] [Design of JBoss Portal] - Re: The latest source code - WHERE ?

2005-02-09 Thread [EMAIL PROTECTED]
That's the way the CVS is organised. Again: DO NOT CHECKOUT jboss-portal-thirdparty and jboss-portal separately. It will NOT work. Try again today, the public CVS is a mirror and i don't know how long it takes to update it. cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co

[JBoss-dev] [Design of JBoss Portal] - Re: The latest source code - WHERE ?

2005-02-09 Thread ArturasB
anonymous wrote : That's the way the CVS is organised. | | Again: DO NOT CHECKOUT jboss-portal-thirdparty and jboss-portal separately. It will NOT work. | | Try again today, the public CVS is a mirror and i don't know how long it takes to update it. | | cvs -z3 -d :pserver:[EMAIL

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050209031233Lbuild.51 BUILD COMPLETE-build.51Date of build:02/09/2005 03:12:33Time to build:41 minutes 41 seconds Unit Tests: (0) Total

[JBoss-dev] [Design of JBoss Portal] - Re: The latest source code - WHERE ?

2005-02-09 Thread [EMAIL PROTECTED]
No no, you can use it inside Eclipse with the same information. Host: cvs.sf.net Repository Path: /cvsroot/jboss User: anonymous Password: -- nothing Connection type: pserver Then you will have the CVS tree, pick jboss-portal-2.0 it's at the bottom (not any other) Create a new project

[JBoss-dev] [Design of JBoss Portal] - portlets and jsp links

2005-02-09 Thread lucagraph
Hi everybody, I've a trouble: inside one portlet, how a jsp page can link to another jsp? It is always necessary to use the methods of the portlet? Can anybody give me a link example? Thanks Luca View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865856#3865856

[JBoss-dev] [Design of JBoss Portal] - Re: portlets and jsp links

2005-02-09 Thread [EMAIL PROTECTED]
Yes you need to use a portletURL. There is a taglib for that if you want to create a URL from your JSP: The 2 tags you want to look at are: Make sure you declare that you will use the taglib: %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % Then you will want to look at those tags:

[JBoss-dev] [Design of JBoss Portal] - Re: portlets and jsp links

2005-02-09 Thread lucagraph
The 2 tags: | portlet:actionURL | portlet:renderURL | calls the same method inside the portlet? Which method they call? Sorry but i'm very new to Portals and Portlet, if there is any documentation around i'll be happy to read it..:) View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: portlets and jsp links

2005-02-09 Thread [EMAIL PROTECTED]
You need to look through the specifications first: http://www.jcp.org/aboutJava/communityprocess/final/jsr168/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865859#3865859 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: portlets and jsp links

2005-02-09 Thread lucagraph
Thanks very much! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865860#3865860 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865860 --- SF email is sponsored by - The

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

2005-02-09 Thread [EMAIL PROTECTED]
We don't have uml diagrams, you can generate them with some tools though. The Javadoc is available. What changes do you need to do ? If those changes may have interest to others, please consider contributing back to the project, thanks. View the original post :

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050209042609Lbuild.784 BUILD COMPLETE-build.784Date of build:02/09/2005 04:26:09Time to build:29 minutes 51 secondsLast changed:02/09/2005 00:03:39Last log entry:update callbacks to EDR2

[JBoss-dev] [Design of JBoss Portal] - Re: The latest source code - WHERE ?

2005-02-09 Thread ArturasB
[EMAIL PROTECTED] wrote : No no, you can use it inside Eclipse with the same information. | | Host: cvs.sf.net | Repository Path: /cvsroot/jboss | User: anonymous | Password: -- nothing | Connection type: pserver | | Then you will have the CVS tree, pick jboss-portal-2.0

[JBoss-dev] [Design of JBoss Portal] - Re: The latest source code - WHERE ?

2005-02-09 Thread [EMAIL PROTECTED]
You SHOULD can. The build system sucks a bit, we are expecting a new one. You need a quite old version of ant to build, so the version shipped with Eclipse will probably not work. You need to configure eclipse so that it uses the ant shipped with JBoss Portal. Personally, i have no problem

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050209055855Lbuild.84 BUILD COMPLETE-build.84Date of build:02/09/2005 05:58:55Time to build:33 minutes 21 secondsLast changed:02/09/2005 04:21:14Last log entry:Fix JBWS79 Cannot

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: configuration problem

2005-02-09 Thread [EMAIL PROTECTED]
Hi, You can give the interceptors a name and they will be pooled by their name. If you do not give them a name, the name of the class will be used as the name internally, so they will effectively be pooled by class name. So, the following should work | aop |interceptor name=startInt

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050209073331Lbuild.365 BUILD COMPLETE-build.365Date of build:02/09/2005 07:33:31Time to build:54 minutes 30 secondsLast changed:02/09/2005 04:21:14Last log entry:Fix JBWS79 Cannot deploy a

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1398) java.lang.NoClassDefFoundError: java/util/Iterator

2005-02-09 Thread Marcus Rder (JIRA)
after Redeploying Struts-Application Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk java.lang.NoClassDefFoundError: java/util/Iterator after Redeploying Struts-Application

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1398) java.lang.NoClassDefFoundError: java/util/Iterator

2005-02-09 Thread Marcus Rder (JIRA)
after Redeploying Struts-Application In-Reply-To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk [ http://jira.jboss.com/jira/browse/JBAS-1398?page=3Dhistory ] Marcus R=EF=BF=B6der updated JBAS-1398:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1399) emptySessionPath setting breaks session tracking

2005-02-09 Thread Remy Maucherat (JIRA)
emptySessionPath setting breaks session tracking Key: JBAS-1399 URL: http://jira.jboss.com/jira/browse/JBAS-1399 Project: JBoss Application Server Type: Bug Components: Web (Tomcat) service Versions:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1400) emptySessionPath=true as the default setting

2005-02-09 Thread Remy Maucherat (JIRA)
emptySessionPath=true as the default setting -- Key: JBAS-1400 URL: http://jira.jboss.com/jira/browse/JBAS-1400 Project: JBoss Application Server Type: Feature Request Components: Web (Tomcat) service Versions:

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1401) Tomcat 5.5.8 integration

2005-02-09 Thread Remy Maucherat (JIRA)
Tomcat 5.5.8 integration Key: JBAS-1401 URL: http://jira.jboss.com/jira/browse/JBAS-1401 Project: JBoss Application Server Type: Feature Request Components: Web (Tomcat) service Versions: JBossAS-4.0.2 Final Reporter: Remy

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-87) Add an abstract implementation of TreeCacheListener

2005-02-09 Thread Ben Wang (JIRA)
Add an abstract implementation of TreeCacheListener --- Key: JBCACHE-87 URL: http://jira.jboss.com/jira/browse/JBCACHE-87 Project: JBoss Cache Type: Feature Request Versions: 1.2 Reporter: Ben Wang

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Boston meeting notes: START HERE - Executive overview

2005-02-09 Thread [EMAIL PROTECTED]
We only touched upon this meta-metadata service during our discussions, defining the requirements for integration with the MC and what is currently provided for AOP. i.e. at the component level I think it would have been presumptous of us to try to imagine all the use cases that such a service

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Boston meeting notes: START HERE - Executive overview

2005-02-09 Thread [EMAIL PROTECTED]
I would be happy to discuss what such a service will look like as long as we have all the interested parties contributing their use cases. IDE, admin-console, portal, JMX, etc. This is probably best done a separate thread. View the original post :

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

2005-02-09 Thread amehrabyan
I need aspectize some X classes at runtime, without using SystemClassLoader and jboss-aop.xml, You couldn?t find such a sample in the examples folder and tried to run one of your examples in that way. I have custom URLClassLoader which loaded with classpath of JBossAOP jars and that classes

[JBoss-dev] [Design of JBoss's Web Services Implementation] - performance bench mark for SOAP

2005-02-09 Thread rajdeep_dua
Found this on axis mailing lists http://www.extreme.indiana.edu/xgws/soap_bench/ have we tried testing jboss's web service impl and how it compares to others View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865900#3865900 Reply to the post :

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: performance bench mark for SOAP

2005-02-09 Thread [EMAIL PROTECTED]
Thanks, I added it to http://jira.jboss.com/jira/browse/JBWS-75 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865902#3865902 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865902

[JBoss-dev] [Design of JCA on JBoss] - Impossible to subclass IdleRemover and InternalManagedConnec

2005-02-09 Thread andreit
IdleRemover and InternalManagedConnectionPool tightly coupled and impossible to subclass. During last period we are faced with the necessity to extend JBoss JCA and add several parameters to provide better flexibility and manageability (for example aged timeout). Due to private constructor

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1404) Tx Recovery of distributed transaction

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1404?page=history ] Adrian Brock moved JBJTA-4 to JBAS-1404: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1404 (was: JBJTA-4) Tx Recovery of distributed transaction

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1405) Padding should be a JCA option

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1405?page=history ] Adrian Brock moved JBJTA-5 to JBAS-1405: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1405 (was: JBJTA-5) Padding should be a JCA option

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1406) XidFactory should never pad Xids

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1406?page=history ] Adrian Brock moved JBJTA-20 to JBAS-1406: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1406 (was: JBJTA-20) XidFactory should never pad Xids

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1407) recover flags should be a JCA option

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1407?page=history ] Adrian Brock moved JBJTA-6 to JBAS-1407: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1407 (was: JBJTA-6) recover flags should be a JCA option

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1408) JCA layer should register Recoverables

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1408?page=history ] Adrian Brock moved JBJTA-7 to JBAS-1408: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1408 (was: JBJTA-7) JCA layer should register Recoverables

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1403) TX Recovery with single JBoss instance

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1403?page=history ] Adrian Brock moved JBJTA-3 to JBAS-1403: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1403 (was: JBJTA-3) TX Recovery with single JBoss instance

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1402) Transaction Recovery

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1402?page=history ] Adrian Brock moved JBJTA-1 to JBAS-1402: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1402 (was: JBJTA-1) Component: JTA service Version:

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

2005-02-09 Thread [EMAIL PROTECTED]
To use JBoss AOP you need to transform bytecode. THis can be done in a few ways: AOPC: THis is our post compiler. Read the doco for more information LOAD-TIME Transformation: To do load-time transformation you need to be able to hook in a transformer into your classloading. JBoss AOP does

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1415) test mixture of failures in one log

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1415?page=history ] Adrian Brock moved JBJTA-13 to JBAS-1415: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1415 (was: JBJTA-13) test mixture of failures in one log

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1409) JCA should have recovery config

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1409?page=history ] Adrian Brock moved JBJTA-8 to JBAS-1409: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1409 (was: JBJTA-8) JCA should have recovery config

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1410) check resources available

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1410?page=history ] Adrian Brock moved JBJTA-18 to JBAS-1410: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1410 (was: JBJTA-18) check resources available

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1412) test before committed (rollback)

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1412?page=history ] Adrian Brock moved JBJTA-10 to JBAS-1412: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1412 (was: JBJTA-10) test before committed (rollback)

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1411) test after committing before committed

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1411?page=history ] Adrian Brock moved JBJTA-9 to JBAS-1411: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1411 (was: JBJTA-9) test after committing before committed

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1418) test not all resources available

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1418?page=history ] Adrian Brock moved JBJTA-16 to JBAS-1418: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1418 (was: JBJTA-16) test not all resources available

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1414) test incomplete commit phase

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1414?page=history ] Adrian Brock moved JBJTA-12 to JBAS-1414: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1414 (was: JBJTA-12) test incomplete commit phase

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1417) test log corruption at any record

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1417?page=history ] Adrian Brock moved JBJTA-15 to JBAS-1417: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1417 (was: JBJTA-15) test log corruption at any record

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1413) test incomplete prepare phase

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1413?page=history ] Adrian Brock moved JBJTA-11 to JBAS-1413: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1413 (was: JBJTA-11) test incomplete prepare phase

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1420) last resource gambit recovery logger

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1420?page=history ] Adrian Brock moved JBJTA-19 to JBAS-1420: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1420 (was: JBJTA-19) JBoss Forum

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1416) test log corruption at last record

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1416?page=history ] Adrian Brock moved JBJTA-14 to JBAS-1416: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1416 (was: JBJTA-14) test log corruption at last record

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1419) test when resource hot-deployed

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1419?page=history ] Adrian Brock moved JBJTA-17 to JBAS-1419: - Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1419 (was: JBJTA-17) test when resource hot-deployed

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1421) Implement JTS

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1421?page=history ] Adrian Brock moved JBJTA-2 to JBAS-1421: Project: JBoss Application Server (was: JBoss JTA) Key: JBAS-1421 (was: JBJTA-2) Component: JTA service Version:

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-864) Enable JBoss TM for DTM

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-864?page=history ] Adrian Brock closed JBAS-864: - Assign To: Adrian Brock (was: Scott M Stark) Resolution: Out of Date Superceded by this task: http://jira.jboss.com/jira/browse/JBAS-1421 Enable JBoss TM

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050209083937Lbuild.785 BUILD COMPLETE-build.785Date of build:02/09/2005 08:39:37Time to build:69 minutes 14 secondsLast changed:02/09/2005 06:29:57Last log entry:tests for immutable and

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

2005-02-09 Thread [EMAIL PROTECTED]
IdleRemover is a static instance that runs a single remover thread for all pools. To override the implementation would require an IdleRemoveFactory and a global configuration somewhere in jbossjca-service.xml Why do you need to change it? All it does it callback to the registered pool on a

[JBoss-dev] [Design of JCA on JBoss] - Additional parameters to maintain connection pool.

2005-02-09 Thread andreit
Some parameters for connection pool management are supported by commercial application servers could be very useful for JBoss JCA: 1. Aged timeout - the total amount of time which connection can be alive. After this period connections are removed from the pool. Pay attention that it is not the

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

2005-02-09 Thread [EMAIL PROTECTED]
I would be prepared to accept a modification that allows the internal pool classname to be specified on the ManagedConnectionPool. In fact there are three configurations that are hardwired and need exposing in -ds.xml for more advanced use cases: | ManagedConnectionPool/Defines the

[JBoss-dev] [Design of JBoss Portal] - Re: javax.servlet.ServletException: no main

2005-02-09 Thread mholzner
user error: my war didn't contain a portlet.xml ; my ant template didn't add it in; once the correct context name is used it works (thanks Thomas!). I run into other problems now, but I assume for the moment that those are user errors as well. boy, do I feel stupid :( View the original

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

2005-02-09 Thread [EMAIL PROTECTED]
On your immediate problem, it seems to that what is really required is the ability define a plugin for the remover logic in InternalManagedConnectionPool. Something like: | remover-policycom.acme.RemoverPolicy/remover-policy | | - if (cl.isTimedOut(timeout)) | + if

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

2005-02-09 Thread [EMAIL PROTECTED]
In anycase. What feature are you adding? If it is generically useful, this could be added to the base implementation rather than needing all this factory/plugins complication. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865913#3865913 Reply to the post :

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1423) OracleExceptionSorter does not catch TNS errors

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1423?page=history ] Adrian Brock moved JBJCA-13 to JBAS-1423: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1423 (was: JBJCA-13) Component: JCA service

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1422) JCAConnectionFactory, JCAResource, JCAManagedConnectionFactory not (hot-)undeployed

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1422?page=history ] Adrian Brock moved JBJCA-14 to JBAS-1422: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1422 (was: JBJCA-14) Version: (was: JBossAS-4.0.1)

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1424) Force closing of all database connections

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1424?page=history ] Adrian Brock moved JBJCA-1 to JBAS-1424: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1424 (was: JBJCA-1) Component: JCA service Force closing of all

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1425) Programmatic Connection Definition Deployment

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1425?page=history ] Adrian Brock moved JBJCA-2 to JBAS-1425: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1425 (was: JBJCA-2) Component: JCA service Programmatic

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1427) BaseConnectionManager2 swallows exceptions

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1427?page=history ] Adrian Brock moved JBJCA-15 to JBAS-1427: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1427 (was: JBJCA-15) Component: JCA service Version:

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1426) Changing readonly after autocommitt set to false fails with C-JDBC Driver

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1426?page=history ] Adrian Brock moved JBJCA-16 to JBAS-1426: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1426 (was: JBJCA-16) Issue Type: Feature Request (was: Bug)

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1429) Reauthentication Support

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1429?page=history ] Adrian Brock moved JBJCA-11 to JBAS-1429: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1429 (was: JBJCA-11) Component: JCA service Version:

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1428) CachedConnectionManager does not retain EJB context during transaction synchronizations

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1428?page=history ] Adrian Brock moved JBJCA-12 to JBAS-1428: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1428 (was: JBJCA-12) Component: JCA service Version:

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1432) Improvements to Message Inflow

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1432?page=history ] Adrian Brock moved JBJCA-8 to JBAS-1432: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1432 (was: JBJCA-8) Component: JCA service Improvements to

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1430) More Configurable Bootstrap Context

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1430?page=history ] Adrian Brock moved JBJCA-10 to JBAS-1430: - Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1430 (was: JBJCA-10) Component: JCA service More Configurable

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1431) XID usage for transaction inflow

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1431?page=history ] Adrian Brock moved JBJCA-9 to JBAS-1431: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1431 (was: JBJCA-9) Component: JCA service XID usage for

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1433) Message Inflow targetting MBeans/POJOs

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1433?page=history ] Adrian Brock moved JBJCA-7 to JBAS-1433: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1433 (was: JBJCA-7) Component: JCA service Message Inflow

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1434) JMS Message Inflow

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1434?page=history ] Adrian Brock moved JBJCA-6 to JBAS-1434: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1434 (was: JBJCA-6) Component: JCA service Fix Version:

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1435) Interceptors

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1435?page=history ] Adrian Brock moved JBJCA-5 to JBAS-1435: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1435 (was: JBJCA-5) Component: JCA service Fix Version:

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1436) Improved management

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1436?page=history ] Adrian Brock moved JBJCA-4 to JBAS-1436: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1436 (was: JBJCA-4) Component: JCA service Improved management

[JBoss-dev] [JBoss JIRA] Moved: (JBAS-1437) RAR MetaData Repository

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1437?page=history ] Adrian Brock moved JBJCA-3 to JBAS-1437: Project: JBoss Application Server (was: JBoss JCA) Key: JBAS-1437 (was: JBJCA-3) Component: JCA service RAR MetaData

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

2005-02-09 Thread amehrabyan
Let me define my problem Task: I neet to aspectize classes at runtime. No knowledge of what to be done Problem: Need to run at any complex Java environment, which has it own ClassLoading system and even already overwrites BootStrap SystemClassLoaders, as a third party code which also

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-86) AOP implementation of the ClassAdaptor in the aspects module

2005-02-09 Thread Adrian Brock (JIRA)
AOP implementation of the ClassAdaptor in the aspects module Key: JBAOP-86 URL: http://jira.jboss.com/jira/browse/JBAOP-86 Project: JBoss AOP Type: Task Components: Aspect Library Reporter: Adrian

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-87) Add @Depends to annotations that define dependencies

2005-02-09 Thread Adrian Brock (JIRA)
Add @Depends to annotations that define dependencies Key: JBAOP-87 URL: http://jira.jboss.com/jira/browse/JBAOP-87 Project: JBoss AOP Type: Task Components: Aspect Library Reporter: Adrian Brock Assigned

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-88) GenericAspectFactory using GenericBeanFactory

2005-02-09 Thread Adrian Brock (JIRA)
GenericAspectFactory using GenericBeanFactory - Key: JBAOP-88 URL: http://jira.jboss.com/jira/browse/JBAOP-88 Project: JBoss AOP Type: Task Components: Aspect Library Reporter: Adrian Brock Assigned to: Bill Burke

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-89) MC aspect deployer

2005-02-09 Thread Adrian Brock (JIRA)
MC aspect deployer -- Key: JBAOP-89 URL: http://jira.jboss.com/jira/browse/JBAOP-89 Project: JBoss AOP Type: Task Components: Aspect Library Reporter: Adrian Brock Assigned to: Bill Burke Need to write an aspect deployer that uses the new

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-90) Validate that JBossAOP works in restricted environments

2005-02-09 Thread Adrian Brock (JIRA)
Validate that JBossAOP works in restricted environments --- Key: JBAOP-90 URL: http://jira.jboss.com/jira/browse/JBAOP-90 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-91) Annotation interoperability

2005-02-09 Thread Adrian Brock (JIRA)
Annotation interoperability --- Key: JBAOP-91 URL: http://jira.jboss.com/jira/browse/JBAOP-91 Project: JBoss AOP Type: Task Reporter: Adrian Brock Assigned to: Bill Burke Need to test annotation interoperability between different jvm

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-24) Glossary of terms

2005-02-09 Thread Adrian Brock (JIRA)
Glossary of terms - Key: JBMICROCONT-24 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-24 Project: JBoss MicroContainer Type: Task Reporter: Adrian Brock Priority: Minor Need to create a glossary of terms to avoid confusion between

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-25) Configurator tidyup

2005-02-09 Thread Adrian Brock (JIRA)
Configurator tidyup --- Key: JBMICROCONT-25 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-25 Project: JBoss MicroContainer Type: Task Components: Configurator Reporter: Adrian Brock Priority: Minor The Configurator api is largely

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-26) Implement Deployers for other IOC frameworks

2005-02-09 Thread Adrian Brock (JIRA)
Implement Deployers for other IOC frameworks Key: JBMICROCONT-26 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-26 Project: JBoss MicroContainer Type: Task Components: Deployment Reporter: Adrian Brock

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

2005-02-09 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050209114755Lbuild.366 BUILD COMPLETE-build.366Date of build:02/09/2005 11:47:55Time to build:33 minutes 7 secondsLast changed:02/09/2005 09:31:26Last log entry:JBWS83 XML- Java naming in

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1344) ebxml messaging

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1344?page=history ] Adrian Brock reassigned JBAS-1344: -- Assign To: (was: Adrian Brock) ebxml messaging --- Key: JBAS-1344 URL: http://jira.jboss.com/jira/browse/JBAS-1344

[JBoss-dev] [JBoss JIRA] Assigned: (JBJMX-17) JMX Console - Array Attribute Support broken

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-17?page=history ] Adrian Brock reassigned JBJMX-17: - Assign To: (was: Adrian Brock) JMX Console - Array Attribute Support broken Key: JBJMX-17

[JBoss-dev] [JBoss JIRA] Assigned: (JBJMX-26) CascadingAgent problems: remote unregistration listener

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-26?page=history ] Adrian Brock reassigned JBJMX-26: - Assign To: Tom Elrod (was: Adrian Brock) CascadingAgent problems: remote unregistration listener

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-909) Deployment Scanning Problem

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-909?page=history ] Adrian Brock closed JBAS-909: - Resolution: Won't Fix Deployment Scanning Problem --- Key: JBAS-909 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1023) Wrong deployment state for non deployable files

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1023?page=history ] Adrian Brock reassigned JBAS-1023: -- Assign To: (was: Adrian Brock) Wrong deployment state for non deployable files --- Key:

[JBoss-dev] [JBoss JIRA] Assigned: (JBJMX-65) HTMLAdaptorServlet updateAttributes bug?

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-65?page=history ] Adrian Brock reassigned JBJMX-65: - Assign To: (was: Adrian Brock) HTMLAdaptorServlet updateAttributes bug? Key: JBJMX-65 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBJMX-80) twiddle: return non-zero code on error

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-80?page=history ] Adrian Brock reassigned JBJMX-80: - Assign To: (was: Adrian Brock) twiddle: return non-zero code on error -- Key: JBJMX-80 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1429) Reauthentication Support

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1429?page=history ] Adrian Brock reassigned JBAS-1429: -- Assign To: (was: Adrian Brock) Reauthentication Support Key: JBAS-1429 URL:

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1266) Create jboss-pojoserver module alias

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1266?page=history ] Adrian Brock closed JBAS-1266: -- Resolution: Done Create jboss-pojoserver module alias Key: JBAS-1266 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1426) Changing readonly after autocommitt set to false fails with C-JDBC Driver

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1426?page=history ] Adrian Brock reassigned JBAS-1426: -- Assign To: (was: Adrian Brock) Changing readonly after autocommitt set to false fails with C-JDBC Driver

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

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-82?page=history ] Adrian Brock reassigned JBJMX-82: - Assign To: (was: Adrian Brock) MBean attribute classes not loaded with deployment classloader

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1406) XidFactory should never pad Xids

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1406?page=history ] Adrian Brock reassigned JBAS-1406: -- Assign To: (was: Adrian Brock) XidFactory should never pad Xids Key: JBAS-1406 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1334) Redeploy UIL2/OIL under java 1.3

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1334?page=history ] Adrian Brock reassigned JBAS-1334: -- Assign To: (was: Adrian Brock) Redeploy UIL2/OIL under java 1.3 Key: JBAS-1334 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-63) MicroContainer work for JBoss-5.0.0 Alpha

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-63?page=history ] Adrian Brock reassigned JBAS-63: Assign To: (was: Adrian Brock) MicroContainer work for JBoss-5.0.0 Alpha - Key: JBAS-63 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1336) Need better control over the pm memory usage during destination recovery

2005-02-09 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1336?page=history ] Adrian Brock reassigned JBAS-1336: -- Assign To: (was: Adrian Brock) Need better control over the pm memory usage during destination recovery

  1   2   >