Re: [JBoss-user] question about ejb restrictions

2003-10-01 Thread Alex Hornby
[EMAIL PROTECTED] wrote: The spec prohibits the use of files / native libraries for a reason. I understand that the usage of a native library can bring down the entire application server. Isn't this the same for MBeans? Yes, but you still might want to use the native library - some third

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Alex Hornby
On Mon, 2003-09-01 at 15:48, Joao Clemente wrote: Can you detail a bit what HUGE i actually? Speed? Latency? Maximum number of users? Memory usage? Cpu usage? Thanks I've set jsp precompilation up for a small example project as part of a training course - the difference in user experience

[JBoss-user] org.jboss.naming.ExternalContext and CosNaming problem - can't seeCosNames in JNDIView

2003-08-14 Thread Alex Hornby
Hi, I'm trying to federate an external CosNaming service into the JBoss 3.2.1 JNDI namespace and I'm having a problem that the external context does not list in the JNDIView. I have deployed a file cosnaming-service.xml along with a file ate.tao.properties as below !-- Bind the remote TAO

Re: [JBoss-user] NIS login module

2003-07-01 Thread Alex Hornby
On Tue, 2003-07-01 at 09:55, Ionel Gardais wrote: Hi, is there a NIS login module available somewhere (over the rainbow) ? thanks, ionel Or a PAM login module - that would be able to do either NIS, SMB or passwd auth. Although I guess that would need a JNI part. Alex.

Re: [JBoss-user] MBean deployment ignores depends tag

2003-06-24 Thread Alex Hornby
. On Wed, 2003-06-18 at 18:36, Alex Hornby wrote: Hi David, After reading your and Scotts replies I've packaged the mbean classes and -service.xml into a .sar to try to get the classes loaded. I have a problem that both my mbean .sar and my ejb .jar both need to use the EJB interfaces, so

Re: [JBoss-user] MBean deployment ignores depends tag

2003-06-18 Thread Alex Hornby
**/ On 2003.06.09 09:37 Alex Hornby wrote: On Mon, 2003-06-09 at 14:25, Nicholas wrote: Can you send them again ? I could not find them in the archive. Hmmm, looks like the sourceforge archive strips off attachments. Here is the body of my reply to Scott and the attachment again

Re: [JBoss-user] MBean deployment ignores depends tag

2003-06-09 Thread Alex Hornby
Did anyone have a chance to look at the log files I sent on thursday last week? The deployment order seems to be ignoring the dependencies. Alex. --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger

Re: [JBoss-user] MBean deployment ignores depends tag

2003-06-09 Thread Alex Hornby
On Mon, 2003-06-09 at 14:25, Nicholas wrote: Can you send them again ? I could not find them in the archive. Hmmm, looks like the sourceforge archive strips off attachments. Here is the body of my reply to Scott and the attachment again: I've attached a gzip'd jboss log from a jboss 3.2.1

[JBoss-user] MBean deployment ignores depends tag

2003-06-06 Thread Alex Hornby
I'm seeing a problem deploying an EJB jar and an mbean -service.xml file into JBoss 3.2.1. If I copy them into the deployment directory one by one whilst jboss is running its fine - the EJBs deploy followed by the service MBean. The problem is that when JBoss is restarted the mbean depends tag

Re: [JBoss-user] MBean deployment ignores depends tag

2003-06-06 Thread Alex Hornby
this is not happening. The very same ejb jar and -service.xml work fine if I force the deployment order by copying them into the deploy directory manually one by one. Regards, Alex Hornby. jboss.log.gz Description: GNU Zip compressed data ?xml version=1.0 encoding=UTF-8? server classpath codebase

[JBoss-user] Sybase sequence numbers and JBoss?

2003-02-20 Thread Alex Hornby
created, but when I refresh the web page I get the exception above in the jboss log. Any ideas how to fix this? Is it a JDBC or Sybase server problem? Sorry if this is a FAQ but I couldn't find anything related on google. Cheers, Alex. -- Alex Hornby [EMAIL PROTECTED

[JBoss-user] Jboss and shared binary installs?

2003-02-18 Thread Alex Hornby
to?) the main root owned jboss install into a developer owned location where they can deploy/configure stop/start jboss to their hearts content. Anyone set up something similar? Cheers, Alex. -- Alex Hornby [EMAIL PROTECTED] --- This sf.net email

[JBoss-user] JBoss CORBA IDL?

2003-02-11 Thread Alex Hornby
Hi, I'm looking at using JBoss to implement some new functionality in an existing CORBA based application. The JBoss IIOP web pages don't mention how to generate IDL for a C++ app to call into JBoss. Is this possible? Any pointers to documentation/examples either free or subscription would be