[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread iwadasn
OK, cool. Good to hear all around. Except for those admin pages, it seems to work for me, so I'll just assume that it'll be OK as of the next release, and then I'll dive into testing it. Despite all appearances, I actually feel that this forum topic was pretty helpful. With a slight addition

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050123022249Lbuild.268 BUILD COMPLETE - build.268Date of build: 01/23/2005 02:22:49Time to build: 16 minutes 29 secondsLast changed: 01/23/2005 02:12:10Last log entry: Add the ha singleton to

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

2005-01-22 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1301?page=comments#action_12314815 ] Andrew Oliver commented on JBAS-1301: - I'm heading back out on the road tomorrow. I have a running theory that goes like this: what if an init on startup servlet threw

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050122203332Lbuild.37 BUILD COMPLETE - build.37Date of build: 01/22/2005 20:33:32Time to build: 27 minutes 22 secondsLast changed: 01/22/2005 19:20:39Last log entry: If this is run

[JBoss-dev] [Design of JBoss Portal] - Re: Build Fails....

2005-01-22 Thread [EMAIL PROTECTED]
I am a bit (a lot ?) confused. What are you trying to do exactly ? If you are just trying to build JBoss Portal 2.0 alpha i would suggest that you restart from scratch following the documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863291#3863291

[JBoss-dev] [Design of JBoss Portal] - Re: Build Fails....

2005-01-22 Thread joehobson
I seem to have sidetracked this build problem, by pulling explode.jar out of jboss-portal/tools/lib/ and trying the build over again. Of course i ran into a new issue when i did that one, further down the build. The JavaCC issue, which seemed to be resolved by changing the format/build.xml file

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-80) Eviction across a cluster

2005-01-22 Thread Bela Ban (JIRA)
Eviction across a cluster - Key: JBCACHE-80 URL: http://jira.jboss.com/jira/browse/JBCACHE-80 Project: JBoss Cache Type: Feature Request Versions: 1.2.1 Reporter: Bela Ban Assigned to: Bela Ban Add evictAcrossCluster(Fqn) metho

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
I am not sure of that, but the benefits of having that design could be with WSRP which is another way to invoke portlets. It is a protocol based on SOAP which express the same invocation semantics defined on portlets. But I am just speculating here. View the original post : http://www.jboss.or

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention (Repost)

2005-01-22 Thread [EMAIL PROTECTED]
an invoker role in AS is to take the invocation and make it travel to the server, it is splitted between the client and the server. In my case, when the portlet creates a portlet URL which targets a portlet, let's say an action. The PortletURL object toString() method is responsible for creatin

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
an invoker role is AS is to take the invocation and make it travel to the server, it is splitted between the client and the server. In my case, when the portlet creates a portlet URL which targets a portlet, let's say an action. The PortletURL object toString() method is responsible for creatin

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050122193748Lbuild.267 BUILD COMPLETE - build.267Date of build: 01/22/2005 19:37:48Time to build: 13 minutes 0 secondsLast changed: 01/22/2005 19:20:39Last log entry: If this is running under

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
"iwadasn" wrote : I'm not trying to pick a fight here, but if the official position of JBoss is that they require a DB whose official position is that they really just want to be a native code flat file reader (no constraints, no relational integrity, no triggers, procs, views, etc), then th

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | it is really similar to the Invoker design we have in JBoss. So what are the differences? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863286#3863286 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
the important point at the end, is that it is not hardcoded and can be swapped easily. my guess it is omething that will be tuned over time. "[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : it could, but need modifications because a page belong to a unique portal. | | | | so you

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
I fixed these pages yesterday. There were two in the admin cms console that didn't have the proper case for PortalJSP. They are in HEAD and I changed PortalJSP to PortalJsp. Sorry about that, it was a last minute change before the release that I fat-fingered. View the original post : http://ww

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
for those who are interested the classes to look at are org.jboss.portal.core.impl.invocation.CoreInvocation and org.jboss.portal.impl.invocation.Invocation they show how a request is decoded an turned down into an invocation and how an URL is generated. it is really similar to the Invoker des

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : it could, but need modifications because a page belong to a unique portal. | | so you need to issue the portal name as well. | | like /pages/myportal/forums Correct, but I think this is ugly. Also remember we are doing subdomain mapping for labs at the tomca

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread iwadasn
After changing to the HSQL dialect (just as it says in the Postgres thread), the system is closer to running, though it still has errors. The error log is huge, something to do with this... 1 error 19:18:31,461 ERROR [Engine] ApplicationDispatcher[/portal] Servlet.service() for servlet jsp t

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
it could, but need modifications because a page belong to a unique portal. so you need to issue the portal name as well. like /pages/myportal/forums View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863279#3863279 Reply to the post : http://www.jboss.org/index

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
how about mapping /page/* ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863278#3863278 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863278 --- This SF.Net email

[JBoss-dev] [Design of JBoss Portal] - Re: Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
[from Julien] we cannot have /wiki /files, etc... because we cannot put a servlet with mapping /*, otherwise it will mask the tomcat DefaultServlet that we need to server content from portlets. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863277#3863277 R

[JBoss-dev] [Design of JBoss Portal] - Portal page URL convention

2005-01-22 Thread [EMAIL PROTECTED]
It's not bad. Feel free to ignore my rant. Just "index.html?page=wiki" is not a very natural address for HTTP resource. I think we discussed once that it could be done with a filter that converts something like /host/portal/page/wiki into /host/portal/index.html?page=wiki -Original Mess

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread iwadasn
"[EMAIL PROTECTED]" wrote : At this point the focus is on features on the database that jboss will use for its site so the default out of the box expierence is not as easy as it should be. If you can contribute an update for hsqldb that fixes this that would be greate. The final release will cer

[JBoss-dev] [Design of JBoss Portal] - Re: Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
the CVS version is 2.1 already, I did the update. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863274#3863274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863274 ---

[JBoss-dev] [Design of JBoss Portal] - Re: Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : So there is currently no recommended way for deploying Alpha in a cluster. Is that something that will be cleared up for Beta? In theory, yes. The support is there, just commented out in the domains.xml file. I have not tested/documented it so you are at the mercy of

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
Fred, Good to see you hanging out with us. Can you point us to the JMQ forum in question? Is there a recent discussion on enhancing the TX isolation levels in HSQL? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863272#3863272 Reply to the post : http://

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1317) org.jboss.test.jbossmx.compliance.monitor.BasicTestCase StringMonitor null attribute error notifications

2005-01-22 Thread Scott M Stark (JIRA)
org.jboss.test.jbossmx.compliance.monitor.BasicTestCase StringMonitor null attribute error notifications Key: JBAS-1317 URL: http://jira.jboss.com/jira/browse/JBAS-1317

[JBoss-dev] [Design of JBoss Portal] - Re: Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
So there is currently no recommended way for deploying Alpha in a cluster. Is that something that will be cleared up for Beta? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863271#3863271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread freddt
It's nice to read this discussion. Thanks for the focus on HSQLDB. I'd like to add a few comments. - Open source databases are advancing very quickly. Firebird was missing from the comments and shouldn't be neglected. - There is an order of magnitude of difference between any Java database and

[JBoss-dev] [Design of JBoss Portal] - Re: Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
yes that stincks they have their own pooling. they have their own everything : pooling, transaction manager View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863269#3863269 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-dev] [Design of JBoss Portal] - Re: Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : How does clustering work for the WebDav files? What backend storage is supported - FS, DB? Is resource access transactional (JTA)? | | You can see a clustering doc for slide here: http://wiki.apache.org/jakarta-slide/ClusterSupport Its my understanding that all

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050122174229Lbuild.266 BUILD COMPLETE - build.266Date of build: 01/22/2005 17:42:29Time to build: 15 minutes 58 secondsLast changed: 01/22/2005 17:34:18Last log entry: Update the table names

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

2005-01-22 Thread [EMAIL PROTECTED]
Cool :) It's kind of tricky all this versions thing, i wish any version could work with any version, but that's just a dream. So now you are ready to contribute ? :-D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863267#3863267 Reply to the post : http://

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

2005-01-22 Thread Scott M Stark (JIRA)
LazyResultSetLoadingTest testLazyResultSetLoading failure - Key: JBAS-1316 URL: http://jira.jboss.com/jira/browse/JBAS-1316 Project: JBoss Application Server Type: Bug Components: CMP service Versions:

[JBoss-dev] [Design of JBoss Portal] - Clustering the CMS portlet

2005-01-22 Thread [EMAIL PROTECTED]
How does clustering work for the WebDav files? What backend storage is supported - FS, DB? Is resource access transactional (JTA)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863266#3863266 Reply to the post : http://www.jboss.org/index.html?module=bb&o

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

2005-01-22 Thread prax
Right!! Guess what, 4.0.1 solves all the issues with building and deploying. Thanks Thomas. :) P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863265#3863265 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863265 -

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

2005-01-22 Thread prax
Yepp you hit the nail on the head thomas, I noticed you mention 4.0.1 which I am not using. Shall go over to that version and see what results I get. And, no I can't get to the page ;) P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863264#3863264 Reply to

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

2005-01-22 Thread [EMAIL PROTECTED]
Stupid question: did you still try to reach the page, does it work ? Ok, sorry i took the guess that you were using 4.0.1, but actually you are using 4.0.0RC1 (that does not have the standard configuration neither), you should use the final. But even better now that you modified standard->defaul

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

2005-01-22 Thread prax
Following steps executed : - Replaced 'Standard' with 'default' in $portal_home\build\local.properties - copied the necessary files to ...default\lib - ran 'build deploy' in $portal_home\core The following error is being generated. See logfile extract below. Seems to me we are missing out on a

[JBoss-dev] jboss-4.0-testsuite build.47 Build Successful

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050122145304Lbuild.47 BUILD COMPLETE - build.47Date of build: 01/22/2005 14:53:04Time to build: 98 minutes 48 secondsLast changed: 01/22/2005 02:30:21Last log entry: Unique the tabl

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
"iwadasn" wrote : Are you possibly relying on MySQL only functionality? No, we use hibernate any database supported by Hibernate is supported by JBoss portal. I tried using HSQLDB and it works, you just need to specify the Dialect (HSQLDialect) (same with Postrgresql, please refer to those thre

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

2005-01-22 Thread prax
Thanks guys. I am on it and will keep the forum updated. P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863260#3863260 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863260

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

2005-01-22 Thread [EMAIL PROTECTED]
No this is correct, the problem is that you are using JBoss 4.0.1 and the doc id for JBoss 4.0.0 (with a "standard" configuration) You can either install JBoss 4.0.0 OR keep Jboss 4.0.1 (and i would recommend that) and change the file: $PORTAL_HOME/build.local.properties portal.deploy.dir=defau

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

2005-01-22 Thread [EMAIL PROTECTED]
Yes, the directory in the docs seems to be wrong. I'll update it. The correct way is to go to jboss-portal/build and type "build deploy". The same error exists in Linux and Win docs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863258#3863258 Reply to the

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

2005-01-22 Thread prax
I have experienced a few discrepencies between the online instructions for building and deploying the portal and what seems to be happening in reality. Any pointers would be appreciated. Environment : OS : WinXP SDK: 1.4.2_06 Jbos

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
well if there is an order of magnitude of difference in production between mysq and oracle, there is also an order of magnitude of difference between hsqldb and mysql. that being said hsqldb is nice to use for demoing purpose. "iwadasn" wrote : LOL, and MySQL is a production database? What are

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-13) Make layouts and stuff work correctly in cheese

2005-01-22 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-13?page=comments#action_12314800 ] Andrew Oliver commented on JBMAIL-13: - I use firefox as well. JIRA kinda sucks but oh well. looks like you succeeded despite JIRA in assigning it to yourself. > Make l

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread [EMAIL PROTECTED]
I'll fix the docs. Thanks for bringing it up :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863252#3863252 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863252

[JBoss-dev] [JBoss JIRA] Assigned: (JBPTL-27) XWiki integration

2005-01-22 Thread Ivelin Ivanov (JIRA)
[ http://jira.jboss.com/jira/browse/JBPTL-27?page=history ] Ivelin Ivanov reassigned JBPTL-27: -- Assign To: Roy Russo (was: Julien Viet) > XWiki integration > - > > Key: JBPTL-27 > URL: http://jira.jboss.com/jira/browse

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

2005-01-22 Thread [EMAIL PROTECTED]
FYI, there is a problem with this forum. When I tried to submit my previous message without being logged in I got the following exception: | | HTTP Status 500 - | | type Exception report | | message | | description The server encountered an internal error () that prevented it

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

2005-01-22 Thread [EMAIL PROTECTED]
Confluence uses some mix of div and table http://confluence.atlassian.com/homepage.action View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863250#3863250 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863250 --

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1315) Hotdeployment fails with StringIndexOutOfBounds Exception

2005-01-22 Thread larswunderlich (JIRA)
Hotdeployment fails with StringIndexOutOfBounds Exception - Key: JBAS-1315 URL: http://jira.jboss.com/jira/browse/JBAS-1315 Project: JBoss Application Server Type: Bug Versions: JBossAS-4.0.1 Final Envi

[JBoss-dev] [Design of JBoss Portal] - Postgresql setup

2005-01-22 Thread nick.rathke
Greetings, I am trying to setup JBoss Portal 2.0a with Postgres on JBoss4.0.0RC1 The databased tables were created with out problem modified the xml files as outlined in the Mon Sep 20, 2004 post on postgres. I have my postgres driver in server/default/lib/ . So I think that everything should

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-13) Make layouts and stuff work correctly in cheese

2005-01-22 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-13?page=history ] Scott M Stark updated JBMAIL-13: Assign To: Kit McCormick (was: Andrew Oliver) > Make layouts and stuff work correctly in cheese > --- > >

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
"jae77" wrote : "people would be a lot more prone to give things a test drive if they didn't have to worry about having to setup an external database. Nice to see you jae :) I agree. But anyway, it's still an alpha release, what's important is the code and available customization (as a coder) t

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
At this point the focus is on features on the database that jboss will use for its site so the default out of the box expierence is not as easy as it should be. If you can contribute an update for hsqldb that fixes this that would be greate. The final release will certainly have support for the

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
There is no need for agressivity. Thanks. I smoke the same thing as EADS (European defence), Yahoo, NASA, Dell, Mac Afee, Symantex, Veritas... who use MySQL on production. We used to have Nukes running on HSQL for demo, so you just had to unzip and it was ready to work, good for testing. I di

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread jae77
i've got to agree w/ iwadasn on the hsql support. people would be a lot more prone to give things a test drive if they didn't have to worry about having to setup an external database. and i know, ctysmf :), soon... just gotta get my act together again. View the original post : http://www.jbo

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread iwadasn
LOL, and MySQL is a production database? What are you smoking, and why aren't you sharing. I would rather trust my data to a coked out leper than to MySQL. One little example, is that if you'll examine the files, you'll notice that I dropped a UNIQUE index on a column in one of the tables. You g

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1296) EJB-QL CMR traversal returns wrong interface type

2005-01-22 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1296?page=comments#action_12314799 ] Alexey Loubyansky commented on JBAS-1296: - The bug is that the application should have failed to deploy as finders are allowed to return only the instances of the bea

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-13) Make layouts and stuff work correctly in cheese

2005-01-22 Thread Kit McCormick (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-13?page=comments#action_12314798 ] Kit McCormick commented on JBMAIL-13: - I'm working on this, but I'm not smart enough to assign this issue to myself. Is jira compatible with firefox? I get nothing when

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread thomasma
Thanks for the tip. That works. I would never have guessed that include would be a child element of aopc itself. From the doc i thought i had to code in a ant fileset element. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863226#3863226 Reply to the post

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050122072900Lbuild.64 BUILD COMPLETE - build.64Date of build: 01/22/2005 07:29:00Time to build: 19 minutes 28 secondsLast changed: 01/22/2005 02:25:42Last log entry: Unique the ta

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

2005-01-22 Thread [EMAIL PROTECTED]
I agree with you than DIV would be great. I even tried to make a full CSS theme for Nukes 1. The problem is not backward compatibility, it's today compatibility with the browser used too often that does not respect any standard (you probably guess which one i am talking about). This just make

[JBoss-dev] [Design of JBoss Portal] - Re: Porting to HSQL

2005-01-22 Thread [EMAIL PROTECTED]
Using HSQL is not a priority, this is not a database that could be used on production. So we didn't try it, yout last guess can be right. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863223#3863223 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread [EMAIL PROTECTED]
Hi, >From our testsuite: | | | | | | | | | You should be able to add multiple include elements, and they can contain patterns. So this should work: | | Please let me know if this helps. View the

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050122054558Lbuild.69 BUILD COMPLETE - build.69Date of build: 01/22/2005 05:45:58Time to build: 21 minutes 25 secondsLast changed: 01/22/2005 02:30:21Last log entry: Unique the tab

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

2005-01-22 Thread [EMAIL PROTECTED]
I mean't deployment service should always be invoked with a local url (file:/../bla.jar). A remote would work too (http://...), as long as someone can serve it :) I think we'll be ok, for the first phaze... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread thomasma
Thx for the response. The sample you have is the same i have in my build. Problem is by the time in my build process aopc runsthe above classes folder probably has around 3000 or so compiled classes. My aspect definition in the -aop.xml file is against all classes that have a pattern of *

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050122035830Lbuild.729 BUILD COMPLETE - build.729Date of build: 01/22/2005 03:58:30Time to build: 22 minutes 23 secondsLast changed: 01/22/2005 02:25:42Last log entry: Unique the table names

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050122033346Lbuild.329 BUILD COMPLETE - build.329Date of build: 01/22/2005 03:33:46Time to build: 16 minutes 34 secondsLast changed: 01/22/2005 02:30:21Last log entry: Unique the table names

[JBoss-dev] [JBoss JIRA] Assigned: (JBMAIL-25) Modify StreamStore to be pluggable MessageStore

2005-01-22 Thread Michael Barker (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-25?page=history ] Michael Barker reassigned JBMAIL-25: Assign To: Michael Barker > Modify StreamStore to be pluggable MessageStore > --- > > Key: JBMAIL-2

[JBoss-dev] [JBoss JIRA] Assigned: (JBMAIL-21) Mail Store tests should check to see if mysql driver is present

2005-01-22 Thread Michael Barker (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-21?page=history ] Michael Barker reassigned JBMAIL-21: Assign To: Michael Barker (was: Andrew Oliver) > Mail Store tests should check to see if mysql driver is present >

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

2005-01-22 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050122030958Lbuild.265 BUILD COMPLETE - build.265Date of build: 01/22/2005 03:09:58Time to build: 16 minutes 55 secondsLast changed: 01/22/2005 02:19:43Last log entry: Unique the table names