[JBoss-user] [Performance Tuning] - JBoss + KaRMI

2004-09-29 Thread aweeraman
Hi, Does anyone have experience with integrating JBoss 3.0.8 and KaRMI? We're planning to try KaRMI for performance reasons and would appreciate any input on the best way to do it. From what I gather, it should be a matter of dropping the jar in lib and changing the imports, or is there more

[JBoss-user] [Persistence CMP/JBoss] - Hypersonic deserialization problem in Jboss 3.2.5

2004-09-29 Thread mzaidel
My EJB is attempting to pull a serialized class out of a database table. However, the Hypersonic database where the class is stored is throwing an exception. Specifically, the EJB is storing in a Hypersonic 'OBJECT' column a class instance which includes as a member an

[JBoss-user] [Beginners Corner] - Fetch E-Mails with JBOSS

2004-09-29 Thread HannesBacke
Hi, I can't find a tutorial that explains how to fetch emails from a different server with JBOSS. Ich have an IMAP-Account and just want to get mails from it with JBOSS. Thx, Hannes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849825#3849825 Reply to the

[JBoss-user] Another newbie question

2004-09-29 Thread M. Onur Tokan
Hi, In my current project I don't want to use JBoss's built in Tomcat. Instead I want to use standalone tomcat with JBoss. So I don't need the Tomcat service in JBoss. How can I configure my JBoss with minimal configuration. The default minimal conf. is not capable of running EJB's and I will

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 startup error

2004-09-29 Thread normann
neochen scott If java.endorsed.dirs is set by run.sh (which seems to be the case), that obviosly doesn't resolve the issue since I get it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849829#3849829 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - where are the war contents?

2004-09-29 Thread candide_kemmler
Hi, I'd like to use tomcat in jboss to run cocoon. However, I have to let cocoon handle dynamically added files, amongst which the very cocoon sitemap (which is to cocoon what server.xml is to any web container). So I have to have access to the directory where the war is exploded. Does

[JBoss-user] [Messaging, JMS JBossMQ] - My MDB does't work in singleton mod on cluster. Help me.

2004-09-29 Thread dreyk
I write simple MDB Bean. It's catch message and print this message. My OnMessage function is: Code: | public void onMessage(Message msg) { | TextMessage tm = (TextMessage) msg; | try | { | System.out.println(onMessageMDB, recv text= | + tm.getText()); | } |

[JBoss-user] [JCA/JBoss] - JBOSS 3.2.5: JMS fails to start during server restart

2004-09-29 Thread sandesh_kortikar
Folks, We are using JBOSS3.2.5 in production env. HSQL for JMS. Some time it thorws following exception while startup: 2004-09-25 08:45:42,121 DEBUG [org.jboss.system.ServiceController] starting service jboss.mq:service=PersistenceManager 2004-09-25 08:45:43,028 TRACE

[JBoss-user] [EJB/JBoss] - Self-disable of MDB?

2004-09-29 Thread ewestland
Hello, I have a situation where a resource my MDB relies upon can become inaccessible. I can detect the situation in my onMessage() method, but don't know how to tell the JMX server to disable it; allowing the messages to queue while an operator fixes the resource. BTW - I don't want to leave

[JBoss-user] [Installation Configuration] - JBoss4.0.0 - Problem with MBeans

2004-09-29 Thread UncleSam
Hi, I built a J2EE-Framework with JBoss3.2.3. It worked fine and also with JBoss-3.2.5 it was no problem running it. Now I changed to JBoss-4.0.0 and I am not able to run my application. I tried to reach some information solving the problem but did not succeed. Can somebody help?

[JBoss-user] [JCA/JBoss] - Re: JCA adaptor for POS

2004-09-29 Thread solso
Hello! I have developed a general TCP/IP Socket Resource Adaptor. I can send you the source code if you want. If you want more info, contact me vial mail. Richard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849834#3849834 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: JBoss + KaRMI

2004-09-29 Thread aweeraman
It seems there IS more to it than just that. What the actual requirement is to modify JBoss to use KaRMI instead of its own implementation. Has anyone undertaken such a task? Is the RMI implementation in JBoss pluggable? Would appreciate any input on the best way to go about doing this. TIA,

[JBoss-user] [Persistence CMP/JBoss] - Re: Disappearing data...

2004-09-29 Thread akhammon
Right On, Thanks so much... Your suggestion worked like a charm. Although, I had to make another correction to handle the exception, which I will explain below, your suggestion ensures that if anything goes wrong I don't lose all the work I already did, Thanks again. To implement jobor's

[JBoss-user] [Clustering/JBoss] - java.net.SocketException: The message is larger than the max

2004-09-29 Thread arnold
Hi all, I am running two machines in the partition; JBoss 3.2.4 on Windows XP SP2, Java SDK 1.4.2_05. Using the un-modified cluster-service.xml. Left it running over the weekend, and saw this error when I came back. (The log is from MACHINE_B, modified for easier viewing) | 2004-09-29

[JBoss-user] Fwd: Another newbie question

2004-09-29 Thread M. Onur Tokan
Hi, In my current project I don't want to use JBoss's built in Tomcat. Instead I want to use standalone tomcat with JBoss. So I don't need the Tomcat service in JBoss. How can I configure my JBoss with minimal configuration. The default minimal conf. is not capable of running EJB's and I will

[JBoss-user] [Persistence CMP/JBoss] - GOT IT!! I got a JBOSS + ECLIPSE + JBOSS-IDE + XDOCLET examp

2004-09-29 Thread marcfleury
Finally I could get a CMP example working on JBOSS + ECLIPSE + JBOSS-IDE + XDOCLET I wanted to share the example with all of you. package product.ejb; import javax.ejb.EntityBean; import javax.ejb.EntityContext; import javax.ejb.CreateException; import org.apache.log4j.Category; import

[JBoss-user] Deadlock on reentrant CMP Entity Bean

2004-09-29 Thread Christian Percy
Hallo out there, I am using JBoss 3.2.6 (With Exclipse 3.0.1 and JBoss IDE although these have probably nothing to do with it). I have created a CMP Entity bean witch is reentrant (In the deployment descriptor) and which has a one to many relation on itself (In order to create a tree-like

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-09-29 Thread nkoustov
We have the same issue - running Solaris 2.6 and JBoss 3.2.1. Can someone in JBoss please respond to this thread ? Thanks, Nikolay. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849841#3849841 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ standalone distrubution+shutdown error

2004-09-29 Thread jkumaran
Hi all, I am using the jbossmq standalone distribution and it works fine. But when I try to shutdown it, it gives the following error Exception in thread main javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: invoker not bound]

[JBoss-user] [Installation Configuration] - Re: What happened with logging from RC2 to JBoss 4 release?

2004-09-29 Thread daborg
This has something to do with the scoped classloader change in 4.0.0 -- if you use the standard configuration instead of default it works again. I'm not sure why the scoped classloading change causes in-webapp jars not to be found though. Would love to know. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Hibernate Service / JBoss 4.0

2004-09-29 Thread teclis
Hi, I have followed the instructions given at www.hibernate.org/66.html in order to create a Hibernate Service. It works fine under JBoss 3.2.3. But I have tried to use the same service under JBoss 4.0 and it seems that it does not work, and I do not see all the operations in the operations

[JBoss-user] [Security JAAS/JBoss] - JBoss 3.2.5 - 4.0.0 migration, principal=null

2004-09-29 Thread daborg
Hi, I'm attempting to migrate from JBoss 3.2.5 to 4.0.0, and I'm having a problem with authentication. I'm running my application in the standard configuration to get backwards compatibility. I have downloaded the tomcat50 roles patch. I have a webapp inside an ear which is using form-based

[JBoss-user] [Beginners Corner] - Re: Message Driven Bean Error... i don't understand it. Help

2004-09-29 Thread craig1980
Hi; i had the exception: anonymous wrote : 12:39:31,187 INFO [STDOUT] Message Driven Bean got message org.jboss.mq.SpyObjectMessage { | Header { | jmsDestination : QUEUE.BBkEvtMgrQueue | jmsDeliveryMode : 2 | jmsExpiration : 0 | jmsPriority : 4 | jmsMessageID :

[JBoss-user] [Installation Configuration] - Problems Configuring JBoss for Clustering

2004-09-29 Thread Matt_Lewis
After setting up both machines and running them with -c all I am able to successully see both members. Now after dropping the EAR file in the server/all/deploy folder I get the following errors. Can someone help? Note: If running the same application in the server/default/deploy folder I have

[JBoss-user] [Security JAAS/JBoss] - Assign MDB Role

2004-09-29 Thread craig1980
Hi; i had the exception: anonymous wrote : 12:39:31,187 INFO [STDOUT] Message Driven Bean got message org.jboss.mq.SpyObjectMessage { | Header { | jmsDestination : QUEUE.BBkEvtMgrQueue | jmsDeliveryMode : 2 | jmsExpiration : 0 | jmsPriority : 4 | jmsMessageID :

[JBoss-user] [EJB/JBoss] - Re: Self-disable of MDB?

2004-09-29 Thread lucsky
I've just used setRollbackOnly() to send back the MDB to queue, when any resource it relies upon is unavailable (in fact, I've just caught any RuntimeException). To avoid the DLQ queue problem, I've just defined the DLQ to be the MDB's destination queue in jboss.xml. It has been working fine for

[JBoss-user] [Management, JMX/JBoss] - Re: Persistence Managers

2004-09-29 Thread nickman
Recently posted: http://www.jboss.org/wiki/Wiki.jsp?page=XMBeanAttributePersistenceService View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849857#3849857 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849857

[JBoss-user] [Management, JMX/JBoss] - Re: Setting attributes for a DynamicMBean in deployment XML

2004-09-29 Thread nickman
Eric; A couple of things: 1) The attribute tag should look like this: [attribute name=color]red[/attribute] 2) Make sure that your public MBeanInfo getMBeanInfo() method is providing an array of MBeanAttributeInfo[] objects that contain color as an attribute. 3) Make sure that your

[JBoss-user] [Management, JMX/JBoss] - External Persistence For Dynamic MBeans

2004-09-29 Thread nickman
I have a Dynamic MBean that I want to add persistence for without modifying the code. It is dynamic because we add and remove attributes at runt time. As I understand the JMX related DTDs, a persistence manager can only be defined for XMBeans. Is there any way I can combine these properties of

[JBoss-user] [Persistence CMP/JBoss] - JBOSS+JNDI+LDAP

2004-09-29 Thread madadi
Dear All, Iam new to JNDI and LDAP, i wrote a program to insert data into LDAP .but iam getting an error in JBOSS. ERROR [STDERR] javax.naming.directory.InvalidAttributeIdentifierException: [LDAP: error code 17 - javaSerializedData: attribute type undefined]; remaining name

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP Bean seems to change its id in cache?

2004-09-29 Thread pique
It looks like a great bug fixed in 3.2.4. - entityContext.getEJBLocalObject(). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849861#3849861 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849861

[JBoss-user] [Messaging, JMS JBossMQ] - Possible to retrieve scheduled message prematurely?

2004-09-29 Thread Squeak
I am putting messages on a queue with a scheduled delivery time. In one use case I need to remove a message that has been scheduled, but not delivered. I know that I can create a message selector with the JMSMessageID to select a particular message off -- but that does not seem to work for

[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Post your cluster-service.xml. You probably need to defined a frag_size in FRAG. Use JGroups/bin/frag_size.sh to determine the optimal fragmentation size. Bela P.S.: you'll also need to specify the frag size in NAKACK View the original post :

[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread arnold
My cluster-service.xml is as exactly the same as the one from JBoss' distribution: | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !-- -- | !--

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - new JBOSS user; having problem deploying examples in book...

2004-09-29 Thread rnunziata
I have been trying to get examples from the OReilly Enterprise Java Beans 4-th Edition book to run with JBOSS using its Hypersonic database. Ive set up JBOSS and have been able to access the Hypersonic database under its JMX Management console and run the load scripts. I am running JBOSS 4.0

[JBoss-user] [Installation Configuration] - Re: JBoss4.0.0 - Problem with MBeans

2004-09-29 Thread corby
I am experiencing the same problem, except with a Firebird database. I documented the problem here: http://jboss.org/index.html?module=bbop=viewtopict=54629 I wonder if CMPs using anything other than HSQL deploy correctly under 4.0. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Bean Managed Persistence and ejb method mappings.

2004-09-29 Thread jamesstrachan
Iain, Pleased to help. The commit-option of A, B or C controls reading from the database (not writing). If you go the Wiki page and searcvh for commit option, you will find a page that explains this. James View the original post :

[JBoss-user] [EJB/JBoss] - Re: Self-disable of MDB?

2004-09-29 Thread javadin
The other approach would be to set the redelivery frequency in your code and redelivery limit high enough so that the MDB does not get bombarded and the message stays in the JMS destination long enough for you to recover. This is the approach I use to handle database access failures. View

[JBoss-user] [Installation Configuration] - Re: Error creating databse Dukes Bank sample

2004-09-29 Thread ryan48sg
I had this problem too. The notes here pointed me to the solution. Thanks for that... here is a clarification on what you have to do. When doing the Dukes Bank tutorial, you must run -c all to start JBoss. Just using run does not start the 'all' server that Dukes Bank set things up in. Peter

[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Hmm, this is strange because the message size is *0* ! So this is probably caused by another exception. You could enable logging: add a category for org.jgroups.protocols.UDP at the TRACE level. What version of JGroups ? java -jar server/all/lib/jgroups.jar org.jgroups.Version Bela View the

[JBoss-user] [JBoss.NET] - Re: XDoclet jbossnet generates web-service.xml with error

2004-09-29 Thread leonardo.cardoso
Im using JBoss 3.2.1, so I think im using the correct @jbossnet format. Is that correct? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849775#3849775 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849775

[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread arnold
Thanks for the prompt response. java -cp jgroups.jar org.jgroups.Version Version:2.2.4 CVS:$Id: Version.java,v 1.5 2004/04/28 18:44:58 belaban Exp $ History:(see doc/history.txt for details) BTW, I have a silly newbie question. In cluster-service.xml, what other value

[JBoss-user] [Installation Configuration] - AJP and JMX ordering

2004-09-29 Thread analogueboy
I'm having a problem on an application which is related to the startup, Tomcat starts and opens the AJP port 8009 so the Apache webservers start forwarding new requests to it thinking that it is ready. However, my application doesn't deploy in time which gives me the folloewing problem MAPPING

[JBoss-user] [Nukes User] - Re: Cannot deploy nukes 1.1

2004-09-29 Thread theute
The build script generates a nukes.ear FILE Just do a build.bat deploy-all from the nukes/build directory and all the files will be correctly copied. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849883#3849883 Reply to the post :

[JBoss-user] [Nukes User] - Cannot deploy nukes 1.1

2004-09-29 Thread martingi
Hi, I might have found a bug in the forum module (see my last post), but my message was probably just too long. Sorry for posting it again, but it is really important for me: I have tried it for a while now but it is not possible for me to deploy nukes. Maybe someone could give me some

[JBoss-user] [JBoss Getting Started Documentation] - Downloading JSTL

2004-09-29 Thread samucich
in chap 3 of the 'Getting Started with JBoss' for 4.0 guide, it mentions that we should download JSTL JAR files from http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html... ultimately, i end up at; http://jakarta.apache.org/site/binindex.cgi#Release%20Builds which is the download

[JBoss-user] [Advanced Documentation] - Re: What Did I Buy

2004-09-29 Thread gfarrow
Below is what JBoss.org claims regarding their documentation subscription. Note that there have been NO updates in the last 4 months. ## JBoss.org claims This subscription is an extension of the individual documentation offerings that give you 12 months of

[JBoss-user] [EJB/JBoss] - Re: Self-disable of MDB?

2004-09-29 Thread ewestland
Great suggestions - I will give them more rigorous thought... Off the cuff, I believe I still have concerns though. In my situation, retaining message order is critical. That is why I had hoped to disable (or undeploy?) the bean. This would reduce load on the system by not having to shuffle

[JBoss-user] [JBoss Getting Started Documentation] - Re: Downloading JSTL

2004-09-29 Thread nrichards
I agree that the jakarta download pages are hopelessly confusing. From that page, go to Taglibs release builds. From there, select the standard taglib and download the tar.gz or zip file. I wish we could post a direct link, but the way they do mirror links, the best we can do is get you to

[JBoss-user] [Nukes User] - Re: Cannot deploy nukes 1.1

2004-09-29 Thread jae77
i looked at the error log and it says that it can't find a method in the bcel.jar. most likely there is some jar file in your jre endorsed directory that is conflicting w/ the jboss version. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849887#3849887 Reply

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.5 using more memory

2004-09-29 Thread louie171
Have you had any sucess with this i have the same problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849888#3849888 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849888

[JBoss-user] [Installation Configuration] - Re: AJP and JMX ordering

2004-09-29 Thread [EMAIL PROTECTED]
In 3.2.5 the ajp connector is not started until the server is started and all web apps have been deployed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849889#3849889 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849889

[JBoss-user] [Management, JMX/JBoss] - Re: Setting attributes for a DynamicMBean in deployment XML

2004-09-29 Thread [EMAIL PROTECTED]
It makes no different how the mbean is implemented. The jboss-service.xml attribute setting simply gets translated into a setAttribute call through the mbean server. There is no value attribute on the attribute element so as Nicholas said the value needs to be passed as the text body of the

[JBoss-user] [Installation Configuration] - Re: AJP and JMX ordering

2004-09-29 Thread analogueboy
Is this something that was recently fixed in 3.2.5? We are currently using 3.2.1 in live, but we are planning to migrate to 3.2.5 in the coming weeks. TIA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849898#3849898 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - How to ensure proper binding of a data source

2004-09-29 Thread AlexM
Hi, I am using JBoss 3.2.5 on Fedora Linux. I've followed steps in the latest O'Reilly book Enterprise JavaBeans and in JBoss manual for configuring data sources, but have received varying results. For example, by following the steps in the O'Reilly book my JBoss bound the data source to the

[JBoss-user] [Management, JMX/JBoss] - Re: External Persistence For Dynamic MBeans

2004-09-29 Thread [EMAIL PROTECTED]
You would need to extend the existing ModelMBean implementation as this is the only mbean with a notion of server managed persistence. Look into the XMBean code and look how to provide runtime modification of the ModelMBeanInfo. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Self-disable of MDB?

2004-09-29 Thread javadin
I am just curious to know how do you handle ordering using MDBs. Are you using a singleton MDB? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849896#3849896 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849896

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-09-29 Thread [EMAIL PROTECTED]
Create bug report on sourceforge with some useful info like the log around the point of shutown. Either someone has invoked shutdown through jmx, or the os has signalled the vm to shutdown via QUIT, or the vm has died. There is no useful information in this thread currently. View the original

[JBoss-user] [Installation Configuration] - External Hypersonic

2004-09-29 Thread jerryp64
I have been given a task of showing how to connect to an external database using JBoss. I am using a standalone version of Hypersonic. I have created a new hsqldb-ds.xml file that I think should be connecting to the external db. | datasources |local-tx-datasource |

[JBoss-user] [Clustering/JBoss] - How does javax.ejb.Handle behave in a cluster?

2004-09-29 Thread arnold
Dear all, Does anyone know how javax.ejb.Handle, persistent reference, to an EJB would work in a clustered environment? Is the handle guaranteed to point to the same JBoss instance from which the EJB lived? Thanks. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Does EJBQLToSQL92Compiler in 3.2.5 fully support EJB-QL

2004-09-29 Thread timshaw
Watch out for and ... make sure they're in CDATA sections (or use and ) I couldn't get the CDATA to work in ejb-jar.xml, but it works fine in jboss-ql sections in jbosscmp-jdbc.xml. I also get compilation errors for the 'BETWEEN' keyword, but haven't followed that up. G'luck View the

[JBoss-user] [HTTPD, Servlets JSP] - Re: where are the war contents?

2004-09-29 Thread [EMAIL PROTECTED]
If you deploy the war as an unpacked archive, that is the war directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849901#3849901 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849901

[JBoss-user] [Installation Configuration] - Re: External Hypersonic

2004-09-29 Thread timmorrow
Define a resource reference in web.xml, then map that to the JBoss jndi name in jboss-web.xml and look it up (using the name defined in web.xml) from the container java:comp/env context. web.xml: resource-ref | res-ref-namejdbc/myDS/res-ref-name |

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss 3.2.5 - 4.0.0 migration, principal=null

2004-09-29 Thread [EMAIL PROTECTED]
1. Post a bug to sourceforge with the ear example 2. Enable trace level logging on the org.jboss.security category name to see what is going on. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849899#3849899 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: How to ensure proper binding of a data source

2004-09-29 Thread AlexM
Hi All, I've figured it out. What I failed to see is that jboss.xml should bind the resource reference name to the actual JNDI name of the resource. To summarize, here is a combination that works well: mysql-ds.xml ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-09-29 Thread marcio.manske
Scott The problem about this question is that no information is avaliable. The server is working so far so good and just stops with no error or message. In my company, we are noticed about that when our costumers can not connect to our server. So, whe type in the browser the address

[JBoss-user] [Installation Configuration] - Re: log4j.xml Syslog

2004-09-29 Thread deaddowney
For all those who don't want to view source to see the solution, you need to add a layout element to the Syslog configuration. Just copy it from the file or the console appender config. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849913#3849913 Reply

[JBoss-user] [HTTPD, Servlets JSP] - Conditional includes

2004-09-29 Thread n_ton
Hi, I have an application where I have jsp pages including other jsp pages. If we call the main page Page 1 and the included page Page2, I want to include a different Page 2 depending on a condition in Page 1. I tried: %@ include file=%= page2 % % which didn't work for obvious reasons. I'd

[JBoss-user] [Nukes User] - Removing Default Modules Menu Title from Default Menu

2004-09-29 Thread mchinn
This may be a very simple question, but how do I remove the Modules text from the default left navigation menu on the default Nukes install? I can't seem to find it in any of the admin gui links nor in the JMX Nukes console. I'd like the Discussion Forums menu item to be right underneath

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Newbie - another ex04_1 deployment problem

2004-09-29 Thread mclee
I had the same problem and after actually reading the first two paragraphs of the Introduction to the Workbook; i noticed that you(we) need JBoss 4.0. The examples will not work properly with older versions. You can get atleast some of the examples working by adding the following to the

[JBoss-user] [The Lizzard's corner] - Jboss and i18n/ l10n

2004-09-29 Thread dhill
Does the current build of JBoss support i18n and l10n, how do I run in in japanese, I tried the usual, -Duser.country and -Duser.language but still english, is there a road map for this ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849918#3849918 Reply to

[JBoss-user] [Performance Tuning] - Re: Thee Distinct and Important Issues

2004-09-29 Thread chris.cpp
treespace wrote : I recently fixed three distinct issues and noticed a lot of posts that were related but never really got to the bottom of the problem. In particular a Out of Memory Error issue that has been a long-standing problem in all application servers where the heap actually looks fine:

[JBoss-user] [EJB/JBoss] - Re: ERROR: object is not an instance of declaring class

2004-09-29 Thread shortpasta
i upgraded 3.2.4.RC1 to 3.2.6 and got the same. then i upgraded my jdk from 1.3.1_02 to the latest 1.4 release (1.4.2_05 i think) and the problem went away. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849915#3849915 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Dramatically inefficient CMP engine behaviour???

2004-09-29 Thread shortpasta
from the JBossCMP.pdf is seems to me that this behavior can be replicated by configuring lazy-load-groups inside the element in jbosscmp-jdbc.xml other than that, i'll try turning logging on to see if i get the same as you do View the original post :

[JBoss-user] [JCA/JBoss] - deploy 3rd party RAR for JBoss 3.2.x in JBoss4

2004-09-29 Thread logemann
Hello, i am trying to deploy a 3rd party RAR (of a JDO vendor) into JBoss4. Below the *-service.xml. I would like to know if this is generally possible, because i tried and got many errors: --- snipp - | service | | mbean

[JBoss-user] [EJB/JBoss] - Re: Self-disable of MDB?

2004-09-29 Thread lucsky
Just to make it clear, the DLQ is set up to be the same MDB's destination queue. But to keep the same order, I'm not sure if a Singleton MDB is gonna consume the redelivered messages before the new incoming messages, when the dependent resources become available again. In this case, you should

[JBoss-user] [Messaging, JMS JBossMQ] - constainly increasing thread cound

2004-09-29 Thread matola
We are seeing this in 3.2.1 the thread count in the jmx-console doesn't match the thread dump (it keeps going up). Found this thread http://jboss.org/index.html?module=bbop=viewtopict=44752 But won't display, wondering if anyone has any info on the topic. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: java.net.SocketException: The message is larger than the

2004-09-29 Thread bela
Hmm, please enable logging (as described). I cannot find the larger message error in any of the newer JGroups versions (starting from 2.2.4). Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849923#3849923 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Dramatically inefficient CMP engine behaviour???

2004-09-29 Thread lafr
I use @jboss.relation-read-ahead strategy=on-find to get all fields of the dependent bean loaded at once. Search for some older posts from me, anwered by loubyansky. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849929#3849929 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Future of EJBs

2004-09-29 Thread [EMAIL PROTECTED]
EJB3 makes the existing heavy weight and non-standard lightweight mechanisms obsolete as it focuses on a pojo based model. Its the direction jboss has been moving for over a year now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849928#3849928 Reply to the

[JBoss-user] [HTTPD, Servlets JSP] - Mapping virtual hosts to webapplications/context

2004-09-29 Thread toni
Hello, I have set up apache 1.3.31 with jboss-4.0.0 and tomcat 5.0.x successfully. What I would like to do now is to map each virtual hosts to a webapplication. The important point here is that I would like this do be done in a manner, so that typing in the domain solely will invoke the

[JBoss-user] [JBoss.NET] - non-bean class

2004-09-29 Thread mkprim
Hi I have a class that implements a web service, and has this method public void placeChatEvent(ChatEvent evt) But this ChatEvent is a complex type, so whenever I try to deploy the wsr, axis tries to find out the complex type and generate a descriptor. However I get this error: [Types] The

[JBoss-user] [Installation Configuration] - Unable to compile JSP Error.

2004-09-29 Thread dheerajchugh
Hi, I have downloaded JBoss 4.0 and i am trying to deploy the applications which i had running on Weblogic for a while. But i am getting wierd error message even for my index page, which even does not have any database connectivity, it is a simple JSP with out.println messages. I am running

[JBoss-user] [Advanced Documentation] - bug in paragraph numbering, in PDF _JBoss Administration and

2004-09-29 Thread Richard_Hammer
In the book JBoss Administration and Development, and specifically in the file JBoss-AdminDevel_323.pdf dated May 20, 2004, the numbering of paragraphs is broken by the introduction of numbered subparagraphs on pages 105-106. For instance, the main paragraph after paragraph 5 should be 6. But

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS server fail to work with error org.jboss.mq.SpyJMSEx

2004-09-29 Thread jimyliu
Hi: After I enabled log4j on org.jboss.mq, here is the error mesg in the log : = 13:48:23,893 DEBUG [JMSDestinationManager] Exception occured, rolling back transaction: org.jboss.mq.SpyJMSException: Could not commit tx: 72180; - nested throwable:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: constainly increasing thread cound

2004-09-29 Thread genman
Try 3.2.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849935#3849935 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849935 --- This SF.net email is sponsored by: IT

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Possible to retrieve scheduled message prematurely?

2004-09-29 Thread genman
There isn't a way to retrieve them unfortuantely. There is a way to remove all scheduled messages. You can simply add a message selector that prevents receiving that particular message when it is actually added to the queue. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping virtual hosts to webapplications/context

2004-09-29 Thread cuoz
Give apache mod_rewrite a look. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849938#3849938 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849938 --- This SF.net email

[JBoss-user] [EJB/JBoss] - Weired problem, exception should be thrown

2004-09-29 Thread johntodd
Hi all. I have a weired problem. I have the following finder method in a local home interface: Collection findByCityName(String city) throws FinderException; the ejb-ql for the previous finder is: SELECT OBJECT(T) FROM Team AS T WHERE T.city = ?1 the previous method is used by a session facade as

[JBoss-user] [Installation Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-09-29 Thread coreyjohnston
Did anybody actually find a workable solution leaving the commons-logging packages inside of their JAR/WAR/EARS and working in conj with JBoss' own copies? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849942#3849942 Reply to the post :

[JBoss-user] [Nukes User] - Re: Cannot deploy nukes 1.1

2004-09-29 Thread martingi
Thanks a lot for your help. I built nukes from cvs, but still got the exceptions related to bcel.jar. I found the solution for this problem in the wiki (NukesDeploymentErrors). It's looking very well now. Best Regards Martin View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Interrupted exception

2004-09-29 Thread oz_ko
I've given up on using UIL2 as the transport layer. In memory invocation seems to work ok. It's a bit odd since the UIL2 seems to work fine when invoked via a web layer. However I would still like to know what the issue was to satisfy my own curiousity. Oz View the original post :

[JBoss-user] [Installation Configuration] - MBean in sar dynamically loading ear-level jar classes in 4.

2004-09-29 Thread craigdberry
My project builds and deploys as an ear properly in 3.2.4, but fails with a classloader problem in 4.0.0. I would greatly appreciate help solving this problem. The ear contains (among other things) a jar containing all our app code, including the code specifying and used by a few mbeans. The

[JBoss-user] [The Lizzard's corner] - JBoss 4.0 build fails on Windows

2004-09-29 Thread scsgxesgb
Possibly the Ant's or Castor's bug,or both,cause the build process cannot succeed when building on Windows while the source code's root pathname includes space character.I make a bit change in varia/build.xml as follow: !-- Compile XML schemas with Castor -- !-- --

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Connecting from MDB

2004-09-29 Thread oz_ko
Jerry, Your mappings are probably not correct. By default jboss will create a queue for anymessage driven beans that are not attached to a queue. Check http://localhost:8080/jmx-console to see what queues you have. Post your config files if you don't have any luck HTH Oz View the original

[JBoss-user] [Installation Configuration] - Re: HELP -- java service wrapper and JBoss 4.0

2004-09-29 Thread lchong2
Works for me using the following: Assuming jboss 4.0 unzipped in C:\jboss-4.0.0 1. set JBOSS_HOME=C:\jboss-4.0.0\bin in Windows environment variables 2. create directories C:\jboss-4.0.0\logs and C:\jboss-4.0.0\conf 3. copy wrapper.dll, wrapper.exe, wrapper.jar from Wrapper bin directory to

[JBoss-user] [HTTPD, Servlets JSP] - SessionID generation in Tomcat 5.0.x

2004-09-29 Thread snasto
I am trying to migrating a session managemet WebApp from Weblogic to JBoss 3.2.4, which then need to be in a cluster. However, the sessionid is being generated has 2 trailing ** (example kuSZHdwUoLnG0QDi-zvKPg**) which then breaks the application. Sometimes I even see white space within the

[JBoss-user] [Persistence CMP/JBoss] - Re: Hypersonic deserialization problem in Jboss 3.2.5

2004-09-29 Thread mzaidel
It turned out to be a bug in Hypersonic 1.7.1, the version that ships with JBoss 3.2.5. The fix exists in Hypersonic 1.7.2, which was released a month ago. To install the fix, replace the hsqldb.jar from server//lib with the hsqldb.jar from the Hypersonic 1.7.2 zip, and restart your server

[JBoss-user] [HTTPD, Servlets JSP] - jsp pre-compiling

2004-09-29 Thread snasto
Does Jboss-Tomcat provides any way to force pre-compilation of jsp pages on start-up? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849951#3849951 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849951

[JBoss-user] [JBoss.NET] - Does JBoss.Net support Document/Literal web service?

2004-09-29 Thread keanthian
hi all, I have deployed a web services in JBoss 3.2.5 (JBoss.Net) with document/literal style. My method is accepting 2 parameters. My web services accepted the first parameter correctly but the strange thing is it always get 'null' value for 2nd parameter. Why it's like that? Anyone here faced

  1   2   >