[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1378) Need tcp configuration variation of the cluster unit tests

2005-03-19 Thread Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1378?page=history ] Ovidiu Feodorov resolved JBAS-1378: --- Resolution: Done Modified files: cluster/src/etc/cluster-service.xml, tomcat/src/resources/tc5-cluster-service.xml, testsuite/build.xml,

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

2005-03-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050319032903Lbuild.446 BUILD COMPLETE-build.446Date of build:03/19/2005 03:29:03Time to build:19 minutes 7 secondsLast changed:03/19/2005 03:18:31Last log

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

2005-03-19 Thread mikezzz
I don't have many thoughts at this point mostly questions. What the requirements of the protocols that use search? Is IMAP the only one? MAPI? (I need to do some reading). Is simple keyword/pattern search enough, or do we need to consider terms together (locality, ordering, etc.)? How are

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

2005-03-19 Thread [EMAIL PROTECTED]
Yes. :-) This is good. These thoughts lead you to why the big boy is DB-specific. (I envision Exchange as a large round boy in overalls) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870840#3870840 Reply to the post :

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Testcase :failure

2005-03-19 Thread rajdeep_dua
Waiting for the announcement! and the document View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870842#3870842 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870842 --- SF

[JBoss-dev] [JBoss JIRA] Assigned: (JBMAIL-6) Develop Fetchmail MBean

2005-03-19 Thread Heiko W. Rupp (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-6?page=history ] Heiko W. Rupp reassigned JBMAIL-6: -- Assign To: Heiko W. Rupp (was: Andrew Oliver) Develop Fetchmail MBean --- Key: JBMAIL-6 URL:

[JBoss-dev] [Design of Mail Services] - Wha? Hibernate vs MailStore stuff

2005-03-19 Thread [EMAIL PROTECTED]
I'm confused How can I configure Hibernate for mailboxes and the MailStore stuff for bodies (ex PostgreSQL store)? I see this: !-- Defines the mailbox implementation. -- org.jboss.mail.mailbox.entity.EntityMailbox However I do not see an associated Hibernate one.?? Also we

[JBoss-dev] [Design of Mail Services] - Re: Wha? Hibernate vs MailStore stuff

2005-03-19 Thread mikezzz
Dawie and I were working cross purposes for a while (around January time) and we ended up with 2 differing implemenations trying fill the same gap. Dawie kindly took a step back and allowed me to finalise the store implemenation while he focused on the mailbox.

[JBoss-dev] [Design of Mail Services] - Mail injection is evil

2005-03-19 Thread pilhuhn
I'm currently struggeling with injecting Mail that is received via pop3 from a remote server. I try to follow the way it is done in CmdDATA, but for me this uses much too much overhead. What is the easiest way to inject mail in the system? Actually, I think the fetchmail should not know what

[JBoss-dev] [Design of JBoss Portal] - Cannot build from portal sources?

2005-03-19 Thread Neelixx
I'm running JBOSS AS 4.0RC1 on Fedora Core2. JBOSS runs fine, so I attempted to install portal 2.0Beta1. I'm building from the sources, because I want to use it against my PostgreSQL database. I extracted the portal sources to $JBOSS_HOME/portal-src. I then made the changes to

[JBoss-dev] [JBoss JIRA] Commented: (JBPM-82) InvocationLogImpl maps it's internal java.util.Date field to a timestamp

2005-03-19 Thread Grgory Joseph (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-82?page=comments#action_12316264 ] Grgory Joseph commented on JBPM-82: Armin, I don't think this works (I tried it before, might still be wrong, tough), because I suspect hibernate still instanciates a

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - multicasting and routers

2005-03-19 Thread [EMAIL PROTECTED]
I'm getting into a networking/hardware area of which I know nothing :-) I'm setting up this Network Registry stuff and auto-detection of remote servers (using the MulticastDetector). The thing I am questioning is - is there anything special from an OS or router perspective that I have to

[JBoss-dev] [Design of Mail Services] - Re: Mail injection is evil

2005-03-19 Thread [EMAIL PROTECTED]
The mail listener chain should be factored out. Presently the mail listeners are their own MBeans but the chain (or ordering/association) is associated very strongly with the properties of the protocol. There ought to be a MailListenerChainMBean (which I kind of lean towards the idea of being

[JBoss-dev] [Design of Mail Services] - Re: Wha? Hibernate vs MailStore stuff

2005-03-19 Thread [EMAIL PROTECTED]
Ahh...okay... shit. I want to get the database specific builds set up and deprecate CMP for all but maybe hypersonic. Dawie, any chance you can make the pre1 release with just a basic implementation of mailboxes using mailstores? Maybe if mike and I help? View the original post :

[JBoss-dev] [Design of Mail Services] - Re: Mail injection is evil

2005-03-19 Thread pilhuhn
The local in 'by definition local' depends on your definition on local. The fetchmail could operate for a bunch of receipients that are not sitting in the same office as the mailhub that is doing the fetchmail, but in a remote office with its own JBMail instance. I am currently able to fetch

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

2005-03-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050319164326Lbuild.95 BUILD COMPLETE-build.95Date of build:03/19/2005 16:43:26Time to build:21 minutes 26 secondsLast changed:03/18/2005 20:16:14Last log entry:This class does

[JBoss-dev] [Design of Mail Services] - Re: Mail injection is evil

2005-03-19 Thread [EMAIL PROTECTED]
See I really think this should work with mail listeners and not inject anything. It makes total sense that we may have the same or different chains of mail listeners for fetch that we don't otherwise. There should also be both multi-user fetchmail and bound fetchmail instances. Meaning that

[JBoss-dev] [Design of JBoss Portal] - Re: Cannot build from portal sources?

2005-03-19 Thread yxyang
I think u need to $chmod +x *.sh and make sure the bash is as the default shell View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870872#3870872 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870872

[JBoss-dev] [Design of JBoss Portal] - where is the theme pages?

2005-03-19 Thread yxyang
Hello, where is the theme page? If i want to design my own portal. I would like to refer to the default portal. But i cannot find the theme page. However, after looking into the source code, i suspect that two files: (1)./core/src/bin/portal-core-war/nodesk/index.jsp

[JBoss-dev] [JBossCache] - JBoss and JDK 1.5

2005-03-19 Thread lapwahlee
Has anyone verified that they will work together? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870874#3870874 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870874 ---

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: multicasting and routers

2005-03-19 Thread [EMAIL PROTECTED]
Can't really speak to the configuration of your Netgear in particular. Would have to research to understand what the settings mean. However, most network devices that act as a switch and provide DHCP service will not allow muliticast past the device by default (have a wireless DLink where

[JBoss-dev] [JBoss JIRA] Closed: (JBXB-6) Create xsd for current pojo server xml deployer

2005-03-19 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBXB-6?page=history ] Scott M Stark closed JBXB-6: Resolution: Done jboss-head/testsuite/src/resources/xml/pojoserver/xml-deployer_1_0.xsd is the initial prototype. All the example deployment document instances in

[JBoss-dev] [JBoss JIRA] Commented: (JBXB-7) Create a deployment instance doc illustrating the polymorphism requirements

2005-03-19 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBXB-7?page=comments#action_12316266 ] Scott M Stark commented on JBXB-7: -- I'm not sure what the polymorphism example scope is, but the testSimpleCollection.xml example in

[JBoss-dev] [JBoss JIRA] Commented: (JBXB-5) Evolve the schema driven binding to that needed by the pojoserver

2005-03-19 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBXB-5?page=comments#action_12316267 ] Scott M Stark commented on JBXB-5: -- The current testsuite xml-deployer_1_0.xsd schema is an extension of the document model that was being coded in the

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

2005-03-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050319220913Lbuild.896 BUILD COMPLETE-build.896Date of build:03/19/2005 22:09:13Time to build:14 minutes 2 secondsLast changed:03/19/2005 21:59:01Last log entry:Initial prototype schema for

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

2005-03-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050319234500Lbuild.112 BUILD COMPLETE-build.112Date of build:03/19/2005 23:45:00Time to build:21 minutes 46 secondsLast changed:03/19/2005 03:18:31Last log

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

2005-03-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050320002412Lbuild.81 BUILD COMPLETE-build.81Date of build:03/20/2005 00:24:12Time to build:16 minutes 34 seconds Unit Tests: (0) Total

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

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

[JBoss-dev] [JBoss JIRA] Commented: (JBXB-5) Evolve the schema driven binding to that needed by the pojoserver

2005-03-19 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBXB-5?page=comments#action_12316268 ] Scott M Stark commented on JBXB-5: -- The AbstractKernelDeployment from the pojo server codebase and most of its associated metadata has been placed into the testsuite under the