It means you JMX object name is bad. The name is
jboss.security:service=JaasSecurityManager
not
jboss.security.service=JaasSecurityManager
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "kiuma" <[
From the 3.0.7 release notes:
comments:
Add a flushAuthenticationCache(String securityDomain, Principal user)
operation to allow a single user to be flushed from the authentication
cache.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
-
The jars are in the jboss-dist/client directory. When in doubt include them all, but
the
concurrent.jar, jbossall-client.jar, and log4j.jar should be all that are required for
JDK1.4.
The jnet.jar will be needed when using JDK1.3.
Scott Stark
Chief Technology Officer
JBo
Hi All,
We are running JBoss 3.2.1 with Tomcat and experiencing a strange
problem:
Our ManagedConnectionPool parameters are configured as follows:
MaxSize = 20
MinSize = 0
IdleTimeoutMinutes = 15
BlockingTimeoutMillis = 5000
ManagedConnectionFactoryName =
jboss.jca:service=ManagedConnectionFact
Have anybody a example to install oracle 9i to JBoss
with/ or no Xdoclet?
Sincerely,
Maiquel
___
Yahoo! Mail
Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção
contra spam.
http://br.mail.yahoo.com/
For your CLASSPATH, add /client/jbossall-client.jar. This jar
should have everything (and then some) you need to build your JMS code.
Dustin
> -Original Message-
> From: Markus Jais [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 7:16 AM
> To: [EMAIL PROTECTED]
> Subject: [JBos
Sorry the solution is
value="jboss.security:service=JaasSecurityManager"
kiuma wrote:
Hello, I ahve this method:
* @ejb.env-entry
* name="jaasMgrName"
* value="jboss.security.service=JaasSecurityManager"
* @ejb.env-entry
* name="securityDomain"
* value="progettoblu"
public
Excuse me if I'm wrong, but is this the same Ed Brown that was flaming JBoss on
the jboss-user list (though not being an actual user) some months ago? If so,
what is your motivation for continued harassment? If not, I apologize and ask
that you provide the answer you seem to be sitting on. ;)
T
Hello, I ahve this method:
* @ejb.env-entry
* name="jaasMgrName"
* value="jboss.security.service=JaasSecurityManager"
* @ejb.env-entry
* name="securityDomain"
* value="progettoblu"
public Collection getLoggedUsers()
throws RemoteException
{
try {
Hi Markus,
Indeed it is difficult to explain how to use JMS in an
J2EE environment/application like JBOSS by email. This
is because one needs to first understand what
messaging is, what message driven beans (MDB) are,
then how to deploy MDB in an application server such
as JBOSS.
A good place to st
* Jon Haugsand
> Look at the following code fragment:
>
> public void testEqual() throws Exception {
> cat.debug("testEqual");
> KonfigurasjonPK pkp = new KonfigurasjonPK(1);
> KonfigurasjonLocal kl = konfHome.findByPrimaryKey(pkp);
> kl.getBeskrivelse();
> Colle
First, you should have
public void ejbPostCreate(ALocal a ) {
do you have it?
alex
Wednesday, May 28, 2003, 1:45:32 PM, costin costin wrote:
c> Hello!
c> I am having difficulties with a CMR relation on one of my web-apps.
c> I am using JBoss 3.2.0 and MySql 4.0.12 on Linux 2.4.18.
c>
hello
I am totally new to JBOSS and JMS. After reading the documentation I found
at jboss.org and java.sun.com I am a bit lost.
is there some information on how to use the examples from the JMS tutorial
from Sun together with JBOSS ??
I am currently trying to compile the examples but do not kno
THIS IS FOR A CLIENT WHO HAS A JBG SUPPORT CONTRACT
Guys,
A team here needs a component that does something like this:
An invocation comes in, initiates a number of pieces of short-term,
concurrent work. when all have been done, the result is aggregated and
returned in the outbound invocation
Look at the following code fragment:
public void testEqual() throws Exception {
cat.debug("testEqual");
KonfigurasjonPK pkp = new KonfigurasjonPK(1);
KonfigurasjonLocal kl = konfHome.findByPrimaryKey(pkp);
kl.getBeskrivelse();
Collection all = konfHome.f
Hello!
I am having difficulties with a CMR relation on one of my web-apps.
I am using JBoss 3.2.0 and MySql 4.0.12 on Linux 2.4.18.
I have the following diagram:
++
| A bean |
++
A 1
|
V *
+--+
|B bean|
+--+
The problem appears wh
●接 近 客 户 就 是 接 近 成 功●
**
●电子邮件地址(1.3亿)+企业名录+180款营销软件在线销售☆
**
●☆《中国黄页一中国电话号簿》光盘版☆
**
●☆全国上网企业名录大全...☆
**
Hi,
I would like to know whether or not I need to upgrade my current version
of JBoss (308RC1 bundled with tomcat 4.1.24 LE1.4) in order to aquire
functionality/support for removing an individual user from the
authentication cache when he logs out of the web application.
If this is possible to
Can anybody help-me with this error?
Exception in thread "main"
java.lang.SecurityException: Unable to locate a login
configuration
at
com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun
Hi Scott,
Thanks!
Im getting a little confused here though. Your description looks like an
explanation to the problem with the scheduler not being deployed:
[ObjectName: test:service=TestScheduler
state: FAILED
I Depend On:
Depends On Me: org.jboss.deployment.DeploymentException: Exception se
Hi,
I'm having problems too to deploy the osworkfolw_example to JBoss like Rod
Macpherson had earlier. Maybe, I do not really understand, how to set up the
oracle connection or how to bind the JNDI names. I always get
14:30:19,425 FATAL [BaseJDBCProvider] Could not look up DataSource using
JND
Hi,
I currently look for an easy way to do some database initialisations at
deployment time of a J2EE application.
For some of the entity beans it would make sense to provide some entries
directly after the installation. I would like
to avoid to access the database directly. On the other hand I am
Janardhan Burugupalli wrote:
Hi All,
My sapdb-xa-ds.xml looks like this ...i have a problem that the
AIWORKDB is not bound while starting the JBoss
can some one correct this if anything goes wrong in this...
and also i dont know how to specofy the driver class for the database
driver .i
Hi All,
My sapdb-xa-ds.xml looks like this ...i have a problem that the
AIWORKDB is not bound while starting the JBoss
can some one correct this if anything goes wrong in this...
and also i dont know how to specofy the driver class for the database
driver .i tried the normal local-tx-da
You can't write to a file from an ejb,
you should instead use an MBean to do this.
ciao,
kiuma
Gordon wrote:
Hi.
I have a problem writing a SVG document to a local directory
My code works in a normal java class but when i use it in an ejb, i
get an error. The svg file is created in the local driv
25 matches
Mail list logo