Re: unsubscribe openejb-dev

2010-01-26 Thread David Blevins
fyi, mailto:users-unsubscr...@openejb.apache.org On Jan 26, 2010, at 6:50 PM, juan jara wrote: unsubscribe openejb-dev

unsubscribe openejb-dev

2010-01-26 Thread juan jara
unsubscribe openejb-dev

RE: Include Classpath not sharing Deployed EJBs?

2010-01-26 Thread Stephen Davidson
Just realized, you might need the getInitialContext() method for the previous routine. Regards, Steve protected InitialContext getInitialContext() throws NamingException { Properties properties = new Properties(); properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.ap

RE: Include Classpath not sharing Deployed EJBs?

2010-01-26 Thread Stephen Davidson
Sure. The odd thing is, this works when there IS a ejb-jar.xml file. Only when there is no ejb-jar.xml does this fail. I think I still have Jason's(?) test case around. If needed, I can probably modify that to produce this if you would like. Regards, Steve protected T getImpl(Class theIn

RE: Extra properties getting dropped???

2010-01-26 Thread Stephen Davidson
Greetings. Thanks! I am still learning this Maven thingy. Regards, Steve org.apache.maven.plugins maven-surefire-plugin true

Re: Outbound resource injection in an ejb

2010-01-26 Thread Jason Russo
I believe it is open source. See this page: https://genericjmsra.dev.java.net/docs/userguide/userguide.html If you want it, just let me know to who and where to send it. I can contribute the jar alone, or, in addition, separately provide the service-jar.xml and a sample openejb configuration th

unsubscribe openejb-dev

2010-01-26 Thread suhao yuan
unsubscribe openejb-dev ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

Re: Binding custom WebServiceContext problems.

2010-01-26 Thread andreessen
Hi David, Thanks for your reply. I realized that I was wrong after I had posted my qustion - of course it is impossible. The idea of my qustion is to substitute MessageContext (or WebServiceContext) "on the fly" - using test objects instead real.. -- View this message in context: http://n4.nabb

Re: Maven + Jetty: Unknown JNDI name prefix

2010-01-26 Thread Stephen Connolly
Well the sandbox is not like the maven sandbox (i.e. open for all apache committers) so I cannot commit to it :-( I'll just work on the patches locally until I have something worth attaching to a JIRA -Stephen 2010/1/26 Jonathan Gallimore > There sure is: https://svn.apache.org/repos/asf/opene

Re: Maven + Jetty: Unknown JNDI name prefix

2010-01-26 Thread Jonathan Gallimore
There sure is: https://svn.apache.org/repos/asf/openejb/trunk/sandbox/ I don't know if you have commit privileges to there, but if you haven't, log a JIRA, and attach a patch and I'll get it committed for you. Cheers, Jon On Tue, Jan 26, 2010 at 8:16 AM, Stephen Connolly < stephen.alan.conno...

Re: Maven + Jetty: Unknown JNDI name prefix

2010-01-26 Thread Stephen Connolly
Is there an openejb sandbox I can commit helper classes to? I think I can remove atomikos as a dependency for tm support with openejb+jetty (I'd like to separate the concerns) -Stephen (stephenc at apache) 2010/1/26 David Blevins > > On Jan 21, 2010, at 2:03 PM, Stephen Connolly wrote: > > I