[JBoss-dev] jboss-head Build Failed
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050109012558 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 01/09/2005 01:25:58Time to build: 21 minutes 34 secondsLast changed: 01/09/2005 00:58:46Last log entry: pre-alpha development Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (13)1.1addedovidiufjms/tests/src/org/jboss/test/messaging/core/distributed/ReplicatorTest.javapre-alpha development1.2modifiedovidiufjms/src/resources/jgroups-core.jarpre-alpha development1.1addedovidiufjms/src/main/org/jboss/messaging/util/NotYetImplementedException.javapre-alpha development1.5modifiedovidiufjms/src/main/org/jboss/messaging/interfaces/Message.javapre-alpha development1.4modifiedovidiufjms/src/main/org/jboss/messaging/tools/DistributedPipeClient.javapre-alpha development1.3modifiedovidiufjms/src/main/org/jboss/messaging/tools/DistributedQueueClient.javapre-alpha development1.3modifiedovidiufjms/src/main/org/jboss/messaging/core/distributed/DistributedQueuePeer.javapre-alpha development1.2modifiedovidiufjms/src/main/org/jboss/messaging/core/distributed/PipeInput.javapre-alpha development1.2modifiedovidiufjms/src/main/org/jboss/messaging/core/distributed/PipeOutput.javapre-alpha development1.1addedovidiufjms/src/main/org/jboss/messaging/core/distributed/ReplicatorInput.javapre-alpha development1.1addedovidiufjms/src/main/org/jboss/messaging/core/distributed/ReplicatorOutput.javapre-alpha development1.3modifiedovidiufjms/src/main/org/jboss/messaging/core/AbstractRouter.javapre-alpha development1.3modifiedovidiufjms/docs/JBossMessagingCoreGraphics.sxdpre-alpha development
[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-24) Mail that gets rejected with 5xx should be given back to user
Mail that gets rejected with 5xx should be given back to user - Key: JBMAIL-24 URL: http://jira.jboss.com/jira/browse/JBMAIL-24 Project: JBoss Mail Type: Bug Components: SMTP Environment: jboss-mail, HEAD, jboss401 Reporter: Heiko W. Rupp Assigned to: Andrew Oliver Mails that are refused by the remote with a 553 (any 5xx error) should not be retired, but directly be given back into the mailbox of the submitting user. >From RFC 2821: 5yz Permanent Negative Completion reply The command was not accepted and the requested action did not occur. The SMTP client is discouraged from repeating the exact request (in the same sequence). Even some "permanent" error conditions can be corrected, so the human user may want to direct the SMTP client to reinitiate the command sequence by direct action at some point in the future 07:21:27,668 INFO [STDOUT] MAIL FROM:<[EMAIL PROTECTED]> 07:21:27,869 INFO [STDOUT] 553 5.1.8 <[EMAIL PROTECTED]>... Domain of sender address [EMAIL PROTECTED] does not exist 07:21:27,869 ERROR [SMTPSender] Error sending mail javax.mail.MessagingException: 553 5.1.8 <[EMAIL PROTECTED]>... Domain of sender address [EMAIL PROTECTED] does not exist [...] 07:21:27,879 INFO [STDOUT] QUIT 07:21:27,879 INFO [JMSMailListener] PUT MESSAGE ON QUEUE:[EMAIL PROTECTED] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1259) Cache test failures under jdk1.4
[ http://jira.jboss.com/jira/browse/JBAS-1259?page=history ] Ben Wang closed JBAS-1259: -- Resolution: Done This issues (and JBAS-37) are related to binding address in the JGroups stack because they all work on my home machine. I only saw them failed on qa's machine which has virtual IPs. To solve this problem, I have modified the followings: 1. local.properties where node0=${env.MYTESTIP_1} node1=${env.MYTESTIP_2} 2. Added bind.address=${node0} to "test" and "tests-standard-unit". I have also done this to 4.0 and head. All branches testsuite work now on qa's machine. > Cache test failures under jdk1.4 > > > Key: JBAS-1259 > URL: http://jira.jboss.com/jira/browse/JBAS-1259 > Project: JBoss Application Server > Type: Bug > Components: JBoss Cache service > Versions: JBossAS-3.2.7 Final > Environment: Current 3.2 branch compiled and run with: > [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version > java version "1.4.2_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) > Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) > Reporter: Scott M Stark > Assignee: Ben Wang > Priority: Blocker > Fix For: JBossAS-3.2.7 Final > > > There are a few failures in EvictionLocalStressTestCase, > IdentityLockUnitTestCase, ReadWriteLockWithUpgradeUnitTestCase when running > the tests against the current jboss cache 1.2 merge from the 4.0 branch: > [EMAIL PROTECTED] testsuite]$ ant -Dtest=cache -Djunit.timeout=180 > -Dnojars=t test > Buildfile: build.xml > test: >[delete] Deleting: C:\cvs\JBoss3.2\jboss-3.2\testsuite\output\log\test.log > [junit] Running org.jboss.test.cache.bean.MBeanUnitTestCase > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.593 sec > [junit] Running org.jboss.test.cache.perf.basic.LocalMapPerfTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.75 sec > [junit] Running org.jboss.test.cache.perf.basic.LocalPerfTestCase > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.547 sec > [junit] Running > org.jboss.test.cache.perf.basic.ReplicatedAsyncMapPerfTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 14.047 sec > [junit] Running > org.jboss.test.cache.perf.basic.ReplicatedAsyncPerfTestCase > [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 117.812 sec > [junit] Running > org.jboss.test.cache.perf.basic.ReplicatedSyncMapPerfTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 14.015 sec > [junit] Running org.jboss.test.cache.perf.basic.ReplicatedSyncPerfTestCase > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 69.938 sec > [junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 44.468 sec > [junit] Test org.jboss.test.cache.stress.EvictionLocalStressTestCase > FAILED > [junit] Running org.jboss.test.cache.stress.LocalStressTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.656 sec > [junit] Running > org.jboss.test.cache.stress.ReadWriteLockWithUpgradeStressTestCase > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 91.672 sec > [junit] Running > org.jboss.test.cache.test.eviction.ConcurrentEvictAndRemoveTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 27.906 sec > [junit] Running > org.jboss.test.cache.test.eviction.LRUAlgorithmUnitTestCase > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 11.328 sec > [junit] Running org.jboss.test.cache.test.eviction.LRUPolicyUnitTestCase > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 57.031 sec > [junit] Running > org.jboss.test.cache.test.eviction.RegionManagerUnitTestCase > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.328 sec > [junit] Running org.jboss.test.cache.test.eviction.RegionUnitTestCase > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.156 sec > [junit] Running > org.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 49.109 sec > [junit] Running org.jboss.test.cache.test.generic.FqnUnitTestCase > [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.047 sec > [junit] Running > org.jboss.test.cache.test.generic.GlobalTransactionUnitTestCase > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.125 sec > [junit] Running org.jboss.test.cache.test.generic.IdentityLockUnitTestCase > [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 2.656 sec > [junit] Test org.jboss.test.cache.test.generic.IdentityLockUnitTestCase > FAILED > [junit] Running org.jboss.test.cache.test.generic.LockMapUnitTestCase >
[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-37) Cache test failures under jdk1.3
[ http://jira.jboss.com/jira/browse/JBAS-37?page=history ] Ben Wang resolved JBAS-37: -- Resolution: Done > Cache test failures under jdk1.3 > > > Key: JBAS-37 > URL: http://jira.jboss.com/jira/browse/JBAS-37 > Project: JBoss Application Server > Type: Bug > Components: JBoss Cache service > Versions: JBossAS-3.2.7 Final > Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version > java version "1.3.1_14" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_14-b03) > Java HotSpot(TM) Client VM (build 1.3.1_14-b03, mixed mode) > Reporter: Scott M Stark > Assignee: Ben Wang > Priority: Blocker > Fix For: JBossAS-3.2.7 Final > > Original Estimate: 4 hours > Remaining: 4 hours > > There are some cache unit test failures when running under jdk1.3 that need > to be resolved: > [junit] Running org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > FAILED (timeout) > [junit] Running org.jboss.test.classloader.test.BasicLoaderUnitTestCase > [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 12.469 sec > [junit] Test org.jboss.test.classloader.test.BasicLoaderUnitTestCase > FAILED > The 3.2 codebase needs to be synched with the jboss-head cache source as a > starting point. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-37) Cache test failures under jdk1.3
[ http://jira.jboss.com/jira/browse/JBAS-37?page=history ] Ben Wang reopened JBAS-37: -- > Cache test failures under jdk1.3 > > > Key: JBAS-37 > URL: http://jira.jboss.com/jira/browse/JBAS-37 > Project: JBoss Application Server > Type: Bug > Components: JBoss Cache service > Versions: JBossAS-3.2.7 Final > Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version > java version "1.3.1_14" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_14-b03) > Java HotSpot(TM) Client VM (build 1.3.1_14-b03, mixed mode) > Reporter: Scott M Stark > Assignee: Ben Wang > Priority: Blocker > Fix For: JBossAS-3.2.7 Final > > Original Estimate: 4 hours > Remaining: 4 hours > > There are some cache unit test failures when running under jdk1.3 that need > to be resolved: > [junit] Running org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > FAILED (timeout) > [junit] Running org.jboss.test.classloader.test.BasicLoaderUnitTestCase > [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 12.469 sec > [junit] Test org.jboss.test.classloader.test.BasicLoaderUnitTestCase > FAILED > The 3.2 codebase needs to be synched with the jboss-head cache source as a > starting point. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-37) Cache test failures under jdk1.3
[ http://jira.jboss.com/jira/browse/JBAS-37?page=history ] Ben Wang resolved JBAS-37: -- Resolution: Rejected See comment in JBAS-1259 > Cache test failures under jdk1.3 > > > Key: JBAS-37 > URL: http://jira.jboss.com/jira/browse/JBAS-37 > Project: JBoss Application Server > Type: Bug > Components: JBoss Cache service > Versions: JBossAS-3.2.7 Final > Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version > java version "1.3.1_14" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_14-b03) > Java HotSpot(TM) Client VM (build 1.3.1_14-b03, mixed mode) > Reporter: Scott M Stark > Assignee: Ben Wang > Priority: Blocker > Fix For: JBossAS-3.2.7 Final > > Original Estimate: 4 hours > Remaining: 4 hours > > There are some cache unit test failures when running under jdk1.3 that need > to be resolved: > [junit] Running org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.jboss.test.cache.test.local.TxConcurrentUnitTestCase > FAILED (timeout) > [junit] Running org.jboss.test.classloader.test.BasicLoaderUnitTestCase > [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 12.469 sec > [junit] Test org.jboss.test.classloader.test.BasicLoaderUnitTestCase > FAILED > The 3.2 codebase needs to be synched with the jboss-head cache source as a > starting point. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-3.2-jdk-matrix build.26 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050108193344Lbuild.26 BUILD COMPLETE - build.26Date of build: 01/08/2005 19:33:44Time to build: 20 minutes 52 secondsLast changed: 01/08/2005 15:17:47Last log entry: Updated Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (3)1.1.2.3modifiedbwang00testsuite/local.propertiesUpdated1.165.2.178modifiedbwang00testsuite/build.xmlUsed -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost1.1.2.12modifiedbwang00tools/etc/buildmagic/build-common.xmlMoved env definition here
[JBoss-dev] jboss-3.2 build.251 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050108182446Lbuild.251 BUILD COMPLETE - build.251Date of build: 01/08/2005 18:24:46Time to build: 16 minutes 10 secondsLast changed: 01/08/2005 15:17:47Last log entry: Updated Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (2)1.1.2.3modifiedbwang00testsuite/local.propertiesUpdated1.165.2.178modifiedbwang00testsuite/build.xmlUsed -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost
[JBoss-dev] jboss-4.0-testsuite build.35 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050108163710Lbuild.35 BUILD COMPLETE - build.35Date of build: 01/08/2005 16:37:10Time to build: 94 minutes 25 secondsLast changed: 01/08/2005 14:29:25Last log entry: Used -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost Unit Tests: (2300) Total Errors and Failures: (8)testAspectorg.jboss.test.aop.test.RemotingUnitTestCaseunknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestPoolingorg.jboss.test.cts.test.MDBUnitTestCasetestPoolingorg.jboss.test.securitymgr.test.MDBUnitTestCasetestStatelessBeanColocationorg.jboss.test.testbeancluster.test.BeanUnitTestCasetestMDBTimerorg.jboss.test.timer.test.BasicTimerUnitTestCasetestJBossEditorsorg.jboss.test.util.test.PropertyEditorsUnitTestCase Modifications since last build: (4)1.406.2.33modifiedbwang00testsuite/build.xmlUsed -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost1.2.2.5modifiedbwang00testsuite/local.propertiesCorrected typo1.4.2.1modifiedbwang00tools/etc/buildmagic/build-common.xmlMoved definition of env to here1.2.2.4modifiedbwang00testsuite/local.propertiesAdded comment
[JBoss-dev] jboss-head build.682 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050108155149Lbuild.682 BUILD COMPLETE - build.682Date of build: 01/08/2005 15:51:49Time to build: 20 minutes 31 secondsLast changed: 01/08/2005 15:38:16Last log entry: Updated Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (2)1.6modifiedbwang00testsuite/local.propertiesUpdated1.436modifiedbwang00testsuite/build.xmlUsed -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost
[JBoss-dev] [Design of Mail Services] - Re: (Patch) Heap protect and other fixes
I have added a new zip to the Wiki. misc-fixes-20050108-2.zip. This contains some of the stuff from the previous patch as individual patches. I have excluded the heap protection stuff and the white spaces changes. There is a README file that gives some detail on the fixes. This should also fix the serialization problem you encountered. However I can't seem the run the JMS Unit test (will post on this seperately). I did include a JUnit to check that the Mail can be serialized. The Simple Heap protection patch is a bit larger and more intrusive so I will do that one seperately. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861289#3861289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861289 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-4.0 build.310 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050108151818Lbuild.310 BUILD COMPLETE - build.310Date of build: 01/08/2005 15:18:18Time to build: 18 minutes 11 secondsLast changed: 01/08/2005 14:29:25Last log entry: Used -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (4)1.406.2.33modifiedbwang00testsuite/build.xmlUsed -Dbind.address=node0 to be able to run under machine with multiple IP addresses. Note that node0 can be override in loca.properties but with default of localhost1.2.2.5modifiedbwang00testsuite/local.propertiesCorrected typo1.4.2.1modifiedbwang00tools/etc/buildmagic/build-common.xmlMoved definition of env to here1.2.2.4modifiedbwang00testsuite/local.propertiesAdded comment
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
I just commited a listDNSServers operation for the SMTPSend MBean to list the configured DNS servers as string. Now I can verify that the servers are set. If/when they are set, I am able to do a MX lookup and send mail to remotes. It really seems to be some issue with one of the dns servers, but I am sure, I configured the good one in the installer (and yes, it is in jboss-service.xml). So after all: sending mail to remotes works. Thanks Andy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861284#3861284 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861284 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBossCache] - Re: Question about eviction policy and regions
Ben, Good idea to put this the faq. Could you also explain the functional of region's attribute 'timeToLiveSeconds' as well ? Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861281#3861281 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861281 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-3.2 build.250 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050108143657Lbuild.250 BUILD COMPLETE - build.250Date of build: 01/08/2005 14:36:57Time to build: 27 minutes 21 secondsLast changed: 01/08/2005 14:22:17Last log entry: Moved env definition here Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (1)1.1.2.12modifiedbwang00tools/etc/buildmagic/build-common.xmlMoved env definition here
[JBoss-dev] jboss-head build.681 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050108133720Lbuild.681 BUILD COMPLETE - build.681Date of build: 01/08/2005 13:37:20Time to build: 26 minutes 8 secondsLast changed: 01/08/2005 12:49:58Last log entry: *** empty log message *** Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (14)1.2modifiedkabkhanaop/docs/examples/annotated-declare/DeclareAspect.java*** empty log message ***1.2modifiedkabkhanaop/docs/examples/annotated-declare/annotated-declare.html*** empty log message ***1.2modifiedkabkhanaop/docs/examples/annotated-declare/annotated-declare.wiki*** empty log message ***1.3modifiedkabkhanaop/docs/examples/annotated-precedence/Precedence1.java*** empty log message ***1.3modifiedkabkhanaop/docs/examples/annotated-precedence/Precedence2.java*** empty log message ***1.2modifiedkabkhanaop/docs/examples/annotated-precedence/annotated-precedence.html*** empty log message ***1.3modifiedkabkhanaop/docs/examples/annotated-precedence/annotated-precedence.wiki*** empty log message ***1.8modifiedbwang00tools/etc/buildmagic/build-common.xmlMoved env property here1.2modifiedkabkhanaop/docs/examples/annotated-typedef/SimpleInterceptor.javaannotated-declare/1.2modifiedkabkhanaop/docs/examples/annotated-typedef/annotated-typedef.htmlannotated-declare/1.2modifiedkabkhanaop/docs/examples/annotated-typedef/annotated-typedef.wikiannotated-declare/1.2modifiedkabkhanaop/docs/examples/annotated-precedence/Precedence1.javaannotated-declare/1.2modifiedkabkhanaop/docs/examples/annotated-precedence/Precedence2.javaannotated-declare/1.2modifiedkabkhanaop/docs/examples/annotated-precedence/annotated-precedence.wikiannotated-declare/
[JBoss-dev] [Design the new POJO MicroContainer] - Re: Keep STARTUP notification
Dimitris, can you point to a detailed description of the Tomcat use case? Wouldn't it make sense to have independent binding services for TCP/IP and JNDI? They can have the "reverse-dependency" with the actual service that serves the user requests (Tomcat for port 8080). | | ... | | | | | | | | | | related to the lifecycle API thread: http://jboss.com/index.html?module=bb&op=viewtopic&t=58509 To avoid the verbosity of this for each service that binds to a port, a binding interceptor might be appropriate. Ivelin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861279#3861279 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861279 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design the new POJO MicroContainer] - Re: Configuring a container for POJOs
just nit-picking here on the syntax: | | 1. What will be the naming convention for XYZ? Bill seems to be leaning towards JMX. Is each Bean going to show as an MBean if the JMX wrapper around the microcontainer is deployed? 2. Is the attribute bean=".." always going to refer to a class name? If so, why not call it "class"? class="..." View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861278#3861278 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861278 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-head build.680 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050108120638Lbuild.680 BUILD COMPLETE - build.680Date of build: 01/08/2005 12:06:38Time to build: 31 minutes 41 secondsLast changed: 01/08/2005 12:00:34Last log entry: *** empty log message *** Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (2)1.12modifiedkabkhanaop/docs/examples/examples.html*** empty log message ***1.12modifiedkabkhanaop/docs/examples/examples.wiki*** empty log message ***
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
The search-and-download ant part would need to run in install.bat/install.sh (which probably complicates things). Or offer a distribution with ant for newbies and a distribution without for pepople that already have ant. I should be allowed to at least query two of the dns servers. I am still investigating. Perphaps for the variable renaming: if you don't offer the ${foo} syntax in the installer, but just provide a path build from JBOSS_HOME/server//conf/keystore and let the user choose for himself. The gui could warn if the selected dir does not exist. I think, that for users that have no clue, the assumption would be true and those that remap the sturcture, would be able to select the right directory. Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861276#3861276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861276 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of JBoss Portal] - Re: Security for WebDav access
It is possible, but probably not for alpha. I believe slide allows for several stores under its umbrella running at once. I will look in to this and get back to you. For alpha, one of the tasks on my plate is to tune webdav access: 1. Performance: Speed things up when fetching items in the store. This requires us accessing slide thru its servlet instead of the current method implemented. 2. Build it in to our war as a service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861274#3861274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861274 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: Advanced Heap Protection (patch kinda...)
I have raised a defect with the MySQL guys on the problem I found: http://bugs.mysql.com/7745 Mike. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861273#3861273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861273 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-173) Misplaced forum postings
[ http://jira.jboss.com/jira/browse/JBPORTAL-173?page=history ] Ivelin Ivanov updated JBPORTAL-173: --- Security Level: JBoss Internal (was: JBoss Partner) changed issue security to internal > Misplaced forum postings > > > Key: JBPORTAL-173 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-173 > Project: JBoss Portal > Type: Bug > Components: Forums > Versions: Nukes 1.1 (support) > Reporter: Ivelin Ivanov > Assignee: Julien Viet > Priority: Critical > > > From: Scott Stark > Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS > queue config > This is a thread that has the first message replaced with some random posting. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > > Sent: Saturday, January 08, 2005 5:15 AM > > To: jboss-user@lists.sourceforge.net > > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > > Question about JMS queue config > > > > Wierd how the original post got lost at the top of the thread... > > > > Anyway, thanks for verifying the config > > > > I didn't realize that debug/trace info goes to the log file rather > > than the console...whooops :) > > > > My login module was not handling null principals. > > > > Authentication and authorization works now. > > > > Thanks > > > > --Bill > > > > > > View the original post : > > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > > 58#3861258 > > > > Reply to the post : > > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > > y&p=3861258 > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Created: (JBPM-56) change fork to a 2 phase model
change fork to a 2 phase model -- Key: JBPM-56 URL: http://jira.jboss.com/jira/browse/JBPM-56 Project: JBoss jBPM Type: Task Components: Core Engine Reporter: Tom Baeyens Assigned to: Tom Baeyens Priority: Minor if there is a fork that launches a child token that immediately goes to a join, it will not see concurrent paths of executions so it continues. to resolve this we could do the fork in 2 phases : 1) tokens creation 2) launch tokens over transitions regards, tom. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-173) Misplaced forum postings
[ http://jira.jboss.com/jira/browse/JBPORTAL-173?page=comments#action_12314596 ] Ivelin Ivanov commented on JBPORTAL-173: The initial guess was that the not transactional db Nukes was running on was causing all these problems. Roy and Eric upgraded the database, but the problem still persists. > Misplaced forum postings > > > Key: JBPORTAL-173 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-173 > Project: JBoss Portal > Type: Bug > Components: Forums > Versions: Nukes 1.1 (support) > Reporter: Ivelin Ivanov > Assignee: Julien Viet > Priority: Critical > > > From: Scott Stark > Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS > queue config > This is a thread that has the first message replaced with some random posting. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > > Sent: Saturday, January 08, 2005 5:15 AM > > To: jboss-user@lists.sourceforge.net > > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > > Question about JMS queue config > > > > Wierd how the original post got lost at the top of the thread... > > > > Anyway, thanks for verifying the config > > > > I didn't realize that debug/trace info goes to the log file rather > > than the console...whooops :) > > > > My login module was not handling null principals. > > > > Authentication and authorization works now. > > > > Thanks > > > > --Bill > > > > > > View the original post : > > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > > 58#3861258 > > > > Reply to the post : > > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > > y&p=3861258 > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: Advanced Heap Protection (patch kinda...)
A different that I have seen with mysql and blobs is truncation. What I saw is that if the blob sized exceeded the datatype size(for example, BLOB = 64k), the column would be silently truncated to 64k leaving a corrupted data value. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861271#3861271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861271 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-173) Misplaced forum postings
[ http://jira.jboss.com/jira/browse/JBPORTAL-173?page=history ] Ivelin Ivanov updated JBPORTAL-173: --- Description: From: Scott Stark Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS queue config This is a thread that has the first message replaced with some random posting. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > Sent: Saturday, January 08, 2005 5:15 AM > To: jboss-user@lists.sourceforge.net > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > Question about JMS queue config > > Wierd how the original post got lost at the top of the thread... > > Anyway, thanks for verifying the config > > I didn't realize that debug/trace info goes to the log file rather > than the console...whooops :) > > My login module was not handling null principals. > > Authentication and authorization works now. > > Thanks > > --Bill > > > View the original post : > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > 58#3861258 > > Reply to the post : > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > y&p=3861258 > > was: From: Scott Stark Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS queue config This is a thread that has the first message replaced with some random posting. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > Sent: Saturday, January 08, 2005 5:15 AM > To: jboss-user@lists.sourceforge.net > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > Question about JMS queue config > > Wierd how the original post got lost at the top of the thread... > > Anyway, thanks for verifying the config > > I didn't realize that debug/trace info goes to the log file rather > than the console...whooops :) > > My login module was not handling null principals. > > Authentication and authorization works now. > > Thanks > > --Bill > > > View the original post : > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > 58#3861258 > > Reply to the post : > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > y&p=3861258 > > Security Level: JBoss Partner (was: Public) > Misplaced forum postings > > > Key: JBPORTAL-173 > URL: http://jira.jboss.com/jira/browse/JBPORTAL-173 > Project: JBoss Portal > Type: Bug > Components: Forums > Versions: Nukes 1.1 (support) > Reporter: Ivelin Ivanov > Assignee: Julien Viet > Priority: Critical > > > From: Scott Stark > Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS > queue config > This is a thread that has the first message replaced with some random posting. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > > Sent: Saturday, January 08, 2005 5:15 AM > > To: jboss-user@lists.sourceforge.net > > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > > Question about JMS queue config > > > > Wierd how the original post got lost at the top of the thread... > > > > Anyway, thanks for verifying the config > > > > I didn't realize that debug/trace info goes to the log file rather > > than the console...whooops :) > > > > My login module was not handling null principals. > > > > Authentication and authorization works now. > > > > Thanks > > > > --Bill > > > > > > View the original post : > > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > > 58#3861258 > > > > Reply to the post : > > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > > y&p=3861258 > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-173) Misplaced forum postings
Misplaced forum postings Key: JBPORTAL-173 URL: http://jira.jboss.com/jira/browse/JBPORTAL-173 Project: JBoss Portal Type: Bug Components: Forums Versions: Nukes 1.1 (support) Reporter: Ivelin Ivanov Assigned to: Julien Viet Priority: Critical From: Scott Stark Subject: RE: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS queue config This is a thread that has the first message replaced with some random posting. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6 > Sent: Saturday, January 08, 2005 5:15 AM > To: jboss-user@lists.sourceforge.net > Subject: [JBoss-user] [Messaging, JMS & JBossMQ] - Re: > Question about JMS queue config > > Wierd how the original post got lost at the top of the thread... > > Anyway, thanks for verifying the config > > I didn't realize that debug/trace info goes to the log file rather > than the console...whooops :) > > My login module was not handling null principals. > > Authentication and authorization works now. > > Thanks > > --Bill > > > View the original post : > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38612 > 58#3861258 > > Reply to the post : > http://www.jboss.org/index.html?module=bb&op=posting&mode=repl > y&p=3861258 > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: Advanced Heap Protection (patch kinda...)
I have raised a defect with the MySQL guys on the problem I found: http://bugs.mysql.com/7745 Mike. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861270#3861270 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861270 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-head-jdk-matrix build.53 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050108104500Lbuild.53 BUILD COMPLETE - build.53Date of build: 01/08/2005 10:45:00Time to build: 25 minutes 22 secondsLast changed: 01/07/2005 20:37:41Last log entry: Updated Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (103)1.39modifiedbwang00cache/docs/design/todo.txtUpdated1.2deletedovidiufjms/tests/src/org/jboss/test/messaging/core/distributed/DistributedPipeSharedOutputTest.javapre-alpha code development1.3modifiedovidiufjms/tests/src/org/jboss/test/messaging/core/distributed/DistributedPipeTest.javapre-alpha code development1.2modifiedovidiufjms/tests/src/org/jboss/test/messaging/core/distributed/DistributedQueuePeerTest.javapre-alpha code development1.1addedovidiufjms/tests/src/org/jboss/test/messaging/core/distributed/SharedPipeOutputTest.javapre-alpha code development1.3modifiedovidiufjms/src/main/org/jboss/messaging/tools/DistributedPipeClient.javapre-alpha code development1.2modifiedovidiufjms/src/main/org/jboss/messaging/tools/DistributedQueueClient.javapre-alpha code development1.2modifiedovidiufjms/src/main/org/jboss/messaging/util/RpcServerCall.javapre-alpha code development1.4deletedovidiufjms/src/main/org/jboss/messaging/core/distributed/DistributedPipeInput.javapre-alpha code development1.3deletedovidiufjms/src/main/org/jboss/messaging/core/distributed/DistributedPipeOutput.javapre-alpha code development1.2deletedovidiufjms/src/main/org/jboss/messaging/core/distributed/DistributedPipeOutputSubServer.javapre-alpha code development1.2modifiedovidiufjms/src/main/org/jboss/messaging/core/distributed/DistributedQueuePeer.javapre-alpha code development1.1addedovidiufjms/src/main/org/jboss/messaging/core/distributed/PipeInput.javapre-alpha code development1.1addedovidiufjms/src/main/org/jboss/messaging/core/distributed/PipeOutput.javapre-alpha code development1.1addedovidiufjms/src/main/org/jboss/messaging/core/distributed/PipeOutputSubServer.javapre-alpha code development1.4modifiedovidiufjms/src/main/org/jboss/messaging/core/CoreMessage.javapre-alpha code development1.4modifiedovidiufjms/src/main/org/jboss/messaging/core/Pipe.javapre-alpha code development1.2modifiedovidiufjms/docs/JBossMessagingCoreGraphics.sxdpre-alpha code development1.29modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/replicated/SyncTxUnitTestCase.javano message1.14modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/eviction/LRUPolicyUnitTestCase.javaFixed incorrect testcase testConcurrentPutAndEvict()1.26modifiedanddtools/etc/buildmagic/modules.entadded jboss.kernel.classpath1.8modifiedanddtools/etc/buildmagic/modules.xmladded jboss.kernel.classpath1.4modifiedanddkernel/src/main/org/jboss/util/JBossObject.javaadded some documentation, a 2nd ctor, and invalidate cached hashCode upon flushJBossObjectCache(), too1.1addedanddkernel/src/main/org/jboss/deployment/vdf/spi/VDFComponent.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/spi/VDFComponentFactory.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/spi/VDFComponentFactoryAdmin.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/spi/VDFException.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/spi/VDFRuntimeException.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/plugins/basic/BasicComponent.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/plugins/basic/BasicComponentFactory.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/plugins/AbstractVDFComponent.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.1addedanddkernel/src/main/org/jboss/deployment/vdf/plugins/AbstractVDFComponentFactory.javamoved VDF here (plus changes) from common; leave out apache vfs for now1.20modifiedanddcommon/.classpathfix the exclipse build1.1addedkabkhanaop/docs/examples/annotated-introduction/Driver.java*** empty log message ***1.1addedkabkhanaop/docs/examples/annotated-introduction/MyAspect.java*** empty log message ***1.1addedkabkhanaop/docs/examples/annotated-introduction/POJO.java*** empty log message ***1.1addedkabkhanaop/docs/examples/annotated-introduction/POJO2.java*** empty log message ***1.1addedkabkhanaop/docs/examples/annotated-introduction/POJO2ExternalizableMixin.java*** empty log message ***1.1addedkabkhanaop/docs/examples/annotated
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
Its not possible for the installer to download ant since the installer IS ant. I'll see if I can trim it down a bit. Meaning you entered some DNS servers when asked and its still not working? Are you sure said DNS servers allow you to query them? The trouble is that JBoss does the variable replacement. I suppose I could do a reasonable approximation (provided you hadn't remapped JBoss's directory structure). I'll do that for RC1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861267#3861267 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861267 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of JBoss Portal] - Security for WebDav access
If I understand correctly, the upcoming 2.0 Alpha release will have one user group assigned to file access. It will be a global repository for all users across all portals running in the same JBoss AS instance. Would it be possible to introduce a file repository per portal instance? That will roughly match the Confluence spaces concept, which seems to be sufficient granularity. This way portal admins can control which users have access to the files in their portal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861266#3861266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861266 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] jboss-4.0-jdk-matrix build.57 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050108084712Lbuild.57 BUILD COMPLETE - build.57Date of build: 01/08/2005 08:47:12Time to build: 32 minutes 52 seconds Unit Tests: (0) Total Errors and Failures: (0) Modifications since last build: (0)
[JBoss-dev] jboss-3.2-testsuite build.43 Build Successful
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050108065702Lbuild.43 BUILD COMPLETE - build.43Date of build: 01/08/2005 06:57:02Time to build: 74 minutes 32 seconds Unit Tests: (1909) Total Errors and Failures: (32)unknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestQueueMessageOrderorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestRequestReplyQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryQueueDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryTopicDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueSendorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueBrowseorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationTopicPublishorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestErrorsTopicSubscribeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestCreateQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestMessageListenerorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestApplicationServerStufforg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicsorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalBounceorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorChangeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorNullOrEmptyorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendReceiveOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendReceiveExpiredorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestProgramaticProxyorg.jboss.test.jmx.test.JMXInvokerProxyUnitTestCasetestServerFoundorg.jboss.test.jmx.test.JMXInvokerProxyUnitTestCaseunknownorg.jboss.test.security.test.SRPLoginModuleUnitTestCaseunknownorg.jboss.test.security.test.SRPUnitTestCasetestEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase Modifications since last build: (0)
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
wrt keystore and absolute path: I got so much used to the variable replacement, that I just did not read the instruction on screen, but just though "ok, I would probably not put the keystore under conf/ myself, but lets use the given value for now". My fault. Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861257#3861257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861257 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
Andy, wrt ant: in a later stage, the installer might check if ant 1.6.1 can be found. If yes, use it. If not ask the user if it is somewhere. If still not, then let him download it and fire it up. Util then, perhaps only add the ant "binary" and not docu etc. (if licence permits). I still have to dig into the DNS stuff, why I am having problems here. THis might be a funny "feature" of Win2k or whatever. I will let you know what I find out. Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861256#3861256 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861256 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss Portal Development] - Re: Adding personal portlet in jboss portal
OK so the problem seems to be because the nukes web-app cannot find the JSP files from my portlet app WAR file. I've packaged up my WAR file directly into the nukes-core.sar file - nukes can then find my Portlet class OK but cannot find my JSP files even though they are in my WAR file. Any ideas what I should be doing to fix this? Obviously I could copy the JSP files into the core nukes-core.war file (which is what i did to diagnose the problem!) but that's not a solution for the long term. Cheers, Kev View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861255#3861255 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861255 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBossCache] - Re: Relationship between CachePreload and Eviction Policy
OK, but the problem appears on server startup with that service-xml. I would like to know if there are any relationship between them. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861254#3861254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861254 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [JBoss Portal Development] - Re: Adding personal portlet in jboss portal
OK that seems to work ok, cheers. The only other issue i'm having is with redirecting to a JSP page - i'm using the same technique as the CMS portlet e.g. PortletRequestDispatcher dispatcher = this.getPortletContext().getRequestDispatcher(JSP_PATH + "/main.jsp"); dispatcher.include(request, response); But the problem is I just get an empty portlet (if the window is NORMAL state) or the single word message "null" within the portlet window if it's MAXIMIZED state. I'm pretty sure I've got my JSP page in the right place (my JSP_PATH variable is just set to "WEB-INF/jsp") in my WAR it's in WEB-INF/jsp also. Is there any way to turn on better debugging output for this? e.g. the "null" message does not come with an exception in the JBoss window and doesn't help me work out what the problem is...? Cheers, Kev View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861250#3861250 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861250 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: Advanced Heap Protection (patch kinda...)
Actually the MySQL problem is worse. It will write a truncated blob. Overall I want to "assume you have a screwdriver" on this.. . meaning assume the DB driver works correctly. Worse case, we can help them make it work correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861248#3861248 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861248 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
Actually the instructions on the screen say "if you are going to generate it you must put the absolute path here" guess its not clear. I know that to a java developer including ant is distasteful, however developers aren't the only audience for the GUI... Telling an admin "you must download ant" would be a bit yucky. WWBGD? (What would bill gates do?) The MX stuff? I added DNS stuff... Yes, we're still working on the screens. The layout is still rough, but thank Kit that they are sane! the text should be "enabled" color instead of "disabled". Thanks for all of your help! -Andy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861247#3861247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861247 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development
[JBoss-dev] [Design of Mail Services] - Re: M2 preview 3 is now available. Please help test/give fe
Hi Andy, first: I personally don't think it is a good idea to include ant in the JBMail distribution. Second: what is the exact name of the game JBMail? JBossMail? Mail-Services? This time I was trying to include SSL. After the GUI asked to generate the key, the installer fails with | ue.taskname at cheese genkey |[genkey] Generating Key for jboss-mail |[genkey] Erzeuge 1.024-Bit rsa SchlÂsselpaar und selbstsigniertes Zertifikat | (MD5WithRSA) |[genkey] fÂr: CN=home.pilhuhn.de, OU=Pilhuhn fun systems, O=Pilhuhn.de, L | =Stuttgart, ST=Germany, C=DE |[genkey] [${jboss.server.home.dir}/conf/mailkey.store wird gespeichert.] |[genkey] Keytool-Fehler: java.io.FileNotFoundException: ${jboss.server.home.dir}\conf\mailkey.store (Das System kann den angegebenen Pfad nicht finden) | | | BUILD FAILED | D:\tmp\jboss-mail\build.xml:134: exec returned: 1 It looks like the variable replacement of ${foo} doesn't work. Without using TLS, the install runs well. I still have to investigate the MX stuff ... Also: checking out jboss-mail module includes ant another time. I definitively hate this. (<--- personal taste) Perhaps the font color of the output on the gui could be a darker grey, as the actual color is a bit hard to read. Keep up the good work Heiko (pilhuhn) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861243#3861243 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861243 --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt ___ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development