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
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
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 :
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
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
"[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
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
"[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo