Re: Are you allowed to contribute to Open Source?

2023-06-28 Thread Daniel Cunha (soro)
Replied and re-tweeted as well! :) -- Daniel Cunha https://github.com/danielsoro https://twitter.com/danielvlcunha https://www.linkedin.com/in/danielvlcunha/ > Em 28 de jun. de 2023, à(s) 16:40, Daniel Dias Dos Santos > escreveu: > > Hello, > > I will make re-tweet. >

Re: Johnzon Threads Locking up marshalling from String to Object

2019-02-25 Thread Daniel Cunha
Hi Paul, could you share a sample project with your issue? It will help to reproduce and analyze your case. Thank you. Em seg, 25 de fev de 2019 às 14:35, Paul Carter-Brown escreveu: > Hi, > > I'm using Johnzon in TomEE 8.0.0-M2. In some rest calls, I do my own > marshalling from a string to

Re: Continuous integration and a PR

2018-12-03 Thread Daniel Cunha
Hey, I believe for TomEE we don't have PR integrated with CI. BTW, I also prefer to have a jenkins instead of build-bot, for sure I think Jenkins better than build-bot. Em seg, 3 de dez de 2018 às 06:37, Otávio Gonçalves de Santana < osant...@tomitribe.com> escreveu: > Hey Cesar, I have the

Re: Unable to deploy EAR on TomEE

2017-07-18 Thread Daniel Cunha
atalina.core.StandardHost.addChild(StandardHost.java:652) > at > org.apache.catalina.startup.HostConfig.deployDirectory(HostC > onfig.java:1259) > at > org.apache.catalina.startup.HostConfig$DeployDirectory.run( > HostConfig.java:1998) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool > Executor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo > lExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > > > > > > -- > View this message in context: http://tomee-openejb.979440.n4 > .nabble.com/Unable-to-deploy-EAR-on-TomEE-tp4682283.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Daniel Cunha https://twitter.com/dvlc_

Re: 7.0.3 release

2017-03-22 Thread Daniel Cunha
th make sense (no silver bullet >>> > ;)). >>> > > > >>> > > > >>> > > > > Thanks! >>> > > > > >>> > > > > Regards, >>> > > > > >>> > > > > Danilo Cominotti Marques >>> > > > > >>> > > > > On Thu, Feb 23, 2017 at 6:32 PM, Romain Manni-Bucau < >>> > > > rmannibu...@gmail.com >>> > > > > > >>> > > > > wrote: >>> > > > > >>> > > > > > did a few on my blog >>> > > > > > https://blog-rmannibucau.rhcloud.com/#/search;query=meecrowave >>> and >>> > > > there >>> > > > > > is >>> > > > > > the website openwebbeans.apache.org/meecrowave >>> > > > > > >>> > > > > > strictly speaking it is mainly inspired from recent tomee >>> embedded >>> > > > > changes >>> > > > > > but simplifying it a lot and making the stack >>> consistent/uniform >>> > (we >>> > > > > can't >>> > > > > > at tomee cause of all possibilities we have). It is limiting >>> it to >>> > > > > > cdi+jaxrs (not even jpa). Opens a lot of doors nowaday even >>> you can >>> > > > feel >>> > > > > > frustrated for JPA backends. >>> > > > > > >>> > > > > > >>> > > > > > Romain Manni-Bucau >>> > > > > > @rmannibucau <https://twitter.com/rmannibucau> | Blog >>> > > > > > <https://blog-rmannibucau.rhcloud.com> | Old Blog >>> > > > > > <http://rmannibucau.wordpress.com> | Github < >>> https://github.com/ >>> > > > > > rmannibucau> | >>> > > > > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE >>> > Factory >>> > > > > > <https://javaeefactory-rmannibucau.rhcloud.com> >>> > > > > > >>> > > > > > 2017-02-23 22:25 GMT+01:00 hwaastad <he...@waastad.org>: >>> > > > > > >>> > > > > > > Meecrowave >>> > > > > > > >>> > > > > > > Is that a new kid on the block? ;-) >>> > > > > > > >>> > > > > > > Seriously, seems cool, any blog articles yet? >>> > > > > > > >>> > > > > > > /hw >>> > > > > > > >>> > > > > > > >>> > > > > > > >>> > > > > > > >>> > > > > > > -- >>> > > > > > > View this message in context: http://tomee-openejb.979440. >>> > > > > > > n4.nabble.com/7-0-3-release-tp4681145p4681150.html >>> > > > > > > Sent from the TomEE Users mailing list archive at Nabble.com. >>> > > > > > > >>> > > > > > >>> > > > > >>> > > > >>> > > >>> > >>> >> >> > -- Daniel Cunha https://twitter.com/dvlc_

Re: EntityManager/EntityManagerFactory not injected to CDI bean

2017-02-08 Thread Daniel Cunha
Hynek, Sorry the typo. On Wed, Feb 8, 2017 at 10:57 AM, Daniel Cunha <daniels...@gmail.com> wrote: > Hy Hynke, > > for use @Inject in your EntityManger you need to create a produce for that. > A sampe for it, you can do something lke that: > > @ApplicationScoped &

Re: EntityManager/EntityManagerFactory not injected to CDI bean

2017-02-08 Thread Daniel Cunha
> injected into the Service EJB and the REST request passes OK. > > Any help is greatly appreciated! > > Thanks, > Hynek > > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/EntityManager-EntityManagerFactory

Re: java.lang.NoSuchMethodError: javax.persistence.PersistenceContext.synchronization()Ljavax/persistence/SynchronizationType;

2016-08-24 Thread Daniel Cunha
ion( > Assembler.java:500) > at org.apache.openejb.assembler.classic.Assembler.build( > Assembler.java:479) > at org.apache.openejb.OpenEJB$Instance.(OpenEJB.java:150) > ... 31 more > > I have another app that doesn't have any persistence and all tests a

Re: Define datasource, reference JDBC driver, and see init in console

2016-08-02 Thread Daniel Cunha
tried writing the code to obtain the JNDI resource (Spring context > references), but it just says it can't find it (fails at "jdbc"), so > perhaps my Resource definition was ignored, or my JNDI path is wrong. > -- Daniel Cunha https://twitter.com/dvlc_ http://www.tomitribe.com http://www.tomitribe.io

Re: error inti tomee on openshif

2016-02-26 Thread Daniel Cunha
ina.util.LifecycleBase.init(LifecycleBase.java:110) > > INFO: Using 'openejb.default.deployment- > > module=org.apache.openejb.config.WebModule' > -- INSERT -- > > > > how resolve§? > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/error-inti-tomee-on-openshif-tp4677690.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Daniel Cunha https://twitter.com/dvlc_ http://www.tomitribe.com http://www.tomitribe.io

Re: TomEE 7.0.0-M1 is here!

2015-12-13 Thread Daniel Cunha
ere-tp4677208p4677214.html >> Sent from the TomEE Users mailing list archive at Nabble.com. >> >> > -- > Andy Gumbrecht > https://twitter.com/AndyGeeDe > > -- Daniel Cunha https://twitter.com/dvlc_ http://www.tomitribe.com

Re: Conditional properties to EntityManagerFactory

2015-07-17 Thread Daniel Cunha
if is it possible to intercept TomEE's EntityManagerFactory creation. Thanks 2015-07-15 14:45 GMT-03:00 Daniel Cunha daniels...@gmail.com: Hi Felipe, you can inject EntityManager with @PersistenceContext http://docs.oracle.com/javaee/6/api/javax/persistence/PersistenceContext.html

Re: Conditional properties to EntityManagerFactory

2015-07-15 Thread Daniel Cunha
-- Best regard, Daniel Cunha (soro)

Re: ServletContainerInitializer

2015-06-07 Thread Daniel Cunha
global ? Il 07/giu/2015 00:30, Daniel Cunha [via TomEE OpenEJB] ml-node+s979440n4675180...@n4.nabble.com ha scritto: Hi Mauro, in line On Sat, Jun 6, 2015 at 6:44 PM, mauro2java2011 [hidden email] http:///user/SendEmail.jtp?type=nodenode=4675180i=0 wrote: Hi all. From

Re: ServletContainerInitializer

2015-06-06 Thread Daniel Cunha
, Daniel Cunha (soro)

Re: tomee webapp overlay. it midify the server.xml of existent plain tomcat?

2015-06-06 Thread Daniel Cunha
. -- Best regard, Daniel Cunha (soro)

Re: Installation of TomEE

2015-05-12 Thread Daniel Cunha
/AndyGeeDe http://www.tomitribe.com -- Best regard, Daniel Cunha (soro)

Re: Installation of TomEE

2015-05-12 Thread Daniel Cunha
configuration changes to enable logging? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Installation-of-TomEE-tp4674759p4674763.html Sent from the TomEE Users mailing list archive at Nabble.com. -- Best regard, Daniel Cunha (soro)

A client to manage your Apache TomEE instances

2015-04-13 Thread Daniel Cunha
what you think. The project is open, so you can help like do you want. -- Best regard, Daniel Cunha (soro)

Re: A client to manage your Apache TomEE instances

2015-04-13 Thread Daniel Cunha
Another thing that we want to do, interoperability between Clojure and Java, it's by creating a JBoss Forge addon, so you can run the tool within JBoss Forge. On Mon, Apr 13, 2015 at 5:20 PM, Daniel Cunha daniels...@gmail.com wrote: Hello everyone, I'm glad to announce today the release

Re: TomEE 1.7.1 - javax.mail.Session

2015-03-19 Thread Daniel Cunha
Thank you Andy. :) On Thu, Mar 19, 2015 at 5:31 PM, Andy andy...@gmx.de wrote: It's the geronimo-javamail_1.4_spec On 19/03/2015 20:17, Daniel Cunha wrote: The org.apache.openejb:javaee-api not include javax.mail!? -- Andy Gumbrecht https://twitter.com/AndyGeeDe -- Best regard

Re: TomEE 1.7 + JSF 2.2 + Flows = UnmarshalException

2015-02-26 Thread Daniel Cunha
: http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-JSF-2-2-Flows-UnmarshalException-tp4673897.html Sent from the TomEE Users mailing list archive at Nabble.com. -- Daniel Cunha (soro)

Re: annotation @Email validation into entity Customer . I get errors from ide

2015-02-25 Thread Daniel Cunha
Or, you can update the project to use last tomee version. 2.0.0-SNAPSHOT. Nops!? On Wed, Feb 25, 2015 at 9:51 AM, Daniel Cunha daniels...@gmail.com wrote: Romain, this case, isn't possible update bval for 1.1? We have the @Email validation in bval 1.1. So.. he only needs change the import

Re: [CDI - OpenWebBeans] explicit no arg constructor

2014-12-20 Thread Daniel Cunha
suggest something to Vraptor guys if the CDI spec doesnt define this aspect or should i get in touch with OWB guys to check with this issue? thanks in advance Salim -- Daniel Cunha (soro)

Re: TomEE plans for Java EE 7

2014-12-11 Thread Daniel Cunha
. -- Daniel Cunha (soro) http://www.cejug.net Blog: http://www.danielsoro.com.br Twitter: https://twitter.com/dvlc_ GitHub: https://github.com/danielsoro LinkedIn: http://www.linkedin.com/in/danielvlcunha

Re: TomEE plans for Java EE 7

2014-12-11 Thread Daniel Cunha
wrote: TomEE code is very simple and extensible, that's the reason :p Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-11 11:18 GMT+01:00 Daniel Cunha daniels...@gmail.com: Roberto

Re: TomEE plans for Java EE 7

2014-12-11 Thread Daniel Cunha
://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-11 17:58 GMT+01:00 Daniel Cunha daniels...@gmail.com: I try. But, it doesn't like me. :( On Thu, Dec 11, 2014 at 4:42 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: CDI TCKs are just waiting few love

Re: Injection of CDI extension

2014-12-06 Thread Daniel Cunha
attachments. -- Daniel Cunha (soro) http://www.cejug.net Blog: http://www.danielsoro.com.br Twitter: https://twitter.com/dvlc_ GitHub: https://github.com/danielsoro LinkedIn: http://www.linkedin.com/in/danielvlcunha

Re: migrating jax-ws Application vrom TomEE-Plus To TomEE-JAXRS

2014-10-23 Thread Daniel Cunha
deploy the relevant cxf-jars with the Application. Best Regards Martin Berner -- Daniel Cunha (soro) http://www.cejug.net Blog: http://www.danielsoro.com.br Twitter: https://twitter.com/dvlc_ GitHub: https://github.com/danielsoro LinkedIn: http://www.linkedin.com/in/danielvlcunha

Re: pom for tomee embedded plus or plume with Arquillan for test

2014-10-18 Thread Daniel Cunha
-tp4672424.html Sent from the TomEE Users mailing list archive at Nabble.com. -- Daniel Cunha (soro) http://www.cejug.net Blog: http://www.danielsoro.com.br Twitter: https://twitter.com/dvlc_ GitHub: https://github.com/danielsoro LinkedIn: http://www.linkedin.com/in/danielvlcunha

Re: Tomee 2 Release-Date

2014-07-28 Thread Daniel Cunha
Romain, Bval has a stable version to Bean Validation 1.1? -- Daniel Cunha (soro) Sent from my cell phone. Em 28/07/2014 08:52, Romain Manni-Bucau rmannibu...@gmail.com escreveu: Hi will surely be beginning of next year in the best case even if I'd like to get a pre release end of this year

Re: Tomee 2 Release-Date

2014-07-28 Thread Daniel Cunha
Great! ;) -- Daniel Cunha (soro) Sent from my cell phone. Em 28/07/2014 09:43, Romain Manni-Bucau rmannibu...@gmail.com escreveu: @Daniel: no release but implementation is done since more or less last august Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com

Re: Post links here of all about TomEE !

2014-05-03 Thread Daniel Cunha
?v=SCB4YsWnwUo https://www.youtube.com/watch?v=eCrtoSTZ2RE https://www.youtube.com/watch?v=rehZfKrptx0 https://www.youtube.com/watch?v=7GMt9JYjElY https://www.youtube.com/watch?v=F5PhKwGFFHs --- http://eprogramming.github.io -- Att; Daniel Cunha

Re: more examples with scala

2014-05-03 Thread Daniel Cunha
? cheers, helio --- http://eprogramming.github.io -- Att; Daniel Cunha (soro)

Re: TomEE release schedule?

2014-05-03 Thread Daniel Cunha
://eprogramming.github.io On Sat, May 3, 2014 at 3:35 PM, rop rop...@gmail.com wrote: Is there somewhere a release schedule for TomEE? Specifically, I was looking for when next release TomEE 1.6.1 is planned to come out? -- Att; Daniel Cunha (soro)

Re: Share session across web applications

2014-04-14 Thread Daniel Cunha
enables you to share the session across .wars. How would you do this in TomEE? -- View this message in context: http://openejb.979440.n4.nabble.com/Share-session-across-web-applications-tp4668765.html Sent from the OpenEJB User mailing list archive at Nabble.com. -- Daniel Cunha

Re: [build error] feedback 3

2014-04-08 Thread Daniel Cunha
--- http://eprogramming.github.io -- Daniel Cunha (soro) Twitter http://twitter.com/dvlc_ | Blog http://www.danielsoro.com.br | LinkedIn http://www.linkedin.com/in/danielvlcunha | *GitHub https://github.com

Re: Context in a Restful Service

2014-02-20 Thread Daniel Cunha
) I'm most likely missing something, just not sure what. Is there some configuration needed for TomEE to pick up the annotated field 'sctx' and inject a ServletContext into it? mf -- Jean-Louis -- *Daniel Cunha* Site http://danielsoro.com.br - G http://github.com