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
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
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
> 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
>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
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
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
>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
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
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.
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
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
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
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
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
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
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...
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
36 matches
Mail list logo