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

2005-01-24 Thread [EMAIL PROTECTED]
Another heads up. You don't need to include both the server jar and the client jar in the classpath. e.g. common-project only needs jboss-common.jar jboss-common-client.jar is a cutdown version of jboss-common.jar including only those classes required on the client side. (Bad example, because i

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

2005-01-24 Thread [EMAIL PROTECTED]
OK. Both will be part of JBossCache 1.2.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863498#3863498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863498 --- Thi

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1301) Tomcat backward compatbility loss VirtualHost->Alias mapping

2005-01-24 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1301?page=comments#action_12314870 ] Scott M Stark commented on JBAS-1301: - Yes, this was the cause of the issue and a patch has been provided. > Tomcat backward compatbility loss VirtualHost->Alias mapping

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050124235138Lbuild.66 BUILD COMPLETE - build.66Date of build: 01/24/2005 23:51:38Time to build: 22 minutes 19 secondsLast changed: 01/24/2005 21:50:23Last log entry: Fix the eclip

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

2005-01-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Ok, that was a great description of the steps. | | How about this? | | A file is transfered to a directory local to the AdminConsole as described. Then the Console prepares the input properties for the template to be executed. Part of the input properties is

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050124224103Lbuild.272 BUILD COMPLETE - build.272Date of build: 01/24/2005 22:41:03Time to build: 35 minutes 32 secondsLast changed: 01/24/2005 08:55:29Last log entry: fixed potentional clean

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-24 Thread [EMAIL PROTECTED]
You will also note that multiple beans can be constructed so you could use the same technique to simplify more complex (multi-bean) deployments: | |... |... | | I see this as more important for the deployers where we should be able to parse the more complex j2ee deployment

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-24 Thread [EMAIL PROTECTED]
Let's take the example of constructing a classloader since that was brought up by Scott. In plain bean metadata this looks something like the following: | | | | someURL | | | | which will become pretty tedious for more complicated constructs. V

[JBoss-dev] [Design the new POJO MicroContainer] - Convenience or use case configurations

2005-01-24 Thread [EMAIL PROTECTED]
I'd better outline the idea of "convenience" or use case configurations. The problem: Although the jboss microcontainer metadata is very flexible and basically will allow you configure anything you like that could be done through java programming and much more, it is very verbose. In many use case

[JBoss-dev] [Design of JBoss Portal] - How do I access portlet preferences from a JSP?

2005-01-24 Thread jimmyed2001
I have a portlet that has some preferences and I can read the preferences successfully in the doDispatch of the portlet by calling getPreferences() on the RenderRequest object 'request'. I then create a PortletRequestDispatcher by calling context.getRequestDispatcher( jspName ) and make a call

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-68) JBoss AOP build should use docbook-support

2005-01-24 Thread Adrian Brock (JIRA)
JBoss AOP build should use docbook-support -- Key: JBAOP-68 URL: http://jira.jboss.com/jira/browse/JBAOP-68 Project: JBoss AOP Type: Task Components: Documentation Versions: 2.1 Reporter: Adrian Brock Assigned

[JBoss-dev] [ jboss-Bugs-1108795 ] try to created existing tables when starting server

2005-01-24 Thread SourceForge.net
Bugs item #1108795, was opened at 2005-01-25 01:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1108795&group_id=22866 Category: JBossCache Group: v4.0 Status: Open Resolution

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

2005-01-24 Thread [EMAIL PROTECTED]
I've implemented the Class-Path processing. Now the will include the dependencies of the jars they include. e.g. kernel compiles over common-project, concurrent and includes test-project for testcase support. | | | | | | | |

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-26) Update 4.0.2 to use Tomcat-5.5.x

2005-01-24 Thread youngm (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-26?page=comments#action_12314867 ] youngm commented on JBAS-26: This is just a vote to move this item up to 4.0.2 RC1 To show that there is interest out there for this item. The classloading fix and faster JSP compi

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1301) Tomcat backward compatbility loss VirtualHost->Alias mapping

2005-01-24 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1301?page=history ] Scott M Stark resolved JBAS-1301: - Resolution: Done Fix Version: JBossAS-4.0.2RC1 JBossPOJOServer-1.0 Alpha Tomcat now dynamically creates hosts for names that do no

[JBoss-dev] [Design of Management Features on JBoss] - Re: no ManagedConnections after timeouts

2005-01-24 Thread markwolfe
Any chance you could post or attach these test cases as I am having the same issues and I would like to have a look at the problem in more detail. Thanks a lot. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863466#3863466 Reply to the post : http://www.jb

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

2005-01-24 Thread twundke
Both of those patches look fine in CVS Bela. Tim. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863465#3863465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863465 --

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

2005-01-24 Thread twundke
Thanks Bela. I should have checked the @since for remove(). Oh well. Tim. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863464#3863464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863464 --

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-43) Regenerate tutorial based on .wiki files

2005-01-24 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-43?page=history ] Bill Burke closed EJBTHREE-43: -- Resolution: Done > Regenerate tutorial based on .wiki files > > > Key: EJBTHREE-43 > URL: http://j

[JBoss-dev] [Design of Mail Services] - Store Store (2nd version)

2005-01-24 Thread mikezzz
Hi, I have uploaded a 0.2 version of the Stream Store to the patches wiki, to apply: | > cd jboss-mail | > patch -p1 < streamstore-0.2.patch | Summary of the changes: - Removed "Factoryness" of the implementation. The Store is single instance MBean. - Support for both connected and disco

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

2005-01-24 Thread [EMAIL PROTECTED]
Have you take a look at www.spec.org lately? 09/24/2004 The SPECjAppServer2002 expiration date has been extended by three months from the original date of October 27; submissions will now be accepted for review and publication until January 26, 2005. Clebert Suconic View the original post :

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

2005-01-24 Thread djmalan
In that case the only solution I can see would be to make it all configurable, i.e. when you create a mailbox you have to configure the required roles for that mailbox. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863450#3863450 Reply to the post : http

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

2005-01-24 Thread jimmyed2001
Be able to display the navigation links as a horizontal or vertical tabset with none of the regular portlet window decorations, links etc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863447#3863447 Reply to the post : http://www.jboss.org/index.html?mod

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

2005-01-24 Thread [EMAIL PROTECTED]
It's funny, because I was running in the same problem. (Coincidence, isn't?) I talked to Alexey who was working with Specj2002 here at JBoss, and he told me that this is okay, because this is the sequence generation and the application tries to recover it based on number for tries. I wanted to

[JBoss-dev] [Design of JBoss Portal] - Re: Developers, pickup a task and start your engine

2005-01-24 Thread [EMAIL PROTECTED]
There are also some unassigned task that can be picked. http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=ASC&sorter/field=priority&pid=10050&assigneeSelect=unassigned&resolutionIds=-1 View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-63) Refactor BpelActivity class hierarchy

2005-01-24 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-63?page=history ] Juan Cantu updated JBPM-63: --- Description: Modify the class hierarchy of bpel activities. They used to be implemented by extending from two lines of inheritance (Node and SuperState). The goal i

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread [EMAIL PROTECTED]
I was referring to: anonymous wrote : | | Ok, I'll try and get a theme or two going for JBoss Portal. | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863442#3863442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-62) Implement link semantics with jbpm Milestones

2005-01-24 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-62?page=history ] Juan Cantu updated JBPM-62: --- Description: Move Milestone and MilestoneInstance classes to the jbpm graph package. Leverage this functionality to implement bpel link semantics. Enviro

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread [EMAIL PROTECTED]
Impressive examples at csszengarden. Looking forward to see jimmy's theme for JBP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863439#3863439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863439 ---

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

2005-01-24 Thread [EMAIL PROTECTED]
"djmalan" wrote : | The jbmail- prefix would distinguish the roles from other possibly pre-existing roles in the JAAS repository. | We don't want to distinguish from other pre-existing roles. For the mail driven application case folks may use mailboxes or process mailboxes or something.

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

2005-01-24 Thread [EMAIL PROTECTED]
Currently the html is generated from the portlet class itself. What did you have in mind for it to behave differently? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863436#3863436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1320) Security Hole Created by MDB Deployment

2005-01-24 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1320?page=history ] Scott M Stark updated JBAS-1320: Priority: Blocker (was: Major) Fix Version: JBossAS-3.2.7 Final The default behavior for the SecurityAssociation thread locals should not be Inheritab

[JBoss-dev] [JBoss JIRA] Created: (JBPM-63) Refactor BpelActivity class hierarchy

2005-01-24 Thread Juan Cantu (JIRA)
Refactor BpelActivity class hierarchy - Key: JBPM-63 URL: http://jira.jboss.com/jira/browse/JBPM-63 Project: JBoss jBPM Type: Sub-task Reporter: Juan Cantu Assigned to: Juan Cantu -- This message is automatically generat

[JBoss-dev] [JBoss JIRA] Created: (JBPM-62) Implement link semantics with jbpm Milestones

2005-01-24 Thread Juan Cantu (JIRA)
Implement link semantics with jbpm Milestones - Key: JBPM-62 URL: http://jira.jboss.com/jira/browse/JBPM-62 Project: JBoss jBPM Type: Sub-task Reporter: Juan Cantu Assigned to: Juan Cantu -- This message is autom

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

2005-01-24 Thread jimmyed2001
can it be styled and controlled differently from the other portlets since its usage is significantly different from other portlets? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863435#3863435 Reply to the post : http://www.jboss.org/index.html?module=bb&

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

2005-01-24 Thread [EMAIL PROTECTED]
Yes. Julien checked in a 'Menu Portlet' to HEAD. It looks up the pages in the descriptors and creates a menu item for each. It needs to be cleaned up a bit, but the idea is there, just as you mentioned. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863434#38

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

2005-01-24 Thread jimmyed2001
Jetspeed and Pluto have tabsets that let users easily navigate to different portals / portal pages. Is there a plan to have any portal level navigation? Or is that supposed to be supplied by a portlet (in which case we get into portal specific issues)? View the original post : http://www.jbo

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1301) Tomcat backward compatbility loss VirtualHost->Alias mapping

2005-01-24 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1301?page=comments#action_12314849 ] Scott M Stark commented on JBAS-1301: - The problem is that there are Host mbeans being created that should be aliases associated with a Host. At the following stack trace

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread jimmyed2001
Ok, I'll try and get a theme or two going for JBoss Portal. If you look at the source for the CSSZenGarden HTML and CSS files, they rely on DIVs a lot to get the level of control that you need for creating extensive themes for these kinds of pages. View the original post : http://www.jboss.o

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-189) password shown in plain text in URL

2005-01-24 Thread James Dixon (JIRA)
password shown in plain text in URL --- Key: JBPORTAL-189 URL: http://jira.jboss.com/jira/browse/JBPORTAL-189 Project: JBoss Portal Type: Bug Components: Portal Core Versions: 2.0 Alpha Reporter: James Dixon Assigned t

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1320) Security Hole Created by MDB Deployment

2005-01-24 Thread eugene75 (JIRA)
Security Hole Created by MDB Deployment --- Key: JBAS-1320 URL: http://jira.jboss.com/jira/browse/JBAS-1320 Project: JBoss Application Server Type: Bug Components: Security Versions: JBossAS-3.2.6 Final Reporter: eu

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread [EMAIL PROTECTED]
I know cssgarden this is great stuff, i learn from that to do the theme for Nukes that was supposed to be pure CSS. If you can make a CSS theme that works on IE + firefox, that would be great. See you at JBoss World then :) View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread jimmyed2001
I redid the Pluto pages using DIVs and created a couple of different themes. If I get time I'll try the same with JBoss Portal 2.0 before I come to JBoss world. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863426#3863426 Reply to the post : http://www.

[JBoss-dev] [Design of JBoss Portal] - Re: themes and TABLEs vs DIVs

2005-01-24 Thread jimmyed2001
You can still apply styles to individual tables within a DIV. However a DIV allows you to manipulate a section of the page, including its location, something you cannot do with a table alone. See http://www.csszengarden.com for examples of how well you can theme pages if they are DIV'ed intell

[JBoss-dev] [Design of JBoss Portal] - Re: Errors when building and deploying Jboss Portal v.2.0 Al

2005-01-24 Thread prax
yes, therefore my last posting where I specifically point out that my config is now functional. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863424#3863424 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863424 -

[JBoss-dev] [ jboss-Bugs-1108530 ] XML file dtd errors

2005-01-24 Thread SourceForge.net
Bugs item #1108530, was opened at 2005-01-24 18:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1108530&group_id=22866 Category: None Group: None Status: Open Resolution: None

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

2005-01-24 Thread octopus
"[EMAIL PROTECTED]" wrote : Can you open up a JIRA (jira.jboss.com) issue and supply a unit test case for this? Module is jboss cache and you can assign it to me. | | I have tried to reproduce it using replicated/SyncTxUnitTestCase by assigning the islolation level to NONE. But only the ca

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

2005-01-24 Thread [EMAIL PROTECTED]
I couldn't give you an answer to this without looking at use cases. I would certainly stick to the current rules (deepest first). My gut fealing is that you pass each deployment/subdeployment individually down the chain. i.e. assume each deployment is independent. PRO: We don't want subdeployment

[JBoss-dev] [JBossCache] - Re: prune in LRUAlgorithm

2005-01-24 Thread [EMAIL PROTECTED]
Kevin, To re-phrase your question, yes, I think there is a use case when a GET is on-going and while evict is blocked. And when GET succeeds, evict will succeed as well in removing the same node. Next time GET will return a null. But keep in mind that with eviction policy, there is no quarantte

[JBoss-dev] [JBossCache] - Re: persistPolicy on TreeCache??

2005-01-24 Thread [EMAIL PROTECTED]
JBossCache xml won't accept your xmbean element. If you want to have different persistent policy, you will need a different CacheLoader, if this is what you are after. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863418#3863418 Reply to the post : h

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

2005-01-24 Thread [EMAIL PROTECTED]
When TreeCacheAop detects a field R/W, the EventInterceptor will send out an event of object modified (and potentially the mod. fields), not just the field event. So this is object level event. I am not sure if I like the idea of transaction-based event sending out from JBossCache either. -Ben

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

2005-01-24 Thread [EMAIL PROTECTED]
Can you open up a JIRA (jira.jboss.com) issue and supply a unit test case for this? Module is jboss cache and you can assign it to me. I have tried to reproduce it using replicated/SyncTxUnitTestCase by assigning the islolation level to NONE. But only the case where testConcurrentPut fails. An

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Inteception and SessionContext

2005-01-24 Thread john.howard9
On an intercept of a method call to a stateless session bean, is there anyway to get the SessionContext. Failing this is there anyway I can obtain the caller details (e.g. principal and isinrole). I have no control over the SLSB, which may or may not have kept the session context passed in

[JBoss-dev] [Design of JBoss Portal] - Re: Errors when building and deploying Jboss Portal v.2.0 Al

2005-01-24 Thread Egarcialopez
FYI, JBossPortal 2.0 on JBossAS 4.0.1 final release is fully functional. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863412#3863412 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863412 ---

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

2005-01-24 Thread [EMAIL PROTECTED]
The points you mention are clear more less, i.e. deployers don't know their next, they all process the deployment after the structure has been identified and they don't instantiate objects directly. Their order is decided at registration time. What I'm trying to understant is, when having a dep

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Hibernate work

2005-01-24 Thread [EMAIL PROTECTED]
we have a JIRA that shows outstanding issues that you can chip in on. We are also very close to do a alpha release of our toolset which could use more hands. lot of stuff to do - monitor the newschannels the next couple of days View the original post : http://www.jboss.org/index.html?module=b

[JBoss-dev] [TODO -- DEVELOPMENT] - Hibernate work

2005-01-24 Thread salmann
Hi I like to work with Hibernate Development Team. Is there some thing for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863408#3863408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863408 -

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1319) redeploy causes OutOfMemoryError

2005-01-24 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1319?page=history ] Scott M Stark reassigned JBAS-1319: --- Assign To: Clebert Suconic (was: Scott M Stark) > redeploy causes OutOfMemoryError > > > Key: JBAS-1319 >

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

2005-01-24 Thread djmalan
The forum s/w gets confused with << characters and dropped some of the previous post, I'll use curly braces instead: jbmail-{username}-access e.g. the role "jbmail-testuser-read" will grant read access to the testuser mailbox. Rights could include read, write, delete, create-folder, delete-fol

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

2005-01-24 Thread [EMAIL PROTECTED]
It would not be a good idea to have the deployers know their own "next" since the list can be potentially built and ordered dynamically. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863401#3863401 Reply to the post : http://www.jboss.org/index.html?module=b

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

2005-01-24 Thread [EMAIL PROTECTED]
The second stage deployers still need to ordered, but it may not be the same order as the structural orders. The difference is that ALL second stage deployers get to process the deployment. The second stage deployers create the BeanMetaData and (un)install it to the kernel. They DO NOT create o

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

2005-01-24 Thread [EMAIL PROTECTED]
"Dimitris" wrote : | Lets say we have: | | a.bean | |-b.bean | |-c.jar | | And just 3 deployers, registered in that priority order: | | (C)lassLoadingDeployer -> (B)eanDeployer -> (J)ARDeployer. | | After the deployment structure is analyzed (by the bean & jar deploye

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

2005-01-24 Thread [EMAIL PROTECTED]
TABS?! To the gallows with you! [I believe there is code conventions document on sourceforge that describe the basic requirements] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863394#3863394 Reply to the post : http://www.jboss.org/index.html?module=bb&o

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050124095046Lbuild.71 BUILD COMPLETE - build.71Date of build: 01/24/2005 09:50:46Time to build: 55 minutes 22 secondsLast changed: 01/24/2005 09:21:57Last log entry: fixed potentio

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

2005-01-24 Thread [EMAIL PROTECTED]
Also, as a heads up. We don't use tabs in source. 1) Most developers use 3 *spaces* for tabs which doesn't work if you use different editors that defaults to 4 or 8 2) Tabs don't display correctly when source is viewed by online tools. HTML converts the tab to one space. View the original post

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

2005-01-24 Thread [EMAIL PROTECTED]
I've fixed this. You are correct, SourceDefinition.generateTargets should break out of the loop once it realizes that one of the Source elements applies rather than trying to generate a target for each one that applies. I fixed it in other places as well. Most of them were doing it wrong. View th

[JBoss-dev] [Design of JBoss/Tomcat Integration] - tomcat-5.0.27 authentication/authorization

2005-01-24 Thread mate12
Can I change authorization parameters in code? I found this: "1. Check whether there is an Authorization header. If there is no such header, go to Step 2. If there is, skip over the word "basic" and reverse the base64 encoding of the remaining part. This results in a string of the form username

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

2005-01-24 Thread [EMAIL PROTECTED]
uhh...no because then ALL users would have access to *all* mailboxes. Unless I'm missing something.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863385#3863385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863385

[JBoss-dev] [JBoss JIRA] Commented: (JBREM-38) SSH transport

2005-01-24 Thread John Mazzitelli (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-38?page=comments#action_12314842 ] John Mazzitelli commented on JBREM-38: -- Side note: this JSch (Java Secure Channel) project is integreated into Eclipse. It's how Eclipse 3.x now does SSH2 with CVS. So,

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-37) Stack Overflow when using Collection classes in TreeCacheAop

2005-01-24 Thread Andrew May (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=history ] Andrew May updated JBCACHE-37: -- Attachment: project.zip Eclipse project for test (includes ant script) - I've excluded the XDoclet libs that were in the lib directory, and you'll need to overrid

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050124091936 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-jbos

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

2005-01-24 Thread octopus
One more problem found. I have 2 nodes in replicated cluster with following descriptor (the same for both nodes): | | | | | | | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=Transact

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1316) LazyResultSetLoadingTest testLazyResultSetLoading failure

2005-01-24 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1316?page=comments#action_12314838 ] Alexey Loubyansky commented on JBAS-1316: - I couldn't reproduce this with C:\Program Files\Java\jdk1.5.0\bin>java -version java version "1.5.0" Java(TM) 2 Runtime Env

[JBoss-dev] [Design of Mail Services] - Re: Resending / bouncing of failed mail

2005-01-24 Thread [EMAIL PROTECTED]
thats odd I get bounce messages KAbir are you watching? You worked on this... I think you wrote that code. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863373#3863373 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1319) redeploy causes OutOfMemoryError

2005-01-24 Thread Matthew Todd (JIRA)
redeploy causes OutOfMemoryError Key: JBAS-1319 URL: http://jira.jboss.com/jira/browse/JBAS-1319 Project: JBoss Application Server Type: Bug Versions: JBossAS-4.0.1 Final Environment: JBoss 4.0.1 running on fedora core 3, usi

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050124072912Lbuild.271 BUILD COMPLETE - build.271Date of build: 01/24/2005 07:29:12Time to build: 37 minutes 32 secondsLast changed: 01/24/2005 06:57:18Last log entry: added cmp remove-table=

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-5) Main Deployer

2005-01-24 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-5?page=comments#action_12314837 ] Dimitris Andreadis commented on JBMICROCONT-5: -- I'm adding a comment here, because the forums are down.. Lets say we have: a.bean |-b.bean |-c.jar And

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050124055731Lbuild.734 BUILD COMPLETE - build.734Date of build: 01/24/2005 05:57:31Time to build: 36 minutes 2 secondsLast changed: 01/24/2005 05:26:44Last log entry: Add jaxrpc-mapping meta

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-69) Optimistic Locking

2005-01-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-69?page=comments#action_12314835 ] Bela Ban commented on JBCACHE-69: - [Gavin] Guys, here is my proposal, this is what I want people to use with Hibernate, but it is actually generic: The following algorithm b

[JBoss-dev] [Design of Mail Services] - Resending / bouncing of failed mail

2005-01-24 Thread pilhuhn
Hi, I also opened a JIRA-issue on this (JBMAIL-24). Currently, when mail-delivery fails, mail end in the DLQ, where it just sits and rots. For 5xx style errors, mails should be handled back to the sending user informing him of the failure. For 4xx style error, JBMails should try to redeliver a

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

2005-01-24 Thread [EMAIL PROTECTED]
Fixed (in CVS head, 1.2.1) Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863365#3863365 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863365 --- This SF.Ne

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

2005-01-24 Thread [EMAIL PROTECTED]
I'm not sure I understand what you want to do. Do you want to get notified when a POJO has been modified, e.g. p.setAge(80); triggers a pojoModified(p, "age", 80) notification ? The change is quite intrusive, so I want to see the use case first. Also, what happens if you don't use transaction

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-82) Deserialized Node object doesn't have the FQN set

2005-01-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-82?page=history ] Bela Ban resolved JBCACHE-82: - Resolution: Done done > Deserialized Node object doesn't have the FQN set > - > > Key: JBCACHE-82 >

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

2005-01-24 Thread [EMAIL PROTECTED]
done, can you verify the code in CVS head ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863363#3863363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863363 --- T

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-81) DummyTransactionManager ThreadLocal uses Map

2005-01-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-81?page=history ] Bela Ban resolved JBCACHE-81: - Resolution: Done done > DummyTransactionManager ThreadLocal uses Map > > > Key: JBCACHE-81 > URL

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

2005-01-24 Thread [EMAIL PROTECTED]
done (replaced remove() with set(null) as remove() is JDK5 specific) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863362#3863362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863362

[JBoss-dev] [Design of JBoss Portal] - Re: Errors when building and deploying Jboss Portal v.2.0 Al

2005-01-24 Thread prax
Good Morning, Following config : Jboss AS 4.0.1 RC1 - default (build.local.properties changed to default) is now fully functional. As thomas pointed out, the ddl files were not in place. The main reason being that I did not realise that this was to be done for each component (reading the user

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

2005-01-24 Thread djmalan
I think what Andrew wants to achieve is a very simple installation where the user does not need to change anything on an existing JBoss installation to get JBMail running. My suggestion: Basic mailbox configuration provides the following folders - INBOX, Sent, Draft and Trash. To access the

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

2005-01-24 Thread [EMAIL PROTECTED]
If you use isolation level of SERIALIZABLE, then the behvior you get is incorrect ! Reads and writes should have exclusive locks. Since we have tested that this works, please submit a short unit test that shows your issue. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-dev] [JBossCache] - Re: Cache Replication Timeout in a Cluster

2005-01-24 Thread [EMAIL PROTECTED]
1. The latest JBossCache is not in the 3.2 branch, but in CVS head. You are probably missing jboss-remoting.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863355#3863355 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 Still accepting members with Multicast se

2005-01-24 Thread [EMAIL PROTECTED]
ip_mcast=false means that instead of sending 1 multicast msg to N members, we send N datagrams (one per member). If you want to turn off clustering, comment ClusterPartition in cluster-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863353#3863353

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-81) DummyTransactionManager ThreadLocal uses Map

2005-01-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-81?page=history ] Bela Ban updated JBCACHE-81: Fix Version: 1.2.1 > DummyTransactionManager ThreadLocal uses Map > > > Key: JBCACHE-81 > URL: http://ji

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-82) Deserialized Node object doesn't have the FQN set

2005-01-24 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-82?page=history ] Bela Ban updated JBCACHE-82: Fix Version: 1.2.1 > Deserialized Node object doesn't have the FQN set > - > > Key: JBCACHE-82 > URL:

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

2005-01-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050124021331 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