If it is so urgent please take some time to work out the correct forum for your
question, this forum is to discuss the getting started documentation.
Also as this is a JBoss forum not a Weblogic forum it might be helpful if you describe
the functionality that you are after rather than assuming t
Hi experts,
I'm getting a JMSException(given below) when, I'm trying to deploy my application
JBoss 3.2.5. How to bound the 'ConnectionFactory' ?? I'm giving PROVIDER_URL property
as 'jnp://localhost:1099' . is it OK?? please help me
javax.jms.JMSException: Error creating the dlq connecti
Third-Party Libraries
You can extend an Enterprise Application to use third-party .jar files by placing the
files in the APP-INF\lib\ directory
all third party jar files are kept in this folder APP-INF\lib\ in weblogic.
In jboss we will keep in {JBOSS-HOME}/../lib directory which is specific to t
What does this folder APP-INF contain? Are you by any chance referring to
META-INF under the ear file?
Tell us what the folder APP-INF does in Weblogic.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847612#3847612
Reply to the post :
http://www.jboss.
Hi,
I have a simple customer-address CMR beans. User has an option to delete all the
addresses for the customer in one click ! "How easy!" I thought and put in the below
code :
| Collection allAddresses = getAddresses();
| Iterator iterator = allAddresses.iterator();
|
| while(iterato
is there any folder like APP-INF(which in weblogic ) in JBoss
It's so urgent
thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847608#3847608
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847608
-
With Hibernate being part of JBoss project, is Hibernate replacing the use of CMP?
Is the JBoss Inc. still advocating the use of CMP?
What advantages does CMP have over Hibernate?
Regards,
Confused User
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847606#
Hi:
Is there any document which describe the meaning of each parameter in
cluster-service.xml ?
Thanks.
Jimy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847605#3847605
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
The packages I used are Eclipse 3.0.0 for Windows, EMF 2.0 runtime, Lomboz 3.01 and
Jboss 3.2.5
1. Jboss setup
a. Simply unzip jboss into your working directory (for example d:\jboss)
b. Setup environment variable of java_home=[your j2sdk home directory]
2. IDE setup
a.
thank you for your advice, darranl.
you are right. i can change both to jboss3.2.3
then how about development on pc and production on solaris x86? will i have serious
deploy problems? i guess there should have no problem coz i just drop jar/xml file. am
i right?
thanx
View the original post :
Danny, I hacked a way out of this. You can simply edit the html in the user module to
replace it with something else. In my case I replaced with site agreeement acceptance.
HTH
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847601#3847601
Reply to the post :
Which JVM are you running 3.2.4 under?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847600#3847600
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847600
---
This S
Hypersonic is a small footprint database that Jboss uses more from the perspective of
testing stuff for like JMS. Have you looked at open source alternatives like
PostgreSQL?
Also IBM has released Cloudscape to Open Source via Apache. Eventually, JBoss may
replace HSQL with another alterna
I have run Axis 1.1 installed as a war under JBoss and JBoss-net services in the same
server instance without any trouble. Using JBoss-net (which is also built on Axis
1.1) has an advantange in that you don't need to mess with the Axis deploy/undeploy
descriptors or plug your apps under the Ax
genman, thanks for your reply.
Basically, this is a stand-alone java client program. From this client, I want to send
a JMS message in a transactional context to JBoss and be able to control when to call
commit(). My code is as follows. I also tried in a different program using
XAQueueConnectio
We are thinking of taking the plunge (clustering our servers).
Should we wait until the 4.0 version is available. We are currently on
3.2.3 ? It was painful to upgrade from 2.4.4 to 3.0 and basically I want to do it
right once.
View the original post :
http://www.jboss.org/index.html?module=bb
Maybe you can post your code. Be careful about using static variables in MDB.
Typically, you would init the SOAP client in ejbCreate and remove it in ejbRemove.
You can add logging to find out what's going on in these methods.
View the original post :
http://www.jboss.org/index.html?module=b
Use the Oracle OCI driver with JMS, should be mentioned in FAQ, since THIN can't do
blobs over 4k. Also, if your DB goes up/down (or net does) you might get this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847591#3847591
Reply to the post :
http://www
Bug in MySQL driver I think.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847593#3847593
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847593
---
This SF.Net ema
Not sure what you want to do, but just do
new InitialContext().lookup("java:/JmsXA") from within JBoss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847590#3847590
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38475
Hello,
1. I have a jsp which calls a stateless session facade
2. My stateless session facade itelf calls a findbyprimarykey finder of an entity bean
3. My entity bean has a collection of another entity bean
A . When I set the trans attribute of my session facade methods to Required and the
tran
When I tried adding a queue using an entry like the one specified on page 34 of the
"Getting Started Guide" I ran into trouble, until I figured out that I need to also
have a DestinationManager dependency. So the actual entry needed in
jbossmq-destinations-service.xml should look like this:
You need to create an entry in your jboss-web.xml (if you are using a web client) or
your jboss-client.xml (if you are using an application-client)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847585#3847585
Reply to the post :
http://www.jboss.org/index.h
Is this something that is new to 4.0 (because I notice there exists a 3_2.dtd and
4_0.dtd) or did the dependency on this change.
Thanks for your reply -- I'll give it a try.
Cheers!
Kyley
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847586#3847586
Reply t
Upon the release of JBoss 4.0 RC2, I've downloaded and deployed my EJBs that worked
with 3.2.3 into 4.0, but I get the following error:
Failed to setup client ENC; - nested throwable:
(org.jboss.deployment.DeploymentException: ejb-ref ejb/jdelphi-utility, expected
either ejb-link in ejb-jar.x
Hi,
We developed a web app with JBoss and MySQL. Because of licensing problems with MySQL
we are looking for an alternative DB.
We have our app working fine with Hypersonic DB and, at first glance, it seems fine.
I am looking for opinions, though.
Is Hypersonic a good DB to distribute to c
it's ok if thread2 will not be able to see the changed data
before the commit,why it doesn't wait() to the commit,why instead it rollback ?!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847580#3847580
Reply to the post :
http://www.jboss.org/index.html?modu
there is some embryon newsletter module that exist in the CVS but it is not very
developed. All you can do is subscribe, then you need to get the list manually and put
it in some real newsletter software. So obviously this module need a consequent amount
of work to be operational.
View the orig
We use tomcat hosted elsewhere to talk to our windows xp JBOSS 3.0.4 ejb in our
network behind a router.
I have set the jnp.rmiPort to 34159 in jboss-service.xml so I could open and forward
the port to the JBOSS box.
Also ports , 8070, and 1476 are forwarded to this JBOSS box.
Also use -Djava
We've run into this when the server was severely resource constrained.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847574#3847574
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847574
--
Hi all,
we are currently looking for alternatives to our existing java cms and jboss nukes
really looks very promising. But I would like to know is if there exists a module for
a newsletter, e.g. with subscription management or newsletter generation? Maybe even
from existing news items which w
Hello, I hope someone can help me.
Can one use two versions of Jacorb with one JBoss server?
I am trying to deply a EJB using an application that requires Jacorb 1.4.1 with JBoss
3.2.4. It's java api is accessable through a jar file.
This version of JBoss uses a newer version of Jacorb 1.4.1 t
:) Now I'm try to figure out how I would explain to my girlfriend that having a
mailbox full of hotdogs was a good thing
BTW, I've already started working on the file download stuff.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847570#3847570
Reply to
ping
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
My application runs under jboss 3.2.3. I am communicating to a different app running
on Websphere through RMI. Whenever websphere is restarted the rmi communication from
my app is not working. I have to restart my app to make the RMI communication work.
Can anyone explain this behavior?
View th
In an EJB is there a way to get the Server Home Directory of the app?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847566#3847566
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847566
---
You can also set these opts in the jboss/bin/run.bat file. It contains a commented out
example
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847567#3847567
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847567
-
I have unzipped the jboss-3.2.3.zip and use it as is. When I run the following code, I
get the above error. Is there anything I need to configure? Thanks a lot.
ht.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
ht.put(Context.PROVIDER_URL,"jnp://myhost:1099");
ct
Since your output shows an OutOfMemoryError you may just be running out of memory.
Try launching JBoss with more memory allocated.
The easist way to do this is set the enviromental variable "JAVA_OPTS".
I'm running Linux so I would do this from the command line:
export JAVA_OPTS="-server -Xms128M
Hello,
according to the ejb-spec 2.1 Timers should be persistent.
After some tests i do have the impression, that JBoss does not persist Timers.
Seraching the www did not reveal any hints on this mater.
I did look at the source code and tried to find out where to enable persistence,
but i have
Hi,
I created a well defined test case easy to build and deploy. Should I submit it to
anyone to test it (just deploy!) or should I open a bug?
Regards,
Pedro Salazar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847560#3847560
Reply to the post :
http:
Hello. I've got a two machine cluster set up with JBoss 3.2.5. I'm seeing that once
the cluster is properly established binding and unbinding with JNDI always takes 60
seconds. I'm just using the default cluster-service.xml. This used to work properly
with 3.2.3. Has anyone else ever seen thi
Guys, this is an FAQ:
http://www.jboss.org/wiki/Wiki.jsp?page=MyJMSReceiverCannotSeeADBUpdateMadeInTheSameTransactionAsASend
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847558#3847558
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
Hi,
my personal tests show under Win (EJB environment) better performance of the client VM.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847557#3847557
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847557
I guess that you could get a race between MDB2 starting and MDB1 committing if (a) you
use a file based JMS persistence manager and (b) you are not including the JMS
messages in the transaction. Then it is possible for the thread running MDB2 to start
before the thread in MDB1 has finished.
Th
After two whole days work I got the bank example working. Now I got completely stuck
with the roster CMP example.
It seems to be a problem similar to another posting here concerning SQL-statements
split over several lines.
But as I am a beginner I don't have a clue of how to fix it (not having a
I got it to work with authentication. From the locator I was getting my interface
(which extends the Remote). Instead I casted it, per your suggestion, to the stub:
AxisSoapBindingStub port = (AxisSoapBindingStub)service.getAxis();
| port.setUsername("blah");
|
Just remove:
$JBOSS_HOME/server/default/nukes/contextual-block-service.xml
and
$JBOSS_HOME/server/default/nukes/whosonline-block-service.xml
No need to restart, just refresh your browser
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847553#3847553
Reply to t
Hi,
I have a problem with these two blocks. I don't want they appear but each time I
restart the server they appear again.
With the other kind of block I can modify directly inside the database. But these
blocks are no parameter in it.
I want to know if the only way is to modify the xml paramet
This is what i've done so far, but it gives an exception -
RuntimeOperationsException: MBean jboss.system:type=Server does not implement the
NotificationBroadcaster interface.
Cause: java.lang.ClassCastException
I'm using JBoss 3.0.4
CODE:
MBeanServer server = (MBeanServer)
MBeanServe
Have you got any spaces in some environment settings?
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49305
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847549#3847549
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Hi,
running a quiet big J2EE application (>20 session beans, >70 entity beans,
message-driven beans, JMS, up to 2000 users) on both Solaris and Windows machines I'm
wondering whether running JBoss with the Java HotSpot Server VM would yield better
performance than using the Client VM. So far we
Yes, we checked that first.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847547#3847547
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847547
---
This SF.Net emai
"[EMAIL PROTECTED]" wrote : It looks like a bug in driver:
|
| JBoss is telling the XAResource about a new transaction/xid (flags=0)
| so why it should complain about "transaction does not exist" is anybody's guess?
Well quite. I no longer have a support contract with INet so I can't get a
i don't believe this can be done, but i don't have the dtds in front of me at the
moment - those would be your best bet to see if this is possible.
however, if you need a global config, why not just define it in the standardjboss.xml
file? the only drawback is if you need to modify it for whate
go read this: http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions
more or less same situation as this - basically, you need to pull out the local/home
interfaces and any other dependent classes for those ejbs and package them outside of
both of those ears.
you could also turn
I have been trying to use Javassist and am having problems trying to use
ClassPool.get() for a class that will be loaded by my own ClassLoader. It fails with
the NotFoundException indicating the class could not be loaded. I know the MyInterface
Class is loadable via my classloader as I can use m
Hello List/Forum!
I've got a little problem using JBoss 3.2.3 with JAAS/DatabaseServerLoginModule. A
sample swing-application (standalone; not web) should authenticate a user against the
JBoss app-server; thus the client uses the ClientLoginModule whereas the
JBoss-app-server uses the Database
the way we handle most problems like this is...
goback to battery! restore the system to the last time stuff did work.
then try to retrace your steps perhaps testing, as in bringing up jrun, a
little more frequently.
we have found that we can isolate most problems this way.
once we hav
I was able to solve the problem by rebooting the machine
Still don't get it though.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847540#3847540
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847540
How can i set the database connection pool time out value?
Please advise.
Thanks,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847539#3847539
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847539
Not sure about JBoss 2.x, within 3.x I think the call will be optimised so that it is
local for both interfaces (The reason I am a little vague is because another user on
here performed some profiling that seemed to sugest the calls were going remotely but
I don't know all the details of their t
Hello? Any clues?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847535#3847535
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847535
---
This SF.Net email is sp
When I turned the debug messages on for org.jboss category, I got also the
following exception on the console. I wonder if this could help to pinpoint the
problem:
16:38:14,852 ERROR [TxConnectionManager] There is something wrong with the pooling?
java.lang.IllegalStateException: afterComp
Hi,
Do you know how I can monitor database connections in a database pool.. ? I am using
Jboss container.
The purpose is to monitor connections that are closed and refresh them.
There a firewall.. across which my application makes connections to the database.. the
firewall times out due to the
Now I try to switch transactions off.
And JBoss for a while works.
Than I make stress test.
I send to the queue 200,000 Object messages per 2,5KBytes and
Stoped server.
After restart JBoss on the console besides the exception of the previous post I see:
>
ObjectName: jboss.mq.destinat
Hi You can download it from http://examples.oreilly.com/entjbeans4/workbook.zip
enjoy!
Mauricio
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847531#3847531
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847531
---
Some additional information:
It seems that the JMS_MESSAGES table remains empty. This probably means that the
PersistenceManager does not ever get anything written to the testDB database. It is
like the whole PersistenceManager is not working. Otherwise testDB datasource seems
to be
THANKS! :-)
It worked, with a little of extra "stuff"... So, I post the complete solution, plus a
couple of questions (note: I'll just post the parts of the files that changed...)
__
jbosscmp.jdbc
__
*** CHANGED:
java:/MySqlDS
mySQL
true
1 - if MDB1 send message to MDB2 in one of it's onMessage()
used method , how can you gurentee that MDB1 commit before MDB2
will start ?
2- both MDBs are using the same Queue (different selector) with
AUTO_ACKNOWLEDGE , is that adding light ?
View the original post :
http://w
Hi Chiba,
Yes exactly like that. I have a class A that contains a reference to an instance of
class B and a class B which has a refence to A. Thanks for your answer, I think it
could do it like that.
One final question:
Is is possible to unload created classes later on? I just ask as I also wo
Let me know what you mean by "reference to classes
that will be generated later on". Do you want
to define a class whose definition includes
the names of undefined classes?
A tip that might be helpful is that you can create
an empty class without any members but append
members later.
View the or
Hello,
I try to deploy a ear-file global container-configuration for several ejbÃÂs packed
into different jar-files. All this jar files are packed into the ear file.
IÃÂve tried to put a jboss.xml into the META-INF dir of the ear file.
But the container-configuration is not found by the ejbÃÂs.
Hi all!
I am trying the following:
A scheduled job is supposed to call a Stateless Session Bean. Sounds easy ! And in
fact I had no problem getting it to work.
But now strange things happen: I haven't change the code of the schedulable class.
Now, when I call
InitialContext initialContext =
Hello,
I have a big problem with JBossMQ. I send 1 messages to the queue and for
persistence I use database MySQL 4.0.18 a Connector/J 3.0.15GA.
In MySQL I'm using innoDB tables which supports transactions.
Somebody on JBoss bugs list say to me that problem is in driver od database doe
I got the same problem and I don't want to modify the startup script, so I worked more
till I found the origin of error.
The problem is in binding the ANY_ADDR 0.0.0.0 to multicast socket on a linux kernel
with ipv6 enabled.
If you disable ipv6 from kernel the binding of multicast is ok and the s
I got the same problem.
There are truobles in binding the ANY_ADDR 0.0.0.0 to multicast socket when in the
kernel the ipv6 is active.
If you disable ipv6 from kernel the binding of multicast is ok and the services
related to 'all' configuration runs smooth.
View the original post :
http://www
It's very difficult to tell what is happening here.
It could be a database locking problem. You can test this using SQL commands outside
the application server.
Or it could be a JBoss locking problem, as JBoss also operates a locking strategy on
entity beans.
Or it could be a locking problem
OK, it works...
Thanks a lot.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847518#3847518
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847518
---
This SF.Net e
Try to use the Append=true setting in log4j.xml.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847517#3847517
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847517
Wrong. Correct answer is CallerIdentityLoginModule.
But... Sorry, additional comments: we also needs method permissions. If I use these
then I've got just exception. It seems like my credentials for connection are eaten by
j2ee security.
NB: I have the same exception in either cases: either whe
is there any folder like APP-INF(which in weblogic ) in JBoss
It's so urgent
thanks in advance
with cheers
hari
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847514#3847514
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
... http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847513#3847513
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847513
-
Never tried myself, but look at
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847512#3847512
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847512
---
This SF.Net
Why are you going straight to production on a different version, you should be
developing / testing against the version you will be using.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847510#3847510
Reply to the post :
http://www.jboss.org/index.html?modul
Which OS?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847509#3847509
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847509
---
This SF.Net email is sponsored by B
Windows 2003 Server
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847511#3847511
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847511
---
This SF.Net email is spon
Mork calling Orson...come in Orson.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847507#3847507
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847507
---
This SF.N
Hello,
I have JBoss 3.0.6 and I want to run it in background (not in a console window) or
from a OS service. Anybody knows how can I do it?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847508#3847508
Reply to the post :
http://www.jboss.org/index.
Try mySQL not MySQL
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847506#3847506
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847506
---
This SF.Net email is spon
Is JAVA_HOME set?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847505#3847505
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847505
---
This SF.Net email is sponso
Depends on what your application requires from the application server.
If it is a standard J2EE application minor changes to deployment descriptors may be
required or if you are lucky it might run out of the box.
If you have used proprietry features of Tomcat or JRun additional coding may be
re
Hi,
I'm using JBoss 3.2.3 and also noticed a bug with hot redeployment.
It goes like this:
Working with a two-node cluster, deploy jar on ./farm of node1, it gets deployed on
./farm of node2.
If updating the jar on node1, redeployment occurs on both node1 and node2.
Buf if updating the jar on
Hi,
I have a portal which is visited very frequently.
Lets say every second a user is visiting a page on this server.
I have to update this web application often.
IÂm updating this by simply replacing the ear file in the deploy dir on the server.
So the application is undeployed and redeployed.
w
WAS uses WSMQ/MQSeries, see the FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847501#3847501
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847501
---
This SF.
You cannot use java:/XAConnectionFactory remotely. Use XAConnectionFactory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847500#3847500
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847500
-
That configuration is not deployed (yet?) otherwise you wouldn't get this error
message.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847499#3847499
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847499
---
Use a TemporaryQueue, naturally.
But only the client/session creating the temporary queue can receive from it/delete it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847498#3847498
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Hi vindiayns,
I'm facing the same problem as yours...
Did you find a solution?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847497#3847497
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847497
I would say so.
The only reason close() is allowed to through an SQLException is if it cannot contact
the database.
I'd report it as a bug to IBM.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847496#3847496
Reply to the post :
http://www.jboss.org/index.h
1 - 100 of 104 matches
Mail list logo