Dear all,
I am using CMP of JBOSS 3.2.3
I would like to know when ejbLoad() and ejbStore(0 are called by the container?
Thanks
Benson
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829001#3829001
Reply to the post :
http://www.jboss.org/index.html?module=b
Yes, that's right! I need help with Eclipse Integration again!!! I
downloaded/installed a version 1.0.5 of the Jbosside, installing it into the folder
where I had installed another version Eclipse, namely v. 3.0 of it!! So, when I tried
to go thru the whole procedure in Eclipse to activate thi
Here is the jbossmq-state.xml file:
john
needle
DurableSubscriberExample
guest
guest
The umn mirror has the updated file, try that:
[EMAIL PROTECTED] tmp]$ wget -S
http://umn.dl.sourceforge.net/sourceforge/jboss/jaashowto-32x.zip
--21:26:48-- http://umn.dl.sourceforge.net/sourceforge/jboss/jaashowto-32x.zip
=> `jaashowto-32x.zip'
Resolving umn.dl.sourceforge.net... 12
Yes, but apparently the mirrors have not updated yet. The new zip archive size is
125072 bytes as listed on sourceforge while the mirrors still have the old archives
with size 124966. You'll have to wait for the mirrors to synch.
View the original post :
http://www.jboss.org/index.html?module=
Caching of data depends on the entity bean's container configuration and the
transaction context.
If the commit option is set to 'B' or 'C' data is loaded from the db every time a new
transaction starts. Are your method calls all happening in one transaction.
It is only with commit option A tha
Are you sure this document has been updated? Right in the first paragraph it says:
"This article describes how version 3.2.1 of the open source JBoss application server
security..."
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828993#3828993
Reply to the
Hi,
I have created an stateless session bean. This bean will access 3 other entity bean on
the same application. I would like to use 3 static (class) variables to store the home
interface of the related entity bean.
something like :
private static OperatorLocalHome operatorHome;
private
Hi,
Thanx buti want to know where should i put my .jws files
sould i put it in .sar/.war/
or in .sar/.war/WEB-INF directory
Regards
Puneet
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828991#3828991
Reply to the post :
http://www.jboss.org/index.html?mod
What I usually see people do is run their database on a RAID array. This way you have
an HA data store and therefore an HA middle tier. Cheap and working solution.
Alternatively, MySQL is working on an HA version which distributes the load and data
across the cluster nodes. Oracle and DB2 have H
HAJMS from 3.2.4 is not synced up with 4.0. Interested to help?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828989#3828989
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828989
I'm porting my application from JBoss 3.0.7, to JBoss 3.2.3. I'm also changing the
configuration of my application from "CMPs with TX Required" to "CMPs with TX Supports
and read-only getters".
This new configuration is running very slow in comparison to the old one. After some
debugging, I foun
I have a sessionbean that imports most of the javax.mail package and those
use MessageRecipient. This works fine with 3.2.2, but on 3.2.3 it's thowing
out a linkage error exception. after doing some research, it looks like 2
different class loaders are trying to import the same package. but, I
h
Thank you for the suggestion. Using , the problem is fixed.
Regadrs,
Michael
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828985#3828985
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828985
---
There is an attribute "InvokeStats" under Jboss.J2ee/EJB service listing the
invocation statistics. Does anyone know how the "count", "minTime", "maxTme" and
"totaltime" are related? What is the main usage of this statistics?
Thanks.
View the original post :
http://www.jboss.org/index.html?m
Look at the org.jboss.ejb.plugins.SecurityInterceptor used by the ejb container for an
example.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828980#3828980
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828980
Users and their roles are as dynamic as the underlying security database is. The
mapping of the roles via the j2ee declarative security model is not dynamic as the
info comes from the deployment descriptors. You can make use of customer
interceptors/filters to extend the security model.
View th
No, its not possible that jboss is blocking traffic on a port. Any number of
firewalls, routers and other things might be though.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828978#3828978
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
Its up to you. I don't know what makes sense for your app. Maybe a SecurityException
should trigger the display of a login module asking for a valid user, maybe you should
be just displaying an error dialog, maybe you app should be actually verifying that
the user has some degree of validity by
yep that's it
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828724#3828724
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828724
---
This SF.Net email is sponsored
Yes, its been updated for 3.2.3.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828976#3828976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828976
---
This SF.Net
The nukes directory you created is where non-core nukes modules go. The
deploy-components target puts things in there. The nukes core ear watches the nukes
directory and deploys things it sees, ie. an XML file will be assumed to be a MBean
descriptor, while SARs and EARs are seen as modules, th
Okay Scott, you are right!! Right after I earlier did that post, I went back and got
the older version of the JDK, version 1.4.2_04 to be exact, and then after setting the
env. variables correctly for it, I then tried/attempted to run JBoss and, lo and
behold, it ran beautifully for me!!
View
It is now working completely. Thanks again. Is it documented anywhere that the
default admin password is admin?
I don't see any other errors in the log. There is one thing I did that I did not
mention. I created a directory called nukes under server/default. Prior to doing
that I was get
I am creating some custom security proxies by directly implementing the
org.jboss.security.SecurityProxy interface (as opposed to wrapping another object with
a SecurityProxy implementation). In order to authorize access to certain bean
methods, my security proxies need to gather information fr
I'll work on something reproducable. In the mean time, I noticed that it doesn't
always grow with every message. In fact most of them seem to be processed normally.
There doesn't appear to be any other data in the database. ie: select count(*) from
JMS_MESSAGES returns 0. The localDB.scrip
Is it possible that this document is out of date? The opening states:
"This is a revision of the August 2001 JavaWorld JAAS artible
(http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html) that has been
updated for 3.2.1."
Have there been significant changes to 3.2.3 that this documen
See the following FAQ topic on the Wiki:
http://jboss.org/wiki/Wiki.jsp?page=SubmitABugReport
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828969#3828969
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828969
---
JDK 1.5.0 does not currently work with any version of jboss. Don't use it under any
circumstances. Use a 1.4.2 version. That should be clear now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828968#3828968
Reply to the post :
http://www.jboss.org/index.ht
I'm currently using MDBs with JBossMQ (in JBoss 3.2.3), and I would like to add some
MDBs that are driven by MQSeries 5.3 queues. I'm fairly new to EJB and JBoss, and I'm
having trouble figuring out how exactly to do that. Could someone explain, or direct
me to some examples of, what all the spe
Well, I have read at least 2 different posts on which is the proper j2sdk to use to
get the JBoss Server going!!! I am afraid that I am receiving some "mixed signals" on
this issue!! I am trying to use the version 1.5.0 beta 1 of it to get it going now,
but it failing badly to activate!!! Shoul
Hi all,
I am trying to set the for a BMP entity bean but I get an error
message:
MBeans waiting for other MBeans:
[ObjectName: jboss.j2ee:module=jobs.jar,service=EjbModule
state: FAILED
I Depend On:
Depends On Me: org.jboss.deployment.DeploymentException: Missing or invalid Instance
Cache
I am currently in a project with other four developers. we are gonna assign the tasks
based on modules. that means each of us will write ejbs,jsps and servlets. we have a
JBoss server and we are gonna share it during the development. My problem is: how
should we construct the project ? if we se
I posted the EXACT SAME screen dump last nite that I have gotten when I have
tried/attempted to activate JBoss!!! Did you also get the Java exception
"InstanceNotFoundException" like I unfortunately have??!!! Is there some possible
configuration of my system's env. variables, i.e., the path or t
Scott,
I have got it to work by copying Base64Encoder.class from jbosssx.jar into
jbossall-client.jar. Is there a bug database for jboss where I indicate that this
should be fixed for 3.2.4?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828962#3828962
Reply
Hi,
i'd like to measure transactions time of a CMP implementation x BMP implementation. I
know that are some articles about, but i'd like to do myself, cause i'm actually
making a little research on that.
So, what softwares shoud i use? Any books or articles teaching that, i never
benchmarked b
Scott,
are you saying that I should be copying jbosssx.jar from the server libraries? I was
under the impression that all of the needed client packages were in $JBOSS_HOME/client
and that the class should therefore have been in both jbosssx-client.jar and
jbossall-client.jar.
Am I mistaken?
Vi
Then is the data coming from something else? Look at the localDB.script to see what
other data is being committed. If you have an example mdb testcase that shows the
ever expanding file post it in a bug report ot sourceforge:
http://sourceforge.net/tracker/?group_id=22866&atid=376685
View the o
I downloaded the latest snapshot and went to the build directory and typed build it
told me build not expected at this time :-s
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828957#3828957
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
You just need the setup.xmls for the BB and core modules. They can just drop into your
build.
I have no troubles building using the latest CVS. What build problems do you have?
Sherman
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828955#3828955
Reply
The jboss login modules do not merge roles. You would have to override the jboss login
module to provide this behavior. Its a feature I could look at supporting, what is you
usecase?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828954#3828954
Reply to the
[EMAIL PROTECTED] jboss-3.2.3]$ jar -tf server/default/lib/jbosssx.jar | grep
Base64Encoder
org/jboss/security/Base64Encoder.class
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828953#3828953
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
I am looking to use this in production. I have tried 2 different snapshots but they
seem to have trouble building.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828952#3828952
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
These issues were fixed, and are in the CVS snapshot.
Sherman
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828951#3828951
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828951
I have pretty much the same setup as you - PostgreSQL 7.4.2 / Nukes 1.0 - and i worked
thru it by fixing a setup.xml file and then recompiling. I posted bugs on SourceForge
with my fixes so go take a look there. I think one of them was rolled into the CVS so
checking out the updated code (not su
Ok..thanks for looking at this!
From the Server.log :
2004-04-02 11:37:26,906 INFO [org.jboss.deployment.MainDeployer] Starting deployment
of package: file:/C:/jboss/jboss-3.2.3/server/default/deploy/mysql-ds.xml
| 2004-04-02 11:37:26,937 INFO [org.jboss.resource.connectionmanager.RARDeploy
Hi,
I'm experiencing a problem with a clustered JBoss and maybe you would give me a hint
in the right direction :-)
This is the problem
java.rmi.RemoteException: Service unavailable.
| at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA.invoke(JRMPInvokerProxyHA.java:301)
|
I am having a ton of trouble getting jboss to work with postgres. During the
installer it has errors concerning columns pn_uorder and prune_enable they are set to
booleon but it is trying to insert 0 instead of false. It also complains about
multiple keys .
Has anyone one else had these pro
I am setting up SRP authentication but am running into a missing class exception on
the client. Apparently, the JBoss 3.2.3 jbossall-client.jar is missing the
org.jboss.security.Base64Encoder class.
Here is the exception I get:
java.lang.NoClassDefFoundError: org/jboss/security/Base64Encoder
We had the same problem a few months ago. Jetty claimed to have a patch on this but we
could not get it working. We ended up changing to Tomcat 4.1.24, and the problem went
away. Unfortunately that created a less obvious problem:
Every now and then, some of the (SSL) requests will have no respon
Hello all,
I am trying to set the instance-cache configuration in my jboss.xml file. However, I
have not been able to pass a class loader error. My configuration is as follows:
LRU Configuration
org.jboss.ejb.plugins.jrmp13.server
When we try to "stack" login modules in an it works almost fine.
The problem is that only the roles obtained by the last login module are associated to
the user. The roles from the former modules are lost (despite they completed with
success). Any idea?
View the original post :
http://www.jbo
I know i can metadata from a connection but is there a way I can get that information
from JNDI?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828942#3828942
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828942
---
the errors are
* ERROR: column "prune_enable" is of type boolean but expression is of type integer
* ERROR: column "pn_uorder" is of type boolean but expression is of type integer
It looks like the ddl script is trying to insert a 0 into those fields where the
default is set to false.
how are you accessing the url? you will get that error if you try to access like this:
http://localhost:8080/nukes
use this instead:
http://localhost:8080/nukes/
if this is being caused by a different problem, i defer to sherman, he did the work to
get postgres integrated.
View the origin
yes you are right :-) I got it working I think.
One final problem. I had to tell the installer not to insert any data because
postgres generated 3 errors related to booloon fields. I am now getting "The file id
is not indicated" Can I fix this?
View the original post :
http://www.jboss.or
you forgot to create the "nukes" directory under "server/default"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828937#3828937
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828937
--
ok I have a new jboss 3.2.3 installed. Built nukes 1.0 and same error see log below.
I will also paste what I did to build it below. You will notice that when I try to
build deploy-components it fails.
mber generator class java.security.SecureRandom
13:07:06,959 INFO [Engine] StandardManager
AFAIK classloaders are supposed to by hierachical. So the ear classloader is the
parent of the classloader for the war and the ejbjar. You can only inherit from a
parent (or the parent of the parent) classloader. As a result, an ejbjar cannot
inherit the classloader of a war file, which is what
The ConcurrentModificationException is not a big deal, what is strange is the NAKACK
thing with the udpated stack.
Can you try with a 3.2.4RC?
Bela?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828934#3828934
Reply to the post :
http://www.jboss.org/inde
I tried to build the a snapshot I downloaded yesterday but the build failed :-(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828933#3828933
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828933
---
Moved you to the CMP forum.
You can find configurations for primary key generation on different dbs
in this forum and at the bottom of conf/standardjbosscmp-jdbc.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828932#3828932
Reply to the post :
http://ww
Hello,
I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some
other String-fields. ID is the primary key and hast got Integer-format. When I am
adding a client I only want to add the name and the other fieds. I want to generate an
unique Integer Primary Key, which w
Show the portion of the log where it says it deployed your datasources.
Since you found jndi view, show where the datasources are bound.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828931#3828931
Reply to the post :
http://www.jboss.org/i
Hello,
I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some
other String-fields. ID is the primary key and hast got Integer-format. When I am
adding a client I only want to add the name and the other fieds. I want to generate an
unique Integer Primary Key, which wi
Hello,
I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some
other String-fields. ID is the primary key and hast got Integer-format. When I am
adding a client I only want to add the name and the other fieds. I want to generate an
unique Integer Primary Key, which wi
Now I understand the stateful session bean gets removed after max-bean-life. How can
I check the situation and decide whether or not to create a new session without
letting exception be thrown?
And what should I do to create a new session?
Any help appreciated
View the original post :
http:
the jbosscmp-jdbc.xml part was supposed to say:
I removed the Section of jbosscmp-jdbc.xml.,
that is, I am configuring my database's within each individual bean's tag in
jbosscmp-jdbc.xm.
sorry about that!
Scott
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
I am having trouble configuring multiple datasources in Jboss 3.2.3.An extensive
search of the Jboss forums and google revealed no answers, although I did find
postings for others with the same problem.
I have 2 Seperate MySQL databases, plus I have left Jboss's DefaultDS links to
Hyp
docs/dtd/jboss-ds_1_0.dtd
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828922#3828922
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828922
---
Th
How does this relate to the JCA?
You are not supposed to create threads in normal j2ee application. You can
in a servlet which has some lifecycle callbacks.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828923#3828923
Reply to the post :
ht
Oracle XA does not like the same XA connection used inside and outside
JTA transactions.
You can add in jboss-3.2.3 to work this problem.
You get one pool for connections when there is no transaction and another
for connections where there is a transaction.
Regards,
Adrian
View the original pos
Why is your check-valid-connection-sql commented out?
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828920#3828920
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828920
--
Yes it is. Just copy the relevent sections from jms-ds.xml and change
as appropriate. You can find an example in the FAQ forum where a new
provider is created for remote access.
If you don't want transactions just use a
if you want local (jms client transactions not JTA) remove the
element.
Reg
Sorry, that is wrong. is what you want for non JTA
transactions.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828919#3828919
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828919
--
Please look at javassist.expr.ExprEditor
for (1) and CtClass.setName() for (2).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828917#3828917
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828917
But the same clientid? Show your jbossmq-state.xml - feel free to obfuscate the
passwords.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828916#3828916
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382
The error says the client has disconnected.
Look for previous errors where the client disconnected.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828915#3828915
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
But seriously, my question is whether it is a configuration issue. If so, I can just
change some uil2 params. But judging from your reply, this is more of an UIL2 impl
issue because it is using absolute time from the system to detect idle connections vs
using relative times.
So I guess the wa
We have been running jboss 3.0.x for quite some time without any problems. Switching
to 3.2.3 we have a JMS problem. I don't know if there is a configuration file change
or if our application is doing something wrong.
The problem is that in {SERVER_HOME}/data/hypersonic, the localDB.data file
also - where did you pull your jboss installation from?
i would suggest unzipping a fresh copy of 3.2.3 and start it up before doing anything
w/ nukes to make sure it comes up cleanly - (and make a "backup" of the entire default
directory)
after that, create the "nukes" directory under server/
You haven't posted your configuration that shows you have 1000 mdbs.
Most likely you have configured the pool and not the most important part
which is the serversession pool (default size 15).
See the FAQ topic for some examples.
Even so, it depends what your MDB does. You only have so much cpu.
In fact, you don't even need TRACE logging, you only need log4j configured
so you can see the WARN message that reports the error.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828908#3828908
Reply to the post :
http://www.jboss.org/index.ht
This is due to you not rolling back or committing your user transaction.
Nothing todo with JMS.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828910#3828910
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
10,000 connections? Are you sure your OS is configured for 10,000 threads
per process? Or even 10,000 file descriptors/sockets per process.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828906#3828906
Reply to the post :
http://www.jboss.org
If messages are not being delivered to the client, it is likely an error
has stopped the client consumer. See the FAQ topic for how to enable TRACE
logging on the client.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828907#3828907
Reply to t
It does not. It is not in 3.2.4RC1 either.
You have to get it from cvs
cvs ... co -r Branch_3_2 jboss-3.2
then run the all configuration.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828905#3828905
Reply to the post :
http://www.jboss.org/
i tried to run jboss3.2.3 ..following error occured PLEASE HELP
D:\jboss-3.2.3\bin>run
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\jboss-3.2.3\bin\\..
.
JAVA: E:\New_Supp_Opt\jdk1.3\bin\java
.
JAVA_OPTS: -D
What version of Nukes did you build/install? It looks like you are using 1.0.0, and
the version of the installer has been improved since then. Try a CVS snapshot.
The error messages about DestinationManager not starting should not effect Nukes -
that is just the default JBoss JMS starting up. T
Yes, sorry about that.
I missed a fix when I merged 3.2.x and jboss 4.
The fix has been reinstated in cvs, but not in time for 3.2.4RC1.
You can also specify
--host= on run.sh/run.bat
to workaround the problem.
This bug originally existed in 3.2.2
Regards,
Adrian
View the original post :
h
ajatienza - I am encountering the exact same issue with the deploy.wsdd file with no
"loginUser". Were you ever able to figure this out?
Many Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828900#3828900
Reply to the post :
http://www.jboss.org/ind
I had made some posts yesterday because I was having troubles. I did some god helkp
but I am unsure what is going on. I was told to make sure I create a default/nukes
directory which I did. I was also told to delete tmp which I did . Below is the
complete log with my start of jboss and the er
Is it possible to get the instance name from JNDI
I know that the *ds.xml file have the instance name in the jdbc connection string my
question is can I get that information from within JBOSS?
Example :
jdbc/cpr
jdbc:oracle:thin:@192.168.11.92:1613:devInst
oracle.jdbc.driv
Ivelin, I am using 4.0.0DR3, not sure it has the same enhancements?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828896#3828896
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828896
-
First I will put in some key word so that people can find this article
3.24 3.2.4 Cannot authenticate user securitydomain=jbossmq.
In 3.2.4 RC1, JMS doesnot work in the default depolyment.
The expection you will get looks like this:
org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested
Hi all,
Has anyone any idea of why I am receiving this exception when
I click on any MBean in the jmx-console?
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source fi
I'd like to be able to dynamically register MBeans (services) with JBoss after it has
been started, just as though I'd included them in the JCML file at startup. Would I be
able to do this safely by using the code that someone else had posted earlier in this
forum?
// get the JBoss MBean server
"zhebincong" wrote : hello
| i am new to jbossMQ,i have download the jboss322,i wonder if the mq is
included?and how can i config a queue?which config file should i modify?
|
| thank you.
It's included. Take a look in $JBOSS_HOME/server/default/deploy/jms.
You can add queues by modifying
Sorry, but your link don't help me.
I don't andestund what i should do to solve this problem
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828887#3828887
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828887
--
A couple of months ago I needed a JCA adapter too. I wasn't able to find any, so I
decided to implement it myself. Currenty the adapter is stable and is used in our
production systems.
It only supports DIIOP connections and no local connections (so you'll have to use the
NCSO.jar provided by Lot
1 - 100 of 158 matches
Mail list logo