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

2003-07-06 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 t

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

2003-07-06 Thread Adrian Brock
If you want to handle commit/rollback inside your bean you should use BMT (Bean managed transactions). 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 Gurus, > I

AW: [JBoss-user] JBoss & SAP DB

2003-07-06 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 h

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

2003-07-06 Thread Muraly R
Hi Gurus, I am having a particular Stateful session bean. In this bean I want to handle the database connection manually. That is I should be able to use Connection.commit() and Connection.rollback explicitly, for only this Bean. On a previous mail thread David explained that since the transact

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 cha

Re: [JBoss-user] Entity bean Attribute Changed Notifications

2003-07-06 Thread Brian Wallis
On Fri, 4 Jul 2003 20:21, Andy Godwin wrote: > JBoss AOP would certainly do what you want, it wouldn't be that > hard to write an Interceptor that generated your notification for the > setXXX methods you're interested in. AOP would be fun to try (but as you mentioned, exactly how is still a questi

gaaak (RE: [JBoss-user] Exception "Attempt to get lock ref with a null object" with self-referential CMR)

2003-07-06 Thread Brian Topping
yeesh, figured it out right after sending. I hate when that happens. It wasn't the CMR at all. It's a new project that I am getting off the ground (http://dentaku.sf.net, an LGPL enterprise accounting system), and my templates were a bit messed up. Apologies for the noise. -b p.s. - if anyone

Re: [JBoss-user] Exception "Attempt to get lock ref with a nullobject" with self-referential CMR

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 20:55, Brian Topping wrote: > java.lang.IllegalArgumentException: Attempt to get lock ref with a null > object > at org.jboss.ejb.BeanLockManager.getLock(BeanLockManager.java:80) > at > org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.j

RE: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-06 Thread John Fawcett
Alex, Thank you for your help. I am in fact using an old cut. By "crazy", I meant "really amazing and cool". I was not sure the cmp engine could handle a potentially ambiguous case. I was quite happily surprised, and likewise quite happy with the performance improvement in directly accessing the f

[JBoss-user] Exception "Attempt to get lock ref with a null object" with self-referential CMR

2003-07-06 Thread Brian Topping
Hi all, Has anyone seen anything like this before? I doing an import of a bunch of records in a file. The entities are created just fine, until I try to set the parent on one of them. The CMR is self-referential -- the parent is a record in the same table. There is only a get/setParent call, n

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

2003-07-06 Thread Marco Tedone
Alexey, I would be interested in writing something useful for Jboss users if possible. Where shall I implemented the bottom interfaces? In an ordinary class? In an EJB? Shall I write any code for getFactoryName() and getKeyGenerator()? Is the element support by XDoclet AFAYK? May the bottom mentio

Re: Re[4]: [JBoss-user] Compile current cvs

2003-07-06 Thread snpe
hello, This is complete source.I want update or checkout cvs. Cvs sourceforge for non-members (pserver) is unusable now Thanks Haris Peco On Sunday 06 July 2003 10:45 am, Adrian Brock wrote: > You can download a source snapshot here: > http://www.jboss.org/index.html?module=html&op=userdisplay&i

Re: [JBoss-user] Hello ! The problem of JBoss 3.2.1 + Tomcat 4.1.24-LE

2003-07-06 Thread jonathan wong
Dear Brock , Hello ! Thank you for your nice help . I can run the web app properly . Thank you ! = Jonathan (Wong Yat Sing) Jonathan Studio M.P (852) - 91235947 NetMeeting : [EMAIL PROTECTED] ICQ# 57646152 __ Do you Yahoo!? SBC Yahoo! DSL - Now only $2

[JBoss-user] JAAS login failure logging in JBoss/Tomcat?

2003-07-06 Thread Craig Berry
We would like to be able to record failed login attempts, with the username supplied with the failed login. We're using standard forms authentication with JBoss 3.2.1 and Tomcat 4.1.24. Just getting normal log messages to be written with the failure info would be sufficient for our needs, thou

Re: [JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Neal Sanche
On July 6, 2003 11:54 am, Adrian Brock wrote: > On Sun, 2003-07-06 at 16:08, Neal Sanche wrote: > > Well, that's definitely true. But, since it's a local interface, > > I will generally not be. It is also a different interpretation of > > the spec than the JBoss 3.2 server's enforce. Is this someth

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

2003-07-06 Thread Adrian Brock
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: > > > > OracleDS > jdbc:oracle:thin:@193.16.18.126:1521:clipper > oracle.jdbc.driver.OracleDriver > test >

Re: [JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 16:08, Neal Sanche wrote: > Well, that's definitely true. But, since it's a local interface, I > will generally not be. It is also a different interpretation of the > spec than the JBoss 3.2 server's enforce. Is this something Sun came > up with in the newer EJB spec? It's

Re: [JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 16:08, Neal Sanche wrote: > Is there a more technical explanation of why Local interfaces can't > throw RemoteException other than it'd be confusing for the container? I think you'll find that if you turn off the strict verifier, JBoss will wrap RemoteExceptions in EJBExcept

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

2003-07-06 Thread Magesh Prabhu
On 7/6/03 3:56 PM, Adrian Brock <[EMAIL PROTECTED]> wrote: >On Sun, 2003-07-06 at 15:27, Magesh Prabhu wrote: > >> 1) WARN [TxConnectionManager$LocalXAResource] Prepare called >on a local tx. Use of localtransactions on a jta transaction with >more than one branch may result in inconsistent da

Re: [JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Neal Sanche
Well, that's definitely true. But, since it's a local interface, I will generally not be. It is also a different interpretation of the spec than the JBoss 3.2 server's enforce. Is this something Sun came up with in the newer EJB spec? It's not a problem for me to go through and change the few m

[JBoss-user] (광고)맛있는 바닷가재/대게/킹크랩~댁에서 편하게 드세요@

2003-07-06 Thread 캐나다수산닷컴
Title: 1 귀하의 이메일주소는 인터넷서핑중(http://www.fsf.org)알게되었으며, 메일주소이외의 어떠한 정보도 가지고 있지 않습니다. 메일수신을 원하지 않을경우 [수신거부]를 눌러주십시요.. 감사 합니다. If yo

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

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 15:27, Magesh Prabhu wrote: > 1) WARN [TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of > localtransactions on a jta transaction with more than one branch may result in > inconsistent data in some cases of failure. > It is telling you your local

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

2003-07-06 Thread Magesh Prabhu
Hi Guys, I get two warnings and I can't figure out why these warnings are getting displayed. I checked my whole app and I'm clearly closing all the connections and the Transaction boundaries are all set properly. Can somebody advice me on what I need to do in order to avoid these. I have a bunc

Re: [JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Adrian Brock
Allowing a Local Interface to throw a java.lang.Exception would also allow it to throw a java.rmi.RemoteException It depends how you read the intension of the spec. The other way around is correct, on a remote interface you can declare a java.lang.Exception which covers the java.rmi.RemoteExceptio

[JBoss-user] JBoss 4.0DR2 EJB Validation Errors

2003-07-06 Thread Neal Sanche
Good day, I tried JBoss 4.0.0DR2 the other day, and subjected it to the torture of my latest application. I was interested in the new web service stuff, but wasn't able to get my .EAR file to load without validation errors. In particular, the validator was complaining that methods in local int

Re: [JBoss-user] Hello ! The problem of JBoss 3.2.1 + Tomcat4.1.24-LE

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 12:40, jonathan wong wrote: > The web.xml > > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web > Application 2.2//EN" > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> > > > Welcome to EJB > > HelloWorld > Session > com.sample.HelloWorldHome > com.saml

Re: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-06 Thread Alexey Loubyansky
Hello John, as to foreign key updates, I don't see it occuring. There is a testcase in the testsuit and it passes (JBoss-3.2.2RC2). * What JBoss version are you using? * If it is not fresh, could you try to check out a fresh one and test again? Thanks, alex Friday, July 04, 2003, 10:59:59 PM

Re: [JBoss-user] Hello ! The problem of JBoss 3.2.1 + Tomcat 4.1.24-LE

2003-07-06 Thread jonathan wong
Dear Brock , Hello ! I just correct the web.xml , but the problem still exists . The structure of my helloworld.war is as follow : index.jsp WEB-INF\web.xml WEB-INF\jboss-web.xml WEB-INF\classes\jndi.properties WEB-INF\classes\com\sample\HelloWorld.class WEB-INF\classes\com\sample\HelloWorldB

Re: [JBoss-user] WSDL Part names within messages.

2003-07-06 Thread Neal Sanche
Hi Mark, I've created a fresh xdoclet-module-jboss-net.jar from jboss-head this morning, I applied your patch, and a patch to allow Microsoft .NET clients to connect to web services in JBoss and put it up on my website at http://www.nsdev.org/jboss/stories/jboss-net.html I'm going to try and m

Re: Re[4]: [JBoss-user] Compile current cvs

2003-07-06 Thread Adrian Brock
You can download a source snapshot here: http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/sourcecode Regards, Adrian On Sun, 2003-07-06 at 10:49, Alexey Loubyansky wrote: > I don't know about that. > > alex > > Saturday, July 05, 2003, 8:03:14 PM, snpe snpe wrote: > > s

Re: [JBoss-user] Hello ! The problem of JBoss 3.2.1 + Tomcat4.1.24-LE

2003-07-06 Thread Adrian Brock
On Sun, 2003-07-06 at 10:02, jonathan wong wrote: > I place ejb-jar.xml , jboss-web.xml and web.xml under > WEB-INF . The content is as follow : > ejb-jar.xml belongs in the META-INF of ejb deployment's jar. > And the web.xml : > > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web > Ap

Re[4]: [JBoss-user] Compile current cvs

2003-07-06 Thread Alexey Loubyansky
I don't know about that. alex Saturday, July 05, 2003, 8:03:14 PM, snpe snpe wrote: s> Hello Alex, s> I find trove.jar, but I have another errors. s> Is there mirror cvs for jboss.I can't checkout sourceforge, again s> Thanks s> Haris Peco s> On Saturday 05 July 2003 01:02 pm, Alexey Louby

Re: [JBoss-user] Hello ! The problem of JBoss 3.2.1 + Tomcat 4.1.24-LE

2003-07-06 Thread jonathan wong
Dear Brock , Hello ! Thank your for your help . Ican deploy the "ROOT" . I try to deploy another war ( called "helloworld.war" ) . I place ejb-jar.xml , jboss-web.xml and web.xml under WEB-INF . The content is as follow : ejb-jar.xml : http://java.sun.com/dtd/ejb-jar_2_0.dtd";> JBo

[JBoss-user] 2003年發信創業行銷開店大全2003/7/6 下午04:45:51 "通路即競爭力"

2003-07-06 Thread 16:45:51網路即通路jboss-user
Dear,bidboy30 ¦p¦³¥´ÂZ¥ý¦b¦¹¦V±z­P¤W¸U¤Àºp·N 2003¦~µo«H³Ð·~¦æ¾P¶}©±¤j¥þ [EMAIL PROTECTED] ±Ð±z¦p¦ó¦b³Ìµuªº®É¶¡¤º¦bºô¸ô¤W¾P°â²£«~¡C[EMAIL PROTECTED] ¶W¯Å700¸U³Ì·sÂA¦³®Ä¦W³æ¡]«á