Re: [JBoss-user] Transfer-Encoding: chunked ???

2004-02-03 Thread Guy Rouillier
+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

Re: [JBoss-user] RMI OVER HTTPS

2003-12-09 Thread Guy Rouillier
. -- Guy Rouillier --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http

Re: [JBoss-user] Installing as a windows service

2003-10-15 Thread Guy Rouillier
as a service if its other than the default service. Could anyone tell me if there is any other way to install jboss as a windows service, or give me their experience with it. Thanks very much, Brian -- Guy Rouillier --- This SF.net email

Re: [JBoss-user] Multiple JBoss Server in JBoss-v3.2.1

2003-10-14 Thread Guy Rouillier
. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

Re: [JBoss-user] Java Preferences

2003-10-08 Thread Guy Rouillier
... --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-30 Thread Guy Rouillier
Scott, I managed to put together a sample demonstrating this issue. See bug 815493. Guy Rouillier wrote: I'll try to work on a small sample this week. Stack trace below. Scott M Stark wrote: Show the full stack trace into the JBoss codebase. 2003-09-29 13:04:29,514 INFO

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-29 Thread Guy Rouillier
[com.masergy.nems.activation.ActivationServer] Starting 2003-09-29 13:04:30,811 INFO [com.masergy.nems.activation.ActivationServer] Started 2003-09-29 13:04:30,826 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jboss-3.2.1/server/default/deploy/nems_activation_mbean.sar -- Guy Rouillier

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-22 Thread Guy Rouillier
/masergy/exception/MsInvalidDataException at java.lang.Class.getDeclaredMethods0(Native Method) -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-17 Thread Guy Rouillier
(Class.java:1770) -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net

[JBoss-user] 3.2.1 classloading questions

2003-09-04 Thread Guy Rouillier
by the MBean from /myDir, so why not the exception classes? -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing

[JBoss-user] jboss-service.xml classpath entry whitespace sensitive?

2003-09-04 Thread Guy Rouillier
see many examples in the default/deploy that have whitespace, though none with a codebase using file-based URL. Am I doing something wrong, or should I submit a bug report? -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-04 Thread Guy Rouillier
Scott M Stark wrote: Guy Rouillier wrote: (4) I moved myThread.jar into /myDir, and I'm now picking up bsh1.jar. The last problem I encountered was that since I was moving all my jars, I went ahead and moved myException.jar to /myDir also. myException.jar contains the exceptions

Re: [JBoss-user] url string for connecting jboss to oracle

2003-09-03 Thread Guy Rouillier
with a hostname and port is for the thin client only. -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] Packaging EJBs/classes for restricted access.

2003-09-03 Thread Guy Rouillier
? In that case, read up on the security sections in the documentation. TIA, Rahul Ganjoo. -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] Re: Configuration for JBoss Startup

2003-09-02 Thread Guy Rouillier
is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

[JBoss-user] Classloading with MBean in a SAR

2003-09-02 Thread Guy Rouillier
repository either. As always, all help is appreciated. -- Guy Rouillier --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] Recursive EJB call gets class not found on home

2003-08-22 Thread Guy Rouillier
to make this work? I don't want to put the classes in the JBoss startup classpath, since they include the home and remote interfaces for an EJB, which would break hot deploy for that EJB. Thanks for any suggestions. Guy Rouillier wrote: I figured out a solution, though I still don't understand

Re: [JBoss-user] Recursive EJB call gets class not found on home

2003-08-21 Thread Guy Rouillier
. If it matters, jarA is added as a ClassPathExtension. What is the difference between a jar added to the startup JBoss classpath and one added as a ClassPathExtension? Guy Rouillier wrote: We are still using JBoss 2.4.3 (moving quickly as possible to 3.2.1) on JDK 1.4.2. We have an EJB that invokes

[JBoss-user] Recursive EJB call gets class not found on home

2003-08-19 Thread Guy Rouillier
. -- Guy Rouillier --- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com

Re: [JBoss-user] DB Connection Validation in 2.4.x

2003-07-28 Thread Guy Rouillier
://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX

Re: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Guy Rouillier
: on the front. -- Guy Rouillier --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click

Re: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Guy Rouillier
lookup look like? Thx, Rod -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:44 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Database JNDI Name Not Found Rod Macpherson wrote: On 3.0.7 my oracle-service.xml file specifies OracleDSX

Re: [JBoss-user] Services Binding Management

2003-07-09 Thread Guy Rouillier
. www.parasoft.com/bulletproofapps ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email sponsored by: Parasoft Error

Re: [JBoss-user] JBoss 3.2.1/Firebird Issue

2003-07-05 Thread Guy Rouillier
when you try to access anything other than the main page. Suggestions/corrections would be appreciated. Thanks, Steve JDK = 1.4.x (I can be more specific if I have to, but there a couple of machines involved, with different JDKs). OS = SuSE Linux 8.2 JBoss = 3.2.1 -- Guy Rouillier

Re: [JBoss-user] Datasource Problems

2003-07-03 Thread Guy Rouillier
are one of the most heavily used components in JBoss. If there was a basic connection leak, many people would have encountered it by now (and thus it would have been fixed.) Best Regards Edgar - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [JBoss-user] Standalone lookup - StreamCorruptedException

2003-07-02 Thread Guy Rouillier
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce

Re: [JBoss-user] javax.naming.NameNotFoundException after some redeploys

2003-07-01 Thread Guy Rouillier
. Also, when this happens, locate the immediately preceeding EJB deployment in your JBoss logs, post that as well. Finally, just to humor me, please post the contents of the the jndi.properties file included inside your EJB jar. Thanks Davide -- Guy Rouillier

Re: [JBoss-user] EXCEPTION: configuration 'IIOP Stateless SessionBean'not found in JBoss 3.0.7

2003-07-01 Thread Guy Rouillier
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Guy Rouillier
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Guy Rouillier
... Edgar - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:08 PM Subject: Re: [JBoss-user] Datasource Problems Edgar, please identify what version you are using. I'm not saying what you are seeing isn't true, but as you know from

Re: [JBoss-user] Hello ! The problem of JNDI again !

2003-06-30 Thread Guy Rouillier
) . The free official documentation is seem that not enough . Thank you ! */Guy Rouillier [EMAIL PROTECTED]/* wrote: jonathan wong wrote: Dear all , Hello ! I am using JBoss-3.2.1 and a standalone Tomcat . I try to connect an EJB in Jboss's through JSP in Tomcat

Re: [JBoss-user] Hello ! The problem of JNDI again !

2003-06-29 Thread Guy Rouillier
for Tomcat? Post your Tomcat classpath - it should show up in your Tomcat console when you startup Tomcat. -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums

Re: [JBoss-user] Hello ! The problem of JNDI !

2003-06-29 Thread Guy Rouillier
is the default address for JNDI running under JBoss. JBoss has many services running on many different ports. */Guy Rouillier [EMAIL PROTECTED]/* wrote: You say that you are doing this from Tomcat running separately from JBoss, i.e., in a separate JVM. If that is true, you should not be using

Re: [JBoss-user] Converting to 3.2.1 - javax.naming.NameNotFoundException:comp not bound

2003-06-29 Thread Guy Rouillier
in my last message. Are you saying that instead of the second one, I should instead be using: java.naming.factory.url.pkgs=org.jboss.naming.java.javaURLContextFactory What is the difference between this last one and the second one? As always, thanks for your time. -- Guy Rouillier

Re: [JBoss-user] Hello ! The problem of JNDI !

2003-06-28 Thread Guy Rouillier
and lookup to JBoss's EJB successfully (as a reference) ? Many Thanks ! Do you Yahoo!? SBC Yahoo! DSL http://pa.yahoo.com/*http://rd.yahoo.com/evt=1207/*http://promo.yahoo.com/sbc/ - Now only $29.95 per month! -- Guy

Re: [JBoss-user] Converting to 3.2.1 - javax.naming.NameNotFoundException:comp not bound

2003-06-28 Thread Guy Rouillier
for steering me in that direction. What is the semantic significance of putting org.jboss.naming: on the front? And any guess as to why this worked if I deployed/undeployed enough times? -- Guy Rouillier --- This SF.Net email sponsored by: Free

[JBoss-user] Converting to 3.2.1 - javax.naming.NameNotFoundException: comp notbound

2003-06-27 Thread Guy Rouillier
) at org.jboss.ejb.Container.startService(Container.java:568) -- Guy Rouillier --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter

Re: [JBoss-user] Shutdown JBoss programmatically

2003-06-24 Thread Guy Rouillier
Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

Re: [JBoss-user] java.util.logging

2003-06-24 Thread Guy Rouillier
/overview.html#1.2 It discusses configuration files, etc. BTW, are you aware that JBoss comes configured with a full-featured logging mechanism, log4j? Very easy to use. What features are you looking for that log4j does not provide? -- Guy Rouillier

Re: [JBoss-user] Who is using JBoss in production?

2003-06-17 Thread Guy Rouillier
___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.Net email is sponsored by: INetU Attention Web Developers

Re: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-14 Thread Guy Rouillier
) at java.lang.Thread.run(Unknown Source) -- Guy Rouillier --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free

Re: [JBoss-user] HOWTO: Call an EJB from an Oracle Java Stored Procedure

2003-06-14 Thread Guy Rouillier
put them on a wiki somewhere. Agreed ? //Nicholas --- Guy Rouillier [EMAIL PROTECTED] wrote: Nicholas, I finally got around to trying this, and it works - thanks! I struggled with this for about 6 months and got nowhere (including working with someone inside Oracle!) I had to go through

Re: [JBoss-user] HOWTO: Call an EJB from an Oracle Java Stored Procedure

2003-06-12 Thread Guy Rouillier
9.2.0.1.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.1.0 - Production I found Oracle to be a little unstable when testing this, but once it is loaded and all the classes are fully compiled in Oracle, it is pretty snappy. //Nicholas --- Guy Rouillier

Re: [JBoss-user] Retrieving a mail session object from Jboss [3.2.1]

2003-06-11 Thread Guy Rouillier
bean successfully. If you don't have time to follow this issue, just leave it, I'm happy with the service I implemented under Tomcat right now, but if I could use Jboss I would be happier. Marco - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

Re: [JBoss-user] Lookup failing in JBoss3.0.4(with attachment)

2003-06-10 Thread Guy Rouillier
) at java.lang.Thread.run(Unknown Source) -- Guy Rouillier --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try

Re: [JBoss-user] Retrieving a mail session object from Jboss [3.2.1]

2003-06-09 Thread Guy Rouillier
. ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread

Re: [JBoss-user] Problems with JBoss on JNDI Data Source Connection

2003-06-08 Thread Guy Rouillier
at com.ccibm.wiredsys.xclient.SQLJndiConnectionTest.main(SQLJndiConnectionTest.java:44) Exception in thread main someone can help me please !!! -- Guy Rouillier --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet

Re: [JBoss-user] Hello ! The problem of deployment !

2003-06-08 Thread Guy Rouillier
NetMeeting : [EMAIL PROTECTED] callto:ils.microsoft.com/[EMAIL PROTECTED] ICQ# 57646152 Do you Yahoo!? Free online calendar http://us.rd.yahoo.com/mail_us/tag/*http://calendar.yahoo.com with sync to Outlook(TM). -- Guy

Re: [JBoss-user] Call an EJB from an Oracle Java Stored Procedure

2003-06-07 Thread Guy Rouillier
debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier

Re: [JBoss-user] JBoss 3.2.1 and MBeans

2003-06-07 Thread Guy Rouillier
://lists.sourceforge.net/lists/listinfo/jboss-user -- Guy Rouillier [EMAIL PROTECTED] --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try

Re: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-05 Thread Guy Rouillier
) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxI nterceptorCMT.java:253) at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT .java:104) NHYX'n7+h~V ./Z(ujejj]jjv 9 Z J0q,x%,+-by+b+-w6z -- Guy Rouillier --- This SF.net email is sponsored

Re: [JBoss-user] Exceptions when running JBoss-3.2.1-tomcat4.1.24on a desktop machine

2003-06-03 Thread Guy Rouillier
You're running Oracle, and it has a server at 8080. That's where the XDB is coming from. The easiest solution I found was to switch to another port. To find all the places where this port us used, use grep. [EMAIL PROTECTED] wrote: hi all, i have downloaded jboss3.2.1_tomcat4.1.24

[JBoss-user] 3.2.1 No ClassNotFound for datasource missing required jar

2003-06-01 Thread Guy Rouillier
We are still running 2.4.3 at work, and I'm starting to prepare for the transition to 3.2.x. In my first test conversion, I created an Oracle datasource and deployed it. I forgot to copy classes12.jar into server\myserver\lib. But looking through the boot.log and server.log, I can find no

Re: [JBoss-user] JSP compilation requires $JAVA_HOME/lib/tools.jaron your JBOSS_CLASSPATH

2003-05-27 Thread Guy Rouillier
- Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Saturday, May 24, 2003 10:20 PM Subject: [JBoss-user] JSP compilation requires $JAVA_HOME/lib/tools.jar on your JBOSS_CLASSPATH I just pulled jboss-3.2 out of CVS and compiled it on Mandrake

Re: [JBoss-user] Help needed for running client EJB

2003-04-04 Thread Guy Rouillier
You need to include the jars in the client subdirectory in your compile and run time classpath. You don't actually need them all, but start with all of them just to get rolling. Anukampa Malhi wrote: I m trying to solve interest EJB example provided with Jboss documentation. This is wht i m

Re: [JBoss-user] Is there a logger service available - To Guy Rouillier

2003-04-01 Thread Guy Rouillier
? Thanks, Marco --__--__-- Message: 3 Date: Mon, 31 Mar 2003 16:22:06 -0500 From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Is there a logger service available from Jboss? Reply-To: [EMAIL PROTECTED] Marco Tedone wrote: Hi, I know that Jboss uses log4j

Re: [JBoss-user] Is there a logger service available from Jboss?

2003-03-31 Thread Guy Rouillier
Marco Tedone wrote: Hi, I know that Jboss uses log4j; is there any service available which I could call from one of my Session Bean instead of implementing all the logger architecture [something like Log logger = (Log)context.lookUp(java:/Logger); ] What architecture? All you have to do to use

Re: [JBoss-user] is there Global Context in Enterprise Beans..

2003-03-31 Thread Guy Rouillier
Magesh Prabhu wrote: Hi guys, Is there a global context in Enterprise beans where I can store a HashTable which can be shared by all the enterprise beans. Basically, what I'm looking for is a in memory Object which can be accessed from many enterprise beans. Please tell me some suggestions

Re: [JBoss-user] java.exe errors

2003-03-28 Thread Guy Rouillier
Eric J Kaplan wrote: I know this is a little off topic, but we see java.exe errors occasionally in various modules, including jboss. Just curious if others are seeing same (win2k, jdk1.4) and if anyone knows the cause. Cant send bug report to sun because they want loads of details we dont

Re: [JBoss-user] scheduler service

2003-03-27 Thread Guy Rouillier
Karri Niemel wrote: We are trying to use the scheduler service with jboss (3.0.4). It works ok, but we have the following problem: This scheduled task is bit time consuming, it takes about 5 min's to complete. When this scheduled task is started, jboss isnt completing any other tasks, although

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Guy Rouillier
Ugh, sorry, ignore this. Right after I sent it, I saw that SourceForge dosn't have nightly builds. My apologies. Guy Rouillier wrote: Sure, go here and click the download link for 3.2.0: http://sourceforge.net/projects/jboss/ Simone Milani wrote: Thanks, Tried that as well, but still

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Guy Rouillier
- Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 5:21 AM Subject: Re: [JBoss-user] Latest CVS version Simone Milani wrote: Hi Heiko, Thanks, I am trying to setup an SSH tunnell on my NT machine to use with CVS but no luck. Did

Re: [JBoss-user] Latest CVS version

2003-03-25 Thread Guy Rouillier
Simone Milani wrote: Hi Heiko, Thanks, I am trying to setup an SSH tunnell on my NT machine to use with CVS but no luck. Did you ever managed to do it? Simone, have you tried PUTTY? I'm using that under Win2K with WinCvs at home to ssh into a remote CVS, and it's been working fine for

Re: [JBoss-user] default JNDI location for entity beans

2003-03-23 Thread Guy Rouillier
Matthew Hixson wrote: On Friday, March 21, 2003, at 07:11 PM, Guy Rouillier wrote: Note I changed your subject - don't use the digest as the subject for a particular question, many people may skip it. And I've changed it back to the original because I almost skipped this one. Well

Re: [JBoss-user] JBoss behind firewalls

2003-03-21 Thread Guy Rouillier
Sacha Labourey wrote: No, I guess that is the problem. The proxy embeeds the ip address of the server (to be able to remotly contact it) AS SEEN by the server, not the client. As both IP are different, it fails. One solution would be to set the java.rmi.server.hostname property to a HOSTNAME (and

Re: [JBoss-user] RE: context.lookup failing

2003-03-21 Thread Guy Rouillier
Note I changed your subject - don't use the digest as the subject for a particular question, many people may skip it. Also note the funky ASCII characters embedded in your messages. Answers below... Marco Tedone wrote: --__--__-- Message: 8 Date: Fri, 21 Mar 2003 10:15:17 -0800 From: Matthew

Re: [JBoss-user] (no subject)

2003-03-18 Thread Guy Rouillier
You don't mention what version and server you are using, but look in server/default/deploy/jbossweb.sar. [EMAIL PROTECTED] wrote: Hi folks, Could anyone tell me where I could find the org.jboss.jbossweb class? I cant seem to locate it yet it comes up in the server.log file.

Re: AW: [JBoss-user] get environment entries

2003-03-18 Thread Guy Rouillier
Just an idea, I haven't tried it, but how about putting your environment entries down a level in the hierarchy, and looping there? So instead of env-entry-nameTicket Server Name/env-entry-name try this: env-entry-namemyEnv/Ticket Server Name/env-entry-name And then

Re: [JBoss-user] get environment entries

2003-03-17 Thread Guy Rouillier
Here is an example from some working code. In the bean, use this: Context initial = new InitialContext(); Context environment = (Context) initial.lookup(java:comp/env); setServerName((String) environment.lookup(Ticket Server Name)); In ejb-jar.xml, use this: env-entry env-entry-nameTicket

Re: [JBoss-user] Proper way to shutdown

2003-03-17 Thread Guy Rouillier
What version? Have you tried the shutdown.sh or shutdown.bat script in the bin directory? [EMAIL PROTECTED] wrote: HI folks, Up until now Ive been shutting down jboss using crtl+c but then in the output as the server starts up it has 19:57:57,009 INFO [STDOUT] Use SHUTDOWN

Re: [JBoss-user] Feature idea

2003-03-03 Thread Guy Rouillier
- Original Message - From: Rick LaBanca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 03, 2003 7:53 AM Subject: Re: [JBoss-user] Feature idea Jetty is separate but the jboss folks seem to want to treat it as the official jsp portion of the suite (I agree). I think of

Re: [JBoss-user] Feature idea

2003-03-02 Thread Guy Rouillier
- Original Message - From: Rod Macpherson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 01, 2003 2:51 AM Subject: Re: [JBoss-user] Feature idea JBoss is an EJB engine. What kind of page are you talking about? I think you are actually talking about a web app bundled

Re: [JBoss-user] Feature idea

2003-02-28 Thread Guy Rouillier
- Original Message - From: David Corbin [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Friday, February 28, 2003 8:02 AM Subject: [JBoss-user] Feature idea The one thing I'd like to see jboss provide. When I an application is redeployed, I'd like to see JBoss accept

Re: [JBoss-user] Form based authentication

2003-02-25 Thread Guy Rouillier
I can share what we do using form-based authentication. We've rolled our own authentication mechanism, and have JBoss and Tomcat on different servers. This may be what you mean by login form on each page - I'm not clear. At any rate, at the top of each page, the developer has %@ include

Re: [JBoss-user] JBOSS Application Logging

2003-02-25 Thread Guy Rouillier
Please stop sending your email in HTML format. Switch to plain text. Many here use log4j for application message logging. I do it very easily with Tomcat and JBoss running independently. Are you running one of the combined packages? There was a protracted discussion here over the last week

Re: [JBoss-user] Form based authentication

2003-02-25 Thread Guy Rouillier
- Original Message - From: Silvester van der Bijl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 8:45 PM Subject: Re: [JBoss-user] Form based authentication Hello, You're doing exactly what I want to do, only I want to use container managed security. If I

Re: [JBoss-user] Form based authentication

2003-02-25 Thread Guy Rouillier
- Original Message - From: Silvester van der Bijl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 8:45 PM Subject: Re: [JBoss-user] Form based authentication You're doing exactly what I want to do, only I want to use container managed security. If I understand

[JBoss-user] Re: JBoss getting stuck on Windows (was: no subject)

2003-02-20 Thread Guy Rouillier
RE: [JBoss-user] (no subject)Replying to two messages in one. - Original Message - From: Bill Burke To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 8:52 PM Subject: RE: [JBoss-user] (no subject) Winblows. What I also love is when the console is puking a lot of output it takes

Re: [JBoss-user] Remote RMI (jndi)

2003-02-20 Thread Guy Rouillier
- Original Message - From: Jeremy Rempel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 3:09 PM Subject: [JBoss-user] Remote RMI (jndi) I am trying to access a ejb remotley though JNDI. It compiles perfect and it works when it is on the same machine and I

Re: [JBoss-user] Is 4.0 new or evolution of 3.2?

2003-02-20 Thread Guy Rouillier
descriptor. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: Tuesday, February 18, 2003 11:10 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Is 4.0 new or evolution of 3.2? Bill, thank you for taking the time

[JBoss-user] Is 4.0 new or evolution of 3.2?

2003-02-18 Thread Guy Rouillier
I skipped over a recent email proclaiming 4.0 to be a ground-up rearchitecture for the 21st century (or some such fluff.) I just deleted it at the time, but last night it got me to thinking. I'm the lead architect at our small telecom startup, and I introduced JBoss there. We are still on 2.4.3

Re: [JBoss-user] Is 4.0 new or evolution of 3.2?

2003-02-18 Thread Guy Rouillier
re-architecting other parts of JBoss. Best regards, Bill Burke Chief Architect JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: Tuesday, February 18, 2003 12:27 PM

Re: [JBoss-user] JMS persistence manager for Oracle8

2003-02-15 Thread Guy Rouillier
How is your datasource configured to connect to Oracle: oci or thin? I've never stored BLOBs in Oracle - don't believe in it. But I've read on this list repeatedly that using the thin driver to store blobs won't work, you need the oci driver. - Original Message - From: Marek Lange [EMAIL

Re: [JBoss-user] EJB Timer Service

2003-02-15 Thread Guy Rouillier
Sorry, don't remember if I replied to this or not. JBoss has had a timer service in it for as long as I've been using it, since 2.2. For 3.2, take a look at server\default\deploy\schedule-manager-service.xml server\default\deploy\scheduler-service.xml for examples of two different

Re: [JBoss-user] jboss backup management: howto?

2003-02-14 Thread Guy Rouillier
David, I like the idea of only testing when a client calls. Saves testing all the connections every n minutes when a client may not call for hours. I foresee the issue of a bunch of dead connections hanging around in the pool for all those hours, and worse, going through each one testing for a

Re: [JBoss-user] jboss backup management: howto?

2003-02-14 Thread Guy Rouillier
James, thanks for the reply. How frequently does it test connections in the dead pool? Does it have a concept of Geez, I've tried a half dozen times to reconnect this connection in the last 5 minutes, there must be something fundamentally wrong with it, let me just get rid of it? Who knows,

Re: [JBoss-user] jboss backup management: howto?

2003-02-13 Thread Guy Rouillier
with a new one. What happens now is that dead connections stay dead until you bounce the appserver. I will take the non-fool-proof solution over that any day! - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 8:00 PM Subject

Re: [JBoss-user] Run Client Using RMI

2003-02-12 Thread Guy Rouillier
- Original Message - From: Hanson, Matthew [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 1:14 PM Subject: RE: [JBoss-user] Run Client Using RMI hey - changed the server jndi.properties from localhost to my machine IP, and a client on the _same_ machine can

Re: [JBoss-user] jboss backup management: howto?

2003-02-06 Thread Guy Rouillier
- Original Message - From: Rod Macpherson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 10:37 AM Subject: Re: [JBoss-user] jboss backup management: howto? Noticed the same thing. WebLogic has a watch-dog that does a SELECT * FROM FOO where you supply the

Re: [JBoss-user] Advice: how to periodically scan a database table

2003-02-06 Thread Guy Rouillier
I haven't thought this through completely, but have you researched using a timer to periodically invoke an EJB, thus dispensing with the MBean entirely? - Original Message - From: Demyanovich, Craig - Apogent [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 1:22

Re: [JBoss-user] javax.management location in 3.0.4

2003-02-04 Thread Guy Rouillier
- Original Message - From: G.L. Grobe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 6:19 PM Subject: Re: [JBoss-user] javax.management location in 3.0.4 Sorry, I need to clarify that last ... I'm looking for the package where MBeanServer got moved to. A

Re: [JBoss-user] Say No to NetBeans

2003-02-03 Thread Guy Rouillier
- Original Message - From: Tony Tortallini [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 4:28 AM Subject: Re: [JBoss-user] Say No to NetBeans Blah blah blah ... but you still never rebutted my point about NetBeans screwing up Java IDE revenue models. Thanks

Re: [JBoss-user] Sending and receiving Emails

2003-02-03 Thread Guy Rouillier
Please format your mail as plain text, not HTML. See other messages inline. - Original Message - From: Brian McSweeney To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Monday, February 03, 2003 11:46 AM Subject: [JBoss-user] Sending and receiving Emails Hi guys, general computer

Re: [JBoss-user] Help! ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy

2003-01-17 Thread Guy Rouillier
- Original Message - From: Matthew Van Horn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 17, 2003 1:48 AM Subject: [JBoss-user] Help! ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHomeProxy Anyone know what might lead to this error?

Re: [JBoss-user] Nature of Tomcat / JBoss integration

2003-01-16 Thread Guy Rouillier
- Original Message - From: HORTON,NOAH (HP-FtCollins,ex1) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:16 AM Subject: [JBoss-user] Nature of Tomcat / JBoss integration Hi! I am helping to evaluate using JBoss in a project and have some questions about

Re: [JBoss-user] Nature of Tomcat / JBoss integration

2003-01-16 Thread Guy Rouillier
- Original Message - From: João Clemente [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 8:11 PM Subject: Re: [JBoss-user] Nature of Tomcat / JBoss integration I did not completely undertood the scenario you described. Let me put some question that maybe will

Re: [JBoss-user] anyone have a checkout right now? (need javants.exe)

2003-01-15 Thread Guy Rouillier
Sent to your email address. - Original Message - From: Rob Helmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 2:14 AM Subject: [JBoss-user] anyone have a checkout right now? (need javants.exe) Hello, Sourceforge appears to have disabled anonymous CVS

Re: [JBoss-user] Store large pdfs with JBoss

2003-01-10 Thread Guy Rouillier
I've not read Sun's argument, but I've never understood the rationale for storing large invariant data in an RDBMS. Or course the RDBMS vendor wants you to do it - they want the whole world stored under their product. And the DASD vendors love it. But what does it buy you, the user who

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Guy Rouillier
See Re: [JBoss-user] problem with DatabaseServerLoginModule from Laurent Belmont from Monday January 06, 2003. - Original Message - From: Victor Batista [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 11:06 AM Subject: [JBoss-user] DatabaseServerLoginModule is

Re: [JBoss-user] Asking about Schedular Servlet in JBoss

2003-01-01 Thread Guy Rouillier
JBoss has scheduler (two, actually). They will both work for this application. Don't understand why you are calling a URL to send an email. JBoss has a mail service, why not just invoke that to send the email? What is the URL doing for you? - Original Message - From: Thaer

  1   2   3   4   >