[JBoss-user] Question to Natalie Fleury

2004-05-20 Thread Chip Tyler
Dear Natalie, Apology in advance. After reading this thread http://www.theserverside.com/news/thread.tss?thread_id=24059 and this one http://theserverside.com/news/thread.tss?thread_id=23670 I have one question, do you sleep with Marc, Arun, and Chip on alternating days, or all three at once?

Re: [JBoss-user] question about ejb-ql

2003-12-15 Thread Alexey Loubyansky
You can but it is not required. netanel weinberg wrote: When im creating a CMP EJB with ejb-ql, should i define the ejb and/or the ejb-ql methods in the JBOSS's xml files too except for the ejb-jar.xml file? --- This SF.net email is sponsored

[JBoss-user] question about ejb-ql

2003-12-15 Thread netanel weinberg
When im creating a CMP EJB with ejb-ql, should i define the ejb and/or the ejb-ql methods in the JBOSS's xml files too except for the ejb-jar.xml file? --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or ju

[JBoss-user] question about ejb-ql

2003-12-15 Thread netanel weinberg
When im creating a CMP EJB with ejb-ql, should i define the ejb and/or the ejb-ql methods in the JBOSS's xml files too except for the ejb-jar.xml file? --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or ju

[JBoss-user] question about ejb-ql

2003-12-15 Thread netanel weinberg
When im creating a CMP EJB with ejb-ql, should i define the ejb and/or the ejb-ql methods in the JBOSS's xml files too except for the ejb-jar.xml file? --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or ju

Re: [JBoss-user] question about ejb restrictions

2003-10-02 Thread Scott M Stark
Yes, as is the case for the type 3 jdbc driver that has a bug, or the jsse library that has a bug, etc. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: The spec prohibits the use of files / native libraries for a r

Re: [JBoss-user] question about ejb restrictions

2003-10-01 Thread Alex Hornby
[EMAIL PROTECTED] wrote: The spec prohibits the use of files / native libraries for a reason. I understand that the usage of a native library can bring down the entire application server. Isn't this the same for MBeans? Yes, but you still might want to use the native library - some third p

RE: [JBoss-user] question about ejb restrictions

2003-10-01 Thread harm
Thank you very much for your help. It was very helpfull. Harm. "Stephane Nicoll" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/01/2003 10:22 AM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: [JBoss-user] question about ejb restri

RE: [JBoss-user] question about ejb restrictions

2003-10-01 Thread Stephane Nicoll
CTED]> Sent by: [EMAIL PROTECTED] 09/30/2003 11:29 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: [JBoss-user] question about ejb restrictions One approach would be to use MBeans (Management beans - JMX). Easy to do in JBoss. MBeans can use native c

RE: [JBoss-user] question about ejb restrictions

2003-10-01 Thread harm
:29 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: [JBoss-user] question about ejb restrictions One approach would be to use MBeans (Management beans - JMX). Easy to do in JBoss. MBeans can use native code, read/write files. Your EJBs can call into MBe

Re: [JBoss-user] question about ejb restrictions

2003-10-01 Thread Stephane Nicoll
We decided to use MBean for such purposes and it proved to work quite well. MBeans have not restrictions regarding the spec, the can read/write the filesystem and use any native librarie you want. The MDB can be changed by a MBean fetching a queue and doing some stuff, coupled to a scheduler that

RE: [JBoss-user] question about ejb restrictions

2003-09-30 Thread JD Brennan
PROTECTED] Sent: Tuesday, September 30, 2003 1:28 PM To: jboss mailing list Subject: [JBoss-user] question about ejb restrictions Hi all, I have two problems. I would like to create a Message Driven Bean which does some image processing for me. I would like to use JMagick for this purpose

Re: [JBoss-user] question about ejb restrictions

2003-09-30 Thread Scott M Stark
Just do it. Unless you running with a security manager nothing will prevent this. Its up to you to determine if using a database as a file system makes sense. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: Hi all,

[JBoss-user] question about ejb restrictions

2003-09-30 Thread harm
Hi all, I have two problems. I would like to create a Message Driven Bean which does some image processing for me. I would like to use JMagick for this purpose. Unfortunatly EJB restricts the usage of native libraries. And ofcourse JMagick is a native library. Can you guys give me some pointers

[JBoss-user] Question about large turn-over in database

2003-08-03 Thread John Fawcett
Hi all, I have an application that ingests a large number of calendar events from a data provider. The provider's recommended implementation for an adapter is to delete all prior calendar events, and then create all the events in the new list (sent daily). There are approximately 7000 rows in the

Re: [JBoss-user] question about 3.2.x docs

2003-07-11 Thread Scott M Stark
You are not reading this correctly. There is the 2.3 web.xml descriptor resource-ref which allows a res-type and there is the jboss-web.xml descriptor resource-ref which only allows either the jndi-name or res-url. The section talking about the res-type is on the standard descriptors, ejb-jar.xml a

[JBoss-user] question about 3.2.x docs

2003-07-11 Thread Erik Price
Hi, On page 197 of the 3.2.x JBoss docs (JBoss Administration and Development, 3rd Edition), the description of jboss-web.xml says that within the element, an optional element can appear. However, the jboss-web_3_2.dtd doesn't seem to allow this element to appear. Is this just a technical

Re[4]: [JBoss-user] Question about CMP entity

2003-07-07 Thread Alexey Loubyansky
t's discuss it. Thank you, alex MT> Regards, MT> Marco MT> - Original Message - MT> From: "Alexey Loubyansky" <[EMAIL PROTECTED]> MT> To: "Marco Tedone" <[EMAIL PROTECTED]> MT> Sent: Thursday, June 26, 2003 9:51 AM

Re: [JBoss-user] Question about CMP entity

2003-07-06 Thread Marco Garbelini
I´ll check it out..   Thanks, Marco Garbelini - Original Message - From: Marco Tedone To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 6:27 PM Subject: Re: [JBoss-user] Question about CMP entity Marco I tried your code (adapting it to my project - I

Re: Re[2]: [JBoss-user] Question about CMP entity

2003-07-06 Thread Marco Tedone
gards, Marco - Original Message - From: "Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 9:51 AM Subject: Re[2]: [JBoss-user] Question about CMP entity > You need

Re: [JBoss-user] Question about CMP entity

2003-07-04 Thread Marco Tedone
] Sent: Thursday, June 26, 2003 12:30 AM Subject: Re: [JBoss-user] Question about CMP entity - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-us

Re: [JBoss-user] Question on JBossDO vs. JDO

2003-07-03 Thread Alexey Loubyansky
Thursday, July 03, 2003, 7:18:56 PM, Bernhard Meyer-Willner wrote: MWB> Hi, MWB> seems like JBossDO in JBoss 4.0 DR2 is now meant to be fully compatible to MWB> the JDO spec (apart from not being fully implemented yet)? Is this so? It is not yet fully compatible. The goal is to be. MWB> When M

[JBoss-user] Question on JBossDO vs. JDO

2003-07-03 Thread Meyer-Willner, Bernhard
Hi, seems like JBossDO in JBoss 4.0 DR2 is now meant to be fully compatible to the JDO spec (apart from not being fully implemented yet)? Is this so? When I first heard rumors about JBossDO it sounded like it would be a proprietary POJO persistence mechanism. Now this is really great news for me

Re[2]: [JBoss-user] Question about CMP entity

2003-06-26 Thread Alexey Loubyansky
w could I implement it in the MT> EJB CMP architecture? MT> Marco MT> - Original Message - MT> From: "Alexey Loubyansky" <[EMAIL PROTECTED]> MT> To: "Marco Tedone" <[EMAIL PROTECTED]> MT> Sent: Thursday, June 26, 2003 7:12 AM MT> Subjec

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
: Re: [JBoss-user] Question about CMP entity - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-user] Question about CMP entity > Coul

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
uot;Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 7:12 AM Subject: Re: [JBoss-user] Question about CMP entity > Hello Marco, > > if the problem really is a primary key generation you could consider >

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Alexey Loubyansky
Hello Marco, if the problem really is a primary key generation you could consider entity-commands in JBoss-3.2. The options are: - database key generation (sequences, etc); - custom sql; - you can supply your own key generator class that will be asked for the next key; - JDBC3.0 PreparedStatemen

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Thank you Marco, I'm sure it will help.   --Your omonimus - Original Message - From: Marco Garbelini To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:30 AM Subject: Re: [JBoss-user] Question about CMP entity - Original Me

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
- Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-user] Question about CMP entity > Could you please forward some example? You can use this same bean to crea

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Could you please forward some example? Thanks, Marco - Original Message - From: "Marco Garbelini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:57 PM Subject: Re: [JBoss-user] Question about CMP entity The concurrency issue is no

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
st" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 7:06 PM Subject: [JBoss-user] Question about CMP entity > Sorry guru for the [silly] question: I am having a discussion with people in > my project regarding the container work with CMP entity beans. More > specifically,

[JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Sorry guru for the [silly] question: I am having a discussion with people in my project regarding the container work with CMP entity beans. More specifically, we want to implement a Numerator table to assign numbers to several entities of our model. Suppose a client wants to assign a value to a pe

[JBoss-user] Question on JBOSS/LDAP

2003-06-23 Thread Arun
Hi, Can I use the JDBC-LDAP driver(JdbcLdap.jar) from octetstring with EJB container JBOSS for deploying CMP entity Beans? I am using jboss-3.2.1_tomcat-4.1.24,openLDAP 3.0 and JDBC-LDAP driver(JdbcLdap.jar). I have written a EJB CMP entity bean to store/retrieve data from LDA

Re: [JBoss-user] Question on LDAP/JBOSS

2003-06-23 Thread Nicholas
Arun; Are you using the JDBC-LDAP Bridge Driver ? Can you look in your LDAP server's log and see if there are any error messages that coincide with the requests from your JBoss server ? This way we can ensure that the requests are actually reaching your LDAP server and any error messages may reve

[JBoss-user] Question on LDAP/JBOSS

2003-06-23 Thread Arun
Hi, Can I use the JDBC-LDAP driver(JdbcLdap.jar) from octetstring with EJB container JBOSS for deploying CMP entity Beans? I am using jboss-3.2.1_tomcat-4.1.24, openLDAP 3.0 and JDBC-LDAP driver(JdbcLdap.jar). I have written a EJB CMP entity bean to store/retrieve data from LDAP. I tried t

[JBoss-user] Question: Properties mapping between entity beans and database?

2003-01-29 Thread Marco Tedone
Hi, I'm trying to solve the following question: Let's say that I have an object in my business domain which defines a series of get/set methods for the following properties: userName userPassword userDescription userInitialMenu Let's say that the user who install my application on Jboss is goi

[JBoss-user] question about jboss cmp

2003-01-23 Thread Eric Kaplan
Consider a cmp bean that has in it a date and a unique transaction id. Now let's say you have the need to find all beans between two dates, 1/1/01 through 1/1/03. Let's then say someone else comes along and wants to find all beans between two other dates, 1/1/02 through 1/1/03. What will the conta

[JBoss-user] Question on how to deploy multiple ear file of the same application

2003-01-03 Thread Rene Palad
Hi, I have an application implementing servlet->SLSB->EB that runs well on jboss3.0.4. My problem is how to duplicate this same application several times that will run on the same machine/jboss/web/database server instance (to be consumed by different customers much like an App Service Provider m

Re: [JBoss-user] Question about CMP/CMR

2003-01-01 Thread Dain Sundstrom
On Monday, December 30, 2002, at 02:33 PM, Stefan Arentz wrote: On Monday, Dec 30, 2002, at 19:10 Europe/Amsterdam, Jonathan.O'[EMAIL PROTECTED] wrote: Stefan, Most of our tables use a generated key (via an Oracle Sequence) as the primary key. Any tables that wanty a foreign key reference to t

Re: [JBoss-user] Question about CMP/CMR

2003-01-01 Thread Dain Sundstrom
On Monday, December 30, 2002, at 02:29 PM, Stefan Arentz wrote: Huh? Foreign keys are *legacy* database structure? Any pre existing schema is legacy to me. -dain --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http

Re: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Stefan Arentz
On Monday, Dec 30, 2002, at 19:10 Europe/Amsterdam, Jonathan.O'[EMAIL PROTECTED] wrote: Stefan, Most of our tables use a generated key (via an Oracle Sequence) as the primary key. Any tables that wanty a foreign key reference to this, always use this generated key. Yeah that is exactly what I

Re: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Stefan Arentz
On Monday, Dec 30, 2002, at 18:27 Europe/Amsterdam, Dain Sundstrom wrote: On Monday, December 30, 2002, at 10:55 AM, Stefan Arentz wrote: Alex Loubyansky wrote: Frank, if I understood you right, you want to map a CMR field with foreign key to a CMP field that is not a primary key. Currently

Re: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Jonathan . O'Connor
foreign table? I would think this is probably a bad idea in the long run. HTH, Jonathan O'Connor Stefan Arentz <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 30.12.2002 16:55 Please respond to jboss-user To: [EMAIL PROTECTED] cc: Subject: Re:

Re: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Dain Sundstrom
On Monday, December 30, 2002, at 10:55 AM, Stefan Arentz wrote: Alex Loubyansky wrote: Frank, if I understood you right, you want to map a CMR field with foreign key to a CMP field that is not a primary key. Currently, this is not supported. Yeah I also removed foreign key constraints from m

Re: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Stefan Arentz
Alex Loubyansky wrote: Frank, if I understood you right, you want to map a CMR field with foreign key to a CMP field that is not a primary key. Currently, this is not supported. Yeah I also removed foreign key constraints from my tables. This is pretty silly though. How are other people hand

Re[4]: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Alex Loubyansky
TED]] PK> Sent: Monday, December 30, 2002 12:19 PM PK> To: Langelage, Frank PK> Subject: Re[2]: [JBoss-user] Question about CMP/CMR PK> Frank, PK> if I understood you right, you want to map a CMR field with foreign key PK> to a CMP field that is not a primary key. Currently, thi

RE: Re[2]: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Panagiotis Korros
Are there any plans to support it? It would solve many problems (especially performance and lock problems in my application) -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 12:19 PM To: Langelage, Frank Subject: Re[2]: [JBoss-user

Re[2]: [JBoss-user] Question about CMP/CMR

2002-12-30 Thread Alex Loubyansky
Frank, if I understood you right, you want to map a CMR field with foreign key to a CMP field that is not a primary key. Currently, this is not supported. alex Sunday, December 29, 2002, 3:32:33 PM, you wrote: LF> Hallo Alex, LF> I know you ported this feature not long ago from HEAD to 3.2. L

Re: [JBoss-user] Question about CMP/CMR

2002-12-29 Thread Langelage, Frank
Hallo Alex, I know you ported this feature not long ago from HEAD to 3.2. I use HEAD here and use this new feature for Bean2, if I understand it right. Column festr.festa_serial is part of the primary key for festr and also foreign key for festr referencing festa.festa_serial. But if the forei

Re: [JBoss-user] Question about CMP/CMR

2002-12-29 Thread Alex Loubyansky
Hello Frank, in JBoss-3.2 (cvs version) you can map foreign key fields to primary key fields. This is done by specifying the same column names for foreign and primary key fields. alex Saturday, December 28, 2002, 9:12:26 PM, you wrote: LF> JBoss-Head, JDK 1.4.1, Informix-DB LF> Following given

[JBoss-user] Question about CMP/CMR

2002-12-28 Thread Langelage, Frank
JBoss-Head, JDK 1.4.1, Informix-DB Following given situation: Bean 1: Name=Festa, DBTable=festa, PK=festa_serial Bean 2: Name=Festr, DBTable=festr, PK=festa_serial+festr_pos_nr, FK=festa_serial -> festa Bean 3: Name=febdr, DBTable=febdr, PK=febdr_serial, FK=festa_serial -> festa As you can see,

Re: [JBoss-user] question about jndi.properties at client site

2002-12-12 Thread Andreas Mecky
quot;Ingo Bruell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 12:04 PM Subject: [JBoss-user] question about jndi.properties at client site > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > > my jndi.propert

[JBoss-user] question about jndi.properties at client site

2002-12-12 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, my jndi.properties file is not used from the client site. I have created a Swing Based Application that is stored in a .jar file. I start the application with "java -jar wbclient.jar" in the manifest file a classpath is set and the jnd

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-28 Thread Emerson Cargnin - SICREDI Serviços
sorry it was meant to be a private msg... Emerson Cargnin - SICREDI Serviços wrote: i have been looking at your servicelcoator imp and i have some questions : 1 - does it always create a new initial context for every new home? 2 - why doesn't putting the logic in lazy loading of homes after th

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-28 Thread Emerson Cargnin - SICREDI Serviços
i have been looking at your servicelcoator imp and i have some questions : 1 - does it always create a new initial context for every new home? 2 - why doesn't putting the logic in lazy loading of homes after the null testing for a given home? Greg Turner wrote: All I have been working on this

Re: [JBoss-user] question about caching session beans in the web layer

2002-10-23 Thread Stephen Coy
On Thursday, October 24, 2002, at 05:16 AM, Emerson Cargnin - SICREDI Serviços wrote: I have some questions regarding to caching homes and session beans in the remote client : 1- I already cache initicalcontext and homes in businness delegate, is it secure to cache the real session object as

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-23 Thread Greg Turner
David Jencks wrote: On 2002.10.23 17:19:41 -0400 Greg Turner wrote: All I have been working on this problem. I would like to know what you think of my solution. First of all, you can cache EJBHome objects, but not EntityBean or SessionBean objects. There are many Locator patt

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-23 Thread Emerson Cargnin - SICREDI Serviços
easy man : ) i just want to know if the methods of the proxy sinchronized... Greg Turner wrote: Greg Turner wrote: All I have been working on this problem. I would like to know what you think of my solution. First of all, you can cache EJBHome objects, but not EntityBean or SessionBean ob

Re: [JBoss-user] question about caching session beans in the web layer

2002-10-23 Thread David Jencks
On 2002.10.23 17:19:41 -0400 Greg Turner wrote: > All > > I have been working on this problem. I would like to know what you > think of my solution. > > First of all, you can cache EJBHome objects, but not EntityBean or > SessionBean objects. There are many Locator patterns on the web such as

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-23 Thread Greg Turner
Greg Turner wrote: All I have been working on this problem. I would like to know what you think of my solution. First of all, you can cache EJBHome objects, but not EntityBean or SessionBean objects. why??? Get a good J2EE book which will explain There are many Locator patterns on

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-23 Thread Emerson Cargnin - SICREDI Serviços
Greg Turner wrote: All I have been working on this problem. I would like to know what you think of my solution. First of all, you can cache EJBHome objects, but not EntityBean or SessionBean objects. why??? There are many Locator patterns on the web such as this one: http://java.sun.c

Re: [JBoss-user] question about caching session beans in the weblayer

2002-10-23 Thread Greg Turner
All I have been working on this problem. I would like to know what you think of my solution. First of all, you can cache EJBHome objects, but not EntityBean or SessionBean objects. There are many Locator patterns on the web such as this one: http://java.sun.com/blueprints/corej2eepatterns/Pa

[JBoss-user] question about caching session beans in the web layer

2002-10-23 Thread Emerson Cargnin - SICREDI Serviços
I have some questions regarding to caching homes and session beans in the remote client : 1- I already cache initicalcontext and homes in businness delegate, is it secure to cache the real session object as a static attribute in business delegate and reuse it across a long time ? 2- If i call

[JBoss-user] Question on clustering

2002-09-10 Thread Kim, Yong
I am trying to set up 3 different environments, development, qa, and production right now w/ clustering enabled and I decided to use different PARTITIONs for each environment so that they interfere with each other. For example, development environment belongs to DevelopmentPartition instead of De

[JBoss-user] question on JMS from within EJB - messages sent 'outside' tx

2002-08-18 Thread Dmitri Colebatch
hey all, I'm sure this is a simple question, so am hoping that someone can point out the error of my ways. I'm running JBoss 3.0.1, win2k, sun 1.3.1, postgres 7.2 My problem is basically that I'm trying to send JMS messages from within an entity bean, but the messages either (a) aren't being se

RE: [JBoss-user] question about JCA resources that use local transactions

2002-07-31 Thread Wink, Stephen
David, I've checked again, and its behaving exactly as you said, so thank you for pointing me in the right direction. Thats answered my question. I'm using JBoss 3.0.0, but about to move to 3.0.1. thanks, Steve --- This sf.net email is sp

Re: [JBoss-user] question about JCA resources that use local transactions

2002-07-31 Thread David Jencks
Are you sure? What's supposed to happen is that the ManagedConnection is only put back into the pool after the transaction it is enrolled in commits, and requests for a managed connection within the same transaction use the (single) ManagedConnection already attached to that transaction. There's

[JBoss-user] question about JCA resources that use local transactions

2002-07-31 Thread Wink, Stephen
I'm writing a JCA adapter that uses LocalTxConnectionManager. When the user calls close() on my connection object, I send a connectionClosed event to the listeners on my ManagedConnection, and this causes the connection to be returned to the connection pool. However, it seems that JBoss won't ch

[JBoss-user] Question about JBossMX and message routing

2002-07-23 Thread Daniel Strawson
Hi guys - I wonder if someone can answer a question about JBossMX. Although I'm a 'Java' person, I've had the (mis) fortune to use Microsoft's MSMQ message queue system. This, and other commercial MQ systems are able to 'route' messages between MQ servers. To me this is powerful feature for

Re: [JBoss-user] Question regarding CMP and CMR Performance in EJB2and JBOSS 3

2002-07-12 Thread Dain Sundstrom
You can make this type of code faster using optimized loading described in the JBossCMP documentation (FlashLine $10). If you want this code to be really fast, you should change it to call an EJB-QL query that selects the objects you are after directly. Navigating a persistent object graph is

[JBoss-user] Question regarding CMP and CMR Performance in EJB2 and JBOSS 3

2002-07-12 Thread Saroj Kumar
Hi All, I have some doubts about the performance of CMP and CMR in EJB2 AND JBOSS3. Scenario is like this: I have 1 bean called EMPLOYEE. It has got 1:N relationship with GROUPS bean. This relationship is defined thru CMR. I have a method on EMPLOYEE : Public GroupModel[] getGroupModels() {

Re: [JBoss-user] Question accessing EJB from command line.

2002-07-03 Thread bryan hansen
anywhere, you just run it, > including in the classpath > the necessary JBoss client jars and the home and > remote interface classes > for your EJB.. > > - Original Message - > From: "bryan hansen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: [JBoss-user] Question accessing EJB from command line.

2002-07-02 Thread Guy Rouillier
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 5:30 PM Subject: Re: [JBoss-user] Question accessing EJB from command line. > So should I not be deploying my appliction to the > default directory then? And instead be deploying it to > the client dire

Re: [JBoss-user] Question accessing EJB from command line.

2002-07-02 Thread Greg Turner
You said this is a command line app. You can deploy it anywhere on the web that you want. bryan hansen wrote: > So should I not be deploying my appliction to the > default directory then? And instead be deploying it to > the client directory? > > Bryan > > --- Greg Turner <[EMAIL PROTECTED]> wr

Re: [JBoss-user] Question accessing EJB from command line.

2002-07-02 Thread bryan hansen
So should I not be deploying my appliction to the default directory then? And instead be deploying it to the client directory? Bryan --- Greg Turner <[EMAIL PROTECTED]> wrote: > Here is the properties I use; its slightly different > than yours because > mine has 3 properties, not 2: > > Pro

Re: [JBoss-user] Question accessing EJB from command line.

2002-07-02 Thread Greg Turner
Here is the properties I use; its slightly different than yours because mine has 3 properties, not 2: Properties props = new Properties(); props.put ("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); props.put ("java.naming.provider.url","jnp://localhost:1099"

[JBoss-user] Question accessing EJB from command line.

2002-07-02 Thread bryan hansen
I was unable to find in the documentation how to access and ejb from a command line application. I have written a simple test class just to test the business methods on an EJB. I am pretty sure that I need to get the stubs and skeltons compiled to talk with the ejb, but what is the best way to do

Re: [JBoss-user] Question about B2B and

2002-06-18 Thread Philippe de M. Sevestre
ED]> Sent: terça-feira, 18 de junho de 2002 17:10 Subject: [JBoss-user] Question about B2B and > Hello! > > On the project I'm working on, we have several EJBs that constitute the main > application ("core" from now one). We also have other EJBs that con

Re: [JBoss-user] Question about B2B and

2002-06-18 Thread Julien Viet
; for the called in jboss.xml ... name ... therefore you don't have to redeploy you caller each time. - Original Message - From: "Duarte Nuno Loreto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 4:10 PM Subject: [JBoss-user] Question a

[JBoss-user] Question about B2B and

2002-06-18 Thread Duarte Nuno Loreto
Hello! On the project I'm working on, we have several EJBs that constitute the main application ("core" from now one). We also have other EJBs that contain business logic ("add-ons" from now on). We are using JBoss2.4.6_Tomcat-4.0.3. One of the EJBs on the core has code to dinamically ca

[JBoss-user] Question about BMP lifecycle

2002-05-30 Thread Günther Van Roey
I was playing around with JBoss3.0RC3 when I ran into some behaviour I didn't understand: When an instance of my BMP entity bean was used for executing a finder method, or when passivate() was called upon an instance, this instance is garbage collected afterwards. (I tested this by outputting fro

Re: [JBoss-user] Question on JMS & log4j

2002-05-13 Thread Alex Loubyansky
Hello Mitchell, Monday, May 13, 2002, 9:55:56 PM, you wrote: MK> When I try to run a JMS client to receive a message, I get following error message. Can anyone tell me what's going on? MK> log4j:ERROR No appenders could be found for category (org.jboss.mq.SpyMessageConsumer). MK> log4j:ERROR

[JBoss-user] Question on JMS & log4j

2002-05-13 Thread Mitchell Kim
When I try to run a JMS client to receive a message, I get following error message.  Can anyone tell me what's going on?   log4j:ERROR No appenders could be found for category (org.jboss.mq.SpyMessageConsumer).log4j:ERROR Please initialize the log4j system properly.     Thanks.   ===

[JBoss-user] Question on referencing an EJB from another EJB via the local interface

2002-01-17 Thread untitled untitled
Hi: Does anyone know whether jboss-2.4.4 support referencing an EJB from another EJB via the local interface or not? If yes, is it working for both Entity Bean and Session Bean? Thanks for advance _ Chat with friends on

Re: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Kris Kristensen
PM Subject: RE: [JBoss-user] Question about JBoss vs. WLS As mentioned in a previous post, use an MBean - it does require a bit of coding, but it is minimal - I took a similar example and converted it to an mbean in an hour or so.   The short version is that instead of a &quo

Re: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Kris Kristensen
Hi David, We are using Jboss 2.4.4_Tomcat-4.0.1 so I guess mbean is the right way in our case. Thanks david -Kris - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 10:18 PM Subject: Re: [JBos

Re: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Kris Kristensen
n' ; Jboss-support ; Dain Sundstrom Sent: Wednesday, January 16, 2002 10:13 PM Subject: RE: [JBoss-user] Question about JBoss vs. WLS Do you mean an ear?  I don't know what you mean by "ordinary java application."   -dain -Original Message

Re: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread David Jencks
On 2002.01.16 15:39:06 -0500 Kris Kristensen wrote: > We are trying to port our suite from WLS 6.0 to JBoss and came across a > few hurdles in doing so. First of all we need a way to specify an app. > that must be started by JBoss upon startup. In WLS this task is > accomplished by putting the jar

RE: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Dain Sundstrom
Do you mean an ear?  I don't know what you mean by "ordinary java application."   -dain -Original Message-From: Kris Kristensen [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 16, 2002 3:06 PMTo: Jboss-support; Dain SundstromSubject: Re: [JBoss-user]

Re: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Kris Kristensen
MTo: Jboss-supportSubject: [JBoss-user] Question about JBoss vs. WLS We are trying to port our suite from WLS 6.0 to JBoss and came across a few hurdles in doing so. First of all we need a way to specify an app. that must be started by JBoss upon startup. In WLS this task is

RE: [JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Dain Sundstrom
No, just put your ear, war, or jar in the deploy directory and JBoss will bring it up on startup.   -dain -Original Message-From: Kris Kristensen [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 16, 2002 2:39 PMTo: Jboss-supportSubject: [JBoss-user] Question about JBoss

[JBoss-user] Question about JBoss vs. WLS

2002-01-16 Thread Kris Kristensen
We are trying to port our suite from WLS 6.0 to JBoss and came across a few hurdles in doing so. First of all we need a way to specify an app. that must be started by JBoss upon startup. In WLS this task is accomplished by putting the jar-file in a serverclasses directory, and point WLS's st

[JBoss-user] Question on Jboss+Tomcat file upload

2002-01-16 Thread wlp
Hi, I'm using JBoss + Tomcat as J2EE server for my web application. The client who accesses to my app with particular security role is allowed to upload files into the server. What I want to do is to add this files automatically to the application and make them available to the download by an

Re: [JBoss-user] Question about JBOSS/Tomcat JSP

2002-01-16 Thread Tim Yates
Salisbury To: [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 3:03 AM Subject: [JBoss-user] Question about JBOSS/Tomcat JSP Hello,   I have recently downloaded JBoss-2.4.4_Tomcat-3.2.3.zip and have installed it on a Linux Redhat 7.1 box.  It all seems to start fine but I

[JBoss-user] Question about JBOSS/Tomcat JSP

2002-01-15 Thread Scott Salisbury
Hello,   I have recently downloaded JBoss-2.4.4_Tomcat-3.2.3.zip and have installed it on a Linux Redhat 7.1 box.  It all seems to start fine but I can't seem to get any of the JSP samples to work nor can I get a simple JSP and java bean of my own to work.  The same JSP and javabean work fin

Re: [JBoss-user] question about jboss-catalina version

2001-12-29 Thread Scott M Stark
, LLC - Original Message - From: Bruce Ling To: [EMAIL PROTECTED] Sent: Saturday, December 29, 2001 11:07 PM Subject: [JBoss-user] question about jboss-catalina version Hi,   I have a question about the new release of JBoss-2.4.4_Tomcat-4.0.1.   I

[JBoss-user] question about jboss-catalina version

2001-12-29 Thread Bruce Ling
Hi,   I have a question about the new release of JBoss-2.4.4_Tomcat-4.0.1.   I have run "run.bat catalina" and cannot see the web container home page. The error message is as following:   [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration error for request URI[ER

[JBoss-user] question on integrate a service into JBoss

2001-12-05 Thread Sheng Zou
Title: question on integrate a service into JBoss When a service implements ServiceMBean and extends ServiceMBeanSupport, it integrates JBoss logging and JBoss service state management. My questions are: + what does "JBoss service state management mean"? + How do I use my own logging instead

[JBoss-user] Question on Transaction Rollback Error

2001-11-27 Thread Steven Hawkes
I have limited EJB experience and I am not sure if this is a design problem or a configuration problem. I have a Stateful Session bean which when loaded into JBoss can be accessed successfully from my test client. I then created a java class (Not an EJB) which is instantiated within the above St

[JBoss-user] question on jbossmq request/reply and persistent message

2001-11-20 Thread Sheng Zou
Title: question on jbossmq request/reply and persistent message Hi, Could request/reply messages be persistent messages? If so, how to set them up? I understand that the tmp queues are created on the fly by JBossMQ server, is there a way to have it create persistent tmp queues? thanks, Shen

  1   2   >