[JBoss-dev] [Design of JBoss Portal] - UNABLE TO CONNECT TO CONTENT STORE in my portal

2005-01-21 Thread ravi
UNABLE TO CONNECT TO CONTENT STORE in my portal? what i have to do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863038#3863038 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863038

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

2005-01-21 Thread [EMAIL PROTECTED]
I had read the message, but somehow I managed to do the exact opposite :-) That be easy now, because I moved almost all the new stuff under: org/jboss/deployers/... in contrast to the old org/jboss/deployment/... I'll move it View the original post :

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

2005-01-21 Thread [EMAIL PROTECTED]
Tim, You are right. I had to retract my statement. It does support multiple threads locally since we do have a test case TxConcurrentBankUnitTestCase for this. :-) In terms of isolation level, there should be no difference though. I mean even if you are using AS tm, the locking behavior across

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050121023730Lbuild.724 BUILD COMPLETE-build.724Date of build:01/21/2005 02:37:30Time to build:31 minutes 15 secondsLast changed:01/21/2005 01:54:48Last log entry:Inserted sleep period to

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

2005-01-21 Thread [EMAIL PROTECTED]
Tim, If this proposal is just to get aop to emit an object-based event, then I am adding a new feature in TreeCacheAop (release 1.2.2) that allows customed dynamic interceptor. You can then add an EventIntecetor after the current CacheInterceptor to intercept and emit object level event based

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: Integrating with Amazon web services.

2005-01-21 Thread [EMAIL PROTECTED]
Your nukes portlet would be an ordinary WS4EE client accessing a remote service endpoint. Have a look at http://www.jboss.org/wiki/Wiki.jsp?page=WSClientWEB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863046#3863046 Reply to the post :

[JBoss-dev] [JBossCache] - Re: Exception on hot re-deploy of EAR using JBossCache

2005-01-21 Thread dbJav
Hi Thomas, Have a look at this thread: http://www.jboss.com/index.html?module=bbop=viewtopict=58900 To solve our problem, I just removed the driver jars from my .ear and put them instead in JBoss lib under the default server. I did not get the exception on redeploy since then. Cheers.

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

2005-01-21 Thread octopus
[EMAIL PROTECTED] wrote : can you verify this is also broken in 1.2.1 (CVS head) ? Just updated from jboss-head and it's still there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863051#3863051 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: UNABLE TO CONNECT TO CONTENT STORE in my portal

2005-01-21 Thread [EMAIL PROTECTED]
Did you use the deploy task ? The deploy task unzip the file core/src/bin/setup/cms-content.zip (AFAIR) in the data directory of JBoss. It is done automatically. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863052#3863052 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: How can i cancel a pending transaction ?

2005-01-21 Thread [EMAIL PROTECTED]
Can you send me a dump of your PostgresSQL database ? ([EMAIL PROTECTED]) Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863053#3863053 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863053

[JBoss-dev] [JBossCache] - Re: Exception on hot re-deploy of EAR using JBossCache

2005-01-21 Thread tcherel
Thanks for the pointer. In my case, I do not have any JDBC driver jar in my ear. But I suppose that putting the JBossCache jars (the error is occuring on a JBossCache class) in the server/lib instead of the EAR will solve the problem. I do not like the idea too much as I'd like to have my EAR as

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050121043512Lbuild.68 BUILD COMPLETE-build.68Date of build:01/21/2005 04:35:12Time to build:47 minutes 20 secondsLast changed:01/21/2005 01:33:53Last log entry:Inserted sleep

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2005-01-21 Thread orwtech
don't you need TRUE tag in your jboss.xml? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863061#3863061 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863061 --- This

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2005-01-21 Thread orwtech
sorry the tag disapeared clusteredTRUE/clustered View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863062#3863062 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863062 ---

[JBoss-dev] [Design of the JBoss EJB Container] - Re: CORBA callback and EJB

2005-01-21 Thread fruehbeck
I don't know if you are still working on that topic, but anyhow.. It is NOT true, that interworking is not possible implementing a externally defined CORBA interface. I am interworking with a CORBA system using plain EJBs. You just need a small CORBA wrapper called (typically) TIE

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

2005-01-21 Thread Jarva55
iI'm trying to implements persistence policy on my TreeCache, but if I try it by the same way as the example give in jboss/doc/examples, I can't do it. My treecache-service.xml is like this: !-- -- !--

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

2005-01-21 Thread Jarva55
sorry. the xml is like this: mbean code=org.jboss.cache.TreeCache | name=jboss.cache:service=TreeCache | | dependsjboss:service=Naming/depends | dependsjboss:service=TransactionManager/depends | | xmbean |

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050121075904Lbuild.725 BUILD COMPLETE-build.725Date of build:01/21/2005 07:59:04Time to build:26 minutes 34 secondsLast changed:01/21/2005 07:31:24Last log entry:Rework examples to show

[JBoss-dev] [Design of JBoss Portal] - Switching between different MIME types globaly

2005-01-21 Thread ArturasB
Hi everyone. As far as I know the interceptor is responsible for setting the global MIME type. I would like to ask if there is a possibility to set the global MIME type somewhere in the configuration ? Or mayby pass a paramerter which will forse the portal to switch the MIME type for a certain

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread [EMAIL PROTECTED]
definitely what jboss portal can do. how it should be done is browser detection : a user makes a request, the interceptor uses the browser name to choose the content type for the request. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863098#3863098 Reply

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread ArturasB
anonymous wrote : definitely what jboss portal can do. | | how it should be done is browser detection : | | a user makes a request, the interceptor uses the browser name to choose the content type for the request. | Perfect then ;) !!! Where can I see the user agent-content type

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread [EMAIL PROTECTED]
well you have to do it View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863100#3863100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863100 --- This SF.Net email is

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread ArturasB
[EMAIL PROTECTED] wrote : well you have to do it :D What then this mean ? anonymous wrote : definitely what jboss portal can do View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863101#3863101 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread [EMAIL PROTECTED]
I said how it should be implemented, however it's not our priority now to do it. That means that you either have to hardcode your content type in this interceptor and recompile or code it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863102#3863102 Reply to

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

2005-01-21 Thread [EMAIL PROTECTED]
We need to first resolve how to upload files into some directory (e.g. ./console/deploy) and have some control over that (i.e. know when uploading is succesfully completed). I'll ask Tom to see what the status of this WRT remoting. A related question I have is how those pages (e.g. JIRA

[JBoss-dev] [Design of JBoss Portal] - Re: Switching between different MIME types globaly

2005-01-21 Thread ArturasB
[EMAIL PROTECTED] wrote : code it. Well, I think I'll go for this ;). My experience (6 years of C++, GIS business and ~3.5 years of JAVA, J2EE, telco bussines) says it's always better to code configurable software ;) instead of having hardcoded crap... View the original post :

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

2005-01-21 Thread [EMAIL PROTECTED]
I've already added that to the new build: | component | mkdir dir=@{output}/etc/ | copy todir=@{output}/etc filtering=yes |fileset dir=@{component.dir}/src/etc/ includes=**/ |filterset | filter

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

2005-01-21 Thread [EMAIL PROTECTED]
Ultimately we do want this for thirdparty jars for support as very few projects actually correctly tag their jars so its difficult to know what version of x is in jboss. The new thirdparty management mechanism should make this information available and should encode it as part of the dist build

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050121094424Lbuild.726 BUILD COMPLETE-build.726Date of build:01/21/2005 09:44:24Time to build:50 minutes 30 secondsLast changed:01/21/2005 08:00:44Last log entry:Rework examples to show

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

2005-01-21 Thread [EMAIL PROTECTED]
Guess there are two points from my perspective. The first, which Dimitris already touched on, what is going to be the interface on the client end? If this is a web browser, then can just have a servlet for the upload of the jar (which will obviously not require remoting and should be pretty

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

2005-01-21 Thread [EMAIL PROTECTED]
anonymous wrote : | but at least you won't have to load the whole file in memory (which would have to do otherwise if not streamed). | Which is the limitation to this simple fileDrop command I am implementing - the entire file contents must be shipped to the remote service that will

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Syntax Highlighting

2005-01-21 Thread ken_n_hutchinson
I was very excited to download the IDE from JBoss since I am a big fan of what Eclipse is trying to accomplish. Why they don't include JSP syntax highlighting by default blows my mind. So I thought JBoss had finally delivered to me the holy grail of open source IDEs. To my disappointment,

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

2005-01-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | What if you need to ship the file to several remote endpoints (as in the case when you want to remotely write out a config file or deployment sar to multiple nodes on the network) - you would need mulitple remote streams, no? Right now, would have to write

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-01-21 Thread [EMAIL PROTECTED]
We fully agree with you ;) We are searching high and low for people who would like to help us build a kick-ass open source IDE. Contributions are very welcome! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863136#3863136 Reply to the post :

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

2005-01-21 Thread [EMAIL PROTECTED]
Here are a couple of the simpler scenarios... Case 1: Administering a single JBoss instance which is local to the Admin Console, i.e. the Admin Console is running inside the instance which is being administered. This the only case we truely care about for the first phase of Admin Console

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-45) @Inheritance won't work with composite keys

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-45?page=history ] Bill Burke closed EJBTHREE-45: -- Resolution: Done @Inheritance won't work with composite keys --- Key: EJBTHREE-45 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-10) EntityManager needs to be serializable

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-10?page=history ] Bill Burke closed EJBTHREE-10: -- Resolution: Done EntityManager needs to be serializable -- Key: EJBTHREE-10 URL:

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-186) page catalog of a portal

2005-01-21 Thread Julien Viet (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-186?page=history ] Julien Viet resolved JBPORTAL-186: -- Resolution: Done page catalog of a portal Key: JBPORTAL-186 URL:

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-186) page catalog of a portal

2005-01-21 Thread Julien Viet (JIRA)
page catalog of a portal Key: JBPORTAL-186 URL: http://jira.jboss.com/jira/browse/JBPORTAL-186 Project: JBoss Portal Type: Task Versions: 2.0 Beta Reporter: Julien Viet Assigned to: Julien Viet Fix For: 2.0 Beta Added a

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

2005-01-21 Thread Andrew May (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=history ] Andrew May updated JBCACHE-37: -- Attachment: cachetest.jar EJB jar containing the CacheTest bean and all related classes (including compiled JUnit test case). You should be able to drop this

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1311) org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase Failure

2005-01-21 Thread Scott M Stark (JIRA)
org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase Failure -- Key: JBAS-1311 URL: http://jira.jboss.com/jira/browse/JBAS-1311 Project: JBoss Application Server Type: Bug Components: CMP

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-38) Eviction policy timer starts multiple times if cache is restarted

2005-01-21 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-38?page=comments#action_12314781 ] Bela Ban commented on JBCACHE-38: - I won't clean the data, just remove all transactions running on them. Look at JBCACHE-39 for the correct issue. Eviction policy timer

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-185) JSP lib incorrect

2005-01-21 Thread Roy Russo (JIRA)
JSP lib incorrect - Key: JBPORTAL-185 URL: http://jira.jboss.com/jira/browse/JBPORTAL-185 Project: JBoss Portal Type: Bug Reporter: Roy Russo Assigned to: Roy Russo Fix For: 2.0 Beta Some of the Admin CMS JSPs are still pointing to the

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-38) Eviction policy timer starts multiple times if cache is restarted

2005-01-21 Thread Thomas Cherel (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-38?page=comments#action_12314782 ] Thomas Cherel commented on JBCACHE-38: -- Will the transaction/lock cleanup fix the fact that LRU eviction does not work anymore after as stop/start? Eviction policy

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-12) EJB ENC must be java:comp/env currently it is java.ejb/comp/env

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-12?page=history ] Bill Burke updated EJBTHREE-12: --- Description: Environment: Version: Preview 5 (was: Preview 3) Fix Version: Preview 5 (was: Preview

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1310) EJB timer implementation on top of Quartz

2005-01-21 Thread Tim McCune (JIRA)
EJB timer implementation on top of Quartz - Key: JBAS-1310 URL: http://jira.jboss.com/jira/browse/JBAS-1310 Project: JBoss Application Server Type: Patch Components: EJBs Versions: JBossAS-4.0.1 Final Reporter:

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1310) EJB timer implementation on top of Quartz

2005-01-21 Thread Tim McCune (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1310?page=history ] Tim McCune updated JBAS-1310: - Attachment: quartzEJB.tar.gz EJB timer implementation on top of Quartz - Key: JBAS-1310 URL:

[JBoss-dev] [JBoss JIRA] Reopened: (JBPORTAL-104) SSL between portal and webdav resource

2005-01-21 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-104?page=history ] Roy Russo reopened JBPORTAL-104: labs needs this. SSL between portal and webdav resource -- Key: JBPORTAL-104 URL:

[JBoss-dev] [JBoss JIRA] Created: (JBBUILD-5) Add Ant task to modify 3rd party jar manifests

2005-01-21 Thread Ryan Campbell (JIRA)
Add Ant task to modify 3rd party jar manifests -- Key: JBBUILD-5 URL: http://jira.jboss.com/jira/browse/JBBUILD-5 Project: JBoss Build System Type: Feature Request Reporter: Ryan Campbell We need to find/build a task

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-01-21 Thread ken_n_hutchinson
I hope that's not a subtle jab that if I don't like it, come up with my own ;) I understand that JBoss-IDE is using a plugin written by another group (correct?) so really, they are the ones that should address the issues. I guess I was more curious to see if JBoss would undertake this on

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1312) deploying two application in JBoss

2005-01-21 Thread Rajini Kanth D (JIRA)
deploying two application in JBoss -- Key: JBAS-1312 URL: http://jira.jboss.com/jira/browse/JBAS-1312 Project: JBoss Application Server Type: CTS Challenge Components: EJBs Versions: JBossAS-4.0.0 Final Environment: linux

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-185) JSP lib incorrect

2005-01-21 Thread Roy Russo (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-185?page=history ] Roy Russo closed JBPORTAL-185: -- Resolution: Done fixed = PortalJsp JSP lib incorrect - Key: JBPORTAL-185 URL:

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-01-21 Thread [EMAIL PROTECTED]
it was not a subtle jab to come up with your own - just a suggestion to chip in and make it better ;) The jsp plugin was given to jboss at some point yes. We have maintained and developed on it and continue to do so. Still we are also monitoring the WTP project (since we are memeber of

[JBoss-dev] [JBossCache] - Re: Problem in running the plain.bsh example

2005-01-21 Thread loupubeu
Thanks ! exact ! it misses the second % in the script View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863146#3863146 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863146

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-79) HttpSessionBindingListener broken when replication enabled

2005-01-21 Thread Stan Silvert (JIRA)
HttpSessionBindingListener broken when replication enabled -- Key: JBCACHE-79 URL: http://jira.jboss.com/jira/browse/JBCACHE-79 Project: JBoss Cache Type: Bug Reporter: Stan Silvert Assigned to: Ben Wang

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-79) HttpSessionBindingListener broken when replication enabled

2005-01-21 Thread Stan Silvert (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-79?page=history ] Stan Silvert updated JBCACHE-79: Attachment: sessionbindinglistener.zip I also attached the test app to this issue. HttpSessionBindingListener broken when replication enabled

[JBoss-dev] [Design of JBoss Portal] - [QS]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
I have tried out the alpha and it works fine. Thanks to the portal team. :) But just a suggestion I'd like to add for those who build their own portal from cvs, is that a setup.ddl was missing for the ForumPortlet or ForumModule. This setup.ddl was copied from the alpha binary release and with

[JBoss-dev] [Design of JBoss Portal] - plain text password on URL...

2005-01-21 Thread jimmyed2001
If you provide a wrong user id during login, you password is displayed in plain text on the URL of the next page. e.g. I have a typo in my user id, but provide the correct password. The URL of the next page is: |

[JBoss-dev] [Design of JBoss Portal] - Re: [QS]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
The above was what I did after the deploy of the core. So I should also do a deploy: jboss-portal-2.0/forums/sh build.sh deploy and the portlet will be available. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863154#3863154 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: [QS]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread [EMAIL PROTECTED]
You should read carefully the documentation ;) You need to build the ddl, by typing sh build.sh ddl in core and forums. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863156#3863156 Reply to the post :

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

2005-01-21 Thread [EMAIL PROTECTED]
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 the URL to the local file. When the

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1313) RepositorySelector should be integrated into JBoss Server

2005-01-21 Thread Stan Silvert (JIRA)
RepositorySelector should be integrated into JBoss Server - Key: JBAS-1313 URL: http://jira.jboss.com/jira/browse/JBAS-1313 Project: JBoss Application Server Type: Feature Request Reporter: Stan Silvert

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-29) JBMail needs a mailq command

2005-01-21 Thread Heiko W. Rupp (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-29?page=comments#action_12314789 ] Heiko W. Rupp commented on JBMAIL-29: - This can probably done with a QueueBrowser. For all received items, peek at them and return From:, To: (multiple), MessageID.

[JBoss-dev] [JBoss JIRA] Closed: (JBMAIL-28) JBossMail should bounce back non deliverable mail

2005-01-21 Thread Heiko W. Rupp (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-28?page=history ] Heiko W. Rupp closed JBMAIL-28: --- Resolution: Duplicate Issue This is a duplicate of JBMAIL-24. JBossMail should bounce back non deliverable mail

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

2005-01-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | 4) The Admin Console passes the Datasource definition information, including a URL to the driver jar, into the JBoss Network CommandClient on the local machine. | 5) JBoss/Remoting magic happens. What I'm essentially saying is that how the driver jar gets from

[JBoss-dev] [Design of JBoss Portal] - confirmcreatecollection.jsp and confirmcopy.jsp extend from

2005-01-21 Thread jimmyed2001
All of the jsps in 2.0 Alpha extend from org.jboss.portal.core.servlet.jsp.PortalJsp except portal-core.sar\portal-core.war\WEB-INF\jsp\cms\admin\confirmcreatecollection.jsp and confirmcopy.jsp. These descend from org.jboss.portal.core.servlet.jsp.PortalJSP (note different case of last two

[JBoss-dev] [JBoss JIRA] Created: (JBREM-42) two phase deserialization - handler classloading

2005-01-21 Thread Tom Elrod (JIRA)
two phase deserialization - handler classloading Key: JBREM-42 URL: http://jira.jboss.com/jira/browse/JBREM-42 Project: JBoss Remoting Type: Task Components: general Versions: 1.0.1 beta Reporter: Tom

[JBoss-dev] [JBoss JIRA] Created: (JBREM-43) custom socket factories

2005-01-21 Thread Tom Elrod (JIRA)
custom socket factories --- Key: JBREM-43 URL: http://jira.jboss.com/jira/browse/JBREM-43 Project: JBoss Remoting Type: Feature Request Components: transport Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod

[JBoss-dev] [JBoss JIRA] Created: (JBREM-44) HA support for unified invoker

2005-01-21 Thread Tom Elrod (JIRA)
HA support for unified invoker -- Key: JBREM-44 URL: http://jira.jboss.com/jira/browse/JBREM-44 Project: JBoss Remoting Type: Task Components: general Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod

[JBoss-dev] [JBoss JIRA] Created: (JBREM-45) Remoting watchdog

2005-01-21 Thread Tom Elrod (JIRA)
Remoting watchdog --- Key: JBREM-45 URL: http://jira.jboss.com/jira/browse/JBREM-45 Project: JBoss Remoting Type: Task Components: general Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod Build in ability

[JBoss-dev] [Design of JBoss Portal] - Re: confirmcreatecollection.jsp and confirmcopy.jsp extend f

2005-01-21 Thread [EMAIL PROTECTED]
Yes, I fixed it this morning. It is checked in to HEAD now. http://jira.jboss.com/jira/browse/JBPORTAL-185 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863162#3863162 Reply to the post :

[JBoss-dev] [JBoss JIRA] Created: (JBREM-46) Connection failure callback

2005-01-21 Thread Tom Elrod (JIRA)
Connection failure callback --- Key: JBREM-46 URL: http://jira.jboss.com/jira/browse/JBREM-46 Project: JBoss Remoting Type: Feature Request Components: general Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050121113031Lbuild.46 BUILD COMPLETE-build.46Date of build:01/21/2005 11:30:31Time to build:154 minutes 26 secondsLast changed:01/21/2005 01:33:53Last log entry:Inserted sleep

[JBoss-dev] [JBoss JIRA] Created: (JBREM-47) Dynamic classloading

2005-01-21 Thread Tom Elrod (JIRA)
Dynamic classloading Key: JBREM-47 URL: http://jira.jboss.com/jira/browse/JBREM-47 Project: JBoss Remoting Type: Feature Request Components: general Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod Need

[JBoss-dev] [JBoss JIRA] Created: (JBREM-48) JGroups transport

2005-01-21 Thread Tom Elrod (JIRA)
JGroups transport - Key: JBREM-48 URL: http://jira.jboss.com/jira/browse/JBREM-48 Project: JBoss Remoting Type: Feature Request Components: transport Versions: 1.0.1 beta Reporter: Tom Elrod Assigned to: Tom Elrod Would like to

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

2005-01-21 Thread [EMAIL PROTECTED]
Apologies guys. I was only using a URL to the file as an example of a type of reference to a file. It might as well have been a String containing the path relative to JBOSS_HOME, or a java.io.File object. For the remote case we simply can't rely on the driver jar being available to the remote

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

2005-01-21 Thread [EMAIL PROTECTED]
depends on the size of the files. Tom E's idea is a good one for large files - that is, have a remote file input stream that a server can read to slurp down a file from the remote client. My fileDrop command will take the contents of any file (or any String or any Object to be serialized),

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

2005-01-21 Thread [EMAIL PROTECTED]
Ok. I'm going to move streaming files lower on my priority list then if you don't think you would need it right away. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863166#3863166 Reply to the post :

[JBoss-dev] [Design of Mail Services] - Re: Load/Performance testing

2005-01-21 Thread pilhuhn
Hehe :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863168#3863168 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863168 --- This SF.Net email is sponsored by:

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

2005-01-21 Thread jimmyed2001
The current UI pages are built with HTML tables instead of DIVs. Using DIVs would enable much more flexibility when it comes to UI themes. Is there a plan to switch to DIVs prior to GA or are tables being used for backward compatibility? View the original post :

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050121144805Lbuild.262 BUILD COMPLETE-build.262Date of build:01/21/2005 14:48:05Time to build:22 minutes 22 secondsLast changed:01/21/2005 11:53:03Last log entry:Rename

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1314) NPE in SQLUtil.appendColumnNamesClause after configuring load group

2005-01-21 Thread cgs (JIRA)
NPE in SQLUtil.appendColumnNamesClause after configuring load group --- Key: JBAS-1314 URL: http://jira.jboss.com/jira/browse/JBAS-1314 Project: JBoss Application Server Type: Bug Components: CMP

[JBoss-dev] [Design of Mail Services] - Re: Load/Performance testing

2005-01-21 Thread [EMAIL PROTECTED]
Clebert also pointed this out: http://www.spec.org/mail2001/. While its not open source, it might be cool to do comparative benchmarking. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863174#3863174 Reply to the post :

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

2005-01-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : depends on the size of the files. Tom E's idea is a good one for large files - that is, have a remote file input stream that a server can read to slurp down a file from the remote client. So database driver .jar files may typically be around 1-2Mb, with some larger

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

2005-01-21 Thread [EMAIL PROTECTED]
Wow. Well, this fileDrop is very simple - it slurps in the file contents in a single byte[] and transmits that byte array over the network (via JBoss/Remoting transporting and marshalling) to the server. No chunking or anything. So, as you can see, the JVM must have enough memory to store

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - JBoss AOP 1.1 Released

2005-01-21 Thread [EMAIL PROTECTED]
JBoss AOP 1.1 has been released. A lot of bug fixes and features have been added since the 1.0 release. See the release notes below for more detail. http://www.jboss.org/products/aop/release11 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863186#3863186

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-31) Depend on AOP 1.1 release

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-31?page=history ] Bill Burke closed EJBTHREE-31: -- Resolution: Done Depend on AOP 1.1 release - Key: EJBTHREE-31 URL:

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-17) Update JBoss AOP IDE support

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-17?page=history ] Bill Burke closed JBAOP-17: --- Resolution: Done Update JBoss AOP IDE support Key: JBAOP-17 URL: http://jira.jboss.com/jira/browse/JBAOP-17

[JBoss-dev] [JBoss JIRA] Moved: (EJBTHREE-46) Backmerge AOP 1.1 to Branch_4_0

2005-01-21 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-46?page=history ] Bill Burke moved JBAOP-66 to EJBTHREE-46: - Project: EJB 3.0 (was: JBoss AOP) Key: EJBTHREE-46 (was: JBAOP-66) Version: Preview 3 (was:

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

2005-01-21 Thread kkalmbach
Question about the prune method in LRUAlgorithm. This is probably a small issue that will not actually affect anyone, but I'm looking for an opinion. I hope this explanation makes sense Currently, the process method runs through the queue processing the gets/adds/deletes, then it runs

[JBoss-dev] [Design of JBoss Portal] - Re: [QS]forum setup.ddl missing: portal 2.0 from cvs

2005-01-21 Thread liteuptoronto
Thanks thomas. I read the documentation but didn't read that far. Thanks for reminding :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863197#3863197 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863197

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

2005-01-21 Thread saksiri
BTW, the CVS tag for this appears to be JBOSSCACHE_1_2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863198#3863198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863198

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

2005-01-21 Thread [EMAIL PROTECTED]
I have checked in naming/jbossbuild.xml. I implemented rmic as Adrian described above with an rmic attribute on the source node in the component definition (in naming/jbossbuild.xml): | source id=main |rmic=**/NamingServer.class | |include

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050121164508Lbuild.727 BUILD COMPLETE-build.727Date of build:01/21/2005 16:45:08Time to build:49 minutes 20 secondsLast changed:01/21/2005 13:08:20Last log entry:jmx test

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

2005-01-21 Thread [EMAIL PROTECTED]
jimmyed2001 wrote : The current UI pages are built with HTML tables instead of DIVs. Using DIVs would enable much more flexibility when it comes to UI themes. Is there a plan to switch to DIVs prior to GA or are tables being used for backward compatibility? | I'm not sure I follow, but this

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

2005-01-21 Thread Andrewzhu
Clebert, After I changed those ; to : and recompiled the package, it works. Thank you. I think the original Benchmark developer worked on Windows system, so ';' was used to separate classpath. but on Unix, ':' should be used. I run into another problem, does it ring a bell again? My test

[JBoss-dev] jboss-3.2-jdk-matrix build.36 Build Fixed

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050121185410Lbuild.36 BUILD COMPLETE-build.36Date of build:01/21/2005 18:54:10Time to build:32 minutes 44 secondsLast changed:01/21/2005 15:49:08Last log entry:Just use a simple

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050121195928Lbuild.263 BUILD COMPLETE-build.263Date of build:01/21/2005 19:59:28Time to build:20 minutes 25 secondsLast changed:01/21/2005 19:09:28Last log entry:The default thread local

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050121205753Lbuild.328 BUILD COMPLETE-build.328Date of build:01/21/2005 20:57:53Time to build:22 minutes 48 secondsLast changed:01/21/2005 19:10:42Last log entry:The default thread local

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

2005-01-21 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050121215003Lbuild.728 BUILD COMPLETE-build.728Date of build:01/21/2005 21:50:03Time to build:19 minutes 35 secondsLast changed:01/21/2005 19:10:07Last log entry:The default thread local

  1   2   >