[JBoss-user] Issue deploying EAR with manifest class-path

2002-08-02 Thread Brian Towles
Howdy all I am having an issue deploying an ear file and having the Manifest Class-Path followed. the ear consists of and ejb file and supporting files.. junction.ear junction-ejb.jar junction-server.jar junction-client.jar junction-common.jar The Manifest class

[JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-02 Thread Marius Kotsbak
I have a custom LoginModule that is accessing EJBs in the same security domain as it secures to do the password check and assign roles. It checks a Person-CMP's user/pwd. The problem is that it is not allowed to access these secured EJBs! Is this a bug? If not, what is the recommended way of solv

[JBoss-user] EJBCA 2.0pre1 + jboss 3.0.0 +jetty 4.0.1

2002-08-02 Thread Holger Baxmann
just installed, configured, first certificate generated - it runs a world full thanks for the great work, guys bax ps: ldap integration tomorrow, ibutton via tini next week --- This sf.net email is sponsored by:T

Re: [JBoss-user] [OT]: social engineering & technical recreation for the SOURCE in europe

2002-08-02 Thread Holger Baxmann
> Great Idea, all the fun belong to us!? All your fun are belong too us ... ;-)) --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailin

AW: [JBoss-user] [OT]: social engineering & technical recreation for the SOURCE in europe

2002-08-02 Thread Stefan Groschupf
>yeap, let's do a 'JBoss Le Mans' - 24 heurs du JBoss, in honor of marcf You mean a 24 hour coding battle "Who write the best JBoss related 24 hour project". Ok . I want to join such a battle with a 2 person team! May be we found some funny prices for the winner, such a JBoss Le Mans Running t

Re: [JBoss-user] Grabbing a transaction from JBoss via Castorcontinually fails - HELP!

2002-08-02 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>You might get more response if you included jboss version, castor version, DJ>deployment info, and a code snippet. DJ> DJ>david jencks DJ> DJ>On 2002.08.02 13:21:13 -0400 Bruce Snyder wrote: DJ>> This one time, at band camp, Bruce Snyder said: DJ

Re: [JBoss-user] [OT]: social engineering & technical recreation for the SOURCE in europe

2002-08-02 Thread Holger Baxmann
yeap, let's do a 'JBoss Le Mans' - 24 heurs du JBoss, in honor of marcf bax - Original Message - From: "Stefan Groschupf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 8:49 PM Subject: AW: [JBoss-user] [OT]: social engineering & technical recreation for the SO

AW: [JBoss-user] [OT]: social engineering & technical recreation for the SOURCE in europe

2002-08-02 Thread Stefan Groschupf
>we want to announce a feel free meeting for the people in and around >europe, which are on the way to prepare themselfs for joining the >revolution. Hey Bax, a great idea! Like a "come together" JBboss work camp? We can exchange experience and work together and discuss about jboss related open s

Re: [JBoss-user] Grabbing a transaction from JBoss via Castor continually fails - HELP!

2002-08-02 Thread David Jencks
You might get more response if you included jboss version, castor version, deployment info, and a code snippet. david jencks On 2002.08.02 13:21:13 -0400 Bruce Snyder wrote: > This one time, at band camp, Bruce Snyder said: > > BS>I'm building an application that is using Castor for persisting

[JBoss-user] [OT]: social engineering & technical recreation for the SOURCE in europe

2002-08-02 Thread Holger Baxmann
hi all, sorry for beeing off topic - but the forums suck .. in this postings once. this is no commercial posting, it is about a cost-price event. we want to announce a feel free meeting for the people in and around europe, which are on the way to prepare themselfs for joining the revolution.

Re: [JBoss-user] Grabbing a transaction from JBoss via Castorcontinually fails - HELP!

2002-08-02 Thread Bruce Snyder
This one time, at band camp, Bruce Snyder said: BS>I'm building an application that is using Castor for persisting objects BS>and I'm using the JBoss TransactionManager for container managed BS>transactions. Inside of TransactionManager.getThreadInfo(), there's a BS>call to: BS> BS>ThreadInfo

[JBoss-user] IllegalStateException: Can't put job, thread is not alive or not present

2002-08-02 Thread Maris Orbidans
Hello, does anyone know what this exception could mean ? [ERROR,Default] java.lang.IllegalStateException: Can't put job, thread is not alive or not present JBoss 2.4.4 Red Hat Linux release 6.2 (Zoot) Kernel 2.2.14-5.0smp on a 2-processor i686 java version "1.3.1" Java(TM) 2 Runtime Enviro

Re: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Burkhard Vogel
Hi, if you are on JDK 1.4.x the PortableRemoteObject.narrow() is causing the exception as it seems to have a bug. hth, Burkhard - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 6:58 AM Subject: Re: [JBoss-user] SAR file wit

[JBoss-user] Grabbing a transaction from JBoss via Castor continually fails -HELP!

2002-08-02 Thread Bruce Snyder
I'm building an application that is using Castor for persisting objects and I'm using the JBoss TransactionManager for container managed transactions. Inside of TransactionManager.getThreadInfo(), there's a call to: ThreadInfo ret = (ThreadInfo)threadTx.get(); This call instantiates the Thre

Re: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Scott M Stark
You only need an ear level loader-repository is you are deploying multiple versions of the same ear. The jar, sar and war all share the same class loaders with or without the loader-repository. The loader-repository simply introduces a new level of class loaders that isolates the ear deployment cl

RE: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Torsten Terp
Thanks for the help, i really appreciate it!!! > > 1. You don't need to pack firebird-service.xml, it can be a module itself. > 2. the jboss specific modules are intended to be in jboss-app.xml, not > application.xml, like this: > > > > firebird-service.xml > > > > > > > > app-managem

Re: [JBoss-user] Re: Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Jules Gosnell
Are you merging changes that you have made to your 3.0 installation ? unpack it somewhere else, ensure that it runs OK there (which it will probably, as it does for many other people). When you are sure everything is OK, merge your changes one by one - maybe one of them is now out of date...

Re: [JBoss-user] managing JMS queue security

2002-08-02 Thread David Stoleson
I had a similar problem. Is the client/applet and the server running the same version of the JVM? There is a bug (#4661534) in 1.4 such that there are binary incompatibilities with the InetAddress class between 1.3 and 1.4. It appears the the socket is created using an InetAddress. On Frida

[JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-02 Thread James Higginbotham
Title: Message Hi!   As I read the architecture docs for JBoss 3 some time ago, I started thinking how interesting it would be to use the core JBoss kernel to develop Swing-based applications. No, not using Swing to talk to JBoss, but rather as a platform for developing a Swing framework tha

RE: [JBoss-user] size of packages clients need to download

2002-08-02 Thread MHewitt
Ionel, The class loader for the applet engine handles the request for classes. If you want to streamline the size of the support jars, here are some tricks which might help. 1) clear your webserver's logs Remove the archive statements from your APPLET tags. expand the jars in the base directory f

Re: [JBoss-user] size of packages clients need to download

2002-08-02 Thread Lachezar Dobrev
The URLClassLoader may be the smartest one in Java at all. Of course it does. It loads classe that are: 1. classes of inner members (fielsd). 2. classes taht are return-types of methods. 3. classes, that are parameter of methods. It does not load classes, that are not directly u

RE: [JBoss-user] Re: Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Jarecsni Janos
Hi, I've downloaded 3.0.1 from Sourceforge. I extracted it and copied the files under JBOSS_HOME. But Jboss threw quite a few exceptions when I started it up. Isn't it a proper way of updating Jboss in a Jboss-Tomcat bundle? Cheers, Janos | -Original Message- | From: [EMAIL PROTECTED]

[JBoss-user] jetty & tomcat perf

2002-08-02 Thread Achilleus Mantzios
Hi Alex. Nice to hear from you again. Well, i cannot give you details yet, since i dont have time. BUT! 1) i exagerated. its like tomcat doing job "J" in 2000 milisecs average, and jetty in 1300,average. 2) the job is DB bound. Profiling the several sql statements shows that these 1300 milsec

Re: [JBoss-user] Re: Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Jules Gosnell
ClassLoading is slow in 3.0 - upgrade to 3.0.1 and your JSPs and startup time will improve dramatically. Jules P.S. It at www.sf.net Achilleus Mantzios wrote: > The same jboss startup time phaenomenon and jsp compilation > (long) times applies also to the jboss3.0.0 with jetty. > > But i not

Re: [JBoss-user] size of packages clients need to download

2002-08-02 Thread Ionel Gardais
HI, thanks for your reply. I don't know that much about on-the-fly class loading. Is it smart enought to know that if I load a class (A) that uses another class (B), it will load both class A and B ? thanks, ionel Lachezar Dobrev wrote: > You can always decompress the jars on the Web-Serv

Re: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread David Jencks
1. You don't need to pack firebird-service.xml, it can be a module itself. 2. the jboss specific modules are intended to be in jboss-app.xml, not application.xml, like this: > firebird-service.xml > > > > app-management.sar > > > although it appears that putting them in applicatio

RE: [JBoss-user] Cannot connect to an external RMI Server

2002-08-02 Thread Graham French
Title: Message Cheers Rick,   Apologies for not replying sooner but this fixed the problem. How strange but then again, thats Windows for you.     -Original Message-From: LaBanca, Rick [mailto:[EMAIL PROTECTED]]Sent: 27 June 2002 17:11To: '[EMAIL PROTECTED]'Subject: RE: [JBo

Re: [JBoss-user] size of packages clients need to download

2002-08-02 Thread Lachezar Dobrev
You can always decompress the jars on the Web-Server. Then the classes will be downloaded on request, which will not lower down the download size (it is getting bigger), but will make asynchronous class download available. I.E. The Applet loads some boot-classes to run the applet. When there

[JBoss-user] size of packages clients need to download

2002-08-02 Thread Ionel Gardais
Hi, In an Applet framework unsing the JMS, there are 6 packages to download (jboss-common-client.jar, jbossmq-client.jar, jnp-client.jar, log4j.jar, concurrent.jar and jboss-j2ee.jar) plus the needed classes for my app. Its then a "little" 940kb to be downloaded by the client. As some users h

[JBoss-user] managing JMS queue security

2002-08-02 Thread Ionel Gardais
Hi, Where to manage the MQ security ? Currently, my queue doesn't set anything and JBoss uses the default policy. Unfortunatly, when my applet connects to the topic, the server side log shows : 2:57:07,825 ERROR [OILClientIL] Cannot connect to the ConnectionReceiver/Server java.net.ConnectExc

Re: [JBoss-user] Re: Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Alex Loubyansky
AM> But i noticed a tremendous performance improvement with jetty AM> engine (about 80%-100%) faster than tomcat 4.0.3. 100% ??? :) Even 80%, I think, too much. What have you tested and how? alex --- This sf.net email is sponsored by:ThinkG

[JBoss-user] Re: Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Achilleus Mantzios
The same jboss startup time phaenomenon and jsp compilation (long) times applies also to the jboss3.0.0 with jetty. But i noticed a tremendous performance improvement with jetty engine (about 80%-100%) faster than tomcat 4.0.3. On Fri, 2 Aug 2002, Achilleus Mantzios wrote: > > Hi migrating (s

RE: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Torsten Terp
Hi Thanks for the hint... the loading sequence is now in order: 1. db 2. EJBs 3. mbeans... Thats great! But after I have added the jboss-app.xml with a context loader for my app, i get a ClassCastException i dont understand.. All the classes are in the same classloader context, but when the mbea

[JBoss-user] Jboss3.0.0_tomcat4.0.3 startup time/performance

2002-08-02 Thread Achilleus Mantzios
Hi migrating (successfully!!) from jboss2.4.6 to jboss3.0.0, i noticed a notable increase in the startup time of jboss. On my machine PIII 1GHz, redhat 7.1 (krnl 2.4.7), with jboss2.4.6 it took about 19 secs to come up (having trimmed off the message queues, and hsql). Now with jboss3.0.0 runnin

AW: AW: [JBoss-user] JBoss.Net Question

2002-08-02 Thread Jung , Dr. Christoph
Because the EJBProvider looks up the ejb home object not as a java.lang.Object but via javax.ejb.EJBHome (and not javax.ejb.EJBLocalHome) in order to call getEJBMetaData() on it ... Since most of the wsdl-generation does reflection anyway, we could get detype this bit of code, too. CGJ -Ur

[JBoss-user] Antigen found FILE FILTER= *.bat file

2002-08-02 Thread ANTIGEN_EXCHANGE7
Title: Antigen found FILE FILTER= *.bat file Antigen for Exchange found jboss.zip->run.bat matching FILE FILTER= *.bat file filter. The file is currently Removed.  The message, "Re: [JBoss-user] Anyone get Jetspeed running?", was sent from Dannemann, Bjorn  and was discovered in IMC Queues\Inb