[JBoss-user] [JCA/JBoss] - Re: Prototype JavaMail RAR in head

2005-10-09 Thread murthy_cvrs
Hello, I did as-is in this topic.I packed the MDB with the below ejb-jar descriptor. I used the DEFAULT server of Jboss for deployment. When I tried to deploy the Mdb with the below descriptor changes: I don't even see the Mail-ra.rar debug statements.Plz help me if I made any wrong.A reply is

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTP error 404 customisation

2005-10-09 Thread thanukshad
May be path to customize 404 error page cannot be recognized by the server. Rechecked the path and the page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900171#3900171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTP error 404 customisation

2005-10-09 Thread dong3dong
I had put 404 /custom-404.jsp into web.xml . But when I visited a not exists page. It displayed HTTP 404 Error,did not display my custom-404.jsp . Why ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900169#3900169 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - After 7 minutes of startup - SocketException connection rese

2005-10-09 Thread arnold
Running JBoss 3.2.4 on Sun JDK 1.4.2_08 on my local machine WindowXP, a client have reported similar error (on Linux) but this is the first time I observed it. JDBC works, HTTP works, but unable to connect to 1099 (RMI). However, telnet to localhost 1099 returns the java.rmi.MarshalledObject, so

[JBoss-user] [JBossCache] - Re: java.lang.NoSuchMethodError:

2005-10-09 Thread schmidtse
Okay, just detected that there was no JBoss Cache in 3.2.5, so I deleted Jboss-cache.jar from lib directory and the distributed cache is running again. But still the answers to the other questions would be nice or a suggestion why JBoss Cache made that problem. Thanks, Sebastian Schmidt View

[JBoss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2005-10-09 Thread alchemista
"[EMAIL PROTECTED]" wrote : Now the "don't abuse the procedure to get attention" is over. :-) | | For future reference, | (in the unlikely event that somebody finds this issue rather than the 1000+ | similar stupid questions) | the problem is like any other ClassCastException. | You

[JBoss-user] [JBossCache] - java.lang.NoSuchMethodError:

2005-10-09 Thread schmidtse
Hi, First of all I hope you don?t mind me posting in JBossCache Forum, because my problem is spanning from transactions over clustering to JBossCache. The problem is, that we had developed a distributed cache with replication for entity beans, which worked quite well on JBoss 3.2.5, but after an

[JBoss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2005-10-09 Thread alchemista
"[EMAIL PROTECTED]" wrote : Now the "don't abuse the procedure to get attention" is over. :-) | | For future reference, | (in the unlikely event that somebody finds this issue rather than the 1000+ | similar stupid questions) | the problem is like any other ClassCastException. | You

[JBoss-user] [JNDI/Naming/Network] - Re: java.lang.lassCastException during RMI call to ejb

2005-10-09 Thread darranl
Why are you all assuming thay all ClassCastExceptions are equal? Some of you are talking about remote access to EJBs and some of you are talking about accessing EJBs from web applications. anonymous wrote : Can anybody explain *why* this is needed? This doesn't look like a standard thing to do

[JBoss-user] [JNDI/Naming/Network] - Re: java.lang.lassCastException during RMI call to ejb

2005-10-09 Thread nicolaspeeters
Hi, After a lot of pain and readings, changing the CallByValue settings worked for me (I don't get the ClassCastException anymore!) I am building a very simple Statless Session Bean (the most simple HelloWorld type of thing)... Can anybody explain *why* this is needed? This doesn't look like

[JBoss-user] [Clustering/JBoss] - Discover another cluster in the network

2005-10-09 Thread comodi
Hi to all, here the situation: JBoss ver: 3.2.5 JGroups ver: 2.2.4 (yes i know are a little bit old but i must use these versions) Suppose that a member of ClusterA want to receive information on a ClusterB which he doesn't belong (same network but different multicast parameters) and don't know

[JBoss-user] [JBoss Getting Started Documentation] - Deploying FiboWeb.war to Tomcat

2005-10-09 Thread muggle
Hello everyone, I have successfully run the JBoss-IDE tutorial Fibo. Now I want to to take the FiboWeb.war out from this JBoss server and want to deploy it to a Tomcat5.5 server running on a different machine. That is EJB stuff on one machine and servlet client on another. What steps should I

[JBoss-user] [Beginners Corner] - Re: Setting locale for a session

2005-10-09 Thread raja05
We have a similar web app thats served in multiple languages and the way we do it have a filter equivalent that will llook up the Browser language and set up the Locale accordingly for every request. This needs to be set for every request as the user can switch languages between page hits. View

[JBoss-user] [Beginners Corner] - Re: inetd.conf and services file settings

2005-10-09 Thread raja05
I dont get it, Tomcat(running with Jboss) listens on Port 8080(by default). So any request coming onto ur machine on 8080 will be picked up by the Tomcat Connector and serviced. Why would you need any changes to inetd ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

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

2005-10-09 Thread raja05
There are only a few ways by which you can let JBoss sort out the dependencies. 1. Default Deployment Sorter. Sorting order: Sorts by file extension, as follows: "sar", "service.xml", "rar", "jar", "war", "wsr", "ear", "zip", "*" 2. PrefixDeployment Sorter: Sorts

[JBoss-user] [JBoss Portal] - Re: ClassCastException during Portlet Initialisation

2005-10-09 Thread sjbarker
Not sure what's going on now. Given the config files above anybody got any ideas why I'm getting the following exception on the Portlet Page? | java.lang.NullPointerException | at javax.portlet.GenericPortlet.getResourceBundle(GenericPortlet.java:251) | at javax.portlet.GenericPo

[JBoss-user] [Beginners Corner] - Re: Setting up a WAR file to see inside an existing EAR file

2005-10-09 Thread raja05
genman's idea should work. You need to make sure that there are not different versions of a single library. Another way is to make UseJBossWEbLoader to be true. This will make JBoss look up everywhere (includnig inside the EAR). View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Installation, Configuration & Deployment] - Re: Container/EAR isolation of JARs

2005-10-09 Thread prwhitfield
Before I log a jira issue (just in case I've done something wrong), I am experiencing a similar issue with JBoss 4.0.2, log4j 1.2.9 and hibernate 2.1.8 Although the logs show that JBoss is loading my log4j jar properly (I have specified isolated classloading using jboss-web.xml with java2ParentD

[JBoss-user] [Performance Tuning] - Performance Monitoring

2005-10-09 Thread pure
Hi, How can i access performance stats for specific beans and their methods. ex: calls/sec , avg calls/sec , max calls/sec. I have a webservice that i would like to get realtime stats on usage. Is there any tutorial or sample code? . What service provides this data? Thanx! View the original

[JBoss-user] [JBossWS] - Acessing webservice with browser

2005-10-09 Thread alxs
Hi! I'm switching from Axis webservices to JBossWS. When I understand it right JBossWS uses Axis as a base for its webservices. Is there a way to use an URL-Style call to services or endpoints like known from Axis (http://my.server.com/foo/services/BarService?method=fooBar...)? I really like t

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-09 Thread jaap
Hi ebora00, Thanks for your hard work. Your solution ispired me to solve my performance problem (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=69953) I have disabled tansaction by setting transaction-type to 'Bean' in ejb-jar. Consider not using transactions, transactions came with a

[JBoss-user] [Installation, Configuration & Deployment] - Re: Performance 4.0.2 vs 3.2.6

2005-10-09 Thread jaap
Problem is solved The cause was that JBoss 3 probably ignored the transaction-type in the ejb-jar.xml. And XDoclet sets it default to 'Container'. JBoss 4, in accordance to J2EE takes that hint serious and start performing (in my case needless) transactions and dragging performance by almost 50