Hi All...I have an ear package file,,If placed in deploy dorectory,,it works
fine,,,If i unzip that ear file plave the directory in the same directory,,it
doesnt work,,plz help regd this asap
Rgds
Subhash
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387230
Hi friends,
Can I use batch processing(real time and periodic) in cluster mode using
session bean or entity bean with jboss 4.0sp1 server?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872307#3872307
Reply to the post :
http://www.jboss.org/index.html?modul
That's, what I was looking for! Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872308#3872308
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872308
---
This
To be short for a start: No I didn't solve the problem. I still hope someone
will come with a briliant idea :)
For the record: It's the StartDatabaseManager() function that gives errors. The
Dukes Bank application is working fine (with database).
Things for you to check first:
I made my profile
Thanks Adrian. Still UIL2 is unable to connect.
I have changed the UIL2 descriptor for
${jboss.bind.address}
to the IP (10.0.0.18). Still I am facing the problem. Hope this is also a
general problem.
Here is the trace.
org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested thr
JBOSS Server 4.0.1 RC2
*
The application deploys succesfully. The application requires to connect to the
weblogic server and then to the oracle server for auithentication.
Authentocation fails and the Log FIle says
INFO [ 2005-04-01 09:44:51,656] - [INFO]-[http-0.0.0.0-8080-
Any other JBoss deployment/classloading gurus out there?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872297#3872297
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872297
---
Hi,
I'm looking at the XMBean example in the JBoss Application Server
Guide (Chapter 2.4.3.2.3, version 3 of the XMBean).
It desribes how to add a custom security interceptor to the XMBean.
However, what I still don't understand is how to use this custom
security interceptor to connect to the def
I've read the JBoss Classloading Use Cases document several times and although
it has come a long way towards helping me understand, what is perhaps one of
the most mystical aspects of JBoss AS, I'm still a bit confused.
If deployment is scoped, why would you ever set this to true? If a class i
Excerpt from JBoss ClassLoading Use Cases:
"Isolating class loading domains is nice. Our applications will run happily and
safe. But very slowly, when it comes to interacting with each other. This is
because each interaction involves passing arguments by value, which means
serialization, which
it is quite simple,
just set the attributes true
the default value is false, in the file conf/jboss-service.xml.
Now, everything is OK!
id
e r ver
View the original post :
All war specific context info needs to be set via the WEB-INF/context.xml
descriptor. We do not support context info from the server.xml since war
deployments are dynamic entities. Tomcat itself has deprecated the user of the
Context settings from the server.xml.
View the original post :
http
And what is the java:/EDRMS-DS configuration?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872291#3872291
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872291
--
Sessions integrate with the jboss security layer, not the other way around
since tomcat can run without jboss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872290#3872290
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
|
|
|
|
|
|
|
| java:/jaas/NOT-jbossmq
|
| jboss.mq:service=DestinationManager
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872289#3872289
Reply to the post :
http://www.jboss.o
Dear All,
In my environment: 2 win2000, JBoss 3.2.3, when I start in ?all? mode,
sometimes the cluster has 2 nodes, sometimes just 1 each other.
I check the code and found it is a JGroup connection issue. And I write the
follow code to test:
public class JGroupConnectionTest {
private stat
You have an inconsistent snapshot then as castor usage is gone from our
codebase.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872287#3872287
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872287
--
See the roadmap.
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872286#3872286
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872286
---
Its probably this issue:
http://jira.jboss.com/jira/browse/JBAS-1495
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872285#3872285
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872285
--
Read about the CallbackHandlerClassName attribute of the
JaasSecurityManagerService.
http://www.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872283#3872283
Reply to the post :
http://www.jboss.org/in
ejb references are only defined in the context of an ear or the same ejb jar.
A local ejb has no requirement to be accessible via jndi, and so in general
its impossible for a war to even reference an external local ejb. Its purely an
implementation detail in jboss that this works at all.
View
Its something we can look into doing when the project websites are revised this
summer.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872281#3872281
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872281
---
Write your own login module to map to your security env. See chapter 8 of the
online admin/devel guide:
http://www.jboss.org/docs/index
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872279#3872279
Reply to the post :
http://www.jboss.org/index.html?module
Please contribute a unit testing to re-produce this prolem. I don't think is
ignorable error.
Thanks a lot,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872278#3872278
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Yes, you will need separate cache instances.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872277#3872277
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872277
--
I am so stupid...
HttpSession session = request.getSession();
session.invalidate();
it is all you need to log out the session. I thought i need to clear the cache
or something. So how come even I clear the cache, I am still in the session?
View the original post :
http://www.jboss.
hi all,
when i cllick jboss-4.0.1sp1\jboss-4.0.1sp1\bin\run
i am getting following message
i am using jdk1.3 and running tomcat4.0 sucessfully
-JBOSS Error--
JAVA: c:\jdk1.3\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xm
Each Jboss server has a lib folder, If I have some class that is not in a jar
form, could it be load by jboss server automaticly?
If yes, where should I put it.
If not, what shall I do to fulfill my requirement.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
FYI,
I committed DataHandler support into the current 4.0 branch.
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872273#3872273
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872273
-
Then this should be JBOSS's problem, As the order of its class loader is not
properly.
Is it correct?
Any solution of this problem?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872272#3872272
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
hi all,
i am very new to jboss. now i am using tomcat4.0. now i want to change tomcat
to jboss.
i have downloaded "jboss-4.0.1sp1.zip" from website.
i am using windows2000server.
In tomcat i am using following path for my project.
JSP files :- D:\ApacheTomcat4.0\webapps\examples\jsp\myfo
hi all,
i am very new to jboss. now i am using tomcat4.0. now i want to change tomcat
to jboss.
i have downloaded "jboss-4.0.1sp1.zip" from website.
i am using windows2000server.
In tomcat i am using following path for my project.
JSP files :- D:\ApacheTomcat4.0\webapps\examples\jsp\myfo
I have multiple tree cache instances in my app, and each requires different
cache setting (ie, cache mode, locking etc). Do I need multiple config files,
or is this best done programatically?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872262#3872
This code work fine. I just wonder if flushing the user cache is equal to
logging out? How can I log out the user?
|
| private void logout(Principal user) {
|
| try {
|
| String domainName = "domain";
|
| MBeanServer ser
I replaced the new jboss-cache.jar (1.2.1) into $JBOSS_HOME/server/all/lib,
restarted the server, but I still keep getting the same error stack. Am I
missing something?
Thanx,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872259#3872259
Reply to the post :
Never mind, I found it
| String domain = "jmx-console";
| Principal user = new SimplePrincipal("javaduke");
| ObjectName jaasMgr = new
ObjectName("jboss.security:service=JaasSecurityManager");
| Object[] params = {domain, user};
| String[] signature = {"java.lang.String", Principa
Nevermind, I see the answer above.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872257#3872257
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872257
---
This SF.ne
Hi. I'm having the same problem running Portal 2.0 Beta 1 on Windows XP using
SQL Server 2000 as the database. Have you had any luck with this?
Thanks,
-b.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872256#3872256
Reply to the post :
http://www.jboss
Hi everyone,
I want JBOSS to limit the number of concurrent conections to a sinlge web
application without limiting the others in the same server. How can I do this?
I am using Context and Manager tags in the server.xml configuration file of
embebed tomcat but it only works with contexts outsid
If you try to run HAJMS with a different shared database installed only on one
member of cluster, you will have a round robin load balancing
Some words from: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA
anonymous wrote :
| Load-balancing message processing with MDBs is a one of the best
If a class is compiled that does not have a package statement but is mistakenly
loaded in Javassist as though it did have a package statement then Javassist
will not detect this error and find the class and some methods will give
incorrect results but not thow an exception whilst others will thr
I do a .findByName("xyz") which succeds.
Then any attempt to access the CMP elements of the bean cause an exception of
type: java.rmi.NoSuchObjectException with the message
"EJB home methods are not allowed to access CMP or CMR fields:
methodName=getLocation"
"Location" is one of the CMP field
Hello,
I'm looking for a way to try to lock on given database row in order to
implement some locking mechanism for the management of my transactions.
For this purpose, the immediate thought is to use the following class level
XDoclet tag on my entity bean :
@jboss.persistence
| row-lockin
Hello,
I'm looking for a way to try to lock on given database row in order to
implement some locking mechanism for the management of my transactions.
For this purpose, the immediate thought is to use the following class level
XDoclet tag on my entity bean :
@jboss.persistence
| row-lockin
Ugh. So after hours of tinker, I found out the problem:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4948095
JBoss is running off of a NFS mount on Suse. Doh.The problem is related
to NIO using the OS to lock files.
>From some quick googling, the default on Suse for NFS is to not run a
I forgot: This occurs with 3.1.6 and 3.1.7
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872247#3872247
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872247
---
Th
As I started JBoss 4.0 I got a error this error hint: Deployment Descriptor not
found. What am I doing wrong? I am using Eclipse 3.1 JBoss 4.0 and Lomboz.
Starting JBoss through Eclipse without deploying Beans is not a problem
View the original post :
http://www.jboss.org/index.html?module=bb&o
public Principal getPrincipal(String securityDomain, Principal principal);
Maybe I should just use this to get the principal and logout()?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872244#3872244
Reply to the post :
http://www.jboss.org/index.html?modul
>From my understanding of the document, all the user principals can be cache
>and obtains from here.
| MBeanServer server = ...;
| String jaasMgrName = "jboss.security:service=JaasSecurityManager";
| ObjectName jaasMgr = new ObjectName(jaasMgrName);
| Object[] params = {domainName};
|
Does the jboss-web.xml override this file. I am asking this because I tried to
use this file to set allowLinking to true and it didn't work.
I am using JBoss 3.2.6
Creighton
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872242#3872242
Reply to the post :
Hello,
I am beginning the process of migrating Weblogic applications over to
JBoss (huzzah!), but am having problems starting up JBoss fresh from the
can ><
I am running on Suse 8.1 and have tried Sun JDK 1.4.1 and 1.5.0 with the
same results on JBoss 4.0 and 4.0.1sp1. The JBoss servers are fr
Hi Folks,
I am probably asking a really stupid question... but...
I will soon be setting up a web site, and initially I was planning on using
JBoss Portal, however afer thinking about it, the site is going to need less of
the facilities that Portal can offer, but on each facility I am going to
If you're using ejbdoclet to generate your deployment descriptors, make sure
you are using ejbspec="2.1" instead of ejbspec="2.0"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872240#3872240
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
I am having a problem getting symlinking to work in JBoss 3.2.6. I have tried
setting the allowLinks attribute in my default context but this does nothing.
If I set up a context for the application it does not have access to the JBoss
class loader and this is not what I want.
Below is my s
Hi,
I'm trying to setup multiple instances of Jboss 3.2.3 on one machine (Windows
2k sp4) all running on different ports. Basically, my team has developed an
application that we want to run maybe 2, 3 or 4 instances in parallel.
Is it possible to do? If so, somebody please point me in the right
One requirement we have is to authenticate using LDAP
and as I understand, this is possible with JBoss. But from
what I read so far, roles are also assumed to reside in
LDAP. What if roles are stored in some other place?
What are the plug in points in JBossSX to extend to
be able to accomplish
Did you figure out the problem? I did the getting started tutorial and it
can't find the DefaultDS. Don't know how to fix it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872233#3872233
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
I have a Session bean deployed as an endpoint and when testing the web service,
I get the following in the JBoss console:
12:42:03,296 WARN [DeserializationContextImpl] Ignoring invalid namespace
mapping: [prefix=,uri=]
I have debugged the Session bean and it is getting called properly and
re
Hello, there,
We are using Jboss 3.2.1 and CMP for our project, and we are seeing some bean
lock problem whiling using getters to access bean from stateless session bean
under heavy load. I read some similar posting, most of the case, the problem is
in the priimary key. But in our case, we are
Heya,
Trying to install JBoss 4.0 on Suse 8.1 with JDK of "1.4.2_06" and "1.5.0". I
have tested with both JDKs
When I start up JBoss, I get the following error (full stack trace below):
12:14:25,254 ERROR [HypersonicDatabase] Starting failed
jboss:database=localDB,service=Hypersonic
java.sql.
anonymous wrote :
| Why do you restrict the MDB's to one node ?
|
| Deploying them on ALL the same nodes as your SLSB and delegation to a local
SLBS from within onMessage() would also loadbalance your message processing !
|
The MDB's are restricted to one node because they listen to a
Even I am looking for sar file for Jboss4.0.1. Can you send it to [EMAIL
PROTECTED]
Regards
Nagesh G
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872226#3872226
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872226
OK, I can explain why, at least, I'm dense.
J2EE has a general rule that you can't use JNI from beans. The only J2EE object
explicitly specified to tolerate JNI is JCA. So, I didn't feel confident that
the FAQ was answering the question in the absence of a specific statement.
I'll edit the FAQ
This is the second time in a week people have overlooked this question in the
FAQ
earlier it was about RMI rather than JNI.
What is misleading about this, that it gets overlooked/ignored?
anonymous wrote : I want to connect to XYZ should I use JCA? (or should I use
JCA)
View the original post :
Oracle's JDBC driver cares about pooling. Once you start jboss, it opens
multiple database sessions at once. You can see the sessions using oracle
administration tools like toad.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872214#3872214
Reply to the pos
Hi,
I have a WSDL that defines a webservice with a couple of parameters. One
parameter is an OUT parameter and another one is an INOUT parameter. Both these
parameters are of the type xsd:unsignedLong.
I use wscompile, version (1.1.1, build R5) from jwsdp-1.4 to generate the SI,
SEI and the ma
Hello,
Does JBoss have plans to host a JCA Adapter Directory on their website to list
open-source/commercial JCA adapters for popular EISs that are available to
JBoss users? A few JCA adapters that I think would be in great demand would be
Microsoft Exchange, LDAP, E-Mail, etc.
For instance IB
Just wondering is there a plan to release/develop JBoss 5.0 which is based on
Java 5.0?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872153#3872153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872153
Hallo,
I have eclipse project with lomboz plugin (3.0.1)
I want to use defined load strategy, so I was defined it as xdoclet tag
in @jboss.querry xdoclet tag and was correctly generated into
jbosscmp-jdbc.xml
But how to define load-group?
example - I have cmp bean Organization (OrganizationBean)
Hi all,
I want to solve the following issue. I want to deploy an application to
JBoss 4.0.0 on demand. That means, after deploying the web interface of
the just deployed application shall be reachable under a arbitrary
subdomain within an registered domain. For example,
acertaingroup.com <- domai
Hi all,
Is there a way to keep the WSDL for a deployed web service from being displayed
when a user uses the URL http://abc.com/servce?wsdl?
If so, is it possible to hide only selected WSDL but allow others to be
displayed?
I have to host several web services on the same server, some of whic
I'm using 4.0.0.RC1 and 4.0.1 so they are affected by the bug. I'll wait for
release 4.0.2. And by the way, testQueue DID (not just it seems) get the
message.
Thanks,
Mario
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872221#3872221
Reply to the post
We are using Specj2004 now to optimize our container, and we are looking at
this seriously. If you wanna help, you are more than welcome.
I'm technically cordinating Specj2004 efforts here at JBoss, and if you want a
contact, I have my e-mail set at my profile.
Clebert
View the original post
Hi,
I'm using Jboss v.4.0.1sp1 with MySQL v.4.1 as application Server, Eclipse with
jBossIDE
I have to create a CMP bean with a integer autogenerated primary key and a
constraint on some other fields.
In particular, my table looks like
ID, field1, field2, field3
where ID is the autogenerated pr
I use jboss4.0.1sp1 as application server.
I deploy my j2ee ear with a manifest.mf file in meta-inf folder of EAR to tell
server additional libary it depends.
Class-Path: lib/jdom-b9.jar
I have one ejb module and one web application module in this ear.
When jboss start load ejb in this ear, err
I gen'd my wsdl off of the endpoint interface in my ejb. I the ant files that
I utilize
My build-wscompile.xml ant file file
|
| ]>
|
|
|
|
|
| &jwsdpClasspath;
|
|
|
|
|
|
|
|
|
Just another thought on your problem
When a MDB receives a message it should lookup the SLSB to handle the contents
of the message. The idea being that the MDB's are lightweight (since they are
only on one node) and SLSB which are clustered handle the processing of the
messages.
The failover
hi all,
i am very new to jboss. now i am using tomcat4.0. now i want to change tomcat
to jboss.
i have downloaded "jboss-4.0.1sp1.zip" from website.
i am using windows2000server.
In tomcat i am using following path for my project.
JSP files :- D:\ApacheTomcat4.0\webapps\examples\jsp\myfolde
I want to expose a stateless session bean as a web service
in the wiki i see that i should run this:
wscompile -cp ../../output/classes -gen:server -f:rpcliteral -d META-INF/wsdl
-mapping META-INF/OrganizationServiceEJB_Mapping.xml config.xml
my question is how exactly do i create the kind of fi
I did not see the answer to the JNI question in the FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872209#3872209
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872209
Hi,
I am migration my application from jboss 308 to 327. I am getting the
exception below.
I have tried google without any help. Also, the tld file exists there in
appropriate format.
Same with the web.xml
Any idea what is the cause of this exception ?
Thanks in advance,
Chandresh
Exceptio
Moderated: FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872208#3872208
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872208
---
This SF.net email is sponsored
Actually, which version are you using?
It is probably this known bug...
http://jira.jboss.com/jira/browse/JBAS-1589
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872176#3872176
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Coming in 4.0.2:
http://jira.jboss.com/jira/browse/JBAS-1391
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872206#3872206
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872206
"Sheen" wrote : please point me in the right direction with some useful tips
and info/links.
|
"READ THIS FIRST" on how NOT to hijack somebody else's thread and also find the
FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872201#3872201
Reply to the
Managed to get back to this.
Updating jgroups worked thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872203#3872203
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872203
Depending upon the HTTPIL won't work. All that means is the servlet is deployed.
It doesn't mean that Tomcat has opened up the ports (you need to depend upon
that operation). Use the HTTPD forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872204#3872204
R
Moderated: READ THIS FIRST
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872205#3872205
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872205
---
This SF.net email
We have a EJB project that contains about 10 EJBs that are common to most of
our web and client applications. As the EJB are generic, so to speak, this is
packaged and deployed as the only thing in the ear file. Everything works fine
except for when we need to change any of these EJBs and redepl
MBean ==> JMX Forum.
I know I've personally answered this question a dozen times over the years.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872202#3872202
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872202
---
Why isn't the error you posted self explanatory?
| MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
| ObjectName: acstool:service=SecurityManager
| state: NOTYETINSTALLED
|
you have no such service.
You do have acstool.mq:service=SecurityManager
View the original post :
http://www.jboss
Also see this discussion on February 14th. in the design patterns area :-
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=60216
James
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872044#3872044
Reply to the post :
http://www.jboss.org/index.html?
In other words:
how can I get the ServerDatabaseLoginModule to know a second principal, wich a
custom ClientLoginModule has added to the list of Principals of the given
subject. On the serverside the list is empty and userid & password are gathered
from a different Callbackhandler, which does n
So local JNDI names will not discovered.
Not exactly, HAJNDI always delegates lookups to local JNDI first. When the
object cannot be found within the local JNDI a cluster-wide lookup will be
started afterwards.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
I do not see any obvious problems within your configuration, so I think you
have to do some JBoss code debugging. Step into both calls to
MessagingManagerHome messagingManagerHome = (MessagingManagerHome)
context.lookup("ejb/hp/notification/MessagingManager");
and
MessagingManager messagingMa
Hi all,
Just to add to the above; we are actually using Oracle 10 G RAC.
Thanks
Pieter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872146#3872146
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872146
---
thank you for reply.
However, I can't make it work for a while.
I re-read those resources and didn't find (or missed) info about how to tell
JVM about jndi "ConnectionFactory" and where to define it for export.
There is Global JNDI Namespace :
ConnectionFactory (class: org.jboss.mq.SpyConnection
Sure the MBeanServer can reside in a remote VM from the client that accesses
the MBeanServer , but you can't tell the server to "manage" an MBean that
resides on another VM. Why you would want to do that? Why not creating another
MBeanServer on the client VM then?
The MBeanServer and its MBeans
Forgot to mention, I'm using JBoss 3.2.6 on Linux JDK 1.4.2_07.
Looking at JRMPInvokerProxyHA.invoke(), it looks like the invocation must throw
one of the following exceptions in order for fail-over to happen:
java.net.ConnectException, java.net.UnknownHostException,
java.rmi.ConnectException,
Watching in your MDB code your are lookuping always on HAJndi ()
prop.put(Context.PROVIDER_URL, "localhost:1100");
So local JNDI names will not discovered.
So you should lookup in local JNDI too.
ObjectName rService = new ObjectName("jboss:service=HAJNDI");
ObjectName rService = new ObjectName("
1 - 100 of 154 matches
Mail list logo