This mail is probably spam. The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future. See http://spamassassin.org/tag/ for more details.
Content preview: CABLE TV VIEWERS PAY-PER-VIEW, ADULT CHANNELS, MOVIE
CHANNELS, SPORT EV
I've tried to throw typed exceptions from my EJBs in two different ways, and
both seem to be getting swallowed by JBoss (3.2.1).
Senario1: I created an exception that extends Exception (i.e.
DataAccessException), and my SessionBean class methods throw this exception.
Scenario2: I created an
The exception is telling you the problem:
> Caused by: java.lang.NoSuchMethodException: Unable to locate method for:
invoke(org.jboss.invocation.Invocation)
The detached invoker architecture requires that the mbean expose an operation
matching the signature:
Object invoke(org.jboss.invocation.
I am trying to create a simple caching XMBean using JBoss 3.2.1 and everything is
working fine until I try to use the proxy for the MBean I get the following exception
on the client:
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.create(Unknown Source)
at com.sempra.ca
Thanks a lot.
Now everything is working absolutely fine. Is there a reason, why not
all Tags are listed in the
XDoclet -Website ?
I thought this would be a quite up-to-date website.
Well I'm glad that everything is working now. Now EJB is realy fun.
Tanks again :)
Chris
Alexey Loubyansky wro
Is the idle timeout in the datasource config set to something reasonable
(such as 15 minutes)? If so, jboss should be discarding connections after
15-22 minutes of idleness, and any connection request after that should
create an entirely new, fresh connection to your db.
I suggest you check the p
Thanks Alex,
I think you hit the nail on the head. That explains why my test app only
works when the entities are wrapped in a transaction, and also explains why
I was getting reentrance errors on finder methods in JBoss 3.0.4 / 3.0.7. I
have also had this problem with entity beans deployed as "
Hi Scott,
> I guess you need to describe why the topic approach was a
> waste of bandwidth. A collection of client subscribed to a
Well it is a waste of bandwidth because we are not setting any message
selectors and the clients are doing their filtering upon receiving the
message.
> topic with
Hello Troy,
because, actually, it is against the spec. As synchronization before
a finder won't occur with sync-on-commit-only. There are really
controversy between non-null FK and the spec.
alex
Monday, August 04, 2003, 4:26:58 PM, Troy Poppe wrote:
> Alex,
> Thanks for the response. This l
Alex,
Thanks for the response. This looks like this will provide what I need, and
solve my problem. Is there a reason that one would want to leave the container
in the default setting (not sync-on-commit-only)? Is there a performance
benefit. It seems very odd to me that the specification wou
Done.
The jbossmq security manager now accepts a default security
configuration attribute:
jboss.mq:service=DestinationManager
Regards,
Adrian
On Fri, 2003-08-01 at 06:44, Scott M Stark wrote:
> The default security metadata is to allow the 'guest' rol
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa001
hi,
At 13:41 04.08.2003 +0300, Alexey Loubyansky wrote:
Yes, something like that in hsqldb-ds.xml
But I thing that our problem is, that this connections will be closed by
the MySQL itself.
Rafal
alex
Monday, August 04, 2003, 12:35:44 PM, Rafal Kedziorski wrote:
> hi,
> WebLogic ha
There is a parameter that can be specified in the connection url for
mysql. Something like "autoconnect". Look to mysql jdbc driver for details.
Regards,
Horia
Rafal Kedziorski wrote:
At 12:02 04.08.2003 +0300, Alexey Loubyansky wrote:
Hello Rafal,
it looks like a problem in connection to MySql
Merkezi Amerikan ın Florida eyaletinin Orlando şehrinde olan şirketimiz, bankalar ve özel şirketlerle yapmış olduğu anlaşmalarla siz
Türk yatırımcılarına, öğrenim için Amerikaya gelmiş veya gelecek olan Türk öğrencilerine, Amerikanın her eyaletinde en uygun
şartlarla kredi sağlıyor.
Amerikada e
Hi,
I have a MDB listening on a topic. It receives a message and does a lot of processing, essentialy holding the thread for a long time. I use a multi-threaded client to load it. When I run the client with lots of threads I get the following exception
2003-08-04 12:42:36,229 DEBUG [org.jboss.
Yes, something like that in hsqldb-ds.xml
alex
Monday, August 04, 2003, 12:35:44 PM, Rafal Kedziorski wrote:
> hi,
> WebLogic has an option to check the connection defined by:
> testTable
> (Required only if you set refreshTestMinutes, testConnsOnReserve, or
> testConnsOnRelease.) T
Hi all together, i would like to develop a bean that can be accessed
from the outside world via an SOAP request ? XML RPC simply
I installed axis on my server and now i want to deploy a bean but i
can´t create the wsdl file correctly
And i can´t use Apache admin client to deploy it neither
As i
Perhaps, restart managed connection factory service, I am not sure
whether it is enough, though.
alex
Monday, August 04, 2003, 12:46:10 PM, Rafal Kedziorski wrote:
> At 12:02 04.08.2003 +0300, Alexey Loubyansky wrote:
>>Hello Rafal,
>>
>>it looks like a problem in connection to MySql.
> I know,
At 12:02 04.08.2003 +0300, Alexey Loubyansky wrote:
Hello Rafal,
it looks like a problem in connection to MySql.
I know, that JBoss is loosing the connection to MySQL. Is there a
possibilty to reconnect to the MySQL server without this expcetion?
Rafal
alex
Monday, August 04, 2003, 11:25:50 AM
hi,
WebLogic has an option to check the connection defined by:
testTable
(Required only if you set
refreshTestMinutes,
testConnsOnReserve, or
testConnsOnRelease.) The name
of a table in the database that is used to test the viability of
connections in the connection pool. The query select count(*
Hello Michael,
Accessing entity beans w/o tx is considred bad by the EJB2.0 spec.
"For entity beans that use EJB 2.0 container-managed persistence, only the Required,
RequiresNew, or Mandatory transaction attributes should be used for the methods
defined in the
beans component interface and all
Hi,
My following DD:
BANFEJB
ejb/sap/ek/BANFEJB
ejb/sap/ek/local/BANFEJB
When I call the jndi-name, I get an exception. But when I call the "BANFEJB" with JNDI
I get the EJB. Whats wronge there?
Juraj
--
Hello Rafal,
it looks like a problem in connection to MySql.
alex
Monday, August 04, 2003, 11:25:50 AM, Rafal Kedziorski wrote:
> hi,
> we had following problem. We are working with JBoss 3.2.2RC2, MySQL 4.0.14
> (only with InnoDB tables) and Sun Java 1.4.2 and IBM Java 1.4.1 on Linux.
> Out
hi,
we had following problem. We are working with JBoss 3.2.2RC2, MySQL 4.0.14
(only with InnoDB tables) and Sun Java 1.4.2 and IBM Java 1.4.1 on Linux.
Out application will be used only from monday to friday. that means, that
this application is only running 2,5 days. The first 2-4 logins fail
hi,
We also did shift from JBos2.2.2 to directly 3.2.1 recently ...i think there
is a lot changed so i would suggest u to turn on the trace for the plugins
package in ur log4j.xml and the carefully watch the log file ...u will
exactly know the cause of this error ...as i guess if ur sessionbean me
26 matches
Mail list logo