[JBoss-dev] [ jboss-Patches-913321 ] Standard taglib with jboss 3.2.3, tomcat 5 issue

2004-03-10 Thread SourceForge.net
Patches item #913321, was opened at 2004-03-10 13:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376687aid=913321group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution:

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Clustered JMS

2004-03-10 Thread zubairq
Thank you for your reply. Next time I will make sure that I only post on the users forum. My apologies for that. I looked through the clustering documentation and it was not clear to me where I should specify a different RMI policy. Should I specify this is jboss.xml under the load balance

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Running single JUnit test from IDE

2004-03-10 Thread [EMAIL PROTECTED]
You are missing jndi.properties from your classpath. See the one-test target in build.xml for the complete configuration. Regards, Adrian a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825032#3825032;View the original post/a a

[JBoss-dev] [Nukes Development] - Re: Nukes security

2004-03-10 Thread cooper
in BlockSupport you have to methods : edit(Page page) update(Page page) for now the main menu block does not use them but it could, like the html module is doing now. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825037#3825037;View the original post/a a

[JBoss-dev] [ jboss-Bugs-913213 ] new message

2004-03-10 Thread SourceForge.net
Bugs item #913213, was opened at 2004-03-10 03:37 Message generated for change (Comment added) made by vietj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=913213group_id=22866 Category: Nukes Group: None Status: Closed Resolution: Invalid Priority: 5

[JBoss-dev] [ jboss-Change Notes-913422 ] New org.jboss.monitor.services.MemoryMonitor service

2004-03-10 Thread SourceForge.net
Change Notes item #913422, was opened at 2004-03-10 13:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=381174aid=913422group_id=22866 Category: None Group: v3.2 Status: Open Priority: 5

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: JBoss HeartWatch service

2004-03-10 Thread dimitris
ivelin wrote : | ... | 1) Scheduling based CPU estimate. Schedule a regular heartbeat task which will measure the time between two runs. If the delay is over the scheduled interval for a prolonged (configurable) time, then broadcast JMX notification. | | 2) Memory monitor. A similarly

[JBoss-dev] [Nukes Development] - Understanding JSP module changes

2004-03-10 Thread sgwood
Julien, I would like to understand and document on the Wiki the effect of the changes you made to the JSP module. From your CVS checkin: anonymous wrote : Added support for JSP outside of Nukes, basically the WebApplicationEnhancer MBean listen for war deployments and when it finds one with

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread mikea-xoba
i also have not been able to get tests to run through successfully, with them failing immediately on the twiddle test (which i deleted). then i noticed that deleting TestJMSMailListener helped alot too --- although i quickly ran into another roadblock i'm still trying to push through getting

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread mikea-xoba
maybe i screwed things up --- sorry --- but hopefully we'll have a whole suite of unit tests to screen this sort of security behaviour if we don't already have them. but i definitely noticed two aspects of behaviour that didn't make sense to me in code from before this last weekend, when i did

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread cooper
here is what I did : It is possible now to embed a nukes-web.xml in a war. The goal is to intercept calls made to the war and decorated it with Nukes. If a war is deployed, this must be done after nukes.ear is deployed, so it is a good idea to put it in the nukes directory. This is because war

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
I haven't looked too deeply into how this works, but basically the unit tests run their own JBoss instance via calling org.jboss.system.server.ServerImpl methods directly from org.jboss.mail.MBeanServerUtil in the test suite. There is some info about this here:

[JBoss-dev] [Nukes Development] - block - navigation

2004-03-10 Thread debian75
Hi guys Will it be possible to have customized blocks per menu ? Like if I click on Home (from the top menu bar) I don't want the same left block as when I click Project (from the top menu bar) This isn't possible with postnuke unless you have multiple installations or really hack

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread acoliver
is handle-auth turned on? (mail.sar/META-INF/jboss-service.xml) !-- auth-required - optional, default = true: Determines whether we require the user to login to the SMTP server in order to send the mail. By default we do require

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread sgwood
I want to be clear about the extent of the change you are proposing. There are several points where you talk about in the future, and I am not sure whether that means now. | Change the nukes.ear to a nukes.sar | | (Module?) war to have Nukes components with a nukes.xml that will be

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread acoliver
(BTW, I'm coming back up to speed after a week out and lots of baby-related appointments. I'm working on checking into everything, just be patientbaby comes on the 18th and then I go on a vacation for two weeks. I'm hoping to get M1 ready even if we don't release it due to me not wanting

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Initial state replication is not working! Please help!

2004-03-10 Thread michael.daleiden
Well, I switched the Win2K server back to JDK 1.3.1 (since this was easier than upgrading the HP/UX server to 1.4). The java.lang.ClassNotFoundException: No ClassLoaders found for: boolean error still occurs on the HP/UX server when the Win2K server is shutdown and then restarted. With

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread jae77
before i weigh in on this, what is the overall vision of how themeing and templating? ppl can create new themes right now, but there doesn't seem to be an easy way for them to create new .tpl files (if they want to change the overall look and feel and not just colors, etc) to use instead of the

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread jae77
p.s. the new wiki integration rocks! a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825073#3825073;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825073Reply to the post/a

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread cooper
anonymous wrote : | Change the nukes.ear to a nukes.sar | (Module?) war to have Nukes components with a nukes.xml that will be located in the war | nukes.ear - ejbs + sar would become : nukes.sar which contains services (MainMBean, Nukes war enhancer mainly) + ejbs + wars anonymous

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread cooper
anonymous wrote : | ppl can create new themes right now, but there doesn't seem to be an easy way for them to create new .tpl files (if they want to change the overall look and feel and not just colors, etc) to use instead of the default set that comes w/ the template. | are we going to

[JBoss-dev] [JBoss IDE] - which version of eclipse am i supposed to use with jboss-ide

2004-03-10 Thread eqe1900
it doesn't seem to work with 2.1.2 on winxp, but is ok with 2.1.0. is this correct or is there a workaround for 2.1.2 that i couldn't find. thanks. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825078#3825078;View the original post/a a

[JBoss-dev] [Nukes Development] - Re: Understanding JSP module changes

2004-03-10 Thread jae77
i'm all for trying to do this now. adding in easy use of jsps would give some more flexibility to ppl who want to move to templating, instead of having the html embedded in the code. (i know i would rather try to do the news templates as jsps). could we support jsps out of the database in the

[JBoss-dev] [JCA on JBoss] - trying to understand JBossManagedConnectionPool idle timeout

2004-03-10 Thread mandrews-flarion
hi folks, i'm suspecting that idle timeouts on sql Connection objects may not be timing out as i expect them to, and i'm trying to trace the behaviour to code in IdleRemover and InternalManagedConnectionPool. what i think i saw in my application was that even though some connections were idle

[JBoss-dev] [ jboss-Bugs-913634 ] Wrong IP used in OIL and UIL

2004-03-10 Thread SourceForge.net
Bugs item #913634, was opened at 2004-03-10 17:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=913634group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: None

[JBoss-dev] [JBoss IDE] - Re: xdoclet bug?

2004-03-10 Thread rdb55
I seem to remember reading somewhere in the EJB spec. that when defining the abstract getters and setters, the convention of uppercasing the first letter of the variable is automatically treated as lowercase. Some stylistic thing. I also remember reading in the same place some examples of how

[JBoss-dev] [JBoss IDE] - xdoclet no longer works

2004-03-10 Thread rdb55
I've been impressed with the integration and worked through the tutorial without any problems. I just started my own project and everything was working fine. I deployed the project a number of times without any problems. I then needed to change the datasource (an xdoclet mapping in the EJB

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread acoliver
I think I've fixed the TestJMS though now we have to pass in the name of the connection factories in the constructor. for some dammed reason the TestTwiddle is working on OS X but not on Linux. Will look into that further. Its not critical for M1, if I have to I'll delete the test

[JBoss-dev] [Nukes Development] - authid in urls

2004-03-10 Thread thepriz
Is it necessary to put the authid in a url. or is this handled in the nukes internals? I am asking because in the faq and polls modules I see it doing this but not in the bb module. Thanks, a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825110#3825110;View the original post/a

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
I'm currently refamiliarising myself with everything (starting with SMTP), and could look at the error reporting/message bouncing. I should be able to get something up and running. Having not looked at this in any detail whatsoever yet, my initial guess is something along the lines of: -if

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
Aha, found this regarding my earlier post http://linuxintegrators.com/blog/acoliver/code/?permalink=0116.html a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825115#3825115;View the original post/a a

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Initial state replication is not working! Please help!

2004-03-10 Thread michael.daleiden
After yet another journey down into the depths of the cache, it now appears that the problem lies with the combination of Java 1.3, TreeCache, and boolean attributes. Basically, once I downgraded the Win2K server to 1.3, it began exhibiting the same behaviour as the HP/UX server

RE: [JBoss-dev] RE: Service Lifecyle confusions - potential fix

2004-03-10 Thread Sacha Labourey
And don't forget... We should really have the restart semantic in the new state diagram ;) -Original Message- From: Ivelin Ivanov [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 10:01 PM To: [EMAIL PROTECTED]; Scott M Stark Cc: [EMAIL PROTECTED]; The Core Subject: Re:

[JBoss-dev] JBoss Test Results: 86 % ( 1592 / 1835 ) - come on - pull your finger out. JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-03-10 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: 86 % ( 1579 / 1830 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-03-10 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: 86 % ( 1594 / 1835 ) - come on - pull your finger out. JBoss (HEAD/linux1/1.4.2_03) [AUTOMATED]

2004-03-10 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===