[JBoss-user] [JBoss Getting Started Documentation] - Re: is there any folder like APP-INF in JBoss

2004-09-08 Thread darranl
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

[JBoss-user] [Messaging, JMS & JBossMQ] - 'XAConnectionFactory' causing problems:

2004-09-08 Thread adpaika
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

[JBoss-user] [The Lizzard's corner] - Re: is there any folder like APP-INF(which in weblogic ) in

2004-09-08 Thread [EMAIL PROTECTED]
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

[JBoss-user] [The Lizzard's corner] - Re: is there any folder like APP-INF(which in weblogic ) in

2004-09-08 Thread janilsal
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.

[JBoss-user] [EJB/JBoss] - IllegalStateException when trying to remove CMR

2004-09-08 Thread imsathya
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

[JBoss-user] [The Lizzard's corner] - is there any folder like APP-INF(which in weblogic ) in JBos

2004-09-08 Thread [EMAIL PROTECTED]
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 -

[JBoss-user] [Persistence & CMP/JBoss] - Recommend Persistence

2004-09-08 Thread grom358
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#

[JBoss-user] [Clustering/JBoss] - explanation of cluster-service.xml

2004-09-08 Thread jimyliu
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

[JBoss-user] [Beginners Corner] - setup Jboss 3.2.5 and eclipse 3.0 with plugins of Lomboz 3.0

2004-09-08 Thread henrykey
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.

[JBoss-user] [Beginners Corner] - Re: dev w/ jboss3.2.1 on pc, move to production ....

2004-09-08 Thread yetang
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 :

[JBoss-user] [Nukes User] - Re: Registering as a New User and Over/Under 18

2004-09-08 Thread MilesParker
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 :

[JBoss-user] [Installation & Configuration] - Re: dual processor and single processor behaviour

2004-09-08 Thread mkgarnek
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

[JBoss-user] [Beginners Corner] - Re: Is Hypersonic good enough to deploy with a JBoss app?

2004-09-08 Thread janilsal
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

[JBoss-user] [JBoss.NET] - Re: Webservice authentication

2004-09-08 Thread nehring
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JmsXA not bound

2004-09-08 Thread harajuku_01
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

[JBoss-user] [Clustering/JBoss] - Clustering 3.x or 4.x

2004-09-08 Thread divine_comedy
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Bean and SOAP

2004-09-08 Thread genman
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SQLException (connection reset) from JDBC PersistenceMan

2004-09-08 Thread genman
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error in persistence with MySQL and persisting performan

2004-09-08 Thread genman
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JmsXA not bound

2004-09-08 Thread genman
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

[JBoss-user] [EJB/JBoss] - Problems with container managed transaction

2004-09-08 Thread balteo
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

[JBoss-user] [JBoss Getting Started Documentation] - 5.3.1. The jbossmq-destinations-service.xml File

2004-09-08 Thread monocongo
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:

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Error

2004-09-08 Thread kabkhan
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

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Error

2004-09-08 Thread kyleyj
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

[JBoss-user] [EJB/JBoss] - EJB Deployment Error

2004-09-08 Thread kyleyj
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

[JBoss-user] [Beginners Corner] - Is Hypersonic good enough to deploy with a JBoss app?

2004-09-08 Thread stephenlegge
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

[JBoss-user] [EJB/JBoss] - Re: transaction rollback instead of wait

2004-09-08 Thread oferbaranes
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

[JBoss-user] [Nukes User] - Re: Newsletter module for Nukes?

2004-09-08 Thread cooper
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

[JBoss-user] [Installation & Configuration] - Re: Firewall configuration for JBoss

2004-09-08 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Installation & Configuration] - Re: Cannot bring up the jmx-console

2004-09-08 Thread gshifrin
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 --

[JBoss-user] [Nukes User] - Newsletter module for Nukes?

2004-09-08 Thread martingi
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

[JBoss-user] [JCA/JBoss] - Using Jacorb 1.4.1 with JBoss 3.2.4

2004-09-08 Thread siegy
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

[JBoss-user] [Nukes User] - Re: Comments on the module Downloads

2004-09-08 Thread chasetec
:) 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

[JBoss-user] ping

2004-09-08 Thread Scott M Stark
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

[JBoss-user] [Installation & Configuration] - RMI Connection Caching

2004-09-08 Thread vijaygrk
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

[JBoss-user] [EJB/JBoss] - Getting Server Home Dir

2004-09-08 Thread tim5901
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 ---

[JBoss-user] [Nukes User] - Re: Having some trouble installing.....

2004-09-08 Thread kabkhan
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 -

[JBoss-user] [Messaging, JMS & JBossMQ] - JmsXA not bound

2004-09-08 Thread harajuku_01
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

[JBoss-user] [Nukes User] - Re: Having some trouble installing.....

2004-09-08 Thread chasetec
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

[JBoss-user] [J2EE Compliance] - TimedObject, JBoss 4,RC1

2004-09-08 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Clustering/JBoss] - Re: invalidate cache with RO/RW pattern

2004-09-08 Thread pedrosalazar
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:

[JBoss-user] [Clustering/JBoss] - HA-JNDI bind taking 60s

2004-09-08 Thread k-town
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

[JBoss-user] [EJB/JBoss] - Re: transaction rollback instead of wait

2004-09-08 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Installation & Configuration] - Re: Server VM or client VM for running JBoss on Solaris/Wind

2004-09-08 Thread fbiaggi
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

[JBoss-user] [EJB/JBoss] - Re: transaction rollback instead of wait

2004-09-08 Thread jamesstrachan
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

[JBoss-user] [Beginners Corner] - CMP examples that work out of the box?

2004-09-08 Thread alicante04
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

[JBoss-user] [JBoss.NET] - Re: Webservice authentication

2004-09-08 Thread arielah
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"); |

[JBoss-user] [Nukes User] - Re: WhosonLine and Contextual blocs

2004-09-08 Thread theute
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

[JBoss-user] [Nukes User] - WhosonLine and Contextual blocs

2004-09-08 Thread arnaud.tessier
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

[JBoss-user] [Management, JMX/JBoss] - Re: Registering as a listener to server startup

2004-09-08 Thread dsengupt
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

[JBoss-user] [Installation & Configuration] - Re: Cannot bring up the jmx-console

2004-09-08 Thread kabkhan
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

[JBoss-user] [Installation & Configuration] - Server VM or client VM for running JBoss on Solaris/Windows

2004-09-08 Thread MaitaiBernie
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

[JBoss-user] [Installation & Configuration] - Re: Cannot bring up the jmx-console

2004-09-08 Thread milsteadrl
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

[JBoss-user] [JCA/JBoss] - Re: inet opta XADataSource problem

2004-09-08 Thread parkenf
"[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

[JBoss-user] [Installation & Configuration] - Re: howto ear-global container-configuration

2004-09-08 Thread jae77
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

[JBoss-user] [EJB/JBoss] - Re: invoke EJB session bean across applications

2004-09-08 Thread jae77
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

[JBoss-user] [Javassist user questions] - Problem using LoaderClassPath in 3.0Beta2

2004-09-08 Thread tfrank
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

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule - Bad Password

2004-09-08 Thread ___martin___
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

[JBoss-user] [Installation & Configuration] - Re: I'm dying!!! Please help me find where error is coming f

2004-09-08 Thread jim_stoll
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

[JBoss-user] [EJB/JBoss] - Re: NullPointerException when calling new InitialContext()

2004-09-08 Thread hbothmer
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

[JBoss-user] [Installation & Configuration] - database pool connection timeout

2004-09-08 Thread vspv62
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

[JBoss-user] [EJB/JBoss] - Re: local/remote interface

2004-09-08 Thread darranl
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

[JBoss-user] [EJB/JBoss] - Re: local/remote interface

2004-09-08 Thread doshiaj
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SQLException (connection reset) from JDBC PersistenceMan

2004-09-08 Thread terol
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

[JBoss-user] [Beginners Corner] - monitor database connections in a database pool

2004-09-08 Thread vspv62
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error in persistence with MySQL and persisting performan

2004-09-08 Thread ahanys
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

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Enterprise JavaBeans 4th edition - JBoss Workbook exampl

2004-09-08 Thread MauricioNino
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 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - More of the problem

2004-09-08 Thread terol
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

[JBoss-user] [EJB/JBoss] - Re: CMP, JBoss & MySql problems

2004-09-08 Thread BuzzField
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

[JBoss-user] [EJB/JBoss] - Re: transaction rollback instead of wait

2004-09-08 Thread oferbaranes
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

[JBoss-user] [Javassist user questions] - Re: Possible to refer to classes that will be generated late

2004-09-08 Thread Bug-C
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

[JBoss-user] [Javassist user questions] - Re: Possible to refer to classes that will be generated late

2004-09-08 Thread chiba
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

[JBoss-user] [Installation & Configuration] - howto ear-global container-configuration

2004-09-08 Thread mjuergens
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.

[JBoss-user] [EJB/JBoss] - NullPointerException when calling new InitialContext()

2004-09-08 Thread hbothmer
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 =

[JBoss-user] [Messaging, JMS & JBossMQ] - Error in persistence with MySQL and persisting performance i

2004-09-08 Thread ahanys
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

[JBoss-user] [Installation & Configuration] - Re: Problems starting AutomaticDiscovery on Mac OSX 10.3

2004-09-08 Thread crl42
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

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.5 Throws IP_MULTICAST_IF address not bound

2004-09-08 Thread crl42
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

[JBoss-user] [EJB/JBoss] - Re: transaction rollback instead of wait

2004-09-08 Thread jamesstrachan
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't get MDB listening to a remote Queue !

2004-09-08 Thread JRobette
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

[JBoss-user] [Installation & Configuration] - Re: JBoss' org.jboss.logging.appender.DailyRollingFileAppend

2004-09-08 Thread miffel
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

[JBoss-user] [Security & JAAS/JBoss] - Re: security-domain for datasource

2004-09-08 Thread yuriyg
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

[JBoss-user] [JBoss Getting Started Documentation] - is there any folder like APP-INF in JBoss

2004-09-08 Thread [EMAIL PROTECTED]
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&

[JBoss-user] [Beginners Corner] - Re: JBoss in Background

2004-09-08 Thread kabkhan
... 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 -

[JBoss-user] [Beginners Corner] - Re: JBoss in Background

2004-09-08 Thread kabkhan
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

[JBoss-user] [Beginners Corner] - Re: dev w/ jboss3.2.1 on pc, move to production ....

2004-09-08 Thread darranl
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

[JBoss-user] [Beginners Corner] - Re: JBoss in Background

2004-09-08 Thread darranl
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

[JBoss-user] [Beginners Corner] - Re: JBoss in Background

2004-09-08 Thread pericodelgado
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

[JBoss-user] [Beginners Corner] - Re: setting the default Timezone

2004-09-08 Thread nxs
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

[JBoss-user] [Beginners Corner] - JBoss in Background

2004-09-08 Thread pericodelgado
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.

[JBoss-user] [EJB/JBoss] - Re: CMP, JBoss & MySql problems

2004-09-08 Thread darranl
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

[JBoss-user] [Installation & Configuration] - Re: Cannot bring up the jmx-console

2004-09-08 Thread darranl
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

[JBoss-user] [Beginners Corner] - Re: how to run?

2004-09-08 Thread darranl
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

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.1 cluster-wide hot-deployment

2004-09-08 Thread mpopet
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

[JBoss-user] [EJB/JBoss] - Updating an application on a busy server

2004-09-08 Thread MSchlierf
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Accessing JBoss message queue from WAS on AS/400?

2004-09-08 Thread [EMAIL PROTECTED]
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.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't get MDB listening to a remote Queue !

2004-09-08 Thread [EMAIL PROTECTED]
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 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: YO! - mdb deployment trouble

2004-09-08 Thread [EMAIL PROTECTED]
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 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-09-08 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to configure MDB to talk to a Remote Topic?

2004-09-08 Thread JRobette
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

[JBoss-user] [JCA/JBoss] - Re: ConnectionManager can´t close connection

2004-09-08 Thread [EMAIL PROTECTED]
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   2   >