View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050407014408Lbuild.936
BUILD COMPLETE - build.936Date of build: 04/07/2005 01:44:08Time to build: 30 minutes 59 secondsLast changed: 04/07/2005 01:13:55Last log entry: upgrade to latest Hibe
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050407001844Lbuild.104
BUILD COMPLETE - build.104Date of build: 04/07/2005 00:18:44Time to build: 68 minutes 8 secondsLast changed: 04/05/2005 23:59:11Last log entry: Remove the jdk
[ http://jira.jboss.com/jira/browse/EJBTHREE-98?page=history ]
Bill Burke closed EJBTHREE-98:
--
Resolution: Done
> Use latest Hibernate distribution
> -
>
> Key: EJBTHREE-98
> URL: http://jira.jboss.com/
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050406232007Lbuild.935
BUILD COMPLETE - build.935Date of build: 04/06/2005 23:20:07Time to build: 22 minutes 55 secondsLast changed: 04/06/2005 22:28:25Last log entry: don't addUrl if shutti
[ http://jira.jboss.com/jira/browse/JBAS-1667?page=history ]
Scott M Stark closed JBAS-1667:
---
Resolution: Done
The jca/remote-jdbc/remote-ds.xml resource had not been merged from head. It
runs fine after do the merge.
one-test:
[mkdir] Created d
[ http://jira.jboss.com/jira/browse/JBAS-1667?page=history ]
Pushkala Iyer updated JBAS-1667:
Component: JCA service
> Unit test failure: bringing up the test suite (RemoteDSUnitTestCase) fails
> --
[ http://jira.jboss.com/jira/browse/JBAS-1666?page=history ]
Pushkala Iyer updated JBAS-1666:
Description:
We are seeing this test fail in multiple environments. As this is required for
the 4.0.2 Final release, can you please take a look at it? Thanks,
Unit test failure: testJBossEditors (PropertyEditorsUnitTestCase)
-
Key: JBAS-1668
URL: http://jira.jboss.com/jira/browse/JBAS-1668
Project: JBoss Application Server
Type: Bug
Environment: win xp, linux
Unit test failure: bringing up the test suite (RemoteDSUnitTestCase) fails
--
Key: JBAS-1667
URL: http://jira.jboss.com/jira/browse/JBAS-1667
Project: JBoss Application Server
Type: Bug
Environm
[ http://jira.jboss.com/jira/browse/JBAOP-105?page=history ]
Bill Burke closed JBAOP-105:
Resolution: Done
> Allow JDK5 javaagent load-time transformation on JBoss 3.2.7
>
>
> Key: JB
[ http://jira.jboss.com/jira/browse/JBAOP-101?page=history ]
Bill Burke closed JBAOP-101:
Resolution: Done
works/tested on 3.2.7
> JBoss 3.2.6 is broken
> -
>
> Key: JBAOP-101
> URL: http://jira.jboss.com/jira/brow
Allow JDK5 javaagent load-time transformation on JBoss 3.2.7
Key: JBAOP-105
URL: http://jira.jboss.com/jira/browse/JBAOP-105
Project: JBoss AOP
Type: Feature Request
Versions: 1.1.1
Reporter: Bi
The 'ant deploy-ear-aop' works fine for me with scoped classloading, JDK5,
javaagent, JBOss 4.0.1sp1. Maybe sp1 is the difference.
|
|
| dot.com:loader=unique-archive-name
|
| java2ParentDelegaton=false
|
|
|
|
|
View the original po
That target works fine with isolated class loading disabled. With it enabled,
the example doesn't work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872982#3872982
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38729
[
http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12316747 ]
Steve Ebersole commented on JBAS-1298:
--
That last comment is a little ambigious as I read back over it.
Hibernate2 support will be getting removed from JBoss, and replac
Does it work with the 'ant deploy-ear-aop' target? This actually embedds an
.aop file within the .ear file. I'll try this out myself.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872980#3872980
Reply to the post :
http://www.jboss.org/index.html?module=b
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050406221547Lbuild.102
BUILD COMPLETE - build.102Date of build: 04/06/2005 22:15:47Time to build: 22 minutes 20 secondsLast changed: 04/06/2005 22:09:22Last log entry: Fix JBoss 3
FYI, JBoss AOP can run standalone outside of app server.
But, if you are running within JBoss Application Server, it cannot be
independent. Why you ask? The problem is hot-deployment and how it iteracts
with class transformation. I don't want to get into details, just please
accept my expla
http://docs.jboss.org/aop/1.1/aspect-framework/reference/en/html/running.html
You will have to follow the standalone directions on setting this up. (AOPC,
bootclasspath for JDK 1.4, or use the javaagent for JDK 5).
FYI, Jsps are a special case. If you don't use the bootclasspath or javaagent
Ok, Jedi, I was unable to reproduce your problem on JBoss 4.0.1SP1.
I think I know what your problem is though.
You must run 'ant deploy-ear'. This target will deploy the aopexample.ear file
AS WELL AS a 'jboss-aop.xml' file to the deploy directory.
If you run the 'ant deploy-ear-aop' target,
Sounds too good :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872976#3872976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872976
---
SF email is sponsored by -
Thanks for the reply Bill. I figured out what my problem was. In
ear-deployer.xml, I had the "Isolated" attribute set to true. Setting it back
to false made all of the AOP stuff start working. Is there any way to use
JBoss AOP with isolated class loaders enabled?
View the original post :
h
[
http://jira.jboss.com/jira/browse/HIBERNATE-12?page=comments#action_12316746 ]
Stephen Pearson commented on HIBERNATE-12:
--
Thanks for your feedback Steve.
Currently I am using a modified version of the TransactionSync class, which
does clos
[ http://jira.jboss.com/jira/browse/HIBERNATE-6?page=history ]
Steve Ebersole closed HIBERNATE-6:
--
Assign To: Steve Ebersole (was: Gavin King)
Resolution: Done
> HibernateContext Interceptor
>
>
> Key: HI
[
http://jira.jboss.com/jira/browse/HIBERNATE-6?page=comments#action_12316745 ]
Steve Ebersole commented on HIBERNATE-6:
Also note that session-scoped interceptors *do not* make sense in this type of
"managed session" environment.
> HibernateC
[
http://jira.jboss.com/jira/browse/HIBERNATE-6?page=comments#action_12316744 ]
Steve Ebersole commented on HIBERNATE-6:
Sure, just use the SessionFactoryInterceptor managed attribute on the
org.jboss.hibernate.jmx.Hibernate mbean.
> Hibernate
[ http://jira.jboss.com/jira/browse/HIBERNATE-8?page=history ]
Steve Ebersole resolved HIBERNATE-8:
Assign To: Steve Ebersole (was: Gavin King)
Resolution: Rejected
Until the Hibernate JIRA is transferred over to this JIRA box, all request
[ http://jira.jboss.com/jira/browse/HIBERNATE-9?page=history ]
Steve Ebersole closed HIBERNATE-9:
--
Assign To: Steve Ebersole (was: Gavin King)
Resolution: Rejected
Until the Hibernate JIRA is transferred over to this JIRA box, all requests fo
[
http://jira.jboss.com/jira/browse/HIBERNATE-11?page=comments#action_12316741 ]
Steve Ebersole commented on HIBERNATE-11:
-
As I mentioned previously, this is fixed in my local saandbox. It will be
committed after 4.0.2 is released.
> Deploye
[ http://jira.jboss.com/jira/browse/HIBERNATE-11?page=history ]
Steve Ebersole reassigned HIBERNATE-11:
---
Assign To: Steve Ebersole (was: Gavin King)
> DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1
>
As I mentioned in the first post, the separation of content and the rest via
css is a good thing. The portlet spec defines a set of css classes and ids ,
taken from the wsrp 1.0 spec, that fit nicely with this approach. WSRP 2.0 is
completing this set of classes and ids. So I'd like to propose t
[
http://jira.jboss.com/jira/browse/HIBERNATE-12?page=comments#action_12316740 ]
Steve Ebersole commented on HIBERNATE-12:
-
Its not that it does not close the Connection; its that the Connection gets
closed too late. This only happens when you
[ http://jira.jboss.com/jira/browse/HIBERNATE-12?page=history ]
Steve Ebersole reassigned HIBERNATE-12:
---
Assign To: Steve Ebersole (was: Gavin King)
> HibernateContext JDBC Connection
>
>
> Key: HIBERNATE-
[
http://jira.jboss.com/jira/browse/HIBERNATE-10?page=comments#action_12316739 ]
Steve Ebersole commented on HIBERNATE-10:
-
As I mentoned on the forum, the DeployedTreeCacheProvider has been reworked.
The code will be committed after JBoss 4.0
[ http://jira.jboss.com/jira/browse/HIBERNATE-5?page=history ]
Steve Ebersole reassigned HIBERNATE-5:
--
Assign To: Steve Ebersole (was: Gavin King)
> jmx transaction flush swallows exception
>
>
> Ke
[ http://jira.jboss.com/jira/browse/HIBERNATE-10?page=history ]
Steve Ebersole reassigned HIBERNATE-10:
---
Assign To: Steve Ebersole (was: Gavin King)
> DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8+
> -
[
http://jira.jboss.com/jira/browse/JBAS-1304?page=comments#action_12316738 ]
Steve Ebersole commented on JBAS-1304:
--
We already have an existing jira task to add this support.
> Abillity to add DB-specific "hints" into Hibernate
> ---
[
http://jira.jboss.com/jira/browse/HIBERNATE-7?page=comments#action_12316737 ]
Steve Ebersole commented on HIBERNATE-7:
I have never been able to reproduce this. The testsuite also now contains
tests specifically testing a hot redploy; it pas
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050406212903Lbuild.934
BUILD COMPLETE - build.934Date of build: 04/06/2005 21:29:03Time to build: 16 minutes 59 secondsLast changed: 04/06/2005 21:00:24Last log entry: Forgot to extend Servi
[
http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12316736 ]
Steve Ebersole commented on JBAS-1298:
--
This is all done in my local sandbox, and will get committed after 4.0.2 is
released. It will (actually is already) also get app
I commited a first draft of the new feature today.
don't go crazy, it's still very early on, but here is the general idea, and my
motivations:
themes, layouts, skins , branding . they all have a lot in common, in fact
: I don't know where one ends and the other one begins. So I tried to c
[
http://jira.jboss.com/jira/browse/JBAS-1576?page=comments#action_12316735 ]
Steve Ebersole commented on JBAS-1576:
--
The TransactionSynch is no longer needed in the new integration code. The new
code will upgrade to Hibernate3, where we added th
[
http://jira.jboss.com/jira/browse/JBAS-1372?page=comments#action_12316732 ]
Steve Ebersole commented on JBAS-1372:
--
This will be fixed in the next release of the Hibernate integration code. The
integration code will be getting upgraded to suppo
Unit Test Failure: testSRPLoginWithAuxChallenge
Key: JBAS-1666
URL: http://jira.jboss.com/jira/browse/JBAS-1666
Project: JBoss Application Server
Type: Bug
Environment: win xp, linux
Reporter: Pushkala Iyer
We
[ http://jira.jboss.com/jira/browse/JBAS-1523?page=history ]
Ivelin Ivanov reassigned JBAS-1523:
---
Assign To: Alexey Loubyansky (was: Ivelin Ivanov)
> JBAS-30 - txtimers created via Servlet init get duplicated
>
[ http://jira.jboss.com/jira/browse/JBAS-1523?page=history ]
Ivelin Ivanov reassigned JBAS-1523:
---
Assign To: Ivelin Ivanov (was: Alexey Loubyansky)
> JBAS-30 - txtimers created via Servlet init get duplicated
>
Jedi. I was talking to drakonis. I'll see if I can reproduce your problem
with JDK5/JB4/pluggable_instrumentor
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872969#3872969
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
[ http://jira.jboss.com/jira/browse/JBPTL-17?page=history ]
Martin Holzner updated JBPTL-17:
Attachment: zengarden.ear
This is a sample application containing portlets, a portal page definition, a
layout, and several themes. Note: the local themes only
[ http://jira.jboss.com/jira/browse/JBPTL-17?page=history ]
Martin Holzner updated JBPTL-17:
Attachment: PortalScreenShots.doc
here is a set of screen shots. What you see is the content of
www.csszengarden.com split into a layout, three portlets, and se
Already read those docs, and I do have EnableTransformer set to "true". I'm
using JBoss 4.0.1.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872968#3872968
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872968
For the export functionality, we want to keep the syntax as simple as possible.
So to include the jmx project in your classpath you would want to do:
|
|
This would look for a component-info.xml first in ../jmx and then in
../thirdparty/jmx. The component-info would need to have
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050406191318Lbuild.933
BUILD COMPLETE - build.933Date of build: 04/06/2005 19:13:18Time to build: 21 minutes 46 secondsLast changed: 04/06/2005 18:11:05Last log entry: 1.1.2. Also make usab
Please read our documentation. It comes with both the distribution and is
online here:
http://docs.jboss.org/aop/1.1/aspect-framework/reference/en/html/running.html
The JBoss 3.2.x integration is broken with 1.1.1. It will be fixed with 1.1.2.
View the original post :
http://www.jboss.org/in
I may need to suscribe to the same problem, although i'm kinda new to jboss and
total beginer with aop, but it kinda lacks any first stepts into jboss aop.
Was following the docs on
http://docs.jboss.org/aop/1.1/aspect-framework/examples/injboss/aopInJbossPackaging.html
. There it says
anonymou
[ http://jira.jboss.com/jira/browse/JBAS-1644?page=history ]
Scott M Stark closed JBAS-1644:
---
Resolution: Done
The validation utility has been added to varia as
org.jboss.tools.license.ValidateLicenseHeaders, and the
The current 4.0 branch output sh
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050406171631
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbo
EJB-QL compiler (parser) confused by "Order" abstract-schema
Key: JBAS-1665
URL: http://jira.jboss.com/jira/browse/JBAS-1665
Project: JBoss Application Server
Type: Bug
Components: CMP service
Versi
Sorry for the newbie question. I've spent the better part of a day playing
with this and still haven't had any success. I'm running JBoss 4.0.1 under JDK
1.5 on Linux. I downloaded jboss-aop 1.1.1. I replaced jboss-aop.deployer in
my deploy directory with jboss-aop-jdk50.deployer. I placed
[ http://jira.jboss.com/jira/browse/HIBERNATE-13?page=history ]
Ryan Campbell updated HIBERNATE-13:
---
Description:
The following test is failing in the 4.0 branch and needs to be resolved before
the 4.0.2 Final release. We've tested this in multiple e
I am pretty new to this, but here is what I would like to do.
I have a web app distributed as a *.war file. This file contains a bunch of
servlets, some filters, and such. I would like to (1) run this app withing a
servlet container and (2) instrument some of the web app's methods to collect
s
testEjbInterception Unit Test failure
-
Key: HIBERNATE-13
URL: http://jira.jboss.com/jira/browse/HIBERNATE-13
Project: Hibernate
Type: Bug
Environment: win xp sp2
Reporter: Pushkala Iyer
Assigned to: Gavin King
Test Case:
Hi All-
I've implemented the ClosedInterceptor and new HierarchyInterceptor and added a
set of tests to Connection Test to test this plus some other Connection related
tests.
It all seems to be working.
I can send a patch now if you like, or I can wait until I've done the next task.
There is
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050406140852Lbuild.932
BUILD COMPLETE - build.932Date of build: 04/06/2005 14:08:52Time to build: 37 minutes 9 secondsLast changed: 04/06/2005 13:43:51Last log entry: fix logging
[ http://jira.jboss.com/jira/browse/JBAS-1337?page=history ]
Ivelin Ivanov updated JBAS-1337:
Original Estimate: 864000 (was: 60)
Remaining Estimate: 864000 (was: 60)
> Thread Pool improvements on the server
> -
[ http://jira.jboss.com/jira/browse/JBAS-1337?page=history ]
Ivelin Ivanov updated JBAS-1337:
Description:
There are a number of different components on the server that use thread pools.
1) Invocation Layers
2) Client Consumer for delivering mess
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050406113907Lbuild.477
BUILD COMPLETE - build.477Date of build: 04/06/2005 11:39:07Time to build: 76 minutes 55 secondsLast changed: 04/06/2005 11:26:23Last log entry: Remove the unused examp
Ok, here is the plan for the standalone remoting build:
1. Implement the export/import funcationality described above.
2. Add remoting's thirdparty deps to cruisecontrol.jboss.com/repository
3. Create a standalone remoting cvs alias which includes remoting and tools
(for jbossbuild)
4. Create
no we hope to get a jbosside out that works with M6 but since we are also
cleaning up and migrating to use eclipse WTP i cannot promise when...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872909#3872909
Reply to the post :
http://www.jboss.org/index.
So we're going to have to wait until M7 for a new JBossIDE?
It's frustrating that the edge is where all the latest plugins seem to be and
3.0 has performance issues (or doesn't support the plugins I'd like to play
with). Sigh, I'm looking forward to a stable 3.1, feels like it's been forever
i
[ http://jira.jboss.com/jira/browse/JBAS-1639?page=history ]
Jason T. Greene resolved JBAS-1639:
---
Resolution: Done
All critical bugs resolved. Ready for 4.0.2.
> Integrate Critical JBWS bug fixes
> -
>
> K
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050406095712Lbuild.122
BUILD COMPLETE - build.122Date of build: 04/06/2005 09:57:12Time to build: 56 minutes 39 secondsLast changed: 04/05/2005 23:07:59Last log entry: Preserve the
[ http://jira.jboss.com/jira/browse/JBPTL-34?page=history ]
Julien Viet resolved JBPTL-34:
--
Resolution: Done
> JSR-168 API javadoc
> ---
>
> Key: JBPTL-34
> URL: http://jira.jboss.com/jira/browse/JBPTL-34
> Projec
[
http://jira.jboss.com/jira/browse/JBAS-1602?page=comments#action_12316718 ]
Scott M Stark commented on JBAS-1602:
-
Yes, please commit the patched jar.
> Can't use container level taglibs
> -
>
> Key: JBAS-
Release 2.2.8 final
---
Key: JGRP-50
URL: http://jira.jboss.com/jira/browse/JGRP-50
Project: JGroups
Type: Task
Reporter: Bela Ban
Assigned to: Bela Ban
Fix For: 2.2.8
--
This message is automatically generated by JIRA.
-
If you think
Release 1.2.3 final
---
Key: JBCACHE-125
URL: http://jira.jboss.com/jira/browse/JBCACHE-125
Project: JBoss Cache
Type: Task
Reporter: Bela Ban
Assigned to: Bela Ban
Fix For: 1.2.3
--
This message is automatically generated by JIRA.
-
I
[ http://jira.jboss.com/jira/browse/JBAS-1284?page=history ]
Ryan Campbell reassigned JBAS-1284:
---
Assign To: Jason T. Greene (was: Jason T. Greene)
> SOAP SAAJ JBOSS implementation attachments bug
> --
>
>
[ http://jira.jboss.com/jira/browse/JBPORTAL-71?page=history ]
Julien Viet resolved JBPORTAL-71:
-
Resolution: Done
> Last login date
> ---
>
> Key: JBPORTAL-71
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-71
>
User metadata
-
Key: JBPORTAL-233
URL: http://jira.jboss.com/jira/browse/JBPORTAL-233
Project: JBoss Portal
Type: Task
Reporter: Julien Viet
The portal defines itw own way to manipulate user. The current interface
definition is capable to manipulat
[
http://jira.jboss.com/jira/browse/JBIDE-124?page=comments#action_12316715 ]
Jasper Kalkers commented on JBIDE-124:
--
I have had this problem too. I noticed my war-package contained a directory
starting with a slash. I removed the slash in the pac
did not check the date however :) ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872862#3872862
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872862
---
SF ema
Will test the test suite too ... if that is all right... and still needed
Thanks
Shankar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872861#3872861
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872861
---
I've followed the documentation to attach a foreign TM (JOTM) to JBoss but with
not that much luck: Here are the steps
1. Created MBean -->
JOTMTransactionManagerService extends ServiceMBeanSupport implements
ObjectFactory,
| JOTMTransactionManagerServiceMBean
2. In the startServ
[
http://jira.jboss.com/jira/browse/JBAS-1602?page=comments#action_12316714 ]
Remy Maucherat commented on JBAS-1602:
--
I have applied the patch allowing configuring the servlet options. However, I
don't recommend upgrading the Tomcat binary to one
I
don't understand the error relative to the subject. This says its a 4.0 branch
testsuite build, but clearly this is a build of the jboss-head module. The
errors are in the build of the hibernate deployer module:
/scratch/cruisecontrol/checkout/jboss-head/hibernate/src/main/org/jboss/hiber
[ http://jira.jboss.com/jira/browse/JBCACHE-124?page=history ]
Bela Ban resolved JBCACHE-124:
--
Resolution: Done
Made it a ConcurrentReaderHashMap
> Concurrent access problem in Node
> -
>
> Key: JBCACHE-124
>
Concurrent access problem in Node
-
Key: JBCACHE-124
URL: http://jira.jboss.com/jira/browse/JBCACHE-124
Project: JBoss Cache
Type: Bug
Versions: 1.2.1
Reporter: Bela Ban
Assigned to: Bela Ban
Fix For: 1.2.3
Problem
add a document variable type
Key: JBPM-109
URL: http://jira.jboss.com/jira/browse/JBPM-109
Project: JBoss jBPM
Type: Feature Request
Components: Core Engine
Reporter: Tom Baeyens
Assigned to: Tom Baeyens
the document variable
configurable notifications
--
Key: JBPM-108
URL: http://jira.jboss.com/jira/browse/JBPM-108
Project: JBoss jBPM
Type: Feature Request
Components: Core Engine
Reporter: Tom Baeyens
Assigned to: Tom Baeyens
Priority: Minor
add pr
yes we don't try to say anything otherwise ;)
M4->M5 (they changed some classloader mechanisms that made e.g. xerces usage
kinda impossible)
M5->M6 (they undoed the M4->M5 and they changed how codecompletion works for
java types)
...so yes we are paying for living on the edge ;)
(but they prom
[ http://jira.jboss.com/jira/browse/JBCACHE-51?page=history ]
Bela Ban resolved JBCACHE-51:
-
Resolution: Done
New module is "JBossCache", check out: cvs co JBossCache
> Create standalone CVS version of JBossCache
> -
[ http://jira.jboss.com/jira/browse/JBCACHE-123?page=history ]
Bela Ban closed JBCACHE-123:
Resolution: Done
This task will be done later (in 1.3, when we convert to interfaces)
> Get rid of JBoss-dependent libs
> ---
>
>
[ http://jira.jboss.com/jira/browse/JBCACHE-122?page=history ]
Bela Ban resolved JBCACHE-122:
--
Resolution: Done
> Convert JBoss Logger to commons-logging
> ---
>
> Key: JBCACHE-122
> URL: http://jir
92 matches
Mail list logo