RE: [JBoss-user] Shutdown hangs

2002-02-20 Thread Eric Jain
> You are on NT ? ... No, IRIX. Meanwhile I built a newer version of JBoss, now the shutdown procedure seems to hang at: 08:45:26,029 INFO [HANamingService] closing socket Interestingly, the scheduler service continues to work. -- Eric Jain ___

[JBoss-user] RE: [JBoss-dev] MBeans

2002-02-20 Thread Ramesh Gadde
Hi all I have one class which will read loggging.xml file and parse the xml file. This is the helper class used by MBean. i created jar file which consists of all my classes and i am putting the jar file in D:\JBoss\JBoss-2.4.3_Tomcat-3.2.3\jboss\lib\ext i am putting logging.xml file in D:\JBos

Re: [JBoss-user] Copy protection

2002-02-20 Thread Dain Sundstrom
You can't. You will have to learn to trust with your users. -dain Leigh Wanstead wrote: > Hello everyone, > > I am not sure if this is a correct place to ask. Anyway, here is the > question. > > How to protect your ear files? I mean if you deploy ear into application > server, how you preve

[JBoss-user] JBoss 2.4.1 confused by mulitple jars in deploy dir

2002-02-20 Thread Thomas Markwalder
Hi all: No doubt this is something stupid I'm neglecting to do but here's what happens. Given two ejb jars, Customer.jar and Reference.jar placed in the jboss deploy directory, starting jboss results in the following behavior: It deploys from reference as shown: [AutoDeployer] Watching /home/

[JBoss-user] Copy protection

2002-02-20 Thread Leigh Wanstead
Hello everyone, I am not sure if this is a correct place to ask. Anyway, here is the question. How to protect your ear files? I mean if you deploy ear into application server, how you prevent others simply copy this ear to another application server? What 3rd party tools would you recommend? Th

[JBoss-user] Re: Virtual Host support

2002-02-20 Thread Marius Kotsbak
On Thu, 2002-02-21 at 00:07, Greg Wilkins wrote: > > Virtual host support has been in Jetty from the day dot. I know. It looks like the jboss-plugin also exposes this, but just doesn't use it (expose it to users). > It is simply that there is no J2ee standard deployment mechanism for > them in

[JBoss-user] Re: Virtual Host support

2002-02-20 Thread Greg Wilkins
Virtual host support has been in Jetty from the day dot. It is simply that there is no J2ee standard deployment mechanism for them in JBoss. You are correct that the web-jetty.xml file can be used to setup a virtual host for a webapplication. Something like: http://jetty.mortbay.org/configure

Re: [JBoss-user] Shutdown hangs

2002-02-20 Thread Peter Fagerlund
on 19-02-2 19.01, Eric Jain at [EMAIL PROTECTED] wrote: > Whenever I shut down JBoss (3.0.0 alpha), it remains hanging at the > following point: > > [18:40:08] INFO naming.NamingService : Stopping > > Any ideas why this could be happening? You are on NT ? ... /peter ___

Re: [JBoss-user] How to update hsqldb

2002-02-20 Thread Peter Fagerlund
on 13-02-2 19.48, Eric Jain at [EMAIL PROTECTED] wrote: > Problem: I need to be able to store large objects inside entity beans. > Unfortunately, the version of hsqldb provided with JBoss 3.0.0 alpha only > supports fields of up to 32KB. Apparently this has been fixed in the newest > version of h

Re: [JBoss-user] jboss 2.4.4 and mysql: Unknown Source

2002-02-20 Thread Christine
Hi, Dennis I had the same problem to start MySQL(3.23.47) with Jboss 2.4.4-Tomcat4.0.1. I did config the jboss.jcml under Jboss-2.4.4_Tomcat-4.0.1/jboss/conf/catalina. The changes are as follow: 1. org.hsqldb.jdbcDriver, org.gjt.mm.mysql.Driver 2. add one more mbean MySQ

Re: [JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread Jules Gosnell
If you have this dicussion on [EMAIL PROTECTED] I'm sure you would get some useful input from Greg. I've CC-ed you. Jules [EMAIL PROTECTED] wrote: > On Wed, 20 Feb 2002, Adam Heath wrote: > > > yOn 20 Feb 2002, Marius Kotsbak wrote: > > > > > I see that Virtual Host support is mentioned in

[JBoss-user] JMS durable Topic subscriptions

2002-02-20 Thread Dave Smith
If I have a topic with mulitple durable subscriptions and each of these has a message selector. Should the message not be considered delivered if the message is attempted to be delivered but the selector says that the subscriber is not intersted in it? __

RE: [JBoss-user] vm params

2002-02-20 Thread Eric Kaplan
Yeah, i guess this was more of a rhetorical question. I'd like to keep the jboss files clean rather than hacking them up. A %JBOSS_VM_OPTS% param in the script might be in line. -Original Message- From: danch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:14 PM To: Eric

[JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread Adam Heath
On Wed, 20 Feb 2002 [EMAIL PROTECTED] wrote: > Seems like a ok solution also, but unfortunately I use the new jboss 3.x > with jetty, not tomcat.. > > I think I need to try apache's url rewrite function to solve this (having > all web-apps on the same domain, and forwarding from apache). > >

Re: [JBoss-user] vm params

2002-02-20 Thread danch
Kinda has to be in the script, since it's a VM option -danch Eric Kaplan wrote: > I need to set the max size for the vm running jboss. Besides hacking the > script, is there a way to do this? > > Eric Kaplan > Armanta, Inc. > 55 Madison Ave. > Morristown, NJ 07960 > Phone: (973) 326-9600 >

[JBoss-user] vm params

2002-02-20 Thread Eric Kaplan
I need to set the max size for the vm running jboss. Besides hacking the script, is there a way to do this? Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 winmail.dat Description: application/ms-tnef

[JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread marius
On Wed, 20 Feb 2002, Adam Heath wrote: > yOn 20 Feb 2002, Marius Kotsbak wrote: > > > I see that Virtual Host support is mentioned in the TODO-file in > > jboss/jetty plugin. Does that mean that it isn't possible yet to set up > > virtual hosts that each war should be bound to? > > > > Is it po

[JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread Adam Heath
yOn 20 Feb 2002, Marius Kotsbak wrote: > I see that Virtual Host support is mentioned in the TODO-file in > jboss/jetty plugin. Does that mean that it isn't possible yet to set up > virtual hosts that each war should be bound to? > > Is it possible to do this with WEB-INF/web-jetty.xml? I think t

Re: [JBoss-user] a different null Principal problem

2002-02-20 Thread David Ward
Scott, Thanks for responding in the forum. I tried standalone tomcat3 and tomcat4, and they both work properly. It's only when I use the bundled tomcat4 in jboss244 that I get my problem. I've updated the forum post with details. Thanks again, David -- David Ward wrote: > Can anyone famil

RE: [JBoss-user] Virtual Host support

2002-02-20 Thread Coetmeur, Alain
I have posted a patch to extens catalina support... note that the diff file seems not to be useable properly (a problem between diff -bBtw and patch) I'm changin that, and will put the sources... > -Message d'origine- > De: Marius Kotsbak [mailto:[EMAIL PROTECTED]] > Date: mercredi 20

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Pavel Kolesnikov
David, I appreciate your exhaustive and helpful answer very much. I promise to read the specs before sending another silly question to the list :-)

Re: [JBoss-user] Deployment Failure JBoss 3.0beta

2002-02-20 Thread Stephen Davidson
Hi Edward. I do not have access to a viable FTP server that has anonymous login. The client in question does not use FTP, but SCP to transfer the files around. And I do not know how to make an SCP URL. If you would like, I can email you the file. Thanks, Steve Edward Q. Bridges wrote: >

[JBoss-user] Virtual Host support

2002-02-20 Thread Marius Kotsbak
I see that Virtual Host support is mentioned in the TODO-file in jboss/jetty plugin. Does that mean that it isn't possible yet to set up virtual hosts that each war should be bound to? Is it possible to do this with WEB-INF/web-jetty.xml? I think this would be best to specify in jboss-web.xml sin

[JBoss-user] Re: Streaming to EJBs

2002-02-20 Thread Daniel Bruce Lynes
Just thought I'd say thanks again for the help I got in streaming data to an EJB. Realized for the uploading of data to LOBs I'm going to have to use a stateful bean (probably more efficient for downloading of data as well), because I need to maintain the database connection, and then do a com

Re: [JBoss-user] Deployment Failure JBoss 3.0beta

2002-02-20 Thread Edward Q. Bridges
probably the best thing is for you to make your .ear file available via a url to allow people to download it. large attachments aren't good to send through email. i would be happy to give it a go, even though my post was directed more toward adrian brock and his post regarding the error in

Re: [JBoss-user] Deployment Failure JBoss 3.0beta

2002-02-20 Thread Stephen Davidson
will error on deployment. -Steve Edward Q. Bridges wrote: > when i look at the results page for WebIntegrationUnitTestCase from today: > >http://lubega.com/testarchive/reports-20020220-0519/org/jboss/test/web/test/WebIntegrationUnitTestCase.html > > the only error is

[JBoss-user] a different null Principal problem

2002-02-20 Thread David Ward
Can anyone familiar with Tomcat3->Tomcat4 changes please take a look at this forum post? http://main.jboss.org/thread.jsp?forum=50&thread=9104 Like I said in the forum, it's probably something I should post to the Tomcat list, but I thought I'd see if anyone here has experienced it... Thanks,

[JBoss-user] wrong path to deployed files

2002-02-20 Thread Markus Kalkbrenner
Hi! I'm using JBoss 2.4.4 with embedded Tomcat 4.0.1 on a linux system. Within a Servlet i'm loading a xsl stylesheet (a.xsl) wich imports another one like this: Both xsl files a located in the same directory after deployment: /JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/diplomarbeit.ear

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread David Ward
Pavel, You've got way to much stuff in both the .war and .jar you have in your .ear. You don't need to include all those jars in your war lib since they're already in jboss' classpath. You also don't need any web classes in your ejb tier, and you only need the home and remote interface of y

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Pavel Kolesnikov
On Wed, 20 Feb 2002, Dmitri Colebatch wrote: > where is the struts.jar? This error is the classical error that comes up > when the struts classes are loaded by a different classloader than the > action classes. put struts.jar in WEB-INF/lib inside the .war and you > shouldn't have any problems.

(Repost)Re: [JBoss-user] Deployment Failure JBoss 3.0beta

2002-02-20 Thread Stephen Davidson
Hi David. The first time, I started JBoss, and then Deployed my app. There has been no run.log. How do I make it write to one? Cutting and pasting my entire screen would be a bit of a nuisance, but I can if it would help. I have a large screen buffer... >>file:/home/jboss/jboss-all/bu

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Dmitri Colebatch
Hi, where is the struts.jar? This error is the classical error that comes up when the struts classes are loaded by a different classloader than the action classes. put struts.jar in WEB-INF/lib inside the .war and you shouldn't have any problems. cheers dim - Original Message - From:

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Pavel Kolesnikov
JBoss 2.4.4 & Tomcat 3.2.3. and Struts 1.0.2 Pavel On Wed, 20 Feb 2002, [iso-8859-1] Julian Gosnell wrote: > Which version of JBoss ? > > Which Servlet Container (Jetty, Tomcat, Catalina)... > > Anything else you think may be helpful. > > > Jules > > > --- Pavel Kolesnikov <[EMAIL PROTEC

Re: [JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Julian Gosnell
Which version of JBoss ? Which Servlet Container (Jetty, Tomcat, Catalina)... Anything else you think may be helpful. Jules --- Pavel Kolesnikov <[EMAIL PROTECTED]> wrote: > Hallo, > > I've written i simple struts based web application, > which calls > a session bean deployed at JBoss serv

[JBoss-user] problem deploying struts app as ear

2002-02-20 Thread Pavel Kolesnikov
Hallo, I've written i simple struts based web application, which calls a session bean deployed at JBoss server and tries to display the result. If I deploy jar with my EJB and war with struts based web application separately, everything works fine. But if I create an ear package and deploy it, J

Re: [JBoss-user] Deployment Failure JBoss 3.0beta

2002-02-20 Thread Edward Q. Bridges
when i look at the results page for WebIntegrationUnitTestCase from today: http://lubega.com/testarchive/reports-20020220-0519/org/jboss/test/web/test/WebIntegrationUnitTestCase.html the only error is a 500 error on UserTransactionServlet that doesn't appear to be caused by a deployer re