Re: Apache TomEE 1.7.1 Released!

2014-09-17 Thread helio frota
Awesome ! On Wed, Sep 17, 2014 at 5:41 PM, Romain Manni-Bucau wrote: > I think so. Nothing was done on this side since that's not a bug/regression > but it was intended. Geronimo spec jars should still be enhanced but I dont > expect it for 1.x > Le 17 sept. 2014 21:16, "Howard W. Smith, Jr."

Re: tomee+hibernate+java8 possible?

2014-08-21 Thread helio frota
- tomee+ 1.7.0 + eclipselink 2.3.2 + apache derby 10.x + JDK8 Awesome ! On Thu, Aug 21, 2014 at 11:00 AM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > My response may be inappropriate but I have been using > > - tomee+ 1.5.1 + eclipselink 2.3.2 + apache derby 10.x + JDK7 > > - to

RE: Apache TomEE 1.7.0 Release

2014-08-16 Thread helio frota
Great ! Em 16/08/2014 06:45, "Mark" escreveu: > Excellent news; congratulations and a thank-you to everyone involved! > > > -Original Message- > From: Andy Gumbrecht [mailto:agumbre...@tomitribe.com] > Sent: 15 August 2014 13:58 > To: d...@tomee.apache.org; TomEE Users > Subject: Apache T

Re: [tomee website] how to do a feedback and contribute

2014-08-13 Thread helio frota
> > Andy. > > > > On 13/08/2014 04:14, helio frota wrote: > >> Hi all users and devs ! >> >> how the whole community of this planet can help ( the easy way ) with web >> site ? >> >> i mean, report broken links, typos etc ? >> >> what are the steps ? >> >> thanks ! >> >> >

[SONARQUBE] TomEE ?

2014-08-12 Thread helio frota
hi all, TomEE is / will be there ? https://analysis.apache.org/ cool instance of sonarqube from apache !

[IDE] call to arms !

2014-08-12 Thread helio frota
if you use eclipse, please try intellij community. idea work fine with tomEE i really don't know why but you will see. BTW, i'm not from intellij people. this is just a tip. do a fork on github and try with idea here is working fine !

Re: [funny build] build times...

2014-08-12 Thread helio frota
this line is the proposed memory usage from tomEE website # echo "" >> /etc/profile.d/maven.sh On Tue, Aug 12, 2014 at 11:30 PM, helio frota <00h...@gmail.com> wrote: > hi all, > > i really don't know if i will finish this, so that i going to share here

[funny build] build times...

2014-08-12 Thread helio frota
hi all, i really don't know if i will finish this, so that i going to share here ok ? your own "tomee buildbot": * Distribution gnu/linux : Fedora 20 x86_64 * Java: OpenJDK 1.7.0_65 run all as 'root': # sudo yum install svn # sudo yum install wget # cd /opt # wget http://mirror.nbtelecom.com.b

[rpm package] with scala help

2014-08-12 Thread helio frota
Hi all, i just learned how to create a rpm with scala native package. i don't know if tomEE has a rpm package yet. if not, would be awesome if tomee provide a rpm package. to install like this: sudo yum install tomEE-version.foo.bar feel free to try, i did this for a project: https://github.c

[tomee-dev] abrt fedora

2014-08-12 Thread helio frota
hi all, take care about fedora abrt logs. when i try to do a package of tomEE a lot of logs appears here. you can disable this as root systemctl abrtd stop systemctl disable abrtd.service let us know if it worked. thanks

[tomee website] how to do a feedback and contribute

2014-08-12 Thread helio frota
Hi all users and devs ! how the whole community of this planet can help ( the easy way ) with web site ? i mean, report broken links, typos etc ? what are the steps ? thanks !

[tomee 2.0.0] mvn tomee:run

2014-08-10 Thread helio frota
hi all, Romain thanks very much ! examples/moviefun is running after your commits ! mvn clean install -pl tomee/apache-tomee -am -Dmaven.test.skip=true -U cd examples/moviefun mvn tomee:run thanks !

Re: [build error] feedback 5

2014-08-09 Thread helio frota
7;s not public >> or released yet. >> >> Andy. >> >> On 09/08/2014 14:54, helio frota wrote: >> >>> hi all, >>> >>> this command: >>> >>> mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true >>> -Duniqu

Re: [build error] feedback 3

2014-08-09 Thread helio frota
Xmx768m -XX:MaxPermSize=256M -XX:ReservedCodeCacheSize=64m > -Xss2048k > > mvn -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false > -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install > > Andy. > > > On 09/08/2014 14:40, helio frota wrote: > &

Re: [build error] feedback 5

2014-08-09 Thread helio frota
Thanks andy. On Sat, Aug 9, 2014 at 6:46 PM, Andy Gumbrecht wrote: > You would need to add the staging repo to build 1.7.0 - It's not public or > released yet. > > Andy. > > > On 09/08/2014 14:54, helio frota wrote: > >> hi all, >> >> this comm

[build error] feedback 5

2014-08-09 Thread helio frota
hi all, this command: mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install works fine with trunk ( version 2.0 ) but with tag 1.7.0 i get this : [ERROR] Failed to execute goal on project openejb-core:

Re: [build error] feedback 3

2014-08-09 Thread helio frota
wrote: > Helio, > > I think that this better option. > Start development in TomEE 1.7.0 and Java EE 7. > > > On Mon, Apr 7, 2014 at 8:21 PM, helio frota <00h...@gmail.com> wrote: > > > Hi, > > I saw the roadmap discussion , so going to install java 8 and mo

best pratices simple sample project

2014-08-06 Thread helio frota
hi, i started a project only to get the best pratices using TomEE and of course the technologies around. so, i will use the TomEE *web profile* and i hope to get help of you guys to document and share as well this 'tomEE blue print". ( https://github.com/EsmerilProgramming/metalwarriors ) See u

Re: Standalone OpenEJB application example

2014-05-05 Thread helio frota
+1 --- http://eprogramming.github.io On Mon, May 5, 2014 at 5:03 AM, Nrkkalyan wrote: > Hi > > I am using gradle and I have used dependency for 'openejb-cxf-rs' 4.6.0.1 > version. And gradle resolved all the dependencies needed. > > However the same res

Re: more examples with scala

2014-05-03 Thread helio frota
luable IMHO. > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-05-03 21:48 GMT+02:00 helio frota <00h...@gmail.com>: > &g

TomEE contribution native package !

2014-05-03 Thread helio frota
Hail ! TomEE has a deb package by Thiago Veronezi. Would be awesome to get more other SOs ! Another opportunity to contribute Tomee ! like jenkins native packages: http://jenkins-ci.org/ --- http://eprogramming.github.io

Re: Post links here of all about TomEE !

2014-05-03 Thread helio frota
Scala + TomEE http://buildnplay.blogspot.com.br/2013/04/javaee-with-scala-and-tomee.html --- http://eprogramming.github.io On Sat, May 3, 2014 at 4:41 PM, Daniel Cunha wrote: > +1 > > > On Sat, May 3, 2014 at 4:24 PM, helio frota <0

Re: more examples with scala

2014-05-03 Thread helio frota
-) > http://buildnplay.blogspot.com.br/2013/04/javaee-with-scala-and-tomee.html > > > On Sat, May 3, 2014 at 4:17 PM, helio frota <00h...@gmail.com> wrote: > > > Hi, > > > > i know tomEE has some samples with scala.. theres some plan to

Post links here of all about TomEE !

2014-05-03 Thread helio frota
Hail ! Fellows, to get our community like a fire , what do you think about post here links about TomEE slides , blog posts, tutorials etc... ? https://www.youtube.com/watch?v=Lr8pxEACVRI https://www.youtube.com/watch?v=SCB4YsWnwUo https://www.youtube.com/watch?v=eCrtoSTZ2RE https://www.youtube.c

more examples with scala

2014-05-03 Thread helio frota
Hi, i know tomEE has some samples with scala.. theres some plan to add more samples ? cheers, helio --- http://eprogramming.github.io

Re: TomEE release schedule?

2014-05-03 Thread helio frota
ack next week and we can fork openjpa > to release so technically two weeks is possible. > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau &g

Re: TomEE release schedule?

2014-05-03 Thread helio frota
Romain is like a robot, waiting for response... 5, 4, 3 --- http://eprogramming.github.io On Sat, May 3, 2014 at 3:38 PM, helio frota <00h...@gmail.com> wrote: > great question ! > > I don't know too :p > > but woul

Re: TomEE release schedule?

2014-05-03 Thread helio frota
great question ! I don't know too :p but would be awesome to know about this ! --- http://eprogramming.github.io On Sat, May 3, 2014 at 3:35 PM, rop wrote: > Is there somewhere a release schedule for TomEE? > > Specifically, I was looking for whe

Re: Setup TomEE Eclipse for contribute !

2014-05-03 Thread helio frota
the thread is [adventure path] Contributing cheers, helio --- http://eprogramming.github.io On Sat, May 3, 2014 at 3:27 PM, helio frota <00h...@gmail.com> wrote: > Hail fellows ! > > Take a look on dev mailing list , to do a set

Setup TomEE Eclipse for contribute !

2014-05-03 Thread helio frota
Hail fellows ! Take a look on dev mailing list , to do a setup for TomEE on Eclipse ! And try to contribute with this awesome software ! cheers, helio --- http://eprogramming.github.io

Re: [build error] feedback 3

2014-04-07 Thread helio frota
Hi, I saw the roadmap discussion , so going to install java 8 and move the focus to tomEE 1.7.0 Thanks again. --- http://eprogramming.github.io On Fri, Apr 4, 2014 at 7:01 AM, helio frota <00h...@gmail.com> wrote: > Sorry you mean the &#x

Re: [build error] feedback 3

2014-04-04 Thread helio frota
Sorry you mean the 'thread dump' ? Sure, when run again going to get the thread dump. --- http://eprogramming.github.io On Fri, Apr 4, 2014 at 6:44 AM, helio frota <00h...@gmail.com> wrote: > Are you able to get a thread stack when

Re: Split from OpenEJB?

2014-04-04 Thread helio frota
We already discussed it on the lists and actually today tomee is the main project and openejb just a a subproject. The point to split to get two projects would be to make them splitable, today their lifecycle is really linked and most of the code being in openejb tomee would always be waiting ope

Re: [build error] feedback 3

2014-04-03 Thread helio frota
re/managed/ManagedContainer.java: logger.info("Removing the timed-out stateful session bean instance " + instance.primaryKey); when running sonar from jenkins the thing gets stalled. --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 9:45

Re: [build error] feedback 3

2014-04-03 Thread helio frota
2014 at 9:01 PM, helio frota <00h...@gmail.com> wrote: > sorry, false alarm :/ > > INFO - Removing the timed-out stateful session bean instance > aaec8bbc27fed055:5d058434:14529ed743f:-7fa9 > Build was aborted > Aborted by anonymous <http://192.168.1.5:8080/user/anonym

Re: Split from OpenEJB?

2014-04-03 Thread helio frota
I think this is a very good idea : ] +1 --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 9:34 PM, Collins Solutions < collins-soluti...@austin.rr.com> wrote: > Should Apache TomEE be its own project? >> >> > I think it should. > > > > --

Re: [build error] feedback 3

2014-04-03 Thread helio frota
in/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=true [INFO] Scanning for projects... tks --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 8:25 PM, helio frota <00h...@gmail.com> wrote: > Hi Romain ! > > Build not stalled

Re: [build error] feedback 3

2014-04-03 Thread helio frota
n/mvn sonar:sonar -Pquick -Dmaven.test.failure.ignore=true Thanks ! --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 11:50 AM, helio frota <00h...@gmail.com> wrote: > Pquick same problem, stalled again o_0 > > 4 hr 27 min > > /opt/m

Re: [build error] feedback 3

2014-04-03 Thread helio frota
gt; Finished: ABORTED tks --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 7:04 AM, helio frota <00h...@gmail.com> wrote: > Focusing on Pquick only ... > > [INFO] Apache OpenEJB > [INFO] OpenEJB :: Container > [INFO] OpenEJB :: Container :: MBean Anno

Re: [build error] feedback 3

2014-04-03 Thread helio frota
On Thu, Apr 3, 2014 at 6:55 AM, helio frota <00h...@gmail.com> wrote: > Thanks Romain ! > Going to change the jenkins here ! > > > --- > http://eprogramming.github.io > > > > On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bu

Re: [build error] feedback 3

2014-04-03 Thread helio frota
Thanks Romain ! Going to change the jenkins here ! --- http://eprogramming.github.io On Thu, Apr 3, 2014 at 1:46 AM, Romain Manni-Bucau wrote: > mvn clean install -Pall-adapters actually to make it even longer ;) > Le 3 avr. 2014 00:55, "

Re: [build error] feedback 2

2014-04-03 Thread helio frota
- http://eprogramming.github.io On Wed, Apr 2, 2014 at 11:40 PM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Tue, Apr 1, 2014 at 7:50 AM, helio frota <00h...@gmail.com> wrote: > > > Yep ! > > > > This is my 'hulk server' ( another notebook ) &

Re: [build] feedback 4

2014-04-02 Thread helio frota
--- http://eprogramming.github.io On Wed, Apr 2, 2014 at 9:24 PM, Thiago Veronezi wrote: > Yup... good idea! > On Apr 2, 2014 8:21 PM, "helio frota" <00h...@gmail.com> wrote: > > > Hi Thiago, > > > > Yes this is true, great poi

Re: [build] feedback 4

2014-04-02 Thread helio frota
wrote: > Hi Helio, > > Note that the build throws lots of warnings and exceptions as part of the > unit tests. > > []s, > Thiago > On Apr 2, 2014 8:12 PM, "helio frota" <00h...@gmail.com> wrote: > > > How to contribute with our cool Apache TomEE fightin

Re: [build error] feedback 3

2014-04-02 Thread helio frota
;< core 2.0 ghz 3GB RAM ubuntu 13.10 text mode only ( is another notebook ) I need to configure something or just 'mvn clean install' ? Thanks --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 8:50 PM, helio frota <00h...@

Re: [build error] feedback 3

2014-04-02 Thread helio frota
Lot of fun : ] [image: Inline image 1] --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 8:42 PM, helio frota <00h...@gmail.com> wrote: > hi, > > * build aborted after 8 hrs + > * Stalled > * -Dmaven.test.failure.ig

Re: [build error] feedback 2

2014-04-02 Thread helio frota
ucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-04-02 12:08 GMT+02:00 helio frota <00h...@gmail.com>: > > sorry i forget this: > > > > And i usi

Re: [build error] feedback 2

2014-04-02 Thread helio frota
sorry i forget this: And i using -Dmaven.test.failure.ignore=true now to continue and try to publish the results on sonarqube. cheers, helio --- http://eprogramming.github.io On Wed, Apr 2, 2014 at 7:07 AM, helio frota <00h...@gmail.com>

Re: [build error] feedback 2

2014-04-02 Thread helio frota
--- http://eprogramming.github.io On Tue, Apr 1, 2014 at 8:50 AM, helio frota <00h...@gmail.com> wrote: > Yep ! > > This is my 'hulk server' ( another notebook ) > Used to catch minimal requirements to build OpenJDK on Adopt Open

Re: [build error] feedback 2

2014-04-01 Thread helio frota
: > seems your machine is too slow ;) > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-04-01 12:43 GMT+02:00 helio frota <

[build error] feedback 2

2014-04-01 Thread helio frota
Hi , Just a feedback Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.764 sec <<< FAILURE! - in org.apache.openejb.server.ssh.SSHServerTest call(org.apache.openejb.server.ssh.SSHServerTest) Time elapsed: 10.087 sec <<< ERROR! java.lang.Exception: test timed out after 1 mi

Re: tomee rest-example maven test failure

2014-03-30 Thread helio frota
est order > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-03-30 18:22 GMT+02:00 helio frota <00h...@gmail.com>: > > hi kna

Re: tomee rest-example maven test failure

2014-03-30 Thread helio frota
--- http://eprogramming.github.io On Sun, Mar 30, 2014 at 10:28 AM, helio frota <00h...@gmail.com> wrote: > What am I doing wrong? > > i guess doing nothing wrong. > > The documentation says: > > 'mvn clean install' &

Re: tomee rest-example maven test failure

2014-03-30 Thread helio frota
- http://eprogramming.github.io On Sun, Mar 30, 2014 at 10:24 AM, helio frota <00h...@gmail.com> wrote: > Hi, > > Yep, this is true > > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.875 sec <<< > FAILURE! > list(org.superbiz.rest.UserServ

Re: tomee rest-example maven test failure

2014-03-30 Thread helio frota
Hi, Yep, this is true Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.875 sec <<< FAILURE! list(org.superbiz.rest.UserServiceTest) Time elapsed: 0.057 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<...d<[]/users>> but was:<...d<[user>f...@bar.frdummy4unbreakable

Re: [build] error

2014-03-26 Thread helio frota
Build ok here after delete all repository directory. ... ... [INFO] OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK SUCCESS [17.272s] [INFO] OpenEJB :: TomEE :: webaccess . SUCCESS [4:48.892s] [INFO] OpenEJB :: TomEE :: Debian Package Builder SUCCESS [1:17.373

Re: [build] error

2014-03-26 Thread helio frota
I didn't try to build with openjdk yet. Did you try with Oracle JDK? No, i use only OpenJDK here, BTW 2 weeks ago i get a working build. Going to investigate, i don't know what was updated on the source to cause this , going to delete all .m2 repository again and download all dependencies again.

Re: [build] error

2014-03-26 Thread helio frota
Mar 26, 2014 at 8:49 PM, helio frota <00h...@gmail.com> wrote: > No, > > Using: java version "1.7.0_51" OpenJDK Runtime Environment > > i guess this class is inside xbean-reflect, and i have this jar in my > local repo. > > thanks > . > ├── xbe

Re: [build] error

2014-03-26 Thread helio frota
8:37 PM, Thiago Veronezi wrote: > are you using java 8? > On Mar 26, 2014 7:18 PM, "helio frota" <00h...@gmail.com> wrote: > > > Hi, > > > > Can't do the build ( trunk ) > > > > error: > > > > Failed to execute goal > org.cod

[build] error

2014-03-26 Thread helio frota
Hi, Can't do the build ( trunk ) error: Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute (execute-web-profile-installer) on project apache-tomee: Execution execute-web-profile-installer of goal org.codehaus.gmaven:groovy-maven-plugin:2.0:execute failed: A required class

Re: Find same dependencies with different versions

2014-03-20 Thread helio frota
n.plugins:maven-surefire-plugin:4.5.2 > > junit:junit:4.6.1-SNAPSHOT > ... > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-03

Find same dependencies with different versions

2014-03-20 Thread helio frota
Hi, I opened this issue some days ago: https://issues.apache.org/jira/browse/TOMEE-1141 But i created a little project to find same dependencies with different versions to help to improve dependency management on multi-module maven projects. Feedback/C

Re: use the java ee glaaery into TOMEE with secuirity

2014-03-14 Thread helio frota
there is a part on jaas in tomee refcard tomee.apache.org/refcard/refcard.html Thanks ! Going to spread this refcard on CEJUG mailing list ! --- http://eprogramming.github.io/about.html On Fri, Mar 14, 2014 at 8:08 AM, Romain Manni-Buca