[JBoss-user] CMP Auto-Generated Fields

2003-02-21 Thread Jeremy Rempel
Is there any way to use CMP and use the auto-increment features of the native database? Specifically MySQL. Thanks, Jeremy --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor

[JBoss-user] How to configure durable topic in 3.0.x

2003-02-21 Thread Demyanovich, Craig - Apogent
I forgot to include jbossmq-state.xml in the list of files that I've inspected. Thanks again, Craig --- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster.

[JBoss-user] [Mildly OT] Common interfaces to EJBs

2003-02-21 Thread Joseph Barillari
Hi. N.B.: This is a generic EJB question, not a JBoss-specific question. Ignore it if you wish. I'm curious if it is possible to have EJBs implement interfaces. In my case, I'd like to create a bunch of different session beans that have the same method names. In other words, I would like to

[JBoss-user] How to configure durable topic in 3.0.x

2003-02-21 Thread Demyanovich, Craig - Apogent
I want to migrate my application from 2.4.10 to 3.0.x. I have a few durable topics to configure, but I can't find instructions for doing so. I've looked at jbossmq-destinations-service.xml, jbossmq-service.xml and jms-service.xml. I've searched this list and the JMS forum at jboss.org. However,

[JBoss-user] 互联网专业宣传网站

2003-02-21 Thread lj
--- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge ___

RE: [JBoss-user] Force RMI to a specific port

2003-02-21 Thread Bill Burke
3.x right? 1099 is used to obtain an RMI proxy to JNDI. This is a standard socket. JNDI invocations happen through RMI though and must be configured through the NamingService mbean. RTFM. Other ports that must be accessible: WebServer 8083 (for classloading) EJB Communications (JRMPInvoke

Re: [JBoss-user] JBoss on FreeBSD

2003-02-21 Thread Rasputin
* Dain Sundstrom <[EMAIL PROTECTED]> [0245 19:45]: > My favorite OS is FreeBSD, but I haven't use it in a long time because > of VM support. I notice they have like a half dozen VMs now, so I > interested again... > > Is anyone running JBoss 3.x on FreeBSD? In production? > > What VM are you

[JBoss-user] Force RMI to a specific port

2003-02-21 Thread Jeremy Rempel
My server communicates with clients running applets. I have port 1099 open on the server and thats how my jndi.properties references the server. The server is still using random ports and only works when all ports are open not just 1099. How can I use jboss rmi through a firewall? I am using E

Re: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Thanks for your help i am trying MySQLTM Connector/J. From: David Jencks <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: AW: [JBoss-user] ManagedConnections Available! Date: Fri, 21 Feb 2003 14:46:32 -0500 My experience was that mysql makes its jdbc driver

Re: [JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Rod Macpherson
AFAIK the EARs will be loaded before the WARs so initialization so that initialization code should be happy once you give it access to the EJB interfaces at load time. Here's a couple handy ANT FYIs in case you were not aware of these. You can exclude your implementation files and jar up the inter

RE: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Hi ,i want to know that do we have to use jdbc-odbc bridge with MySQL Connector J ? because i am using windows 2000 server. Thanks. From: "Corbin, James" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: AW: [JBoss-user] ManagedConnections Available! Date: Fri, 2

Re[2]: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Alex Loubyansky
DJ> I have no idea what that is. Doesn't the mysql example config file DJ> indicate the recommended driver? DJ> david DJ> On 2003.02.21 14:03 nfs_ nfs wrote: >> >> Hi david jencks, >> >> Can i use MySQLTM Connector/J ? with mysql and JBoss. Yes, that's it. alex -

RE: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Corbin, James
I would recommend getting the latest stable JDBC driver from the MySQL site and giving it a try. Here is the link: http://www.mysql.com/downloads/api-jdbc-stable.html Cheers! -Original Message- From: nfs_ nfs [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 11:58 AM To: [EMAI

[JBoss-user] JBoss on FreeBSD

2003-02-21 Thread Dain Sundstrom
My favorite OS is FreeBSD, but I haven't use it in a long time because of VM support. I notice they have like a half dozen VMs now, so I interested again... Is anyone running JBoss 3.x on FreeBSD? In production? What VM are you using? How is the performance? Was it difficult to setup? Tha

Re: [JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Jonathan . O'Connor
Rod, Thanks for that clarification. You are right on all points. We have some sneaky initialisation code that runs when the WAR is deployed, and this tries to connect to our EAR session beans. I suspect the the EAR file with the implementation of the session bean interfaces was not deployed when

RE: [JBoss-user] Help with Clustering

2003-02-21 Thread Dennis Muhlestein
Tried that. I made a note at the bottom of that post, but it was pretty small. I placed the class in a jar file in the lib folder. Still got the same exception though. It's like the ClusteredHttpSessionBean can't find anything except system classes. Does this have anything to do with it being

[JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Hi david jencks, Can i use MySQLTM Connector/J ? with mysql and JBoss. Thanks again. _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

Re: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Hi david jencks, "Do not use jdbc-odbc with any app requiring more than one connection, in particular never with jboss." SO which one can i use with mysql and JBoss ?. Thanks again. _ Add photos to your e-mail with MSN 8. G

RE: [JBoss-user] Help with Clustering

2003-02-21 Thread Bill Burke
The only workaround I can think of is to place your classes in a JAR that is outside the scope of the WAR. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Dennis > Muhlestein > Sent: Friday, February 21, 2003 12:41 PM > To: [EMAIL PROTECTED] > Subject:

Re[2]: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

2003-02-21 Thread Alex Loubyansky
Hello Markus, it does work! ;) Do you have java.lang.Object in ejb-jar.xml? MG> i have no ejbFindByPrimaryKey defined... Sorry, for confusion. I meant findByPrimaryKey in home interface. It should take Object as a parameter. alex Friday, February 21, 2003, 7:27:00 PM, Markus Garscha wrote: MG

[JBoss-user] Help with Clustering

2003-02-21 Thread Dennis Muhlestein
Having still had no luck in getting Http Session Clustering to cluster objects, I thought I'd simplify the test. Using tomcat4.1.18 embedded Tried jboss 3.0.6 and 3.2.0rc2. jdk 1.4.1.01 linux. clustering with two identical linux boxes/ idenitical cluster configs in jboss. I used the default co

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

2003-02-21 Thread Markus Garscha
It doesn't work! i still can't autocreate the table. my database receives the following sql statement: CREATE TABLE testentity (First_Name TEXT, Last_Name TEXT, CONSTRAINT pk_testentity PRIMARY KEY ()) there is no PK!!! my jbosscmp-jdbc.xml looks like ... java.lang.Inte

Re: [JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Rod Macpherson
The problem he was having was not being able to find EJB interfaces after moving the WAR file outside of the EAR. That does not appear to be a bug since you would expect to lose visibility in that case. Putting the EJB interfaces in a jar file under WEB-INF/lib will solve his problem without

Re: [JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Andreas Mecky
Hi Jonathan,   I never thought that we'd talk to each other using the jboss mailing list :)   Make sure you have all jars in your war file that are needed and add the web resource entries to web.xml. Do not forget your ejb class files.   We went through this process as well when we deployed

Re: [JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Rod Macpherson
The EJB interfaces in the EAR are part of an isolated class loader so, yeah, you will have to jar those up and drop them in your WEB-INF/lib or the loose classes in WEB-INF/classes. Sounds like an as-designed issue.       - Original Message - From: Jonathan.O'[EMAIL PROTECTED]

[JBoss-user] Separating a WAR from its EAR

2003-02-21 Thread Jonathan . O'Connor
Folks, We have our front end in a WAR living inside our EAR file. For reasons I won't go into here, we thought it might be an idea to take the WAR out of the EAR and deploy it separately. However, when we try using it, we get JNP errors complaining about not finding remote interfaces. Do you need

Re: [JBoss-user] Waiting for input on a socket

2003-02-21 Thread David Jencks
You can write an mbean to do this. Basically, this is what the (server side half) of the invokers do. david jencks On 2003.02.21 07:34 "NIELSEN JAN, Teliadk" wrote: > Hi All, > > In my application I need to have threads waiting for input on sockets. > > Can I start the threads up inside JBOS

Re: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread David Jencks
Do not use jdbc-odbc with any app requiring more than one connection, in particular never with jboss. david jencks On 2003.02.21 04:55 nfs_ nfs wrote: > Hi Kristian Kohler, > I use jdbc-odbc with mysql. > > > > > > > > >From: Kristian Köhler <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECT

Re: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread David Jencks
In that case I believe the message is correct and appropriate. If the db server really hangs, fix your sql. If it just takes a really long time you might consider making a separate pool for these long computations with a timeout several times longer than the length of the computation. david jenc

[JBoss-user] Waiting for input on a socket

2003-02-21 Thread NIELSEN JAN, Teliadk
Hi All, In my application I need to have threads waiting for input on sockets. Can I start the threads up inside JBOSS or should I make an application outside JBOSS? Cheers J. --- This SF.net email is sponsored by: SlickEdit Inc. Develop

Re: [JBoss-user] transaction setup question

2003-02-21 Thread Lawrence Mount
Runtime exceptions cause transactions to role back. Checked exceptions do not. Lawrence Justin Casp wrote: > Hello, > I'm hoping somebody out there can give me a hint on how to set up transaction > attributes for session beans that behave in the following manner. > > ImportantBean has a method, 'd

AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Kristian Köhler
Hi Bernie > can you tell me the name of the driver JAR and driver class. We're using > JBoss 3.0.5 with Oracle 8i and have these kinds of problems frequently. It was an Inetsoftware Oracle Driver. The problem occurred in the following szenario: A "complex" SQL Statement gets executed on the DB S

Re: AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Hi Kristian Kohler, I use jdbc-odbc with mysql. From: Kristian Köhler <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: AW: [JBoss-user] ManagedConnections Available! Date: Fri, 21 Feb 2003 09:46:50 +0100 Which DB Driver do you use? We had similar problems wi

[JBoss-user] JMS Question

2003-02-21 Thread Brandon, Raymond
Hi all,   The following is unclear to me:   Is it possible to use persistent messages on a Topic for which the client did NOT subscribe durable?   So the question is actually: is persistent messaging in the Pub/Sub model a higher level of durable subscriptions or could you have persisten

Re: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Meyer-Willner, Bernhard
Hi Kristian, can you tell me the name of the driver JAR and driver class. We're using JBoss 3.0.5 with Oracle 8i and have these kinds of problems frequently. Cheers, Bernie -Ursprüngliche Nachricht- Von: Kristian Köhler [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Februar 2003 09:47

AW: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Kristian Köhler
Which DB Driver do you use? We had similar problems with an Oracle Driver. Are you sure your Driver works correct? Kristian -- Orientation in Objects GmbH http://www.oio.de > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von nfs_ nfs > Gesendet

Re: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread nfs_ nfs
Hi Alex Loubyansky, Thanks for your response i am starting my website and having problem with this managed connection,and also closing all the connections result set and statements,but still getting this error sometimes.I need urgent help. My website URL :http://www.thesoftwareobjects.com email

AW: [JBoss-user] NoClassDefFoundError(Jboss.Net)

2003-02-21 Thread Jung , Dr. Christoph
Title: Nachricht David,   to me, your error message seems to indiciate that your service cannot find the axis engine, not vice versa!   How is it implemented? What does your RPC object need of the axis engine?   The recommended method to deploy web services via jboss.net is       - not via