bean validation - how to do

2011-04-01 Thread Romain Manni-Bucau
Hi all, to implement bean validation, is it a good idea to do like it (i tried to write something simple but understandable, say me if i failed ;)): dev@openejb.apache.org1) create a builder ValidatorBuilder class i) method createValidatorFactory(ModuleType type {WEBAPP, OTHER}, URL

Re: bean validation - how to do

2011-04-01 Thread Romain Manni-Bucau
the validation.xml, put it in Info objects then copy it in modules to finally bind validatorfactory/validator in module contexts? i find it a bit complicated for a simple need, no? Romain 2011/4/1 David Blevins david.blev...@gmail.com On Apr 1, 2011, at 1:13 PM, Romain Manni-Bucau wrote: Hi all

Re: bean validation - how to do

2011-04-02 Thread Romain Manni-Bucau
...@gmail.com a écrit : On Apr 1, 2011, at 1:53 PM, Romain Manni-Bucau wrote: it was my first question about the openejb jndi tree, i don't know where this context is accessible. The tree ends up looking like this BeanContext-ModuleContext-AppContext. The Assembler builds them all so any code part

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
david.blev...@gmail.com a écrit : On Apr 1, 2011, at 1:53 PM, Romain Manni-Bucau wrote: it was my first question about the openejb jndi tree, i don't know where this context is accessible. The tree ends up looking like this BeanContext-ModuleContext-AppContext. The Assembler builds them all so

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
but it starts to be a bit heavy, no? Romain 2011/4/3 Romain Manni-Bucau rmannibu...@gmail.com In fact we have to create one emf by module (we could add some optimization later) so the binding will change IMHO. In a try i set persistence and validation in modules, it can work but it will change

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
Is there a solution to get informations about current context (module id for example) at runtime (on a lookup)? Romain Le 3 avr. 2011 10:59, Romain Manni-Bucau rmannibu...@gmail.com a écrit : can creating as many emf as persistence-unit * validation-factory number be a solution? for m

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
i attached a patch to complete, i don't know how to do the TODO part (to get module id from a unknow call). i take all comments about this start... Romain 2011/4/3 Romain Manni-Bucau rmannibu...@gmail.com Is there a solution to get informations about current context (module id for example

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
attachments. -David On Apr 3, 2011, at 8:42 AM, Romain Manni-Bucau wrote: i attached a patch to complete, i don't know how to do the TODO part (to get module id from a unknow call). i take all comments about this start... Romain 2011/4/3 Romain Manni-Bucau rmannibu...@gmail.com

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
finally https://issues.apache.org/jira/browse/OPENEJB-1352 is a better place ;) 2011/4/3 Romain Manni-Bucau rmannibu...@gmail.com oh sorry, here is the temp file (waiting to have something working at least a bit ;)): http://www.2shared.com/file/-BN3pMRJ/bean-validation-to-complete.html

Re: bean validation - how to do

2011-04-03 Thread Romain Manni-Bucau
On Apr 3, 2011, at 12:24 PM, Romain Manni-Bucau wrote: oh sorry, here is the temp file (waiting to have something working at least a bit ;)): :) http://www.2shared.com/file/-BN3pMRJ/bean-validation-to-complete.html Note that those proxies are not really necessary. The JNDI context

3.2.x assemblies

2011-04-07 Thread Romain Manni-Bucau
Hi, ejb-example in 3.2.x branch is in version 1.0-SNAPSHOT but tomee look for ejb-example 1.1-SNAPSHOT. do i have this error? - Romain

3.2.x and jpa 2

2011-04-08 Thread Romain Manni-Bucau
Hi all, I wanted to test the 3.2.x with a simple jpa 2 application but i had some issues. I took tomee tomcat 7 and the web.xml doesnt manage servlet v3 spec :(. In my application i used a singleton to init a database. I had a persistence exception because it was not able to start a transaction.

Re: 3.2.x and jpa 2

2011-04-08 Thread Romain Manni-Bucau
I'm totally agree but the persistence exception is still here with tomee 6. Le 8 avr. 2011 21:58, David Blevins david.blev...@gmail.com a écrit : On Apr 8, 2011, at 12:46 PM, Romain Manni-Bucau wrote: Hi all, I wanted to test the 3.2.x with a simple jpa 2 application but i had some issues

Re: 3.1.4 + JPA 2.0

2011-04-14 Thread Romain Manni-Bucau
works for me. just for my information, can you give some technical information about this jar: how did you do the packaging? you use jetty with openejb, does it really work? Thanks for your work Romain 2011/4/14 Thiago Veronezi thi...@veronezi.org Hi devs, This is the second try.. :O) I did

Re: 3.1.4 + JPA 2.0

2011-04-14 Thread Romain Manni-Bucau
of the others. The communication is done remotely... so the Openejb server is running in a stand-alone way. []s, Thiago. On Thu, Apr 14, 2011 at 7:23 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: works for me. just for my information, can you give some technical information about

Re: 3.1.4 + JPA 2.0

2011-04-14 Thread Romain Manni-Bucau
with hibernate version: * * * ** *** * *** * * * * * ** *** * ** * * * * * * ** *** * ** * * * account: real name: email: user type: administrator normal * * * ** *** * ** * * * * * * ** *** * * * * * * https://localhost:8443/welcome# HTTP ERROR 500 Problem accessing

Re: 3.1.4 + JPA 2.0

2011-04-14 Thread Romain Manni-Bucau
(useless while this error is here). - Romain 2011/4/14 Romain Manni-Bucau rmannibu...@gmail.com Sure, i ll do it in a couple of hours. - Romain Le 14 avr. 2011 18:18, Thiago Veronezi thi...@veronezi.org a écrit : Hi Romain, Probably you have tried to insert a duplicated user, right

Re: 3.1.4 + JPA 2.0

2011-04-14 Thread Romain Manni-Bucau
/singleton-jpa2.zip tkx, Thiago. On Thu, Apr 14, 2011 at 3:15 PM, Thiago Veronezi thi...@veronezi.org wrote: Hi Romain, try to change the Initializer code a little bit... /** * @author Romain Manni-Bucau */ @Singleton @Startup @DependsOn(value = { BeanMgr }) public class

Re: 3.2/jpa and trunk: @Resource (timeservice) not injected

2011-04-17 Thread Romain Manni-Bucau
Hi Thiago, i have it: 2011-04-17 19:56:06,293 - WARN - Injection: No such property 'test.ejb.UserImpl/timerService' in class test.ejb.UserImpl java.lang.NullPointerException test.ejb.UserImpl.getUsers(UserImpl.java:39) - Romain 2011/4/17 Thiago Veronezi thi...@veronezi.org Hi devs,

Re: 3.2/jpa and trunk: @Resource (timeservice) not injected

2011-04-17 Thread Romain Manni-Bucau
/TimerService)).createTimer(cal.getTime(), Hi); } catch (Exception e) { e.printStackTrace(); // throw a cast exception because of the wrapper but it works } return users; } 2011/4/17 Romain Manni-Bucau rmannibu...@gmail.com Hi Thiago, i have it: 2011-04-17 19

Re: 3.2/jpa and trunk: @Resource (timeservice) not injected

2011-04-17 Thread Romain Manni-Bucau
on the standalone version (from a junit class for example) the property is set. []s, Thiago. On Sun, Apr 17, 2011 at 1:09 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: the lookup works a bit better: public ListUser getUsers() { final Calendar cal = Calendar.getInstance

bean validation appendix c

2011-04-20 Thread Romain Manni-Bucau
Hi (again ;)), about bean validation, i pushed another patch to start a support of the appendix C of this spec to allow to validate parameters and returned values (https://issues.apache.org/jira/browse/OPENEJB-1525). example: @LocalBean @Stateless

TomEE the tiger

2011-04-21 Thread Romain Manni-Bucau
Hi! During the get together there was some tigers near the office where we was working, David thought TomEE could have a tiger as logo (because tomcat is a cat and because of the joke on tony the tiger). I tried to do a kind of POC to see how it could look like (look the attached file ;)). -

Re: TomEE the tiger

2011-04-21 Thread Romain Manni-Bucau
the attached file didn't work, i put it here: http://openejb.979440.n4.nabble.com/file/n3466096/tomee-composite.png -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-the-tiger-tp3466083p3466096.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: Geronimo regressions brought by recent changes in OPENEJB-1352

2011-04-24 Thread Romain Manni-Bucau
Hi Shawn, this is probably not enough. The validator factory is needed in servlet context attributes. In this patch it is done by looking up an object in the internal openejb jndi tree (cf TomcatWebAppBuilder) Same thing in the JndiEncBuilder is done to bind to java:comp/ the validator and

Re: Geronimo regressions brought by recent changes in OPENEJB-1352

2011-04-25 Thread Romain Manni-Bucau
So it should be ok :). - Romain Le 25 avr. 2011 03:25, Shawn Jiang genspr...@gmail.com a écrit : On Mon, Apr 25, 2011 at 1:06 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi Shawn, this is probably not enough. The validator factory is needed in servlet context attributes

Re: OpenEJB 3.2.0 final release

2011-05-03 Thread Romain Manni-Bucau
Hi, good news! i think bval should (will?) be added, do you think both issues https://issues.apache.org/jira/browse/OPENEJB-1525 and https://issues.apache.org/jira/browse/OPENEJB-1528 could be added? i could do a 3.2.0 version of the last one if you think so. - Romain 2011/5/3 Thiago Veronezi

Re: OpenEJB 3.2.0 final release

2011-05-04 Thread Romain Manni-Bucau
. - Romain 2011/5/4 Thiago Veronezi thi...@veronezi.org: I didn't have a change to see it yet. I'll be more than happy to include it, but I still need to get the resource injection problem solved. Thanks a lot Romain! []s, Thiago. On Tue, May 3, 2011 at 3:40 PM, Romain Manni-Bucau rmannibu

Re: OpenEJB 3.2.0 final release

2011-05-05 Thread Romain Manni-Bucau
i looked a bit the timerservice injection and it seems the jndi name is changed in the jndiencbuilder (prefixed by java:comp/env) but not in the injector... @Thiago: did you merge the xml model representation of JPA 2 descriptors added by Jean-Louis? - Romain 2011/5/4 Romain Manni-Bucau

Re: OpenEJB 3.2.0 final release

2011-05-08 Thread Romain Manni-Bucau
... just to let you know. :O) []s, Thiago. On Thu, May 5, 2011 at 11:15 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: i looked a bit the timerservice injection and it seems the jndi name is changed in the jndiencbuilder (prefixed by java:comp/env) but not in the injector... @Thiago

Re: Best version to build with JPA 2 in mind?

2011-05-13 Thread Romain Manni-Bucau
. The junit tests have been broken since last commits, and tomee it throwing ValidatorFactory already exists for module ... on a clean install. Ideas? :O) []s, Thiago. On Fri, May 13, 2011 at 5:19 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: yes you set 3.2.0-SNAPSHOT as parent version

Re: 3.2.0-SNAPSHOT - validator issue (was: Best version to build with JPA 2 in mind?)

2011-05-13 Thread Romain Manni-Bucau
, It is from ejbJarInfo.uniqueId (/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java line 497). It is not the module-id (ejb-examples, for example). []s, Thiago. -- Forwarded message -- From: Romain Manni-Bucau rmannibu...@gmail.com Date: Fri

Re: 3.2.0-SNAPSHOT - validator issue (was: Best version to build with JPA 2 in mind?)

2011-05-16 Thread Romain Manni-Bucau
, 2011 at 9:02 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: using tomcat openejb webapp i have the following log @ start up: Using CATALINA_BASE: D:\Apache\apache-tomcat-6.0.32 Using CATALINA_HOME: D:\Apache\apache-tomcat-6.0.32 Using CATALINA_TMPDIR: D:\Apache\apache-tomcat

Re: Active contributors

2011-05-18 Thread Romain Manni-Bucau
I'll be glad to become a committer ;). @Jean-Louis: thanks again for your help 2011/5/18 David Blevins david.blev...@gmail.com We're probably way overdue for assessing our future committer situation. We have some great people doing excellent work and some of them are probably overdue or due

Re: Active contributors

2011-05-18 Thread Romain Manni-Bucau
Yep, i'm not on LinkedIn. - Romain 2011/5/18 dsh daniel.hais...@googlemail.com Some of these guys can be found framed in pictures over here on Facebook: - http://www.facebook.com/?ref=home#!/media/set/?set=a.10150181588782156.319378.326332702155 Yegor Bugayenko's professional profile can

Re: Questions on logger in openejb source code.

2011-05-18 Thread Romain Manni-Bucau
Hi Shawn, David will have a better answer but i think it is to have more linear and standardized logs @ boot and run time. - Romain 2011/5/18 Shawn Jiang genspr...@gmail.com Hi Devs, Actually, I have two questions on openejb logger. 1, What's the benefit to use a customized logger

Re: Questions on logger in openejb source code.

2011-05-19 Thread Romain Manni-Bucau
Hi, slf4j support internationalisation: http://www.slf4j.org/localization.html i'm agree with Shawn and David, IMHO INFO (and ) messages should be logged with the category and under the INFO level (DEBUG, ...) it should be with the class name because it is developers oriented. So maybe a

Re: compile error in eclipse

2011-05-21 Thread Romain Manni-Bucau
hi, the suppress warning was here for that, maybe eclipse needs a diiferent one. Nothing is adviced by eclipse? - Romain 2011/5/21 Karan Malhi karan.ma...@gmail.com Checked out the latest source. It compiles fine in maven command line, however when i import it into eclipse, I get an error in

Re: compile error in eclipse

2011-05-21 Thread Romain Manni-Bucau
in some way to make eclipse happy :( -- Thibaut On Sat, May 21, 2011 at 9:52 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: hi, the suppress warning was here for that, maybe eclipse needs a diiferent one. Nothing is adviced by eclipse? - Romain 2011/5/21 Karan Malhi karan.ma

Re: compile error in eclipse

2011-05-21 Thread Romain Manni-Bucau
version: @SuppressWarnings({unchecked,rawtypes}) Class clazz = classLoader.loadClass(providerClassName); target = Validation.byProvider(clazz).configure(); On Sat, May 21, 2011 at 11:58 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: I had this problem with idea but adding the suppress warning

Re: Idea: Maven Archetypes for OpenEJB

2011-05-23 Thread Romain Manni-Bucau
Do you really use ma en archetypes? Personaly examples are more useful. - Romain Le 23 mai 2011 10:26, Jonathan Gallimore jonathan.gallim...@gmail.com a écrit : They've been there for a pretty long time. It looks like they should work, and basically run the OpenEJB standalone server. I

Re: java.lang.LinkageError

2011-05-24 Thread Romain Manni-Bucau
Hi, i think it is a bug of the jdk something like now (since 1.6 u18 or u17) it is impossible to load an inner class before the containing class. Maybe doing a loadClass(StartupServiceEJB.class.getName()) before can help. - Romain 2011/5/24 David Blevins david.blev...@gmail.com Begin

Re: website ideas and stale content

2011-05-25 Thread Romain Manni-Bucau
them here. I understood the download area visibility part, not the slideshare part. How would slideshare help in the download area? On Wed, May 25, 2011 at 12:31 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi, Tweets and facebook on the home page? Maybe a dedicated page is better

Re: test

2011-05-26 Thread Romain Manni-Bucau
I find it so cool, you know you sent a mail and you have it in sent mail so you don't need to have it again in your inbox. - Romain 2011/5/26 David Blevins david.blev...@gmail.com Gmail does that. It drives me nuts. I used a different mail provider prior to this year and it always gave me

Re: OpenEJB 3.2.0 final release

2011-05-26 Thread Romain Manni-Bucau
+1 if the issue with the geronimo transaction manager which was throwing a remote exception instead of an ejb exception is solved. - Romain 2011/5/26 Mohammad Nour El-Din nour.moham...@gmail.com I took a look at JIRA issues for version 3.2, my best guess about issues related to that release,

Re: Ideas for Getting the word out

2011-05-29 Thread Romain Manni-Bucau
Hi, It will sound stupid but the first thing i thought when i saw the template website and logo was is this project dead because it is very flat. Maybe we could improve it and the 4.0.0 is the release to do it no? - Romain Le 29 mai 2011 08:51, Mark Struberg strub...@yahoo.de a écrit : Hi

Re: Ideas for Getting the word out

2011-05-29 Thread Romain Manni-Bucau
even if i'm using maven (or build tool compatible with maven repos), i don't like archetypes, i find them useless, to be able to browse examples online is really better = we fastly see what we need. Another solution is to provide a tool for each ide...and one for people not using ide...so i think

Re: Ideas for Getting the word out -- Examples documentation

2011-05-30 Thread Romain Manni-Bucau
are we talking about a openejb communication refactoring? from my side i know there are the website, an apache blog etc... couldn't it be merged into a kind of portal with a blog part, a tutorial part, a community a wiki part etc...? All these pages with a new layout and template? IMHO OpenEJB

Re: disable AnnotationDeployer for Tomcat Webapps

2011-05-30 Thread Romain Manni-Bucau
There is a such feature, you can set a parameter to true to your context to ignore this webapp. Its name is org.apache.openejb.tomcat.catalina.TomcatWebAppBuilder.IGNORE - Romain 2011/5/30 mclu m...@markuslutum.de I already wrote to User forum but now I have investigated the sources more

Re: Ideas for Getting the word out

2011-05-31 Thread Romain Manni-Bucau
+1 for the design i like fashion styles = either very flat either 3D. I'll try to have a look next week. - Romain 2011/5/31 David Blevins david.blev...@gmail.com On May 30, 2011, at 12:14 AM, Romain Manni-Bucau wrote: are we talking about a openejb communication refactoring? Wasn't

Re: Example page generator - OPENEJB-1566

2011-05-31 Thread Romain Manni-Bucau
maybe it will sound very stupid but reading your jira i think you only want maven and a good template; with reporting part you'll have all you want, no? - Romain 2011/5/31 David Blevins david.blev...@gmail.com https://issues.apache.org/jira/browse/OPENEJB-1566 Task is up for grabs. Basics

Re: svn commit: r1129468 - in /openejb/trunk/sandbox/ide-specific-examples: ./ README.txt

2011-05-31 Thread Romain Manni-Bucau
It is still a bit hard for me to understand what is the goal of it? a simple hook calling maven is enough i think, no? hook could look like (i didn't test it, it is just the idea): for ide in $(cat $IDE_LIST); do cd $FOLDER mvn $ide:$ide svn status | grep '^\?' | cut -d -f 8 | xargs -i

openejb website? where to go?

2011-05-31 Thread Romain Manni-Bucau
Hi! i re-read all mails about websites and we spoke a lot so what do we do? What i was thinking about was to use a real CMS with a wiki like language (so the cms looks pretty cool for it). However i didn't see where was the template used by the CMS (in the lucy example)? IMHO the website should

Re: openejb website? where to go?

2011-05-31 Thread Romain Manni-Bucau
:04 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi! i re-read all mails about websites and we spoke a lot so what do we do? What i was thinking about was to use a real CMS with a wiki like language (so the cms looks pretty cool for it). However i didn't see where

Re: IDE specific examples

2011-05-31 Thread Romain Manni-Bucau
ok so we simply need to add a dependency:copy-dependencies + a sed. - Romain 2011/5/31 David Blevins david.blev...@gmail.com On May 30, 2011, at 11:42 PM, Romain Manni-Bucau wrote: It is still a bit hard for me to understand what is the goal of it? a simple hook calling maven is enough

Re: IDE specific examples

2011-05-31 Thread Romain Manni-Bucau
31, 2011, at 12:15 PM, Romain Manni-Bucau wrote: i don't really like all in one jars, it doesn't help the user to understand IMHO. I don't care for them much myself, mostly because you get a lot of other dependencies and have pretty much no way to remove them. But I'm sure some people

Re: Example page generator - OPENEJB-1566

2011-05-31 Thread Romain Manni-Bucau
what is the best: maven plugin - generate apache cms files or maven plugin - generate html with the openejb template ? - Romain 2011/5/31 David Blevins david.blev...@gmail.com On May 31, 2011, at 12:32 PM, Romain Manni-Bucau wrote: I don't think it is a lot of work, what do you think

Re: IDE specific examples

2011-05-31 Thread Romain Manni-Bucau
finally the ide issue is important (i really didn't think). - Romain 2011/5/31 David Blevins david.blev...@gmail.com On May 31, 2011, at 12:37 PM, Romain Manni-Bucau wrote: ok, so IMO the question is do we suppose most of people know a build tools or not. If yes i think we can say

Re: Example page generator - OPENEJB-1566

2011-05-31 Thread Romain Manni-Bucau
david.blev...@gmail.com On May 31, 2011, at 12:50 PM, Romain Manni-Bucau wrote: what is the best: maven plugin - generate apache cms files or maven plugin - generate html with the openejb template ? If we wanted to involve the CMS, either approach would ultimately work. Essentially

Re: IDE specific examples

2011-05-31 Thread Romain Manni-Bucau
workspace. On Tue, May 31, 2011 at 9:57 PM, David Blevins david.blev...@gmail.com wrote: On May 31, 2011, at 12:37 PM, Romain Manni-Bucau wrote: ok, so IMO the question is do we suppose most of people know a build tools or not. If yes i think we can say they know how to get

Re: Example page generator - OPENEJB-1566

2011-05-31 Thread Romain Manni-Bucau
. - Romain 2011/6/1 David Blevins david.blev...@gmail.com On May 31, 2011, at 1:35 PM, Romain Manni-Bucau wrote: i think to involve the CMS is a good thing. Me too. but i would like to avoid to have both html and markdown files into the repo, maybe markdown is simpler. Unfortunately

Re: IDE specific examples

2011-05-31 Thread Romain Manni-Bucau
think an all-in-one jar would be great for examples. On Tue, May 31, 2011 at 3:34 PM, David Blevins david.blev...@gmail.com wrote: On May 31, 2011, at 12:15 PM, Romain Manni-Bucau wrote: i don't really like all in one jars, it doesn't help the user to understand IMHO. I don't

Re: openejb website? where to go?

2011-06-01 Thread Romain Manni-Bucau
hi, to get questions from mailing lists/irc/... should be for me almost obvious I like the way the faq you gave a link is done but isn't it a bit in conflict with the documentation? the one of openejb is not so bad and usually each page answers to a simple question. I don't know if both are

Re: openejb website? where to go?

2011-06-02 Thread Romain Manni-Bucau
Manni-Bucau rmannibu...@gmail.comwrote: Hi! i re-read all mails about websites and we spoke a lot so what do we do? What i was thinking about was to use a real CMS with a wiki like language (so the cms looks pretty cool for it). However i didn't see where was the template used

Re: Lost method info if the local and remote interface are in a type hierarchy

2011-06-02 Thread Romain Manni-Bucau
did you try re-defining doSomething() in remoteif? because the behavior you are describing is not weird for me. doSomething belongs to LocalIf not RemoteIF. - Romain 2011/6/2 Shawn Jiang genspr...@gmail.com I found that in following case: public interface LocalIF { void doSomething();

Re: Lost method info if the local and remote interface are in a type hierarchy

2011-06-02 Thread Romain Manni-Bucau
2, 2011 at 5:27 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: did you try re-defining doSomething() in remoteif? because the behavior you are describing is not weird for me. doSomething belongs to LocalIf not RemoteIF. - Romain 2011/6/2 Shawn Jiang genspr...@gmail.com I

Re: Jar listing performance

2011-06-07 Thread Romain Manni-Bucau
In fact there are 2 kind of API for Jar/Zip: the ZipFile and the ZipInputStream (same for jars). If you use the inpout stream one ... you use an input stream so you read everything. If you use the file one you directly call native methods so under linux in particular it works better (i didn't test

Re: com.sun.ts.tests.ejb30.bb.session.stateful.remove.complement.Client#removeTwoRemoteHome ---- remoteHome jndiname template.

2011-06-08 Thread Romain Manni-Bucau
did you try http://openejb.apache.org/3.0/jndi-names.html ? - Romain 2011/6/8 Shawn Jiang genspr...@gmail.com com.sun.ts.tests.ejb30.bb.session.stateful.remove.complement.Client#removeTwoRemoteHome

Re: [NOTICE] Account created: Romain Manni-Bucau (rmannibucau)

2011-06-13 Thread Romain Manni-Bucau
company at least! :) -David On Jun 13, 2011, at 12:57 PM, r...@apache.org wrote: Hi, The account 'rmannibucau' was created for Romain Manni-Bucau as requested by this PMC. The account has been added to the 'openejb' Unix group as well as the 'committers' Unix group for you. Please grant

auto registering for annotated mbeans

2011-06-14 Thread Romain Manni-Bucau
Hi, As said in another post, i'll try to commit the mbean patch i submit some weeks ago, however i wonder if the api jar couldn't be packaged somewhere with a static version (geronimo specs?). It is to avoid to manage a SNAPSHOT version where it is not needed. The first version will be the

Re: auto registering for annotated mbeans

2011-06-14 Thread Romain Manni-Bucau
it with openejb releases but i'm not sure where to put it. Any help is welcome ;). - Romain 2011/6/14 Romain Manni-Bucau rmannibu...@gmail.com Hi, As said in another post, i'll try to commit the mbean patch i submit some weeks ago, however i wonder if the api jar couldn't be packaged somewhere

Re: can we use new BSD licence?

2011-06-14 Thread Romain Manni-Bucau
ok thanks, was to use it http://code.google.com/p/markdownj/ in tools project. - Romain 2011/6/15 David Blevins david.blev...@gmail.com On Jun 14, 2011, at 2:55 PM, Romain Manni-Bucau wrote: Hi, can we use some code under the new BSD licence ( http://www.opensource.org/licenses/bsd

Re: Example page generator - OPENEJB-1566

2011-06-14 Thread Romain Manni-Bucau
i had a try, if someone want have a look it is in tools project, run Daily main specifying parameters (an example is in comment). - Romain 2011/5/31 David Blevins david.blev...@gmail.com https://issues.apache.org/jira/browse/OPENEJB-1566 Task is up for grabs. Basics of it are pull in the

Re: Example page generator - OPENEJB-1566

2011-06-16 Thread Romain Manni-Bucau
is around this page http://people.apache.org/~rmannibucau/generated/glossary.html - Romain 2011/6/15 Romain Manni-Bucau rmannibu...@gmail.com i had a try, if someone want have a look it is in tools project, run Daily main specifying parameters (an example is in comment). - Romain 2011/5/31

Re: Example page generator - OPENEJB-1566

2011-06-17 Thread Romain Manni-Bucau
, Jun 16, 2011 at 3:06 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: i modified it a bit, i updated it on my people.apache.org public html space: http://people.apache.org/~rmannibucau/generated/ it seems to work but i need help to make it sexy. I take any help (even just doing

Re: Example page generator - OPENEJB-1566

2011-06-18 Thread Romain Manni-Bucau
I commited something, i uploaded the generated stuff on my people account ( http://people.apache.org/~rmannibucau/generated/)...if someone wants to test to find bugs...i tried to stay simple but i'm not sure it always works. - Romain 2011/6/18 Romain Manni-Bucau rmannibu...@gmail.com cool

Re: Example page generator - OPENEJB-1566

2011-06-18 Thread Romain Manni-Bucau
which link Daniel? - Romain 2011/6/18 dsh daniel.hais...@googlemail.com I am getting a 404 right now... Cheers Daniel On Sat, Jun 18, 2011 at 10:17 PM, David Blevins david.blev...@gmail.com wrote: On Jun 18, 2011, at 4:25 AM, Romain Manni-Bucau wrote: I commited something, i

Re: Example page generator - OPENEJB-1566

2011-06-18 Thread Romain Manni-Bucau
at 11:36 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: which link Daniel? - Romain 2011/6/18 dsh daniel.hais...@googlemail.com I am getting a 404 right now... Cheers Daniel On Sat, Jun 18, 2011 at 10:17 PM, David Blevins david.blev...@gmail.com wrote: On Jun

Re: Example page generator - OPENEJB-1566

2011-06-19 Thread Romain Manni-Bucau
with intersections examplesForSelectedButtons examples(button) end for // UI update showAllButtons() for button in buttonsWithExamples(examplesForSelectedButtons) do if isNotSelected(button) then hide(button) end if end for - Romain 2011/6/18 Romain Manni-Bucau rmannibu...@gmail.com cool

Re: Example page generator - OPENEJB-1566

2011-06-19 Thread Romain Manni-Bucau
in fact i did it this way to avoid too complex algorithm or too verbose html and more more long updates. anyone has an idea? - Romain 2011/6/19 Romain Manni-Bucau rmannibu...@gmail.com i had a fast try to filter buttons too, i updated it on my public space, can so check the behavior? here

Re: svn commit: r1137242 - in /openejb/trunk/openejb3/container: openejb-core/src/main/java/org/apache/openejb/assembler/classic/ openejb-spring/src/main/java/org/apache/openejb/spring/ openejb-spring

2011-06-19 Thread Romain Manni-Bucau
Hi Shawn, with tests i was never in the case you fixed so for me it changes nothing but it means my fix was not really good, did you check why it was not working? Is geronimo useing these API? - Romain 2011/6/19 Shawn Jiang genspr...@gmail.com Hi Romain, This revision blocked geronimo

Re: Example page generator - OPENEJB-1566

2011-06-19 Thread Romain Manni-Bucau
is filtered. PS: from kmalhi too i added links to zip. - Romain 2011/6/19 Romain Manni-Bucau rmannibu...@gmail.com in fact i did it this way to avoid too complex algorithm or too verbose html and more more long updates. anyone has an idea? - Romain 2011/6/19 Romain Manni-Bucau rmannibu

Re: Example page generator - OPENEJB-1566

2011-06-19 Thread Romain Manni-Bucau
oops i forgot, i added links to source (with prettyprint to be consistent with the site) when there is no mardown. - Romain 2011/6/19 Romain Manni-Bucau rmannibu...@gmail.com i added (from kmalhi) a search box, the search is mixed between button filtering and input box filtering (maybe you

Re: Example page generator - OPENEJB-1566

2011-06-19 Thread Romain Manni-Bucau
jquery is awesome ;) 2011/6/19 Karan Malhi karan.ma...@gmail.com You rock!! . That was pretty quick on your part to implement what we talked this morning. On Sun, Jun 19, 2011 at 2:01 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: oops i forgot, i added links to source

Re: svn commit: r1137242 - in /openejb/trunk/openejb3/container: openejb-core/src/main/java/org/apache/openejb/assembler/classic/ openejb-spring/src/main/java/org/apache/openejb/spring/ openejb-spring

2011-06-19 Thread Romain Manni-Bucau
a default key. 3, This will result in NPE. On Mon, Jun 20, 2011 at 12:55 AM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi Shawn, with tests i was never in the case you fixed so for me it changes nothing but it means my fix was not really good, did you check why it was not working

cxf 2.4.1

2011-06-25 Thread Romain Manni-Bucau
Hi, starting to move openejb to cxf 2.4.1 i have some issues. Here is my patch: https://gist.github.com/1046378 the openejb-cxf tests doesn't pass anymore :( here the exception i have: junit.framework.AssertionFailedError: A throwable instead of a checked exception... at

Re: cxf 2.4.1

2011-06-26 Thread Romain Manni-Bucau
/6/25 Romain Manni-Bucau rmannibu...@gmail.com Hi, starting to move openejb to cxf 2.4.1 i have some issues. Here is my patch: https://gist.github.com/1046378 the openejb-cxf tests doesn't pass anymore :( here the exception i have: junit.framework.AssertionFailedError: A throwable

Re: cxf 2.4.1

2011-06-29 Thread Romain Manni-Bucau
Hi, i answered in your mail - Romain 2011/6/29 Jacek Laskowski ja...@japila.pl On Tue, Jun 28, 2011 at 9:40 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: here is my patch https://gist.github.com/1046378 but it just compile today, i probably broke a lot of things, it will probably

Re: Apache OpenEJB 3.2.0 release

2011-06-29 Thread Romain Manni-Bucau
Hi, it comes from geronimo tm, it uses a old version (1.4.3) and it doesn't work without implementation... Jean-Louis fixed it (or will fix it) i think. To override it with the last version is ok. - Romain 2011/6/29 David Blevins david.blev...@gmail.com On Jun 29, 2011, at 12:42 AM,

Re: cxf 2.4.1

2011-06-29 Thread Romain Manni-Bucau
comes from please say it, i'll be happy to be able to continue. - Romain 2011/6/29 Romain Manni-Bucau rmannibu...@gmail.com Hi, i answered in your mail - Romain 2011/6/29 Jacek Laskowski ja...@japila.pl On Tue, Jun 28, 2011 at 9:40 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote

Re: Apache OpenEJB 3.2.0 release

2011-06-30 Thread Romain Manni-Bucau
i take this action, javaee-api-noweb could maybe be renamed javaee-api-embedded? - Romain 2011/6/30 David Blevins david.blev...@gmail.com On Jun 29, 2011, at 6:52 AM, Jean-Louis MONTEIRO wrote: OK did some small fixes and merge Transaction stuff (root cause from David's changes).

Re: Apache OpenEJB 3.2.0 release

2011-06-30 Thread Romain Manni-Bucau
for examples (of course ;)) PS: it is still in snapshot - Romain 2011/6/30 Romain Manni-Bucau rmannibu...@gmail.com i take this action, javaee-api-noweb could maybe be renamed javaee-api-embedded? - Romain 2011/6/30 David Blevins david.blev...@gmail.com On Jun 29, 2011, at 6:52 AM

Re: cxf 2.4.1

2011-06-30 Thread Romain Manni-Bucau
: On Thu, Jun 30, 2011 at 12:31 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: i still need help to upgrade the cxf version, i have a NPE i don't find from where it is thrown :( I'm in front of IDEA with the sources of openejb and cxf at my disposal digging into their intricacies. When I found

Re: cxf 2.4.1

2011-06-30 Thread Romain Manni-Bucau
i created a branch for this mogration: https://svn.apache.org/repos/asf/openejb/branches/openejb-4.0.x-cxf-2.4.x/ i'll try to update the httpservletXX implementation next week. - Romain 2011/6/30 Romain Manni-Bucau rmannibu...@gmail.com Hi, I got a step further, on fact i just needed

Re: cxf 2.4.1

2011-07-01 Thread Romain Manni-Bucau
yep, svn is copied on github i think but it is a readonly repo. I pushed it on svn if so would like to help otherwise i use hg-svn or git-svn bridges. - Romain 2011/7/1 Jacek Laskowski ja...@japila.pl On Thu, Jun 30, 2011 at 10:35 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: i

Re: Error when openejb is started on Apache Karaf (osgi runtime)

2011-07-01 Thread Romain Manni-Bucau
did you check you have an ejb-jar.xml? i think the osgi deployer is not up to date :s - Romain 2011/7/1 Charles Moulliard cmoulli...@gmail.com Hi, I have been able to find the bundles required to deploy OpenEJB 4.0-SNASPHOT on Apache Karaf 2.2.1. Unfortunately, I get this error at the

Re: Error when openejb is started on Apache Karaf (osgi runtime)

2011-07-01 Thread Romain Manni-Bucau
did you check you have an ejb-jar.xml? i think the osgi deployer is not up to date :s - Romain 2011/7/1 Charles Moulliard cmoulli...@gmail.com Hi, I have been able to find the bundles required to deploy OpenEJB 4.0-SNASPHOT on Apache Karaf 2.2.1. Unfortunately, I get this error at the

bval TCK

2011-07-03 Thread Romain Manni-Bucau
Hi, i wonder how we could pass bval tck, i mean, in the jsr303 there is nothing useable to pass TCKs, in JEE 6 spec only the Validator and ValidatorFactory are described. However in the tck set a lot of standalone (not jee) tests are present and i don't know how we should pass them. Any

Re: bval TCK

2011-07-03 Thread Romain Manni-Bucau
if we make everything pass...we have the apache bval tests. - Romain 2011/7/3 David Blevins david.blev...@gmail.com On Jul 3, 2011, at 12:38 PM, Romain Manni-Bucau wrote: Hi, i wonder how we could pass bval tck, i mean, in the jsr303 there is nothing useable to pass TCKs, in JEE 6

Re: bval TCK

2011-07-03 Thread Romain Manni-Bucau
...@gmail.com On Jul 3, 2011, at 2:24 PM, Romain Manni-Bucau wrote: it is before it, i copied what you did in fact ;) however i have some issues, a simple example could maybe help: Yeah, what I created is actually not the right setup for official certification. It doesn't use TomEE at all

  1   2   3   4   5   6   7   8   9   10   >