Re: OpenEJB vs JBoss

2012-03-15 Thread Mohammad Nour El-Din
Hi On Thu, Mar 15, 2012 at 10:18 PM, Anthony Fryer wrote: > i come from a weblogic background having used it for years. Now days i much > much prefer openejb/tomee. Other ejb containers are memory pigs by > comparison, have slow boot times and are impossible to embed and use for > unit testing.

Re: OpenEJB Embeeded Progress Monitor

2011-11-09 Thread Mohammad Nour El-Din
On Wed, Nov 9, 2011 at 9:42 PM, Romain Manni-Bucau wrote: > yep a custom log4j appender is probably enough to follow logs. > > but with version 1 we should add event/logs to be complete. > Sorry didn't get that part :) ? > > - Romain > > > 2011/11/9 Mohammad Nou

Re: OpenEJB Embeeded Progress Monitor

2011-11-09 Thread Mohammad Nour El-Din
I believe having a log handler would one solution and also it would be configurable, this log handler can send these events to whatever destination which developers can use as a more easier a nicer way than parsing log messages. Thoughts ? On Wed, Nov 9, 2011 at 8:48 PM, Romain Manni-Bucau wrote:

Re: building OpenEJB fails

2010-09-22 Thread Mohammad Nour El-Din
No problem Joe, I just knew that cause I faced the same problem before :). On Tue, Sep 21, 2010 at 6:23 PM, joe wrote: > >> Yeah thats right, sorry forgot to tell you about that, most probably >> you are building on Windows, right ? > > Yes Windows, but i swear no .NET stuff. ;) > http://www.yout

Re: building OpenEJB fails

2010-09-21 Thread Mohammad Nour El-Din
Yeah thats right, sorry forgot to tell you about that, most probably you are building on Windows, right ? On Tue, Sep 21, 2010 at 1:08 PM, joe wrote: > >> 1) -Dmaven.test.failure.ignore >>     This one will allow you to see the failures but it will not fails >> the build process. > > Ah ok, thx.

Re: building OpenEJB fails

2010-09-20 Thread Mohammad Nour El-Din
Hi Joe... If you are not interested to have all tests completed successfully, you can run Maven with these options: 1) -Dmaven.test.failure.ignore This one will allow you to see the failures but it will not fails the build process. 2) -Dmaven.test.skip This will by-pass running tests

Re: suggestion for defining local ref name for session beans

2009-09-13 Thread Mohammad Nour El-Din
Hi Mohammad Nourouzi... Seems that we almost have the same name ;). Well I think you are missing things up here. The @EJB you are defining here are for dependency injection (DI) so the container knows that you are requiring this EJB to be injected into your class which defined/declared this DI p

Re: Logging flexability and pluggability in OpenEJB + HOWL

2009-06-18 Thread Mohammad Nour El-Din
You are so welcome :) On Wed, Jun 17, 2009 at 9:52 PM, recursion wrote: > > Thank you for the fast and accurate answer! I appreciate it :) > -- > View this message in context: > http://www.nabble.com/Logging-flexability-and-pluggability-in-OpenEJB-%2B-HOWL-tp24073395p24079805.html > Sent from the

Re: Logging flexability and pluggability in OpenEJB + HOWL

2009-06-17 Thread Mohammad Nour El-Din
HOWL is used by geronimo-transaction manager which implements JTA and HOWL is used to transaction logging not normal logging like Java Logging APIs and Log4J. On Wed, Jun 17, 2009 at 4:13 PM, recursion wrote: > > Hi, dear OpenEJB friends, > > Another topic that has occupied my attention lately is

Re: Security in embedded mode

2009-06-17 Thread Mohammad Nour El-Din
You can do this by running the class which the openejb.sh/bat file bootstrap by Java. You run this class giving the main method the parameters it need. This way you will have a standalone openejb server running inside Eclipse but not from the plugin. Then you run you client separately in debug mod

Re: EjbModule fail to validate

2009-06-05 Thread Mohammad Nour El-Din
Hi Nick... For looking-up EJB(s) from an embedded OpenEJB containers you should use org.apache.openejb.client.LocalInitialContextFactory. Take a look at this example http://openejb.apache.org/3.0/simple-stateless-example.html . For the list of examples we have on our site take a look at this lin

Re: Help needed...

2009-04-29 Thread Mohammad Nour El-Din
Hi Samuel... We are so glad to send this question to us, but this list is for OpenEJB users and general EJB questions. I think it is better to read the WebLogic reference documents. On Wed, Apr 29, 2009 at 3:25 PM, Samuel Ravikumar Thangamuthu, Chennai wrote: > > Hi, > > > >  I am using Eclips

Re: Why does openejb parse sun-ejb-jar.xml files?

2009-03-07 Thread Mohammad Nour El-Din
Hi Fredrik... Actually we added this feature to help people not to make any required changes if they were developing their EJB modules on another Application Servers or Containers when they want to redeploy the same module on OpenEJB. But seems that you pointed us to a good idea which is to mak

Re: Please unsubscribe me

2009-02-16 Thread Mohammad Nour El-Din
Send a mail to this e-mail address "users-unsubscr...@openejb.apache.org" On Sun, Feb 15, 2009 at 5:55 PM, Francisco J. Bido wrote: > Hi, > > It's been years since last developed with EJBs. It was great but it's time > say goodbye. > Could you forward this message to someone who can unsubscribe

Re: Helloworld Problem

2008-12-28 Thread Mohammad Nour El-Din
Thanks Jacek On Sun, Dec 28, 2008 at 3:50 AM, Jacek Laskowski wrote: > On Sat, Dec 27, 2008 at 8:04 PM, Mohammad Nour El-Din > wrote: > >> I still can't find the attached log :S . > > Dunno what's happened. Uploaded them to > http://people.apache.org/

Re: Helloworld Problem

2008-12-27 Thread Mohammad Nour El-Din
Hi Jacek... I still can't find the attached log :S . On Sat, Dec 27, 2008 at 8:22 PM, Jacek Laskowski wrote: > On Sat, Dec 27, 2008 at 5:46 PM, Mohammad Nour El-Din > wrote: > >> Where are your logs, I can't find them attached to this mail. > > They were, b

Re: Helloworld Problem

2008-12-27 Thread Mohammad Nour El-Din
Hi Kim... Where are your logs, I can't find them attached to this mail. On Sat, Dec 27, 2008 at 4:59 PM, kim law wrote: > Hello :) > i have a problem with my hello world > my os is MAC OS X > i send you my logs too > thank you > > > > -- Thanks - Mohammad Nour - LinkedIn: http://www.

Re: Maven and OpenEJB unit testing

2008-12-08 Thread Mohammad Nour El-Din
Thanks Sanga, I didn't notice the mail you sent later. On Tue, Dec 9, 2008 at 12:11 AM, Mohammad Nour El-Din <[EMAIL PROTECTED]> wrote: > Hi Sanga... > > Can you please send this maessage in a separate thread/new mail on > the same list, becuase the original proble

Re: Maven and OpenEJB unit testing

2008-12-08 Thread Mohammad Nour El-Din
Hi Sanga... Can you please send this maessage in a separate thread/new mail on the same list, becuase the original problem of this thread is not related to your problem. On Mon, Dec 8, 2008 at 9:16 PM, sanga lawalata <[EMAIL PROTECTED]> wrote: > I have this error code while try to persist this

Re: Maven and OpenEJB unit testing

2008-12-08 Thread Mohammad Nour El-Din
Hi Marcin... Did you define this jar file as a dependency in any other module in its POM.XML file ? On Mon, Dec 8, 2008 at 10:02 AM, Marcin Kwapisz <[EMAIL PROTECTED]> wrote: > Hi. > > My ejb module (PersonAccountModule) depends on ejb facade components in > different project (EJBFacades). So

Re: @LocalBinding with openejb

2008-09-08 Thread Mohammad Nour El-Din
I think Andreas means that you can override the binding to make it local rather than remote or vise-versa . On Mon, Sep 8, 2008 at 10:49 AM, Jean-Louis MONTEIRO <[EMAIL PROTECTED]> wrote: > > Hi, > > Changing the JNDI name is also possible with OpenEJB. > You can override default naming for each m

Re: FW: Please help

2008-06-19 Thread Mohammad Nour El-Din
Hi Lavanya... Would you please send the way you setup and define the DataSource . On Thu, Jun 19, 2008 at 9:44 PM, Lavanya Danda <[EMAIL PROTECTED]> wrote: > > -Original Message- > From: Lavanya Danda > Sent: Thursday, June 19, 2008 1:40 PM > To: '[EMAIL PROTECTED]' > Subject: Please h

Re: Antwort: Re: Antwort: Re: Re: maven build of openEJB3 [Virus checked]

2008-06-11 Thread Mohammad Nour El-Din
ing javac which isn't very efficient memory wise. When > I get a chance, I'll update the plugin to optionally support the eclipse > compiler. > > -dain > > On Jun 11, 2008, at 5:36 AM, Mohammad Nour El-Din wrote: > >> I don't unserstand why we should incre

Re: Re: Antwort: Re: Antwort: Re: Re: maven build of openEJB3 [Virus checked]

2008-06-11 Thread Mohammad Nour El-Din
I don't unserstand why we should increase the Java Heap size ? On Wed, Jun 11, 2008 at 10:39 AM, <[EMAIL PROTECTED]> wrote: > Hi -dain > > the last build error I mailed in, > was what it said it was, increasing the JAVA heap did the trick. > I successfully compiled openejb3 ... > > mit freundlich

Re: Re: maven build of openEJB3 [Virus checked]

2008-06-09 Thread Mohammad Nour El-Din
Does it work now, if not please start from a clean Maven local repo and if it still not working try not to use a repo path with spaces, and please tell us what you got :). On Mon, Jun 9, 2008 at 10:17 AM, <[EMAIL PROTECTED]> wrote: > Hi Mohammad Nour, > > I downloaded openEJB3.0 from the subversi

Re: maven build of openEJB3 [Virus checked]

2008-06-08 Thread Mohammad Nour El-Din
Hi Dain... Manu added the plugin repo but the build still failed on his *Windows* machine, he said he will try it using an older version of Maven - like 2.0.6 - but never knew what happened with him. Wolfgang, do you run build in the same/similar environment ? On Fri, Jun 6, 2008 at 1:45 AM, Dai

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-05 Thread Mohammad Nour El-Din
I hope I can do all of this, I will start to look at these at the end of March :) . On Tue, Mar 4, 2008 at 10:25 PM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 4, 2008, at 1:47 AM, Mohammad Nour El-Din wrote: > > > 1- I will not present in JDC as there is no a

Re: EJB 3.1 Early Draft

2008-03-05 Thread Mohammad Nour El-Din
On Tue, Mar 4, 2008 at 9:50 PM, David Blevins <[EMAIL PROTECTED]> wrote: > > On Mar 4, 2008, at 1:32 AM, Mohammad Nour El-Din wrote: > > > David I have 2 questions > > > > 1- Apache replied with NO on that JSR, Will this affect our > > implementation of

Re: Interested in writing OpenEJB articles or speaking about OpenEJB?

2008-03-04 Thread Mohammad Nour El-Din
Hi David... I have a couple of ideas about that: 1- I will not present in JDC as there is no available place for my presentation as we wanted other visitors from abroad to present all their stuff as people here will not get other chances to attend those presentations life. 2- At last I will ad

Re: EJB 3.1 Early Draft

2008-03-04 Thread Mohammad Nour El-Din
David I have 2 questions 1- Apache replied with NO on that JSR, Will this affect our implementation of EJB3.1 in OpenEJB ? 2- Do you need more people in JSR318 (EJB 3.1) Expert Group, as I am applying for the JSPA these days ??? On Tue, Mar 4, 2008 at 11:10 AM, David Blevins <[EMAIL PROTECTED]>

Re: OpenEJB - Datasource lookup problem

2008-01-08 Thread Mohammad Nour El-Din
Please ManojS can oyu send us the code to look at ? On Jan 8, 2008 7:15 AM, ManojS <[EMAIL PROTECTED]> wrote: > > > hmmm... I could able to configure openejb 3.0 locally. But for my > enterprise > application I must not use it for the timebeing since I am using java 1.4 > and tomcat 4.1.24 versio

Re: OpenEJB - Datasource lookup problem

2008-01-06 Thread Mohammad Nour El-Din
You can find OpenEJB 3.0 here http://openejb.apache.org/openejb-30-beta-1.html On Jan 6, 2008 5:37 PM, Mohammad Nour El-Din <[EMAIL PROTECTED]> wrote: > Hi ManojS... > > First thanks for using OpenEJB and thanks again for sharing your > problems with us to tyr make Op

Re: OpenEJB - Datasource lookup problem

2008-01-06 Thread Mohammad Nour El-Din
Hi ManojS... First thanks for using OpenEJB and thanks again for sharing your problems with us to tyr make OpenEJB better :). I recommend to use OpenEJB 3.0 as it is the most updated version and all of the current development is made on it. I still can't understand from where you call this metho

Re: OpenEJB Tomcat Configuration

2007-11-19 Thread Mohammad Nour El-Din
ure also. > thanks > > --Hani > > > Mohammad Nour El-Din wrote: > > > > Dear Hani... > > > > First thanks for using and trying OpenEJB :) , I advise you to read > the > > instructions explained in here > > http://cwiki.apache.org/conflue

Re: OpenEJB Tomcat Configuration

2007-11-17 Thread Mohammad Nour El-Din
Dear Hani... First thanks for using and trying OpenEJB :) , I advise you to read the instructions explained in here http://cwiki.apache.org/confluence/display/OPENEJB/Tomcat and to use OpenEJB3.0 than OpenEJB1.0 as the current main development and new features are in OpenEJB3.0 which still also

Re: Qeury a boolean column?(using postgresql)

2007-11-17 Thread Mohammad Nour El-Din
Hi Dycharles I skimmed the tutorial and seems that it uses NetBeans IDE and Sun Java System Application Server which is not OpenEJB and it is not using EJB neither, nit it uses JSE and the JPA APIs and annotations, is that the configuration u use or u try to apply the concepts explained in the t

Re: Where do I get javax.persistence package?

2007-10-27 Thread Mohammad Nour El-Din
;>>>> get it > >>>>> through the compiler with the Resource annotation. The > >>>>> PersistenceContext > >>>>> annotation does not cause any errors. > >>>>> > >>>>> My classpath is > >>

Re: Where do I get javax.persistence package?

2007-10-18 Thread Mohammad Nour El-Din
Try including the persistence-api-.jar found in the ${openejb.home}/lib directory . On 10/18/07, satsuma <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have just started EJB programming and I ran into a problem, when trying > to > implement a simple stateless session bean that accesses database. I

Re: Exception: NullPointerException

2007-10-11 Thread Mohammad Nour El-Din
On 10/11/07, Martin Vysny <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-10-10 at 22:28 +0200, Mohammad Nour El-Din wrote: > > Hi Martin... > > > > Thanks for your comments and your patch I will review when I have time > and > > apply it if applicable. Jus

Re: Exception: NullPointerException

2007-10-10 Thread Mohammad Nour El-Din
Hi Martin... Thanks for your comments and your patch I will review when I have time and apply it if applicable. Just as a friendly note, these kinds of notes it is better to be sent on the development list so it can get better noticed :). I hope you wont stop finding issues and fixing them for Ope

Re: What new in OpenEjb 3.0?

2007-09-06 Thread Mohammad Nour El-Din
hour or so. > > Note, we don't support JAX-WS Web Services just yet. > > -David > > On Sep 5, 2007, at 9:57 AM, Mohammad Nour El-Din wrote: > > > Hi Ashish... > > > > Well this is a questions which needs a not short answer, but in > > Gener

Re: What new in OpenEjb 3.0?

2007-09-06 Thread Mohammad Nour El-Din
I can not aswer about the part related to EJB 3.0 new persistence model and JPA, but regarding other features listed in former mails, the productivity of developers will increase, and the developer will concentrate more on the pure business loginc, as you don't have to provide Remote\LocalHome and

Re: What new in OpenEjb 3.0?

2007-09-05 Thread Mohammad Nour El-Din
Hi Ashish... Well this is a questions which needs a not short answer, but in General : 1- Dependency Injection using annotations and\or Deployment Descriptors . 2- New persistence model . 3- Simplified programming model using annotations and\or Deployment Descriptors . 4- Support of JAX

Re: Running openejb.bat

2007-08-26 Thread Mohammad Nour El-Din
I will give the src which is the best way to get the latest bits of OEJB 3.0, but u need to have Maven 2.0 to build the src, here you are http://svn.apache.org/repos/asf/openejb/trunk/openejb3 , to know how to build the src please visit our wiki http://cwiki.apache.org/confluence/display/OPENEJB/In

Re: Running openejb.bat

2007-08-26 Thread Mohammad Nour El-Din
Hi denishulik... Thank you for using OpenEJB and sending your questions :), please let me know the version you are using ? Did you try OpenEJB 3.0 this is our latest version which supports both EJB 2.1 and EJB 3.0 with its new fantastic features, if you are not I encourage you to do so, and if y

Re: SOME QUESTION

2007-06-11 Thread Mohammad Nour El-Din
Hi Quang... I think it is better to send this question to the user list of JRun :). Here we try to help people using OpenEJB. If you have problems building the examples we can help you in that. Did you try to run the examples with OpenEJB, I think you will find OpenEJB3.0 very interesting to use