[JBoss-dev] [JBossWeb] - no access to ServletContext

2004-03-25 Thread lrae
This is a simple answer I'm sure - 1) implemented a javax.servlet.http.HttpServlet (JSE 1.4.2) with Tomcat4.1/Jboss3.2.3 within a .war directory 2) Trying to access the servlet context in the doget(). getServletConfig returns null; getServletContext throws a null pointer 3) There are conte

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-03-25 Thread pilhuhn
My understanding was that Andy wanted something like Exchange, but as OSS - I might be wrong. >From past experience with a tool called GenesisWorld, the key to success today is >that the tool behaves like Outlook/Exchange and can do more. Most (commercial) users >are used to O/E these days. The

[JBoss-dev] [JBoss IDE] - Re: Searching for talent

2004-03-25 Thread oz59
Greetings Laurent/John. Please count me in on the aop effort too. As far as scope and whatnot, Bill's already got a small wishlist - http://jboss.org/index.html?module=bb&op=viewtopic&t=46997. I emailed him and his reply basically gave me the impression "use your imagination". A very brief l

[JBoss-dev] [Security on JBoss] - Propogate EJB security credentials from standalone tomcat to

2004-03-25 Thread csnow
I have read that using container manager security with Tomcat and JBoss will allow security credentials to automatically propogate when using EJBs in the client (tomcat). I have a realm in Tomcat working proerly as well as a domain in JBoss. They work great separately and run in different J

[JBoss-dev] [Nukes Development] - Re: XSLT implementation

2004-03-25 Thread ntemple
Are you going to be able to release this module (or another one based on XSLT?) I'm curious how the implementation was done. Nick http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827525#3827525";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-03-25 Thread a_sogor
Granted mailing and calendaring are separate issues but they were tied together by some historical reasons: 1. In my understanding(that could be wrong) Outlook acutally stores the persistent state of the calendar in Exchange in a "special" forder, managing the file"specially" but interacting o

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-03-25 Thread mikea-xoba
agreed calendaring is great. but does it belong in jboss mail per se? or rather in a 'jboss calendar' module (if it existed). my question is genuine, in that i know folks tend to associate 'mail' and 'calendar' as essential and somewhat related functions (since they both involve contacts, etc),

[JBoss-dev] [JBoss IDE] - Re: Searching for talent

2004-03-25 Thread jdschult
I would be willing to look at the AOP work. I have already been doing a lot with the WS (Jboss.NET) tags in our projects, but AOP has peaked my interest, and this would be a good way to engage it. What is the scope of the work to be done for AOP integration? http://www.jboss.org/index.html?mod

[JBoss-dev] [JBoss IDE] - Redeploy app w/o jboss shutdown

2004-03-25 Thread binnym
Hi, I am new to JBoss and have used it through Eclipseplugin- JBoss IDE. I want to redeploy the application in jBoss w/o shutting the server and then running the Ant script. My ant script simply copies the exploded ear into the deployment directory. JBoss docs mention that the application ear

[JBoss-dev] [JBoss IDE] - Re: Another

2004-03-25 Thread oz59
Greetings. Are you certain you need to use "Remote"? In either case, to enable remote server debugging, JPDA args need to be part of the remote server's start configuration. In your case, they'd be in "run.bat". They're commented out by default so uncomment the line and more than likely, you

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread kabkhan
For unit tests I'm not really sure, but one test could be to see if you can construct a Mail object with an empty from address and if SMTPSender can send that. For real-world testing I think you would need two machines running smtp servers on port 25. At least one of them would need to be runnin

[JBoss-dev] [JBoss IDE] - Re: Another Launch mode run not supported for configuration

2004-03-25 Thread avajrd
More info from .metadata/.log !ENTRY org.jboss.ide.eclipse.ui 4 0 Mar 25, 2004 14:24:43.88 !MESSAGE Error while fetching JBoss launch configurations !STACK 1 org.eclipse.core.runtime.CoreException: Launch mode run not supported for configuration type org.eclipse.jdt.launching.remoteJavaApplicatio

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread spiritualmechanic
Okay, let me look at it and see what I can figure out. I don't really have a test environment for this, though. How do you typically test this stuff? Two jboss-mail servers? Or do you actually have another mail server to try JBoss against? Steve http://www.jboss.org/index.html?module=bb&op=view

[JBoss-dev] [ jboss-Bugs-909473 ] NullPointerException in LoadMgr3

2004-03-25 Thread SourceForge.net
Bugs item #909473, was opened at 2004-03-03 17:20 Message generated for change (Comment added) made by mpanzitta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=909473&group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: Accepted Priority

[JBoss-dev] [JBoss IDE] - Another

2004-03-25 Thread avajrd
New to JBossIDE with this release. Pardon me if the fix is documented. I looked but could not find a solution. Windows XP Eclipse 2.1.3 JBossIDE 1.2.2 Error message: "Launch mode run not supported for configuration type org.eclipse.jdt.launching.remoteJavaApplication" http://www.jboss.org/in

[JBoss-dev] [Nukes Development] - Re: Velocity Implementation - where to put Velocity.jar?

2004-03-25 Thread ntemple
Scaleability aside, I was attracted to Nukes because it seems to be a simple to use, yet powerful, Java framework. I applaud that simplicity of use, and don't want to make it "less attactive" to others. OTH, Java is more powerful than PHP, and hence Nukes is more complex. Is the goal to be a

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread kabkhan
Yep, RFC2821 (the up to date SMTP one). The bit you need is section 6.1: If there is a delivery failure after acceptance of a message, the receiver-SMTP MUST formulate and mail a notification message. This notification MUST be sent using a null ("<>") reverse path in the envelope. Th

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread spiritualmechanic
It's RFC 2821, right? I don't want to start suggesting things and not be using the latest RFC. http://www.faqs.org/rfcs/rfc2821.html Steve http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827482#3827482";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-dev] [ jboss-Bugs-923433 ] StdServerSessionPool Always Creates Topic Sessions

2004-03-25 Thread SourceForge.net
Bugs item #923433, was opened at 2004-03-25 20:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=923433&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: Non

[JBoss-dev] Compilation Failed! JBoss (Branch_3_0/linux1/1.3.1_10) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (Branch_3_0/linux1/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread kabkhan
The below is just my gut feeling, and I could be very wrong! What do you think is best. I think the most important thing right now is: 1) Get the bounced message sent to the sender with the original subject and a list of the failed email addresses in the message body. Nice haves (which I think

[JBoss-dev] [Build System] - Failing building 3.2.3 for lack of org.opennms.protocols.snm

2004-03-25 Thread rdoust
I'm trying to do a build of target 'all' of jboss-3.2.3 in order to get javadocs (which fails if building target 'docs' due to undefined variables) and am running into compile errors because I have no org.opennms.protocols.snmp. Does anyone know where I can get this package? http://www.jboss.or

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread spiritualmechanic
"SMTPSender.send() used to send the remote mails returns false if failed, it does not include the cause of the error" Is this something that I can look at? I'm not sure how much time I'll have but I know jbossmail will need to be able to do this eventually? Steve http://www.jboss.org/index.htm

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-03-25 Thread spiritualmechanic
>From what I gather, one of the killer features of Exchange has been its calendaring >functionality. I know Notes includes this feature and Sun has its own solution for >calendar serving. So I think in order to be full-featured, jbossmail will need Calendar functionality. Steve http://www.jbos

[JBoss-dev] Compilation Failed! JBoss (Branch_3_0/linux1/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (Branch_3_0/linux1/1.3.1_10) [AUTOMATED]

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

[JBoss-dev] [TODO -- DEVELOPMENT] - Cleanup and documentation of thirdparty contents

2004-03-25 Thread [EMAIL PROTECTED]
There is way too much garbage in the thirdparty directory and insufficient documentation of what version is being used. If you were the last commiter of thirdparty component X you need to provide: A README.txt file containing: $Id:$ NAME: The common name of the component (e.g., Log4j) VERS

[JBoss-dev] [ jboss-Feature Requests-923191 ] Generated ant files should not have hard coded paths.

2004-03-25 Thread SourceForge.net
Feature Requests item #923191, was opened at 2004-03-25 10:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=923191&group_id=22866 Category: JBoss-IDE Group: v3.2 Status: Open R

[JBoss-dev] [Nukes Development] - Re: Velocity Implementation - where to put Velocity.jar?

2004-03-25 Thread triathlon98
Personally, I would love Velocity based templates. Joachim http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827431#3827431";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827431>Reply to the post ---

[JBoss-dev] [JBoss IDE] - Re: home/remote are generated only for session beans

2004-03-25 Thread triathlon98
You need to specify that they have to be generated, so you need all of : | | | | | in your ant script. Joachim http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827429#3827429";>View the original post http://www.jboss.org

[JBoss-dev] [Security on JBoss] - Re: AbstractServerLoginModule

2004-03-25 Thread ahardy66
Since nobody is interested in this, I'll post it in the User forum. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827419#3827419";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827419>Reply to the post --

[JBoss-dev] [Nukes Development] - Re: Velocity Implementation - where to put Velocity.jar?

2004-03-25 Thread jae77
i have a small concern over this... while nukes does give ppl the flexibility to do things like this (and i think that is a great feature), i feel this makes things more complicated as well. now there are multiple templating mechanisms being used, which makes it makes it much more difficult for

[JBoss-dev] [Nukes Development] - Re: [news] Limit display

2004-03-25 Thread jae77
so if i understand you correctly, you want to be able to just show the last 5 items, and have a link to "see more"? if that's correct, that functionality doesn't exist but could be added in the future. right now i'm working on getting all the html into templates (altho i'm a little behind b/c

[JBoss-dev] [Management on JBoss] - Re: Monitoring and analyse JDBC

2004-03-25 Thread penguine
http://www.p6spy.com/ rebuild: it doesnÂt work with the libs from jboss3.0.x :- Hi Bill, they have a nice gui, too: http://www.irongrid.com/catalog/default.php He jboss guys, hereÂs a head line: "P6Spy is discussed in the BEA eWorld 2003 presentation "Tools for the Bea WebLogic Portal Warri

[JBoss-dev] [Management on JBoss] - Re: Monitoring and analyse JDBC

2004-03-25 Thread penguine
I saw that P6Spy has the jboss.jar file from jboss 2.4.6 in the code :-((( . letÂs have a look http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827398#3827398";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827398>Reply to the post

[JBoss-dev] [Security on JBoss] - Granting permission to a role

2004-03-25 Thread vmatic
I have noticed, while trying JUnit test on org.jboss.security, that permissions which are granted to the role are not applied to the subject (user) to whom this role is assigned. Login process pass just fine and the initialized subject looks like: anonymous wrote : Subject: | Principal:

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/linux1/1.3.1_10) [AUTOMATED]

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

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/linux1/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - NoSuchMethodError on NT but not on Debian

2004-03-25 Thread pt00dgr
Hello. I am developing my first cluster. I am using one Linux/Debian node and one Win NT (due to resource issues). The cluster nodes finds each other and the farming service works ok. When I put my EJB archive in the farm directory on my linux node the deployment goes through without any compla

[JBoss-dev] [JBoss IDE] - home/remote are generated only for session beans

2004-03-25 Thread gkatz
hi; i have an XDoclet configuration for all my EJBs. for some reason only session beans home/remote are being generated. for the local entity beans, the DD are generated but the local home/interface are not generated. am i missing some attribute i should have checked in the EJB xdoclet configura

[JBoss-dev] [Management on JBoss] - Monitoring and analyse JDBC

2004-03-25 Thread penguine
Have you ever test P6Spy with jboss 3.x or jboss3.2.x? This is a wrapper for the jdbc driver. But it seems that itÂs doesnÂt work correct with newer jboss versions. Have you experience with this tool? Should I write my on wrapper to receive response time for my sql statements. Have jboss such a

[JBoss-dev] [Nukes Development] - Re: Velocity Implementation - where to put Velocity.jar?

2004-03-25 Thread sgwood
Looking at the build scripts, it could go in a theme specific SAR. If folks think this is a good thing, it could go into the nukes.ear in the nukes-lib.jar, so it is available as a general service. If this is the case, then the templates should be called out in the MBean config in some way, so

[JBoss-dev] [Nukes Development] - Velocity Implementation - where to put Velocity.jar?

2004-03-25 Thread ntemple
I have a Velocity based theme nearly complete. Quick question, though ... where should the Velocity class files / .jar go? Is this something to be deployed seperately or should it be in the .ear itself? I still need to re-compile Velocity against JBoss to get the DataSourceResourceLoader func

[JBoss-dev] [EJB on JBoss] - Re: Starting/Executing a thread/process from EJB e.g Runtime

2004-03-25 Thread mikezzz
Make directory: File f = new File("/path/to/directory"); f.mkdirs(); Untar: This is a little more difficult as tar is not support by Java out of the box. If your file was a zip (or a jar) then you could use the java.util.zip packages to unzip the file. As for tar either write you own tar fil

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-03-25 Thread kabkhan
Hi, I personally think this definitely sounds interesting! However, better wait till Andy is back from leave in about a weeks time to comment more. Cheers, Kab http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827374#3827374";>View the original post http://www.jboss.org/index.html?mo

[JBoss-dev] [Nukes Development] - XSLT implementation

2004-03-25 Thread rebornspirit
Just wrote my first module (not counting the hello world ;) ...) I have to say that developing modules for NUKES is REALY EASY. What i did was an XSLT implementation to have a clearer seperation between logic and layout. Instead of saving my xsl files in the web directory I just drop it in my jav

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-03-25 Thread kabkhan
Go ahead if you like! A few things that I have found worth bearing in mind, which may or may not help you on your way, are: >From what I gather bounce messages should have the From header set to 'empty' (i.e. >From <>), Im not sure what the status in MailAddress is for allowing this, but the >

[JBoss-dev] [Nukes Development] - DNSJava

2004-03-25 Thread joanrey
Hello Guys, I've noticed that there is an old version of dnsjava in the thirdparty folder. Which module is using dnsjava? Is it ok if we upgrade this to ver 1.5? Also where does these libraries in thirdparty folder go? Are they included inside nukes.ear? Thanks, Joan Rey Noval http://www.jboss.

[JBoss-dev] [EJB on JBoss] - Re: Starting/Executing a thread/process from EJB e.g Runtime

2004-03-25 Thread Mamta
Hi I have a stateless session bean deployed in JBoss from which I want to execute ceratin Unix Commands.For this I am writing inside my EJB the following code: Runtime.getruntime().exec("mkdir directory",null,new File(workspace)); Runtime.getruntime().exec("tar -xvf filename",null,new File(wo

[JBoss-dev] [Nukes Development] - Re: [news] Limit display

2004-03-25 Thread itchiban
Sorry, it's for the news module.I wish I could display a little part of all my news! For instance display the last five news and click to a link to see the old one. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827365#3827365";>View the original post http://www.jboss.org/index.ht

[JBoss-dev] [EJB on JBoss] - org.jboss.ejb.EJBProxyFactory declaration

2004-03-25 Thread scoy
Hi, The declaration of EJBProxyFactory contains (the relatively old) comment from marc: anonymous wrote : Moved from typed return to Object to allow for optimizations in creation I'm curious to know what this optimisation actually is and if it ever eventuated. Unless there's a good reason for

[JBoss-dev] [EJB on JBoss] - Starting/Executing a thread/process from EJB e.g Runtime.get

2004-03-25 Thread Mamta
Hi I have a stateless session bean deployed in JBoss from which I want to execute ceratin Unix Commands.For this I am writing inside my EJB the following code: Runtime.getruntime().exec("mkdir directory",null,new File(workspace)); Runtime.getruntime().exec("tar -xvf filename",null,new File(wor

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Optimistic locking

2004-03-25 Thread darth tux
This should solve the optimistic locking problem * @jboss.container-configuration name="Instance Per Transaction CMP 2.x EntityBean" * @jboss:optimistic-locking modified-strategy="true" http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827362#3827362";>View the original post http://ww

[JBoss-dev] [Nukes Development] - Re: API ???

2004-03-25 Thread rebornspirit
I think I expressed myself wrong on my last post. With source code I meaned that it's for the moment not really good documented. I'm (feeling some times ashamed) most of the time a IBM WebSphere developer, so perhaps I just have to get used to the idea that open source is not well documented ...