[JBoss-user] topic subscriber and sender, filter out own messages

2006-06-18 Thread Carsten Hammer
Hi, is there a pattern (Message selector?) for filtering out all messages that a subscriber (and sender!) has produced himself? Do I have to implement it myself by sending objects containing a sender identification? Best regards, Carsten ___

[JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-09-02 Thread Carsten Hammer
in JBoss (3.2.x). I use JBuilder7 for development. Best regards, Carsten Hammer --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list

[JBoss-user] JBoss3.2.x+MSSQL2000 Transaction marked for rollback

2003-09-02 Thread Carsten Hammer
Hi, I sometimes get this error: 2003-09-02 10:24:45,214 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException, causedBy: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Connection reset at

[JBoss-user] mssql-ds.xml,mssql-service.xml,mssql-xa-ds.xml,mssql-xa-service.xml; What to use?

2003-09-02 Thread Carsten Hammer
Hi, what is the difference between these mssql usages (for CMP, if that matters..) and what should I use? When do I need to install the SQLServer JTA part of the Microsoft jdbc driver? Does JBoss work using the jfreetds jdbc driver? Best regards, Carsten

[JBoss-user] Re: JBoss3.2.x+MSSQL2000 Transaction marked for rollback

2003-09-02 Thread Carsten Hammer
Adrian Brock schrieb: Looks like it lost the connection to the db? Regards, Adrian Yes, I think so too. The question is can this happen because of a deadlock solved by the SQLServer? I now have the the table the finder gets entities from filled that way that I get 53 entities from it

[JBoss-user] Re: Microsoft SQL Server 7 Connection Problems

2003-09-02 Thread Carsten Hammer
Rich Reese schrieb: I am sorry, but this is a duplicate of a message I put out earlier today, but it had a mistake in it. I am having problems with Microsoft SQL Server 7, not 97, oops. Can´t say if its possible. Microsoft claims it is not supported:

[JBoss-user] How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
Hi, I want to use IIOP to call jboss from .NET because of performance problems using Axis. Unfortunatly I do not understand how to do the required steps at http://iiop-net.sourceforge.net/ejbInterop.html. There is written that I have to generate IDL files for my session beans but I do not have

[JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
Sacha Labourey [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] You most probalbly want to use webservices (soap) and not IIOP We have a applet using rmi that is fast and a .NET application using SOAP that is deadly slow (Many Clients accessing JBoss at the same time, each of it

[JBoss-user] Re: How to call jboss from .NET using IIOP?

2003-08-28 Thread Carsten Hammer
Jung , Dr. Christoph schrieb: You should in no case for your own sake meet a thus serious design decision without looking at the exact reasons. E.g., there was someone mentioning that latencies in the area of a second could be caused by the .NET SOAP library trying to retrieve proxy settings

[JBoss-user] Re: Reflectionexception on TimerMBean removeNotification call

2003-07-21 Thread Carsten Hammer
Carsten Hammer wrote: Hi, I get a javax.ejb.EJBException: Unable to invoke TimerMBean on delete: ReflectionException: null Cause: java.lang.NoSuchMethodException: Unable to locate method for: removeNotification(,int) Ok, Thanks to Andreas Schaefer this one is solved. Its a mistake

[JBoss-user] Reflectionexception on TimerMBean removeNotification call

2003-07-18 Thread Carsten Hammer
if this ---^ is the problem? It seems to be not the call I do, is it? The timerjobid of course is filled in my programm by calls of addNotification. Any idea? Best regards, Carsten Hammer This is on 14:27:32,141 INFO [Server] Release ID: JBoss [WonderLand] 3.2.0RC3 (build: CVSTag=Branch_3_2 date=200303011442

[JBoss-user] Deploy error using jboss-3.2.2RC1

2003-07-15 Thread Carsten Hammer
] Of course the PrintlistSV Entity Bean does have only a one primary key and the table is there and does not need to be generated. On jboss-3.2.x deployment works. The underlying database is MSSQL2000. Best regards, Carsten Hammer --- This SF.Net

[JBoss-user] Re: column autoincrement and not autoincrement at the same time possible?

2003-07-15 Thread Carsten Hammer
to a column that is managed by the database? I would guess, the answer is no. And, hence, JBoss can do nothing with it. alex Monday, July 14, 2003, 6:26:53 PM, Carsten Hammer wrote: CH Hi JBoss Gurus, CH is it possible to use autoincrement on a column for cases I don´t get a CH primary key and in cases

[JBoss-user] column autoincrement and not autoincrement at the same time possible?

2003-07-14 Thread Carsten Hammer
Hi JBoss Gurus, is it possible to use autoincrement on a column for cases I don´t get a primary key and in cases where I do get primary keys try to use them? I need to import a lot of data containing primary keys and after that I need to create primary keys myself in my application to be able to

[JBoss-user] How to get ObjectInstance lTimer without lServer.createMBean()?

2003-07-08 Thread Carsten Hammer
Hi, how do I have to get an ObjectInstance of the Timer MBean inside of a session bean? The JBoss documentation explains how to get it by creating another Timer MBean ObjectInstance lTimer=lServer.createMBean(javax.management.timer.Timer,new ObjectName(DefaultDomain,service,timer) ); but it

[JBoss-user] Re: How to get ObjectInstance lTimer without lServer.createMBean()?

2003-07-08 Thread Carsten Hammer
Should the fragments in the jboss docu be put together this way? The variable lOneMinuteTimer of course can not be accessed this way. Did anybody have had luck making it work? What does best practice for setting up something like a clean up job in a session bean look like? Best regards, Carsten

[JBoss-user] Re: log4j jdbc appender and bmp entity bean

2003-07-02 Thread Carsten Hammer
Carsten Hammer [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi, is it possible to use log4j on jboss using a jdbc appender and an entity bean with bean managed persistency for accessing it? Is there something ready to use? Is it possible to configure a jdbc appender

[JBoss-user] log4j jdbc appender and bmp entity bean

2003-06-30 Thread Carsten Hammer
Hi, is it possible to use log4j on jboss using a jdbc appender and an entity bean with bean managed persistency for accessing it? Is there something ready to use? Is it possible to configure a jdbc appender for jboss' log4j by deploying a ear archive? Thanks in advance, Best regards, Carsten

[JBoss-user] how to configure cmp datasource alias?

2003-06-05 Thread Carsten Hammer
Hi, I want to use the datasource that my entity beans work on for holding data accessed via jdbc calls. Is there a way to get the datasource that is configured for CMP inside of my J2EE code? Best regards, Carsten Hammer --- This SF.net

[JBoss-user] automatic entity bean creation at deployment time

2003-05-28 Thread Carsten Hammer
ready to use? Perhaps an jbosscmp-jdbc option? Best regards, Carsten Hammer --- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do