[JBoss-user] [JBossWS] - Re: JAXB 2.0

2006-05-11 Thread mcorey
Is a full implementation of the JAXB 2.0 spec on the roadmap for JBoss WS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943067#3943067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943067 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Serving large files...

2005-12-16 Thread mcorey
I'm running into problems trying to serve up large files from JBoss -- namely, files that have a file size greater than MAX_INT... JBoss is returning a negative value for the 'content-length' HTTP header, which is causing problems with some of our software on the client side... Has anyone run i

[JBoss-user] [Management, JMX/JBoss] - Re: MBean waiting for Webapp - Deployment

2005-04-07 Thread mcorey
I'm seeing this exact issue with JBoss 3.2.7 (I realize the original thread is an old one)... is there a different way of doing this, or is this a known issue when trying to put a dependancy on a war that lives inside an ear? M View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Distributable webapps and HTTP Sessions

2005-03-21 Thread mcorey
Ok, no responses yet, so I'll extend the question -- should the jboss.web:host=,path=,type=Manager MBeans be available for webapps that are marked as distributable, or is there some deeper problem that I have with my deployment? View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [HTTPD, Servlets & JSP] - Distributable webapps and HTTP Sessions

2005-03-20 Thread mcorey
I'm trying to track down a problem I'm having with JBoss appearing to not load an HttpSession object for a request, and I'm wondering how to find information about HTTP Sessions in a webapp that is marked as 'distributable'? In a non-distributable webapp, I know I can get to it with the mbean

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Serving up huge numbers of files

2005-02-09 Thread mcorey
Excellent -- I'm downloading it now... Thanks a lot :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865957#3865957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865957 --

[JBoss-user] [HTTPD, Servlets & JSP] - Serving up huge numbers of files

2005-02-09 Thread mcorey
I am attempting to use JBoss to serve up a huge number of files, and I'm having some difficulty. Before suggesting that I use Apache, or something other than JBoss, let me say that the reason for using JBoss is to take advantage of its' built-in authentication and security features -- I'm able

[JBoss-user] [HTTPD, Servlets & JSP] - Alternate security providers

2005-01-31 Thread mcorey
Is there any way in the Tomcat/JBossWeb SSL configuration to indicate a security provider? I have a situation where I have a hardware SSL accelerator that has it's own JCE provider, but the only way I can currently use it with Tomcat/JBossWeb is to configure it as my default security provider (

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HttpSession times out even when it should be active

2005-01-25 Thread mcorey
Yes, I have done this -- I set it to 45 minutes, and it is honoring that... like I said, at 9:00 the user logs in, at 9:30 the user sends a touch request, and at 9:45 the session expires... when the touch request comes in, however, it SHOULD move the expire time out to 10:45 (45 minutes from th

[JBoss-user] [HTTPD, Servlets & JSP] - HttpSession times out even when it should be active

2005-01-25 Thread mcorey
I am having a problem with my HttpSessions occasionally timing out when, in fact, there is normal activity. I have a web app that is keeps a small amount of login information about a user in the HttpSession when they login. The client is a C-based fat client, which sends a 'touch' message ever

[JBoss-user] [Management, JMX/JBoss] - Re: StatisticsCollector

2004-11-17 Thread mcorey
Excellent -- found it! Thank you... M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855491#3855491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855491 --- This

[JBoss-user] [Management, JMX/JBoss] - StatisticsCollector

2004-11-16 Thread mcorey
I'm interested in using the Statistics Collector described at http://www.jboss.org/wiki/Wiki.jsp?page=StatisticsCollector, but I can't find the statscollector.jar file indicated in that Wiki entry... is it included in the JBoss distribution at all? Do I have to build it from CVS? Thanks, M Vi

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-12 Thread mcorey
Thanks, Scott -- that's what I needed to know... I've since implemented my own... M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851207#3851207 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851207

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread mcorey
"genman" wrote : | If you have "global settings" it's probably better to have them exposed as MBeans rather than creating JNDI entries. JNDI is better for things like service objects or LDAP trees. I chose to do it this way because the env-entry technique is standard J2EE functionality -- U

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread mcorey
Well, there is no forum related to Naming, so I picked this forum -- perhaps 'Installation & Configuration" would have been more appropariate, but that's not a real good fit either... Anyway, I want to change a value in web.xml because right now that's the only (easy) way I know of to put a sim

[JBoss-user] [Management, JMX/JBoss] - Re: Monitors and operations

2004-06-23 Thread mcorey
Ok, no reply yet, so I'll change the question a bit... Is there a particular reason why monitoring the result of an operation rather than just an attribute is not supported (or hidden, at any rate)? And if I wanted to dig into it myself, where is it located in CVS? Thanks, M View the original

[JBoss-user] [Management, JMX/JBoss] - Monitors and operations

2004-06-17 Thread mcorey
Is there currently any way to have monitors evaluate the output of an operation, instead of simply checking the value of attributes? If not, are there any plans to implement this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839128#3839128 Reply to the po