[JBoss-user] [JBossCache] - Re: JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-19 Thread RolfZ
How do I upgrade to JBossCache 1.2.2 ? I just updated the jboss-cache.jar form 1.2.2 install package within JBoss 3.2.7 Are there any other files I need to update ? Cheers Rolf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874399#3874399 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-19 Thread hb_jan
...I'm sorry: Instead of When using BeanTA, it should be When deploying the beans with the JBuilder. This mistake is due to the fact that in former times a different AS, namely BeanTA, was used. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874400#3874400

[JBoss-user] [Security JAAS/JBoss] - Intercept requests before JAAS kicks in?

2005-04-19 Thread t_kishore
I am using Jboss 4. I have configured to use the DatabaseServerLoginModule(Jboss ogin module) to do the authentication and authorisation. I have written a ServletFilter to intercept all the requests to my webapp. But I have noticed that requests from unauthenticated users to protected

[JBoss-user] [HTTPD, Servlets JSP] - precompile JSP jmx-console

2005-04-19 Thread nobel
Hello all, Today I use an ant build target to precompile all JSPs for a web application. I wonder if that isnt possible to do from the jmx-console or web-console? Or is it possible to set a property somewhere so that the servlet engine compiles all JSPs ASAP if they are not already

[JBoss-user] [JBossWS] - Problems by deploying the WS-Wiki-Example

2005-04-19 Thread rmk
Hi all, I have a problem by deploying the wiki-WS-Example in JBoss-4.0.1. I have used the ws.war. Here is the exception: 09:17:21,105 ERROR [ServiceDeployer] Cannot startup webservice for: ws.war java.lang.NoClassDefFoundError at

[JBoss-user] [Security JAAS/JBoss] - Re: encoding Password

2005-04-19 Thread darranl
Hopefully this will help. http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874404#3874404 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874404

[JBoss-user] [Beginners Corner] - Re: does jboss run without installing j2ee1.4?

2005-04-19 Thread darranl
Yes that is correct, to work with JBoss all that is required is JBoss and a standard J2SE SDK. FYI - At least to begin with the majority of the classes you need for compilation / runtime will be found in the jbossall-client.jar in the client folder of your JBoss installation. View the

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with '/' in ejb-name

2005-04-19 Thread stundzig
Hi, I've researched this behaviour a bit and I found the following in e.g. JDBCFindByPrimaryKeyQuery line 56 (jboss4.0.1RC and 4.0.2RC1 too): | String alias = aliasManager.getAlias(entity.getEntityName()); | The ejb-name of my entity is anonymous wrote : worklist/WorkItem and therefore

[JBoss-user] [Performance Tuning] - Re: Strange behavior: slow JDBC queries

2005-04-19 Thread rafcio
[EMAIL PROTECTED] wrote : How did you fix it? It wasn't JBoss problem. After switch to MySQL master/slave the result sets of some queries wasn't sent to client but write to the tmp area of MySQL. We increase only the value of 'tmp_table_size' and we get better performance. Regards, Rafal

[JBoss-user] [Messaging, JMS JBossMQ] - Multiple Message Delivery with ActiveMQ 3.1 / JBoss 4.0.1

2005-04-19 Thread robinroos
Hi All We're using ActiveMQ 3.1 as JMS provider to JBoss 4.0.1 which hosts our MDBs. When running a load test we recently got: PU/99/134.0.1 2005-04-18 19:35:29,366 INFO WorkManager(3)-105 [org.activemq.ActiveMQSession] Caught :java.lang.IllegalStateException: Multiple message delivery

[JBoss-user] [JBossWS] - EJB3 client to web services

2005-04-19 Thread lhoriman
I'm writing an EJB3 bean that is a client to a random web service, ie one for whom I have WSDL and that's about it. I notice all the documentation and howto's demonstrate putting a service-ref element in the ejb-jar.xml. However, since I'm writing ejb3 beans, I have no ejb-jar.xml. Nor does

[JBoss-user] [Installation Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread mikesg
Posted issue report: http://jira.jboss.com/jira/browse/JBAS-1697 Mike View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874414#3874414 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874414

[JBoss-user] [Installation Configuration] - Re: modify memory quota of jvm

2005-04-19 Thread zhebincong
thanks for your answer i have found following two lines in the run.bat file: rem Sun JVM memory allocation pool parameters. Modify as appropriate. set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m is that right??? View the original post :

[JBoss-user] [Installation Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread [EMAIL PROTECTED]
Isn't this because the URLDeploymentScanner recurses into the 'hallo' subdir, then attempts to deploy 'hallo.properties' file using the JARDeployer? I guess the solution is to configure the Scanner to ignore the .properties extension (i.e. add .properites to the suffixes list below): |

[JBoss-user] [Installation Configuration] - Re: modify memory quota of jvm

2005-04-19 Thread darranl
That is right if you using the run.bat batch script to start JBoss. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874418#3874418 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874418

[JBoss-user] [Nukes User] - how to open new window to display a stream?

2005-04-19 Thread greg_gl
I'm using nukes and JasperReports. I have a nukes module that create a jasper reports. I do not want save the report on the server. So i just have a stream (a byte array) and i want to display this in a new window. How can I o that? It is possible to do that? | public class Report extends

[JBoss-user] [Installation Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread mikesg
Thanks for the quick reply, Dimitris, I implemented a simple filter that uses DeploymentFilter as default filter and excludes .properties itself (code is after the message), and I got rid of the 'Failed to add deployable jar' message. However the bundle still is not on the classpath because I

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
The whole thing looks like a mess. Perhaps we've got the wrong archive(s) but that's just one of the problems i've found too. This is part of what i was intending to post somewhere: (Quoting from http://docs.jboss.org/jbossas/getting_started/startguide40/dukesbank.html#d0e1044) Before we can

[JBoss-user] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-04-19 Thread milx
Hello Just wondering; does this mean that I have to disable the cache for my project? I have (as everyone) concurrent access (admin and batch updates, combinded with customer read access) and had used a transactional cache for common entities. I keep getting timeouts upon concurrent access to

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Max Message limit

2005-04-19 Thread wikey
Hi, Does anyone know how to set the limit of JMS message queue receiving per second? Say 100 messages per second. This is to avoid too much processing from JBOSS that will lead a out of memory issue. TQ. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Max Message limit

2005-04-19 Thread schrouf
There is only an absolut maximum message count, but no messages per second limitation. If you encounter OutOfMemory-Exceptions may be you should reconfigure your JVM memory setting and tune the JMS MessageCache settings ! View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
anonymous wrote : Perhaps we've got the wrong archive(s) Indeed it looks as though we have! For JBoss 4 you need to use this: PDF + code View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874429#3874429 Reply to the post :

[JBoss-user] [Beginners Corner] - Where can I find jbossj2ee-src.zip?

2005-04-19 Thread thoern
It's necessary to build Dukes Bank application. Thanks, thoern View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874430#3874430 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874430

[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check

2005-04-19 Thread jaejong
response.sendRedirect(CONTEXT_ROOT/j_security_check) will not work on jboss-4.0.0 with tomcat-5.0.28 but jboss-3.2.6 with tomcat-5.0.28 work well. I can see 'GenericPrincipal[admin(admin,user)] in both versions. When I call IsUserInRole(admin), it returns true on 3.2.6 but false on 4.0.0. Are

[JBoss-user] [Beginners Corner] - Virual Host

2005-04-19 Thread thiruchenthil
Hi Folks! I need a help in definign virtual host in Jboss 4. The server should respond with a page if it is callled like vhost.server.com and server.com. for that i have changed server.xml of jbosswebtomcat.sar. In that i have changed the attribute and Document base. When i try to do so i

[JBoss-user] [Persistence CMP/JBoss] - Re: Unable to passivate due to ctx lock

2005-04-19 Thread cbradbury
I've reviewed our code and the problem is occuring because we are defining the properties of an Entity as a one-to-many relationship between the Entity CMP bean and EntityProperty CMP beans: | relationships | ejb-relation | ejb-relation-nameOrder-OrderProperty/ejb-relation-name

[JBoss-user] [Messaging, JMS JBossMQ] - NullPointerException while using Singleton MDB as Consumer

2005-04-19 Thread kvrans
I am using a Singleton MDB as the consumer for a queue. It works fine when there are limited no. of messages. But when the no. of messages 100 there is a NullPointer Exception thrown and rest of the messages are not consumed. Also this problem occured in jboss-4.0.1sp1 only. It works

[JBoss-user] [Messaging, JMS JBossMQ] - Newbie: can't resolve javax.jms

2005-04-19 Thread imm102
Hi, Im trying to get my first MDB and test client up and running. Im adding these external jars to the build path (im following the jboss guide) concurrent.jar, jbossmq-client.jar, jboss-common-client.jar, jboss-system-client.jar, jnp-client.jar and log4j.jar. But I can't resolve the

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread [EMAIL PROTECTED]
Yes, please try and use the correct version. If you do, everything will work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874439#3874439 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874439

[JBoss-user] [Security JAAS/JBoss] - Access MySQL as user root

2005-04-19 Thread plutus
Hi, I write an MBean DatabaseStatus that I'd like to manage with my JMX client. I wrote the following method: public List showSlaveStatus(String rootPassword) throws BusinessException; and I would like to make a mysql-connection to my DB as user root. What are the steps I have to follow? I

[JBoss-user] [Persistence CMP/JBoss] - Re: Unable to passivate due to ctx lock

2005-04-19 Thread cbradbury
Actually I managed to reproduce the problem even after removing the relationship (i.e. only setting fields that were not part of the relationship), so this is not the reason at all. Please ignore my last post. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check

2005-04-19 Thread ricardoarguello
jaejong wrote : When I call IsUserInRole(admin), it returns true on 3.2.6 but false on 4.0.0. | Are there deferences between two versions? That's a known 4.0.0 bug, please try 4.0.1 or 4.0.1SP1, the latest release. Ricardo Arguello View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Access MySQL as user root

2005-04-19 Thread darranl
This may help you: - http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=387#387 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=387

[JBoss-user] [Beginners Corner] - Error with The Duke's Bank application

2005-04-19 Thread cserra
I get several errors when tring to compile de Duke's Bank Application. The problem is that the compiler cant find classes inside the package javax.servlet.jsp.tagext. I discovered that the file that contains this package is jsp-api.jar in the directory \server\all\deploy\jbossweb-tomcat50.sar

[JBoss-user] [JNDI/Naming/Network] - java.rmi.connectException

2005-04-19 Thread pavana
hi, I am trying to connect to a remote system on which Jboss server is running. when i run the client program to connect to remote server i am gettting the following error Exception in thread main javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection

[JBoss-user] [JNDI/Naming/Network] - Re: java.rmi.connectException

2005-04-19 Thread darranl
Is the remote server running Linux? Have you specified the IP address in /etc/hosts? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874447#3874447 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874447

[JBoss-user] [Persistence CMP/JBoss] - How to insert an Order Detail ??????

2005-04-19 Thread warx_sg
Hi, i have a classic scenario : and Order with a lot of details. I created them with JBuilder and i defined a relashionship between them : one order has more details. I have noticd that the Order entity has inside a collection of details. Well, when i have to insert or update and order i pass to

[JBoss-user] [JBossWS] - Classloading and WS

2005-04-19 Thread jofi
I have an application deployed inVM through a simple JMX wrapper. The application itself deploys its own modules from a repository independent of jboss, lets say: c:\myapp\deploy. To get this working i add the urls to the modules in myapp\deploy to the mbeans RepositoryClassLoader, and set

[JBoss-user] [JBossWS] - port-uri migrating to 4.0.1sp1 port-component-uri

2005-04-19 Thread sonic-dre
Hi there I mirgrate my JBossWS EJBs from 4.0.0 to 4.0.1sp1. I changed the port-uri Tag in the jboss.xml descriptor to port-component-uri, during the deployment Ive got this Exception: | 14:03:55,765 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | Incompletely deployed

[JBoss-user] [Installation Configuration] - JDBCAppender sample

2005-04-19 Thread VV
Can anyone please give a sample JDBCAPPender that can be used for writing to log4j.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874452#3874452 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874452

[JBoss-user] [JBossWS] - Re: port-uri migrating to 4.0.1sp1 port-component-uri

2005-04-19 Thread sonic-dre
my jboss.xml code before was the old for JBoss 4.0.0 the exception is caught by this jboss.xml during deployment on Jboss 4.0.1sp1 . . . port-component port-component-namemyPort/port-component-name port-component-uri/myPortURI/port-component-uri

[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread anguyen
Dimitris, you're a genius! Changing the order worked, but as I expected, the XSLTFileDelegate didn't work. I'm gonna try my hand at implementing XSLTURLDelegate. Should be very similar to the file delegate. It's unfortunate that the binding delegates aren't setup well to be extended. They

[JBoss-user] [EJB/JBoss] - CMP - Local EJBs are making distinct calls to the database w

2005-04-19 Thread scswarga
I am using JBoss 3.2.5 (xdoclet based) with MySQL 4.1 I have been load testing my application and have found that separate database calls are being made to retrieve the persistent field values. The ejb finders are making a single call to retrieve all the field values. Is there a way to make the

[JBoss-user] [Persistence CMP/JBoss] - Re: Migrating to JBoss from Weblogic

2005-04-19 Thread rafcio
Xjava2001 wrote : 3) How do I specify | isolation-levelTRANSACTION_READ_COMMITTED/isolation-level in jboss? is this Default value? IN DataSource configuration file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874456#3874456 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Max Message limit

2005-04-19 Thread wikey
Hi schrouf, Thnx for reply. can JBOSS handling something web logic http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_jmsconnectionfactory_config_flowcontrol.html BTW, anyone has a better idea to control this, pls post here. View the original post :

[JBoss-user] [EJB/JBoss] - lots of BMP ejbLoad with CMT and commit option B

2005-04-19 Thread anthavio
Hello, i've just profiled our application and I spotted that after switching from JBoss 3.2.6 default commit option A for BMP to commit option B, ejbLoad is invoked before every method invocation on BMP entity bean. All methods invocations are made from one method of Stateless Session Bean with

[JBoss-user] [Installation Configuration] - Loading order of ears and wars in JBoss 3.2.3 and JBoss 3.2.

2005-04-19 Thread gscott40
I want to specify the loading order (deployment order) of ear and war files in JBoss 3.2.3 and JBoss 3.2.5. I don't find any helpful hints at the Jboss.org site, JBoss documentation or general googling. In addition, I prefer not to change the class loader of JBoss. Any helpful hints will be

[JBoss-user] [JBossCache] - How does JbossCache relate to JavaGroup??

2005-04-19 Thread balteo
Hello, Forgive my naiveness but I am trying to ascertain what the difference is between JbossCache and JavaGroups. Can anyone give me a clue? Thanks in advance, Julien View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874460#3874460 Reply to the post :

[JBoss-user] [JBossCache] - Re: How does JbossCache relate to JavaGroup??

2005-04-19 Thread [EMAIL PROTECTED]
JBossCache is a transactional caching solution built on top of JGroups. JGroups is a reliable multicast toolkit. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874461#3874461 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread [EMAIL PROTECTED]
If you can refactor it to make it more extensible, without breaking the existing bindings, that would be great. Register that in JIRA as a feature request and submit the patch there. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874462#3874462 Reply

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Thanks for the reply. I understand that. But is there another way to do get the object reference of the MBean registered with MBeanServer? Our purpose is to get the object reference and make a method call on that object. If there is a way to do this please let me know. --Chetan View the

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
No, such access defeats one of the primary design goals of jmx. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874465#3874465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874465

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
Well, your original post implies that you want to somehow find a way to do so via the MBeanServer API. I'm simply saying there is no way. JMX API specifically is designed to avoid allowing what you want (irrespective of the fact that you have the ObjectName - that doesn't matter). You cannot

[JBoss-user] [JBossCache] - Re: How does JbossCache relate to JavaGroup??

2005-04-19 Thread balteo
Thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874467#3874467 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874467 --- This SF.Net email is

[JBoss-user] [Messaging, JMS JBossMQ] - Re: NullPointerException while using Singleton MDB as Consum

2005-04-19 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-1373 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874468#3874468 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874468 --- This

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
anonymous wrote : Yes, please try and use the correct version. If you do, everything will work. Err... not quite. At least not for me and this other guy. The configuration + configuration instructions for hsqldb-ds.xml seem to be wrong. See http://tinyurl.com/796dt If you need further

[JBoss-user] [JBossWS] - Re: HTTPS : java.net.SocketTimeoutException: Read timed out

2005-04-19 Thread jobor
Hello, Also a test with Axis 1.1 stubs, just as we are using now, the reader gets the time out exception when used over https. Johan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874472#3874472 Reply to the post :

[JBoss-user] [Installation Configuration] - How to turn off DTD validation in 4.0.1sp1

2005-04-19 Thread Rubbish
I get this error: Caused by: org.dom4j.DocumentException: Server returned HTTP response code: 401 for URL: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd Nested exception: Server returned HTTP response code: 401 for URL: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Again thanks for the reply. So is it possible within same JBoss can a MBean locate another MBean and call method on it? --Chetan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874474#3874474 Reply to the post :

[JBoss-user] [Beginners Corner] - How to make jboss-build.xml tell jar command to use no ZIP

2005-04-19 Thread laughtonjackson
I have a jboss-build.xml all ready to go except one thing... How do I change this line to make the jar command use no ZIP compression...you know, the -0 option... jar jarfile=${deploy.dir}/${war.file} basedir=${war.dir} Thanks, Laughton View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
Read the FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874477#3874477 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874477

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with '/' in ejb-name

2005-04-19 Thread [EMAIL PROTECTED]
The ejb-2.1 spec states that the ejb-name must be a valid java identifier. This excludes the use of '/': anonymous wrote : | 10.3.13 The Bean Provider?s View of the Deployment Descriptor | | The persistent fields (cmp-fields) and relationships (cmr-fields) of an entity bean must be

[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-19 Thread hb_jan
Found the error: Seems that I forgot an important '@ejb.persistence'-Tag before some getXXX-Methods to indicate that an ejbStore() is necessary. Not it's working. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874479#3874479 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Intercept requests before JAAS kicks in?

2005-04-19 Thread [EMAIL PROTECTED]
No. A custom authenticator or valve is required. Its an ambiguous aspect of the servlet spec as to whether filters should be engaged in authorization paths and currently tomcat treats filters as application level components that apply after the standard security checks. View the original post

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-04-19 Thread regenwetter
The JMS Client does not use connection pooling. It does something like that: | public void send(...){ | lookupJMSResourcen(); | connection = cf.createConnection(); | session = connection.createSession(false,Session.AUTO_ACKNOWLEDGE); | ... | } | | private static void

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread [EMAIL PROTECTED]
I didn't check the URL, but I do know that many people make a mistake at that point and take out the service internal hypersonic service, causing the dependency to break. That should definitely be more clear, as many people seem confused about it. But, it does work... View the original

[JBoss-user] [Beginners Corner] - Running JBoss

2005-04-19 Thread rtriance
I have jdk (1.5.01) and set up JAVA_HOME - all works. I have installed JBoss -3.2.1. I am running XP Professional. On running run.bat I get errors starting - 09:42:41,504 ERROR [Server] Failed to start javax.management.InstanceNotFoundException:

[JBoss-user] [Messaging, JMS JBossMQ] - JMS MessageListener using different instace of object

2005-04-19 Thread mjgreene550
Hi, I'm having a very strange problem here. I have an instance of an object that is initially and only constructed from a Servlet. However, this object has a MessageListener to recieve messages from a queue. The problem is this: When I debug this class, I notice that the memory ID's in the

[JBoss-user] [Clustering/JBoss] - hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
Hi folks, I've got an interesting issue at hand: 4 nodes, running JBoss in a cluster. I have consistent problems deploying my applications: Once I deploy a new version of an existing app (e.g. replace the respective file in $JBOSS_HOME/server/all/farm), the file gets correctly deleted on all

[JBoss-user] [JBossWS] - Re: HTTPS : java.net.SocketTimeoutException: Read timed out

2005-04-19 Thread jobor
Hello, I'm getting tired but debugging in Eclipse shows that the characters in the word Sloveni are correct translated to . Because a test with a lot bigger result coming with the same characters gives a good result over https. So for me it is a mystery why you can see that after 2 seconds

[JBoss-user] [Installation Configuration] - Web app outside of deploy folder

2005-04-19 Thread samokhin
Hello, I'm trying to make JBoss 4.0.1SP1 working with web app without putting it into deploy folder. If I put appropriate tag into sever.xml it gives me a lot of errors when I try to open my jsp files. The errors are about a packages that cannot be found. This works fine with Tomcat 5.0.28

[JBoss-user] [Beginners Corner] - Re: Running JBoss

2005-04-19 Thread [EMAIL PROTECTED]
Get a more recent of jboss. java5 did not exist when 3.2.1 was released. http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874490#3874490 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Web app outside of deploy folder

2005-04-19 Thread samokhin
Sorry. I'm using JBoss 4.0.1, but not 4.0.1SP1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874491#3874491 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874491 ---

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-19 Thread [EMAIL PROTECTED]
If you have any stack trace or log, please post it here. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874493#3874493 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874493

[JBoss-user] [Clustering/JBoss] - Re: jboss clustering can`t work in linux

2005-04-19 Thread [EMAIL PROTECTED]
Please make sure the mcast work first by going thru the jgroups troubleshooting steps. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874494#3874494 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874494

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-19 Thread [EMAIL PROTECTED]
Roberto, Sounds like a problem. Would you go to jira.jboss.com and open a bug against the application server. You can assign it to me. If you can, please attached your sample war and ear files. Thanks, -Ben View the original post :

[JBoss-user] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-04-19 Thread [EMAIL PROTECTED]
Supposedly using Hibernate3.0 and JBossCache1.2.2 should resolve this. We have someone still reported that query cache is still problematic. So we are invetigating now. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874497#3874497 Reply to the post :

[JBoss-user] [JBossCache] - Re: JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-19 Thread [EMAIL PROTECTED]
That should be it, AFAIK. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874498#3874498 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874498 --- This SF.Net email

[JBoss-user] [JBossCache] - Re: Failed to aspectize class org.jboss.cache.TreeCache

2005-04-19 Thread [EMAIL PROTECTED]
Which version this is? And are you running under cygwin or Linux? -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874499#3874499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874499

[JBoss-user] [Management, JMX/JBoss] - Where I can get more info about Exposing MBean Events via SN

2005-04-19 Thread mikek753
Hello all, I use JBoss 4.0.0. And snmp-adaptor.sar in my deploy folder. In trap viewer I can see just one trap type coldstart, but I don't see heartbeat - I didn't get any heartbeat. I have / read jboss4guide/html/ch2.chapter.html#ch2.trap.fig , but that isn't enough for me. Where I can get

[JBoss-user] [Installation Configuration] - Unable to Deploy a WAR file

2005-04-19 Thread vvangara
Hello All, My JBoss is all of a sudden giving this error at startup when ever i try to deploy a WAR file. It is working fine with EAR files. Recently i have changed my JMS default database from Hypersonic to Informix Database. Otherthan that i haven't made any changes. This is what the error

[JBoss-user] [Management, JMX/JBoss] - Re: Where I can get more info about Exposing MBean Events vi

2005-04-19 Thread [EMAIL PROTECTED]
To understand how the mapping works, have a look at http://www.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter To enable hearbeat, just set the HeartBeatPeriod to a different value (number of seconds), it's disabled by default: at deploy/snmp-adaptor.sar/META-INF/jboss-service.xml |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-04-19 Thread disrael
Move the connection = cf.createConnection(); outside of the send. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874503#3874503 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874503

[JBoss-user] [Management, JMX/JBoss] - RMIAdapterExt not found

2005-04-19 Thread danl_thompson
I love it when I solve my own problems. Thank you JBoss for making it so easy. Just the wrong jar file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874508#3874508 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874508

[JBoss-user] [JBossCache] - Re: Failed to aspectize class org.jboss.cache.TreeCache

2005-04-19 Thread junli10
JBoss-Cache1.2.2. I'm running under Solaris SPARC 5.8. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874511#3874511 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874511

[JBoss-user] [EJB/JBoss] - Re: ClassCastException invoking LocalHome finder methods on

2005-04-19 Thread felandres
Hi all, Since NOBODY reply my question, I'll answer it myself... the problem was caused by wrong use of (Home/Remote) interface pairs. If you're using LocalHome you MUST use the EJB's Local interface! I hope this could help somebody... View the original post :

[JBoss-user] [JBossCache] - Does JBossCacheloader function async

2005-04-19 Thread christi_am
Hi, we are using Treecache for caching purpose and would like to know whether jdbccacheloader uploads to db asynchronously or does it do synchronously? This is for just one treecache and a db. no replicated caches are invloved. I would really appreciate your input regarding this. Thanks View

[JBoss-user] [JBossWS] - Unable to deserialize array as RPC/encoded input argument

2005-04-19 Thread cgdave
Hello, I've got a EJB with these two service-endpoint methods : public ContentArray getAllContents() public void updateAllContents(ContentArray contentArray) where ContentArray is : public class ContentArray { private Content[] contentArray; public Content[]

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
here's the relevant part of the log file - quite lengthy, since it's in DEBUG mode, but that's what it's there for :) ... it all looks good to me, no exceptions, it just undeploys the current file, but never gets the new one. System: SuSE Linux 9.1, JBoss 3.2.6, no HTTP session clustering ...

[JBoss-user] [EJB/JBoss] - Synchronization

2005-04-19 Thread robinroos
Hello I need to register a Synchronization object which will receive afterCompletion() invocations - or the equivalent - AFTER all resources in the transaction have been committed. I could register against the javax.transaction.Transaction instance or against the javax.ejb.UserTransaction

[JBoss-user] [Beginners Corner] - does JBoss offer some sort of client framework?

2005-04-19 Thread Tzuriel
Does JBoss come with some sort of client framework? What I mean by this is say, I want to deploy something like agents on other nodes and didn't want to deploy a full fledged application server on those other nodes, something sort of light weight compared to JBoss I guess. I've deployed my own

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Thanks a lot. That helps and thats what I was looking for. --Chetan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874528#3874528 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874528

[JBoss-user] [JBossCache] - Re: Does JBossCacheloader function async

2005-04-19 Thread [EMAIL PROTECTED]
It is synchronous. An asynchronous adapter to *all* CacheLoaders is on the roadmap View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874530#3874530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874530

[JBoss-user] [JBoss Getting Started Documentation] - Configuration Jboss and MySql

2005-04-19 Thread Newj2ee
Hello! I'm reading the tutorial guide of Jboss Greating Started, the chapteer 8, but finally the instructions the server console display this: | ObjectName: jboss.mq:service=InvocationLayer,type=UIL2 | state: CONFIGURED | I Depend On: jboss.mq:service=Invoker | | Depends On Me:

[JBoss-user] [JCA/JBoss] - Prepare statement cache

2005-04-19 Thread omrikessel
Hi, Does someone knows why the prepare statement caching is done only on prepareStatement(String sql) and not on the other prepareStatement methods such as prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Thanks Omri View the original post :

[JBoss-user] [EJB/JBoss] - Re: Synchronization

2005-04-19 Thread robinroos
Ok, I was not quite correct. I could register a Synchronization instance with javax.transaction.Tramsaction, or I could have my session beans implement SessionSynchronization. However I don't see an equivalent MessageDrivenSynchronization capability for MDBs. My experience of registering

[JBoss-user] [JBossCache] - Re: Does JBossCacheloader function async

2005-04-19 Thread christi_am
Thanks Bela for the prompt reply. Can you please tell me by when would it be available? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874539#3874539 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874539

[JBoss-user] [Clustering/JBoss] - Failures in invoaction chain, is this a bug?

2005-04-19 Thread wildgeeza
I'm testing various cluster configurations in 4.0.0 line. I have everything working and have been simulating nodes failures by invoking 'stop' on the MBean associated with the EJBs I want to take offline. I subsequently restart by 'touch'ing the deployment unit to get clean hot-deploy.

[JBoss-user] [Management, JMX/JBoss] - Has to be names jboss-service.xml in sar

2005-04-19 Thread yangju
I thought when we package a sar, the only requirement is that there is a META-INF directory and a xml file named like ***-service.xml inside the META-INF directory. But I always name it as jboss-service.xml. Until recently I found out that if I changed it from jboss-service.xml to something

[JBoss-user] [Security JAAS/JBoss] - Jaas or securityfilter

2005-04-19 Thread soussou
Hi I would like to implemented a authentification module via LDAP directory. I have two solutions : 1- Use the internal security of the Jboss (Jaas api); or 2- Realize a external module the first solution is not flexible nor reusable because it depends on the configuration of each server

  1   2   >