AW: [JBoss-user] JBoss SAP DB

2003-07-07 Thread Nicolai Bieber
Thanki a lot ! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Vittorio Ballestra Gesendet: Freitag, 4. Juli 2003 16:12 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JBoss SAP DB I've used it since about 6 months ago. I had had a lot of

Re: [JBoss-user] Explicit Usage of Commit and Rollabck...

2003-07-07 Thread Adrian Brock
If you want to handle commit/rollback inside your bean you should use BMT (Bean managed transactions). commit-option is only for entity beans. It is a policy for the cached entity bean instance at the end of the transaction. Regards, Adrian On Mon, 2003-07-07 at 06:12, Muraly R wrote: Hi

[JBoss-user] $1000.00 FREE - $100,000 JACKPOTS - CASINO ONLINE.......... vmt

2003-07-07 Thread ONLINE CASINO
ENTER HERE Unsubscribe me: [EMAIL PROTECTED] lyoprfjofqgcacudevuchwcdqkf --- 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

Re: [JBoss-user] Explicit Usage of Commit and Rollabck...

2003-07-07 Thread Muraly R
Hi Adrian, Thanks for the immediate response. I am new to this area... So just a few more questions;-) So if I have to use BMT for my bean is it enough to specify the transaction-type as 'Bean' in ejb-jar.xml. Or is there anything more added to this. I have my DS deployed as a service. Also can I

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

2003-07-07 Thread Alexey Loubyansky
Hello Marco, Sunday, July 06, 2003, 10:39:45 PM, Marco Tedone wrote: MT Alexey, I would be interested in writing something useful for Jboss users if MT possible. Where shall I implemented the bottom interfaces? In an ordinary MT class? In an EJB? Entity beans don't have to implement these

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Magesh Prabhu
On 7/6/03 5:09 PM, Adrian Brock [EMAIL PROTECTED] wrote: On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: I could'nt understand this Adrian, I'm using Oracle 8.1.6 database with the following datasource configuration: datasources local-tx-datasource jndi-nameOracleDS/jndi-name

Re: [JBoss-user] Explicit Usage of Commit and Rollabck...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 08:11, Muraly R wrote: Hi Adrian, Thanks for the immediate response. I am new to this area... So just a few more questions;-) So if I have to use BMT for my bean is it enough to specify the transaction-type as 'Bean' in ejb-jar.xml. Or is there

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 08:33, Magesh Prabhu wrote: On 7/6/03 5:09 PM, Adrian Brock [EMAIL PROTECTED] wrote: On Sun, 2003-07-06 at 16:40, Magesh Prabhu wrote: You need the xa datasource for prepare() When I'm not using an xa datasource why is it expecting for a prepare(); My app does'nt

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Danny . Yates
Interesting! The warning message is pretty annoying (if, for example, you don't want to/can't shell out for Sybase's Distributed Transaction Manager, or if you're using the built-in Hypersonic db). Could there be a config option (presumably as part of the MDB/MDB containter config) to turn the

RE: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Sacha Labourey
Simply change log4j configuration to turn off this specific message. Cheers, sacha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: lundi, 7. juillet 2003 11:37 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] WARN [...]

[JBoss-user] JBoss performance enhancements

2003-07-07 Thread Jon Barnett
Version 1 of our document on some simple code improvements to JBoss 3.2.0 and the effect on performance is now available. We'll work on the document as time allows. The current data covers performance measurements based on Linux/IBM SDK/Trove. The document is an 820K pdf available from the

Re: [JBoss-user] CMR filed XYZ has _ALL_ foreign kex fields mapped to primary key columns ...

2003-07-07 Thread Alexey Loubyansky
Hello Christofer, Monday, July 07, 2003, 11:58:43 AM, Christofer Dutz wrote: CD Hi, CD I am getting these errors when mirgrating the SPECjAppServer from BeaWeblogic to CD JBoss. I wrote a message about this problem a few months ago. Someone told me CD that he opened a bug-report and I had a

Re: [JBoss-user] WARN [...] what they mean...

2003-07-07 Thread Adrian Brock
On Mon, 2003-07-07 at 10:32, Marek Lange wrote: [EMAIL PROTECTED] wrote: Hi Adrian, Does your statement imply that any work done either directly or indirectly by an MDB (such as, for example, accessing Entity Beans) requries an XA datasource? I asked the same question some weeks ago

[JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, I'm porting our sql script from PostgreSQL to MySQL. This works. But I get an error deploying one entity bean: 13:46:54,603 ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - nested throwable: (java.lang.NullPointerEx

Re: [JBoss-user] JBoss 3.2.1/Firebird Issue

2003-07-07 Thread Stephen Davidson
Guy Rouillier wrote: Can you post the contents of the -ds.xml file for the Firebird database? You don't mention what is in the .tgz, and I don't open unannounced attachments these days. Contents of attached zip file; [EMAIL PROTECTED]:/tmp tar -tzvf jboss3.2.1.tgz drwxr-xr-x steve/users

Re: [JBoss-user] deploy error

2003-07-07 Thread Alexey Loubyansky
Hello Rafal, make sure there is mysql-get-generated-keys entity-command in standardjbosscmp-jdbc.xml. What version are you using, BTW? alex Monday, July 07, 2003, 2:52:20 PM, Rafal Kedziorski wrote: RK hi, RK I'm porting our sql script from PostgreSQL to MySQL. This works. But I get RK an

[JBoss-user] a tiny NISLoginModule for those who may need one

2003-07-07 Thread Ionel Gardais
Hi, Here is a little LoginModule of my own : NISLoginModule It allows user the authenticate against a NIS server and set a default principal to user when the authentication succeeds. Ionel NISLM-0.1.jar Description: Binary data

Re: [JBoss-user] CMR filed XYZ has _ALL_ foreign kex fields mappedto primary key columns ...

2003-07-07 Thread Christofer Dutz
Alexey Loubyansky wrote: Hello Christofer, Monday, July 07, 2003, 11:58:43 AM, Christofer Dutz wrote: CD Hi, CD I am getting these errors when mirgrating the SPECjAppServer from BeaWeblogic to CD JBoss. I wrote a message about this problem a few months ago. Someone told me CD that he opened a

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, At 15:27 07.07.2003 +0300, Alexey Loubyansky wrote: Hello Rafal, make sure there is mysql-get-generated-keys entity-command in standardjbosscmp-jdbc.xml. this is defined as: entity-command name=mysql-get-generated-keys class=org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCMySQLCreateCommand/ What

Re[2]: [JBoss-user] CMR filed XYZ has _ALL_ foreign kex fields mapped to primary key columns ...

2003-07-07 Thread Alexey Loubyansky
Ok, thanks. I'll do it soon and let you know. alex Monday, July 07, 2003, 4:15:30 PM, Christofer Dutz wrote: CD Alexey Loubyansky wrote: Hello Christofer, Monday, July 07, 2003, 11:58:43 AM, Christofer Dutz wrote: CD Hi, CD I am getting these errors when mirgrating the SPECjAppServer from

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, I attached my jbosscmp-jdbc.xml. only while deploying Users_2_GroupsBean I get the error message. 15:56:25,290 ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Couldn't create entity command: ; - nested throwable: (java.lang.NullPointerEx ception)

[JBoss-user] JBoss-net xml-schema problem

2003-07-07 Thread Mark.Gargan
Title: Message Hi folks, I've a two classes called ExecutionData and Parameter that are used with various EJBs in my application. In order to move to web services I'm under the impression that I need Axis or jboss-net to be able to be able to decipher them so I put the

Re: [JBoss-user] Re: Mod_JK Failover

2003-07-07 Thread Vladyslav Kosulin
Jules Gosnell wrote: Regardless, this is too much management overhead and mod_jetty will address this and many other issues. I never heard about mod_jetty, and am not able to find any references. Could you please give some glue on what's this? Is this from Jetty 5? Also any road map would be

Re[2]: [JBoss-user] deploy error

2003-07-07 Thread Alexey Loubyansky
Could you, meanwhile, try to explicitly specify the class attribute in your jbosscmp-jdbc.xml? Thanks, alex Monday, July 07, 2003, 5:02:11 PM, Rafal Kedziorski wrote: RK hi, RK I attached my jbosscmp-jdbc.xml. only while deploying Users_2_GroupsBean I RK get the error message. RK

Re: [JBoss-user] deploy error

2003-07-07 Thread Rafal Kedziorski
hi, we found the error. we added the auto-increment tag to two read only entity beans and JBoss didn't shows wrong error on the wrong entity bean. Regards, Rafal At 15:27 07.07.2003 +0300, Alexey Loubyansky wrote: Hello Rafal, make sure there is mysql-get-generated-keys entity-command in

[JBoss-user] HI

2003-07-07 Thread
HI http://www.zz66.com --- 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.

[JBoss-user] 3.x Quick Start Guide?

2003-07-07 Thread Stuart Popejoy
I've purchased the doc subscription from core developers, but I can't seem to find a quick start guide that is at all recent. All of the subscription docs seem to refer to individual technologies (JCA, CMP). Is there some book that I have to buy as well? It's unclear what my subscription gets me

Re: [JBoss-user] 3.x Quick Start Guide?

2003-07-07 Thread Stuart Popejoy
Looks like I didn't look hard enuf ... http://prdownloads.sourceforge.net/jboss/QuickStart-30x.pdf?download Thanks anyhoo, Stuart On Mon, 2003-07-07 at 13:08, Stuart Popejoy wrote: I've purchased the doc subscription from core developers, but I can't seem to find a quick start guide that is

[JBoss-user] jboss dynamic ql problem

2003-07-07 Thread aaaa aaaa
Hi, I have a dynamic ql issue. Does anyone has working examples for dynamic-ql and share them with jboss -users? I am stuck with the following dynamic ql errors. Thanks J.P. in the ejb-jar.xml, here is the piece: query query-method method-nameejbSelectABCD/method-name method-params

[JBoss-user] Problem looking HAPartition

2003-07-07 Thread KChristmas
I'm trying to get a remote handle on the HAPartition to use with HA-RMI and to monitor the partition. The problem is that my reference to HAPartition is always null. Using EJTool's JNDI brower I can clearly see the JNDI entry is there and is a org.jboss.ha.framework.server.HAPartitionImpl.

[JBoss-user] jboss dynamic ql problem

2003-07-07 Thread aaaa aaaa
Hi, I have a dynamic ql issue. Does anyone has working examples for dynamic-ql and share them with jboss -users? I am stuck with the following dynamic ql errors. Thanks J.P. in the ejb-jar.xml, here is the piece: query query-method method-nameejbSelectABCD/method-name method-params

Re[2]: [JBoss-user] CMR filed XYZ has _ALL_ foreign kex fields mapped to primary key columns ...

2003-07-07 Thread Alexey Loubyansky
Hello Chris, I just enabled overriding PK with FK if they are equal. ENJOY!!! ;) alex Monday, July 07, 2003, 4:15:30 PM, Christofer Dutz wrote: CD Alexey Loubyansky wrote: Hello Christofer, Monday, July 07, 2003, 11:58:43 AM, Christofer Dutz wrote: CD Hi, CD I am getting these errors when

[JBoss-user] where to purchase 3.x docs

2003-07-07 Thread Erik Price
Hi, Following the link from the JBoss.org web site to purchse 3.x base documentation leads to a no results found in the ComponentSource frame. I have emailed them but not heard back yet, does anyone have a direct link to the catalog entry for this item? Thank you, Erik

Re: [JBoss-user] JBoss-net xml-schema problem

2003-07-07 Thread Neal Sanche
Hi Mark, I had this exact problem. What I did was use the same prefix that I gave to the jbossnet code generator in my ANT script, to the @jboss-net:xml-schema tag, and it seems to have cleared it up. So, if you have in your ANT script: jbossnet prefix=myapp ... / Then in your data

Re: [JBoss-user] where to purchase 3.x docs

2003-07-07 Thread Scott M Stark
Use this direct link: http://www.componentsource.com/product.asp?SC=EJBOSPO=513502grc=JBOSSGRC=BACPPOS=PL -- Scott Stark Chief Technology Officer JBoss Group, LLC Erik Price wrote: Hi, Following the link from the JBoss.org web site to purchse

Re: [JBoss-user] where to purchase 3.x docs

2003-07-07 Thread Vladyslav Kosulin
Erik Price wrote: Hi, Following the link from the JBoss.org web site to purchse 3.x base documentation leads to a no results found in the ComponentSource frame. I have emailed them but not heard back yet, does anyone have a direct link to the catalog entry for this item? You have cookies

Re: [JBoss-user] where to purchase 3.x docs

2003-07-07 Thread Erik Price
Scott M Stark wrote: Use this direct link: http://www.componentsource.com/product.asp?SC=EJBOSPO=513502grc=JBOSSGRC=BACPPOS=PL Thanks. That took me right to the correct page, where I found both the Windows and the Unix versions for $10.00 each. I decided to purchase it on the spot, and

[JBoss-user] Secured bean call from MBean

2003-07-07 Thread Sebastian Hauer
Hi, I want to make a bean call to a secured bean from an Mbean. The Mbean has no security information associated with its calling thread and can therefore not do this. I was wondering what one should do in such a scenario. I don't want to remove the security context from the bean and was

Re: [JBoss-user] CMR filed XYZ has _ALL_ foreign kex fields mappedto primary key columns ...

2003-07-07 Thread Christofer Dutz
Alexey Loubyansky wrote: Hello Chris, I just enabled overriding PK with FK if they are equal. ENJOY!!! ;) YOU ARE MY HERO ... I'll try it as soon as possible :) Thanx, chris alex Monday, July 07, 2003, 4:15:30 PM, Christofer Dutz wrote: CD Alexey Loubyansky wrote:

Re: [JBoss-user] constraining session bean pool

2003-07-07 Thread Erik Price
Brian Wallis wrote: On Fri, 4 Jul 2003 07:40, Erik Price wrote: How to configure JBoss 3.0 to constrain the session bean pool to only a certain number of session beans? (For stateful beans.) I wish to test ejbPassivate() and ejbActivate() in action. You will need to define your own session

Re: [JBoss-user] Secured bean call from MBean

2003-07-07 Thread Adrian Brock
Hi Sebastian, The normal solution is to get the MBean to do a JAAS login using the client-login module. In 3.2 it should be possible to write it as an XMBean with an interceptor that does run-as processing. Such an interceptor doesn't currently exist AFAIK. Regards, Adrian On Mon, 2003-07-07

Re: [JBoss-user] jboss dynamic ql problem

2003-07-07 Thread Adrian Brock
Don't you want ?1 instead of a1 or maybe 'a1' Regards, Adrian On Mon, 2003-07-07 at 19:14, wrote: Hi, I have a dynamic ql issue. Does anyone has working examples for dynamic-ql and share them with jboss -users? I am stuck with the following dynamic ql errors. Thanks J.P.

[JBoss-user] Some unofficial performance results

2003-07-07 Thread Jon Barnett
Due to ECperf use requirements, we can't report anything too concrete. Some unofficial information :- For ECperf 1.1 on our meagre test configuration, the standard JBoss 3.2.0 distribution fails at txRate=1 for a Sun JDK 1.4.1_01 - failures with manufacturing and orders response times and failure