[jboss-user] [Installation, Configuration & DEPLOYMENT] - Execution of code after deployment

2007-09-12 Thread buggsbunny101
Hi all. Is there a way to execute particular code (for exemple to populate a DB, or executing test) after a deployment? Thanks you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083494#4083494 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB/JBoss] - Re: sessionContext and getInvokedBusinessInterface

2007-08-02 Thread buggsbunny101
No one in the JBOSS team can answer me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070129#4070129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070129 ___ jboss-user mai

[jboss-user] [EJB/JBoss] - Re: What append when a Session bean timed out?

2007-07-11 Thread buggsbunny101
No one? really. I'm sure that someone know that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063010#4063010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063010 ___ jbos

[jboss-user] [EJB/JBoss] - sessionContext and getInvokedBusinessInterface

2007-07-11 Thread buggsbunny101
Hi all, What a surprise! I try to call sessionCOntext.getInvokedBusinessInterface() without succes. This call throw java.lang.RuntimeException: NOT IMPLEMENTED Is that the normal behaviour? I'm surprise since this is a STANDARD method. In fact my problem is simple: I try to know if the caller i

[jboss-user] [EJB/JBoss] - Re: What append when a Session bean timed out?

2007-06-29 Thread buggsbunny101
No one know something bout that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059065#4059065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059065 ___ jboss-user mailing lis

[jboss-user] [EJB/JBoss] - What append when a Session bean timed out?

2007-06-27 Thread buggsbunny101
Hello all, I want to know what append when a Stateful session bean meet it's timeout. What do the container? Does it call the close method? Simply destroy the bean? What else? I found many informations about setting timeout but nothing about this. Thank's View the original post : http://www.

[jboss-user] [JCA/JBoss] - Re: Discution about

2007-06-26 Thread buggsbunny101
All about this is http://www.jboss.com/index.html?module=bb&op=viewtopic&t=23. Sorry for this useless post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057700#4057700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JCA/JBoss] - Discution about "Closing a connection for you" and Statefull

2007-06-26 Thread buggsbunny101
Hello all, I want to discuss about the "Closing a connection for you" and Stateful bean. The ability to control if connection is not close is really useful, and should be keep since human write code (and can do mistake). But when using a container managed transaction in a stateful session bean,

[jboss-user] [Installation, Configuration & Deployment] - DataSource integration in EAR

2007-04-26 Thread buggsbunny101
Hello, I have a DS currently configured correctly for an application, outside the ear file. Since this datasource is ONLY for one application, I want to integrate this DS in the ear or the ejb.jar file. Is there a way to do that? How to create the DataSet during deployment? I try to put the ds.

[jboss-user] [Installation, Configuration & Deployment] - GREETINGS

2007-01-26 Thread buggsbunny101
A last post to close the thread. I have downloaded the JBossAS-4.2.0.CR1 using TortoiseSVN. It's so easy!! I know CVS but it's the first time i try SVN. But the most important for me: I have build this version at the first try! Without dependencies problem, without path probleme, without ... So

[jboss-user] [Installation, Configuration & Deployment] - Re: Downloading JBossAS-4.2.0.CR1

2007-01-26 Thread buggsbunny101
OK thank you. I currently just need a version with a correction regarding my problem for the momment. Is it better to use the 5.0.0Beta1 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006693#4006693 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Re: EJB entity with static final field

2006-11-29 Thread buggsbunny101
Yes this is exactly how I want too use it. Thanks. Now, another question: Because I will need this "constant" outsite the EJB and because the bean definition is not availlable outside, How can I define this constant? I use XDoclet to generate my classes and interfaces. Is there a way to tell it

[jboss-user] [Beginners Corner] - EJB entity with static final field

2006-11-28 Thread buggsbunny101
Hi, I'm new in EJB, and i'm looking for a way to define constant for entity. I have a Client class. This client can be of various type, and i want to define constant for this definition. Apparently, the use of static filed in EJB is not a good practice. SO my question is : "How to define this co