CanecaDeCafe

Thursday, December 13, 2007

MP3 derruba a qualidade

Lembrem-se, crianças ... mp3 reduz muito a qualidade das músicas, se comparadas com as suas respectivas originais do CD.

Um teste:

Ouça o cd Frank Zappa - Apostrophe(')

E ouçam a música Excentrifugal Forz.

Ótimo efeito inicial ...

converta para mp3, em 256mbps ... mah que bost* é essa!! e dizem que a mudança é imperceptível aos ouvidos humanos ...

depende do humano ... e do ouvido.

Enfim, isso foi apenas um comentário, com o intuito de sugerir ouvir um pouco de Zappa...

Ouça o disco Apostrophe(') ...

Wednesday, December 05, 2007

[JBoss] Remote EJB3 not bound

In last week, I got the follow problem:

First, I deployed my EJB3 collection using annotations, on JBoss 4.0.5, packed with a EAR structure.
Then, when I run a test case over a remote EJB, my application give the message:
NamingNotFoundException: ##ejbName## not bound.

But, tracing jboss deployment, my EJBs was there!! Then, googling about the problem... nothing.

Thne, talking with a friend, he said about a problem with Weblogic, where we need to describe a file about each ejb published.

I follow the suggestion, and the solution is describe your own 'jboss.xml', with description to your EJB's.

As follow:




org.test.MyEjbName

org.test.MyEjbName/remote



org.test.MyEjbName/local





Maybe, this is not the best solution, but is valid and functional.

[]'s,

andrepgs