You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "gabriel.ozeas" <ga...@gmail.com> on 2012/04/24 17:10:04 UTC

Dumb doubt: No module found for deployment.

I was developing some projects using openejb, but i would start a new one
using it and maven, and something goes wrong.

The container isn't looking up at target/classes, just target/test-classes.

When i run using eclipse, it look up at target/classes and don't find
anything, because de ejb components obviusly are not there.

NFO - Beginning load: "~"/target/test-classes

But when i run using maven: 
WARN - No module found for deployment. Maybe the descriptors are placed in
incorrect location.

Thanks,
Gabriel

--
View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4583796.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: [Resolved]Re: Dumb doubt: No module found for deployment.

Posted by Romain Manni-Bucau <rm...@gmail.com>.
yep,

because we exclude our internals jar from scanning in a normal deployment.
There are ways to include them but IMO you should simply use another name.

- Romain


2012/4/24 gabriel.ozeas <ga...@gmail.com>

> Hi Romain,
>
> It works now, this is funny.
>
> Do you have any idea why we can't start the project name with openejb?
>
> Thanks for the help
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584304.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

[Resolved]Re: Dumb doubt: No module found for deployment.

Posted by "gabriel.ozeas" <ga...@gmail.com>.
Hi Romain,

It works now, this is funny. 

Do you have any idea why we can't start the project name with openejb?

Thanks for the help

--
View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584304.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Dumb doubt: No module found for deployment.

Posted by Romain Manni-Bucau <rm...@gmail.com>.
works fine for me but i didnt clone it in a folder starting with openejb,
can you try renaming it please?

- Romain


2012/4/24 gabriel.ozeas <ga...@gmail.com>

> Hi Romain,
>
> Here is a sample of my problem:
>
> https://github.com/gabriel-ozeas/openejb-exemplo2
>
> I have many projects that works fine with openejb and maven, but just today
> i'm having trouble.
> Maybe it's not my day.
>
> Thanks,
> Gabriel
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584222.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Re: Dumb doubt: No module found for deployment.

Posted by "gabriel.ozeas" <ga...@gmail.com>.
Hi Romain,

Here is a sample of my problem:

https://github.com/gabriel-ozeas/openejb-exemplo2

I have many projects that works fine with openejb and maven, but just today
i'm having trouble.
Maybe it's not my day.

Thanks,
Gabriel


--
View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584222.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Dumb doubt: No module found for deployment.

Posted by Romain Manni-Bucau <rm...@gmail.com>.
all should be here:
https://svn.apache.org/repos/asf/openejb/site/trunk/content/

send us a patch (you can even open a jira) and somebody will apply it :)

thanks for any help :)

- Romain


2012/4/24 gabriel.ozeas <ga...@gmail.com>

> In appreciation, how can i fix the pages that you list in in dev forum?
>
> Bye
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584343.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Re: Dumb doubt: No module found for deployment.

Posted by "gabriel.ozeas" <ga...@gmail.com>.
In appreciation, how can i fix the pages that you list in in dev forum?

Bye

--
View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584343.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Dumb doubt: No module found for deployment.

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

can you share any project? we use it in all our examples so it should work.

- Romain


2012/4/24 gabriel.ozeas <ga...@gmail.com>

> I was developing some projects using openejb, but i would start a new one
> using it and maven, and something goes wrong.
>
> The container isn't looking up at target/classes, just target/test-classes.
>
> When i run using eclipse, it look up at target/classes and don't find
> anything, because de ejb components obviusly are not there.
>
> NFO - Beginning load: "~"/target/test-classes
>
> But when i run using maven:
> WARN - No module found for deployment. Maybe the descriptors are placed in
> incorrect location.
>
> Thanks,
> Gabriel
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4583796.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>