[JBoss-dev] [JBossCache] - Re: CacheLoader.exists(Fqn) being repeatedly called with the

2005-03-28 Thread [EMAIL PROTECTED]
You are right: I'll fix this in CVS and it'll be ready in the next release (1.2.2). Thanks for this useful bug report ! Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871743#3871743 Reply to the post :

[JBoss-dev] [Design of Mail Services] - Re: fetchmail

2005-03-28 Thread pilhuhn
Mike, the code first was that way, assuming that local aliases would direct the mail to the correct local or remote receipients. That was discussed in the Injection is evil thread. I could add yet another switch to get this behaviour. But then the user needs to set up more and at other places

[JBoss-dev] [Nukes Development] - Re: Nukes with MS-SQL

2005-03-28 Thread Manutrium
Hello, i think you have to change LENGTH by LEN in ejb files. (\org\jboss\nukes\core\ejb). The EJBs create sql requests using the descriptions you can find in comments. i know that there is a sql request using LENGTH in FileEJB.java file but i don't know if it is the only file that contain it.

[JBoss-dev] [JBoss JIRA] Created: (JBIDE-166) exception during refactoring

2005-03-28 Thread mike andrews (JIRA)
exception during refactoring Key: JBIDE-166 URL: http://jira.jboss.com/jira/browse/JBIDE-166 Project: JBoss IDE Type: Bug Environment: eclipse ide 3.1M5a Reporter: mike andrews Assigned to: Marshall Culpepper got a null pointer

[JBoss-dev] [JBoss JIRA] Commented: (JBIDE-166) exception during refactoring

2005-03-28 Thread mike andrews (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-166?page=comments#action_12316441 ] mike andrews commented on JBIDE-166: i have jboss-ide 1.4.0 installed in eclipse 3.1M5a for windows XP (i.e., see

[JBoss-dev] [JBossCache] - CacheLoader: exists() before get() inefficient - solution?

2005-03-28 Thread AntonyBlakey
I have a CacheLoader that I am using to allow a TreeCache to act as the primary interface to a DAV/JDBC data model. Each access to the backend can be quite expensive. I note that a CacheLoader.get() is always preceeded by a CacheLoader.exists(), which seems redundant to me and has the

[JBoss-dev] [JBossCache] - Opinion: TreeCache/CacheLoader isomorphism

2005-03-28 Thread AntonyBlakey
I understand that the desire to form delegating cache networks has led to TreeCache and CacheLoader having the same interface, but IMHO that interface should be split into two so that the delegation/CacheLoader interface doesn't contain non-canonical methods such as get(Fqn, Object),

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: non-java clients

2005-03-28 Thread fawce
Having mulled it over, my plan is to first implement a new IL based on the existing csil wireline protocol, in the original jbossmq. Thanks for the guidance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871768#3871768 Reply to the post :

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1624) Hibernate deployment failed on JBossAS 4.0.2RC1

2005-03-28 Thread Joao Miranda (JIRA)
Hibernate deployment failed on JBossAS 4.0.2RC1 --- Key: JBAS-1624 URL: http://jira.jboss.com/jira/browse/JBAS-1624 Project: JBoss Application Server Type: Bug Components: Hibernate service Versions:

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - ordered (re) delivery etc.. / ebMS

2005-03-28 Thread kukeltje
Hi, I've been working with Hermes, the freebXML ebMS server. They have developed lots of things that are already in J2EE (like transactions, a connectionpool) for resons beyond *my* comprehension. Users say they just want to be able to run it in a simple servlet engine, so anything other than

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-55) EAR/WAR integration tutorial

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-55?page=history ] Bill Burke updated EJBTHREE-55: --- Assign To: Bill Burke (was: Kabir Khan) EAR/WAR integration tutorial Key: EJBTHREE-55 URL:

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: ordered (re) delivery etc.. / ebMS

2005-03-28 Thread [EMAIL PROTECTED]
kukeltje wrote : Hi, | | I've been working with Hermes, the freebXML ebMS server. They have developed lots of things that are already in J2EE (like transactions, a connectionpool) for resons beyond *my* comprehension. Users say they just want to be able to run it in a simple servlet

[JBoss-dev] [JBossCache] - Will JBossCache support non read/write mode?

2005-03-28 Thread lapwahlee
This is the original message that I posted to the Hibernate JBoss forum. We have multiple applications that uses a metadata cache. Currently each application needs to refresh itself from the database using Hibernate. To minimize database hits, we would like to implement a clustered, replicated

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-114) EntityManager Identity

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-114?page=history ] Bill Burke updated EJBTHREE-114: Fix Version: EJB 3.0 Beta 1 (was: Preview 5) EntityManager Identity -- Key: EJBTHREE-114

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-111) Support hibernate.cfg.xml file

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-111?page=comments#action_12316444 ] Bill Burke commented on EJBTHREE-111: - You can now use a META-INF/hibernate.cfg.xml file instead of a hibernate.properties file Support hibernate.cfg.xml file

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-111) Support hibernate.cfg.xml file

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-111?page=history ] Bill Burke closed EJBTHREE-111: --- Resolution: Done Support hibernate.cfg.xml file -- Key: EJBTHREE-111 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-116) EntityManager should not be scoped to entire EAR

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-116?page=history ] Bill Burke closed EJBTHREE-116: --- Resolution: Done EntityManager should not be scoped to entire EAR Key: EJBTHREE-116

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-112) Support integration with Hibernate Query caches.

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-112?page=history ] Bill Burke reassigned EJBTHREE-112: --- Assign To: Bill Burke Support integration with Hibernate Query caches. Key: EJBTHREE-112

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-98) Use latest Hibernate distribution

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-98?page=history ] Bill Burke reassigned EJBTHREE-98: -- Assign To: Bill Burke Use latest Hibernate distribution - Key: EJBTHREE-98 URL:

[JBoss-dev] [JBoss JIRA] Assigned: (EJBTHREE-115) Doco on Hibernate integration

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-115?page=history ] Bill Burke reassigned EJBTHREE-115: --- Assign To: Bill Burke Doco on Hibernate integration - Key: EJBTHREE-115 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-89) docs included twice

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-89?page=history ] Bill Burke closed EJBTHREE-89: -- Resolution: Done will be fixed in preview 5 docs included twice --- Key: EJBTHREE-89 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-88) EJB doc - missing quotes

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-88?page=history ] Bill Burke closed EJBTHREE-88: -- Resolution: Done EJB doc - missing quotes Key: EJBTHREE-88 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-103) @NamedQuery for method and package level

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-103?page=history ] Bill Burke closed EJBTHREE-103: --- Resolution: Rejected will/is handled in Hibernate annotations project @NamedQuery for method and package level

[JBoss-dev] [Design of JBoss Build System] - Re: failure in building testsuite

2005-03-28 Thread [EMAIL PROTECTED]
Your question does not relate to the Design of the Build System. Use the *user* forums. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871779#3871779 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871779

[JBoss-dev] [Design of JBoss Build System] - DO NOT POST USER QUESTIONS HERE!

2005-03-28 Thread [EMAIL PROTECTED]
User questions will be deleted. If you are asking for help, you are asking a user question. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871780#3871780 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871780

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-105) DS: add hibernate.dialect metadata

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-105?page=history ] Bill Burke closed EJBTHREE-105: --- Resolution: Rejected Too many dependencies. JCA would have to know about hibernate, Hibernate would have to know about JBoss JCA. DS: add

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1625) JBossQL ORDER BY does not work on string valued mapped types

2005-03-28 Thread cgs (JIRA)
JBossQL ORDER BY does not work on string valued mapped types Key: JBAS-1625 URL: http://jira.jboss.com/jira/browse/JBAS-1625 Project: JBoss Application Server Type: Bug Components: CMP service

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050328104639Lbuild.904 BUILD COMPLETE-build.904Date of build:03/28/2005 10:46:39Time to build:54 minutes 32 secondsLast changed:03/28/2005 10:32:58Last log entry:add support for

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

2005-03-28 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1448?page=comments#action_12316448 ] Dimitris Andreadis commented on JBAS-1448: -- Example output when running under jdk1.3/1.4 (same as before): Total Threads: 55Total Thread Groups: 7Thread Group:

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

2005-03-28 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1448?page=comments#action_12316449 ] Dimitris Andreadis commented on JBAS-1448: -- Example output when running under jdk5+: Total Threads: 54Total Thread Groups: 7Thread Group: system : max priority:10,

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

2005-03-28 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1448?page=history ] Dimitris Andreadis closed JBAS-1448: Resolution: Done (actually the output looks a little better :) ServerInfo.listThreadDump() will use the platform ThreadMXBean when running under

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - AOP Security Context

2005-03-28 Thread mikeg123
If I intercept calls to ejb methods, is there a way to get access to a principal object to get user name or user role that called the ejb? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871785#3871785 Reply to the post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP Security Context

2005-03-28 Thread [EMAIL PROTECTED]
yes. 1) org.jboss.aspects.security.SecurityContext.getCallerPrincipal 2) getCurrentPrincipal() isCallerInRole isCurrentInRole View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871786#3871786 Reply to the post :

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread drosenbaum
I tired to grab the TreeCache and TreeCacheProvider classes from Hibernate3 and using them with 2.1.8 but this produced the following exception when I try to commit the JTA transaction: | java.lang.ArrayIndexOutOfBoundsException: 1 | at

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP Security Context

2005-03-28 Thread mikeg123
Hi, I'm sorry I meant inside of my Aspect class. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871790#3871790 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871790 ---

[JBoss-dev] [JBoss JIRA] Commented: (JBIDE-166) exception during refactoring

2005-03-28 Thread Marshall Culpepper (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-166?page=comments#action_12316452 ] Marshall Culpepper commented on JBIDE-166: -- We do not support eclipse 3.1M5a in any release other than 1.5 Milestone 1.. unfortunately some changes were made to

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOP Security Context

2005-03-28 Thread mikeg123
an addition to the previous: and the reason for that is because I'm doing auditing of ejb methods in my aspect class (writing which ejb method was called into the log file) and I need to know which user called the ejb method that I'm auditing. Thanks Michael. View the original post

[JBoss-dev] Head build broken

2005-03-28 Thread Dave Smith
When trying to build, latest head CVS with jdk 1.5 the jmx module does not compile. It has been like this since the jmx refactoring that happened last week. An example .. jboss/jmx/src/main/org/jboss/mx/capability/DispatcherFactory.java:13: cannot find symbol symbol : class ServerConstants

Re: [JBoss-dev] Head build broken

2005-03-28 Thread Adrian Brock
cd jboss-head cvs co j2se On Mon, 2005-03-28 at 13:45, Dave Smith wrote: When trying to build, latest head CVS with jdk 1.5 the jmx module does not compile. It has been like this since the jmx refactoring that happened last week. An example ..

Re: [JBoss-dev] Head build broken

2005-03-28 Thread Dave Smith
Ok .. cvs co j2se cvs server: cannot find module `j2se' - ignored cvs [checkout aborted]: cannot expand modules Try .. cvs co -d j2se jboss-j2se This seems to work. Looks like the module is not defined in head. On Mon, 2005-03-28 at 13:57, Adrian Brock wrote: cd jboss-head cvs co j2se On

Re: [JBoss-dev] Head build broken

2005-03-28 Thread Dave Smith
I think this one is for Bill ... ejb3 head build is broken .. in tools/etc/buildmagic/libraries.ent the path id=hibernate3.classpath needs to include pathelement path=${hibernate.lib}/hibernate-annotations.jar/ On Mon, 2005-03-28 at 14:09, Dave Smith wrote: Ok .. cvs co j2se cvs server:

Re: [JBoss-dev] Head build broken

2005-03-28 Thread Adrian Brock
On Mon, 2005-03-28 at 14:09, Dave Smith wrote: Ok .. cvs co j2se cvs server: cannot find module `j2se' - ignored cvs [checkout aborted]: cannot expand modules Try .. cvs co -d j2se jboss-j2se Correct. This seems to work. Looks like the module is not defined in head. Yes it is.

Re: [JBoss-dev] Head build broken

2005-03-28 Thread Adrian Brock
On Mon, 2005-03-28 at 14:27, Adrian Brock wrote: On Mon, 2005-03-28 at 14:09, Dave Smith wrote: Ok .. cvs co j2se cvs server: cannot find module `j2se' - ignored cvs [checkout aborted]: cannot expand modules Try .. cvs co -d j2se jboss-j2se Correct. This seems to work.

[JBoss-dev] [Design of JBoss Portal] - Re: Own servlet mapping

2005-03-28 Thread mholzner
the same way as you would do it in any other war. add a servlet-mapping element in the web.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871808#3871808 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871808

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-28 Thread [EMAIL PROTECTED]
Looks fine. Go ahead. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871809#3871809 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871809 --- SF email is sponsored by -

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread shaogang
When is the 1.3 or 1.4 JBossCache to be released? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871812#3871812 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871812 ---

[JBoss-dev] [Design of JBoss Portal] - install nukes problems

2005-03-28 Thread gvidon
How I must to install nukes in Jboss portal betta That verion compatible with Jboss portal betta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871813#3871813 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871813

[JBoss-dev] [JBoss JIRA] Created: (HIBERNATE-10) DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8+

2005-03-28 Thread youngm (JIRA)
DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8+ Key: HIBERNATE-10 URL: http://jira.jboss.com/jira/browse/HIBERNATE-10 Project: Hibernate Type: Bug Reporter: youngm Assigned to: Gavin King

[JBoss-dev] [JBoss JIRA] Created: (HIBERNATE-11) DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1

2005-03-28 Thread youngm (JIRA)
DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1 - Key: HIBERNATE-11 URL: http://jira.jboss.com/jira/browse/HIBERNATE-11 Project: Hibernate Type: Bug Reporter: youngm

[JBoss-dev] [JBoss JIRA] Created: (JBBUILD-57) Support script (bin) artifacts

2005-03-28 Thread Ryan Campbell (JIRA)
Support script (bin) artifacts -- Key: JBBUILD-57 URL: http://jira.jboss.com/jira/browse/JBBUILD-57 Project: JBoss Build System Type: Feature Request Reporter: Ryan Campbell Assigned to: Ryan Campbell Fix For: milestone-1

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread [EMAIL PROTECTED]
we try to release every 2-3 months, but the next release is going to be 1.2.2 (hopefully end of April). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871819#3871819 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871819

[JBoss-dev] jboss-4.0 Build Failed

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

[JBoss-dev] [JBoss JIRA] Resolved: (JBBUILD-57) Support script (bin) artifacts

2005-03-28 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-57?page=history ] Ryan Campbell resolved JBBUILD-57: -- Resolution: Done This is complete, see server/jbossbuild.xml for an example. Support script (bin) artifacts --

[JBoss-dev] [JBoss JIRA] Resolved: (JBBUILD-8) Add ResourceDefinition

2005-03-28 Thread Ryan Campbell (JIRA)
[ http://jira.jboss.com/jira/browse/JBBUILD-8?page=history ] Ryan Campbell resolved JBBUILD-8: - Resolution: Done Ok, resources can now be artifacts. See sqlexception-service.xml in jboss/jbossbuild.xml for an example. Add ResourceDefinition

[JBoss-dev] [JBoss JIRA] Updated: (HIBERNATE-11) DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1

2005-03-28 Thread youngm (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-11?page=history ] youngm updated HIBERNATE-11: Attachment: hibernate-cache.diff Here is a patch that appears to fix the problem. It replaces all instances of TreeCache with TreeCacheMBean.

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-55) EAR/WAR integration tutorial

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-55?page=history ] Bill Burke closed EJBTHREE-55: -- Resolution: Done EAR/WAR integration tutorial Key: EJBTHREE-55 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-112) Support integration with Hibernate Query caches.

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-112?page=history ] Bill Burke closed EJBTHREE-112: --- Resolution: Done Should be doable now that Hibernate Session/Query are exposed and hibernate.cfg.xml is available. Support integration with Hibernate

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-21) MDB, Session Bean XML support

2005-03-28 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-21?page=history ] Bill Burke updated EJBTHREE-21: --- Fix Version: Preview 6 (was: EJB 3.0 Beta 1) MDB, Session Bean XML support - Key: EJBTHREE-21

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-222) Announcements and sticky posts

2005-03-28 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-222?page=history ] Roy Russo resolved JBPORTAL-222: Resolution: Done Fix Version: 2.0 Beta 2 fin. Announcements and sticky posts -- Key: JBPORTAL-222

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-222) Announcements and sticky posts

2005-03-28 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-222?page=history ] Roy Russo closed JBPORTAL-222: -- Announcements and sticky posts -- Key: JBPORTAL-222 URL: http://jira.jboss.com/jira/browse/JBPORTAL-222

[JBoss-dev] [JBossCache] - Re: How do I get rollback to occur with remote cache access?

2005-03-28 Thread jlmcknight
Thanks for the reply. I think I discovered for myself that the scenario I tried where there was a session bean running on the jboss instance with the cache wouldn't work because the JBoss transaction manager doesn't extend transactions across JVM's. However, from your reply, I assume it should

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-219) See new posts

2005-03-28 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-219?page=history ] Roy Russo resolved JBPORTAL-219: Resolution: Done Fix Version: 2.0 Beta 2 This appears to already be done. New posts are marked with a different icon than the rest. See new

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-219) See new posts

2005-03-28 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-219?page=history ] Roy Russo closed JBPORTAL-219: -- See new posts - Key: JBPORTAL-219 URL: http://jira.jboss.com/jira/browse/JBPORTAL-219 Project: JBoss Portal

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - CacheInterceptor not intercepting

2005-03-28 Thread Iapetus999
I may cross-post this on the JBoss Cache forum too... I have a class which is prepared in the aop.xml file. The TreeCacheAop implementation then calls this: | | InstanceAdvisor advisor = ((Advised) obj)._getInstanceAdvisor(); | advisor.appendInterceptor(new CacheInterceptor(this, fqn,

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: CacheInterceptor not intercepting

2005-03-28 Thread [EMAIL PROTECTED]
* Are you precompiling using AOPC? * Are you using Loadtime transformation? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871825#3871825 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871825

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

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

[JBoss-dev] [Design of JBoss Portal] - Re: Run-Time Page Definition

2005-03-28 Thread jimmyed2001
I need this as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871827#3871827 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871827 --- SF email is sponsored by -

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-28 Thread [EMAIL PROTECTED]
An observation related to naming: org.jboss.test.messaging.util is intendend to contain tests for Messaging utility classes, not utilities. Please use org.jboss.test.messaging.tools for that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871830#3871830

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050328192936 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050328204559Lbuild.98 BUILD COMPLETE-build.98Date of build:03/28/2005 20:45:59Time to build:84 minutes 55 secondsLast changed:03/28/2005 12:33:36Last log entry:JBAS-1448

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050328225510Lbuild.86 BUILD COMPLETE-build.86Date of build:03/28/2005 22:55:10Time to build:40 minutes 3 secondsLast changed:03/28/2005 12:33:36Last log entry:JBAS-1448

[JBoss-dev] [JBossCache] - Isolation Level of NONE Works In JBC 1.2.1?

2005-03-28 Thread jiwils
As mentioned in a previous post, I am using the cache in an asychronously replicated manner, and with the default isolation level of REPEATABLE_READ I get lock errors when there is moderate to heavy use of the cache. As suggested, I set the isolation level to NONE, and I received the following

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050329001709Lbuild.319 BUILD COMPLETE-build.319Date of build:03/29/2005 00:17:09Time to build:23 minutes 9 secondsLast changed:03/28/2005 12:33:36Last log entry:JBAS-1448

[JBoss-dev] [JBoss JIRA] Commented: (JBJMX-86) setAttribute does not find correct method

2005-03-28 Thread Michael Kopp (JIRA)
[ http://jira.jboss.com/jira/browse/JBJMX-86?page=comments#action_12316459 ] Michael Kopp commented on JBJMX-86: --- Well, I have an mbean that extends StandardMBean. The only attribute it has to be set from the -service.xml is an xml element. This

[JBoss-dev] [Design of JBoss Portal] - Re: Support for SSO

2005-03-28 Thread janole
There should be a lot to say about this. And so far I haven't found any documentation If you are going to deliver a intranet-portal to an organisation, you simply can't drag a propritary userdatabase along with the product. Doing that will force the organisation to maintain more than one

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1270) UserTransaction with non default ProviderURL

2005-03-28 Thread Dirk Niemeier (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1270?page=comments#action_12316460 ] Dirk Niemeier commented on JBAS-1270: - Dear Scott, don't you solve the problem in the 3.x versions ? Regards, Dirk UserTransaction with non default

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-102) Exception when Submitting Load into HttpSession

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-102?page=history ] Ben Wang resolved JBCACHE-102: -- Resolution: Rejected These two errors are mostly due to in-proper setup of the http client program. The original one that Clebert has used the same session

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1622) findSessions doesn't find all sessions in http session replication

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1622?page=history ] Ben Wang resolved JBAS-1622: Resolution: Done Fix Version: JBossAS-3.2.8 Final Fixed in all cvs branches. findSessions doesn't find all sessions in http session replication

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

2005-03-28 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050329011517Lbuild.905 BUILD COMPLETE-build.905Date of build:03/29/2005 01:15:17Time to build:18 minutes 12 secondsLast changed:03/28/2005 21:58:38Last log entry:JBAS-1622 findSessions api

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1502) IllegalStateException with http sessionr repl under load

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1502?page=history ] Ben Wang resolved JBAS-1502: Resolution: Rejected Again this is a problem due to the http client setup. Need to create a new session after it is invalidated. IllegalStateException with

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Ben Wang resolved JBAS-1580: Resolution: Rejected Problem when Submitting Massive Load into HttpSession - Key: JBAS-1580

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=comments#action_12316464 ] Ben Wang commented on JBAS-1580: Now the load test against the all three releases 3.2.8, 4.0.2 and head all succeed after using the latest jboss-head (post 1.2.1 release).

[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Ben Wang reopened JBAS-1580: Problem when Submitting Massive Load into HttpSession - Key: JBAS-1580 URL:

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-28 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ] Ben Wang resolved JBAS-1580: Resolution: Done Problem when Submitting Massive Load into HttpSession - Key: JBAS-1580

[JBoss-dev] [JBossCache] - Re: How do I get rollback to occur with remote cache access?

2005-03-28 Thread [EMAIL PROTECTED]
I suggest debug the remote TreeCache MBean, set a breakpoint into TreeCache.put(): public Object put(Fqn fqn, Object key, Object value) throws CacheException { GlobalTransaction tx=getCurrentTransaction(); MethodCall m=new MethodCall(putKeyValMethodLocal, new Object[]{tx, fqn, key, value,

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Starting a callback server requires unnecessary step

2005-03-28 Thread [EMAIL PROTECTED]
anonymous wrote : Remoting is just a mechanism for making remote invocations (including callbacks). It has no concept of contextual processing. There has to be a ServerInvocationHandler on the server side to process invocation requests, including adding and removing of callback listeners. The

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1626) ClientReconnectInterceptor doesn't work

2005-03-28 Thread jens.schanz (JIRA)
ClientReconnectInterceptor doesn't work --- Key: JBAS-1626 URL: http://jira.jboss.com/jira/browse/JBAS-1626 Project: JBoss Application Server Type: Bug Components: JMS service Versions: JBossAS-4.0.1 SP1 Environment:

[JBoss-dev] [Design of JBoss Portal] - Re: Own servlet mapping

2005-03-28 Thread Frazer
mholzner wrote : the same way as you would do it in any other war. add a servlet-mapping element in the web.xml Have you tried to to like that? I have try to map my servlets like in common web-application, but when I've tried to call my servlet I got 404 error in portal! So, I think this