[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-31 Thread greening
pload your source code tree somewhere, it will be hard to diagnose. It's easy enough to find out who I am, google Dan R. Greening. Who are you? Am I helping a commercial company or an open source project? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-31 Thread greening
I started to responding seriously, and then realized you can't really do it without looking at the full source code tree. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948030#3948030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-30 Thread greening
You need to provide the stack trace from the actual test (not the Mojo dump). It should be in target/test-reports/something.txt. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947903#3947903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-24 Thread greening
I don't need an answer now. I looked at the differences between the manual install version and the installer.jar, and they are pretty significant. I too have moved to the installer.jar file method instead of the manual method. We use ant/maven to deploy JBoss, so I just repackaging the results

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-23 Thread greening
"robby80" wrote : | I followed the instruction by AstroNox as given above and when deploying the EJB3.0 TrailBlazer I get | | | WARN [ServiceController] Problem creating service jboss.j2ee:module=beans.jar,uid=22359683,service=EJB3 | | java.lang.RuntimeException: No container confi

[JBoss-user] [EJB 3.0] - Embeddable EJB3 with Maven2?

2006-04-15 Thread greening
tes, and nothing back. Gotta love it. So my question: Have you ever gotten EJB3 embeddable to work under Maven2/Surefire? If you have, would you mind terribly posting your pom.xml file, and maybe the JUnit test .java file you used? With the greatest hope and appreciation for your brillia

[JBoss-user] [EJB 3.0] - Re: Embedded and Application Server versions

2006-04-11 Thread greening
x27;t take your winnings and go on another right away, OK? :) Thanks for all your efforts in this area. EJB3 is super nice. Dan Greening View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936667#3936667 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [EJB 3.0] - Re: javax.persistence.spi.PersistenceUnitInfo and EJB3 Embed

2006-03-28 Thread greening
.), so this task has become unreasonably burdensome. One less variable sure would be nice. :) Dan Greening View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933235#3933235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [EJB 3.0] - javax.persistence.spi.PersistenceUnitInfo and EJB3 Embeddabl

2006-03-28 Thread greening
code repository for the embeddable container? Maybe the location of this source code is published somewhere, but I haven't found it. Isn't source publication required by the GPL license? Dan Greening View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread greening
More on this "EJB3 persistence renders DAOs obsolete": We typically do not use DAOs in front of highly-complex RAM-based data structures. So what makes databases so special that a DAO pattern emerged? DAOs became popular in the JDBC days, when you had queryMethod() { let's say 100 lines o

[JBoss-user] [EJB 3.0] - Re: DAOs as SLSBs - performance hit?

2006-03-09 Thread greening
I am wondering whether EJB3 persistence renders DAOs obsolete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929123#3929123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929123 --

[JBoss-user] [EJB 3.0] - Re: SLSB Facade in front of Entity?

2006-02-21 Thread greening
epbernard: Thanks! Very interesting. How is the transaction demarcated? By the first call into the EJB jar file? (And then transaction completes upon return?) patrick_ibg: I thought GenericDAOs were primarily for abstracting away different storage mechanisms. This is really a question about

[JBoss-user] [EJB 3.0] - Re: SLSB Facade in front of Entity?

2006-02-21 Thread greening
Brian and I are very interested in thoughts on this. Please weigh in if you've worked with EJB3. I think having an SLSB facade in front of every entity bean, at least the way I've seen it done, is an anti-pattern. Here's my argument: One purpose could be to eliminate the need for passing in

[JBoss-user] [EJB 3.0] - Re: Persisting enums...

2005-12-21 Thread greening
The just-released proposed final draft has a new annotation allowing enum fields to be persisted ordinals or strings. public enum EmployeeStatus {FULL_TIME, PART_TIME, CONTRACT} public enum SalaryRate {JUNIOR, SENIOR, MANAGER, EXECUTIVE} @Entity public class Employee { ... public EmployeeStatus

[JBoss-user] [Clustering/JBoss] - Re: java.net.NoRouteToHostException: No route to host

2004-12-10 Thread greening
production problem for me, but enough of an irritation that I would generate code to fix it. Thanks in advance. Dan Greening View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858225#3858225 Reply to the post : http://www.jboss.org/index.html?module=