[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-20 Thread jmoring
I am a little shocked at the lack of chatter about this in the forums. It is one of two things. No one believes it. No one cares. I am sure it is true just not a done deal (maybe never will be). So that leaves no one cares. Maybe there is third option. Quiet resignation. Big numbers are being th

[JBoss-user] [The Lizzard's corner] - Re: BusinessWeek - Oracle buying JBoss

2006-02-15 Thread jmoring
Maybe the JBoss part of the story is BS. Seems amazing to me that Oracle buys two open source companies and both just happen to be MySQL storage engine options. Maybe talk of the other purchases is just a smoke screen to cover the fact that they are trying to cut off MySQL's oxygen. All of this

[JBoss-user] [EJB 3.0] - Re: Exception thrown as a result of @Version concurrency vio

2005-12-11 Thread jmoring
Ignore this post.. I discovered getCausedByException(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911985#3911985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911985 ---

[JBoss-user] [EJB 3.0] - Exception thrown as a result of @Version concurrency violati

2005-12-11 Thread jmoring
Shouldn't this be a specfic exception class as in OptimisticConcurrencyViolation or something to that effect. The generic throwing of EJBException with a message detailing the violation makes this more difficult to handle (Parse message for key words "Row was Updated") . Most exception get

[JBoss-user] [EJB 3.0] - Using Views with derived columns

2005-12-10 Thread jmoring
Consider the following SQL Server view... create view Employee_DOC as select FirstName, LastName, GenderCode, GenderDesc = dbo.getCodeDescriprtion( 'GENDER', GenderCode ), SSN from Employees It uses a derived column and is thus unupdateable (no insert or update). It can n

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup once again.

2005-12-10 Thread jmoring
Solved my problem Sorry I didn't search the forums before posting this (emotions were running high:) ). The default Persistence.properties in Ebj3/deployer contained the SchemaUpdate option. I removed it and now my tables are unchanged at start up. View the original post : http://www.jbo

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup once again.

2005-12-10 Thread jmoring
How do you get JBoss/Hibernate to never generate DDL? I left the option out of the persistence.xml file and it seems the default is to create the tables on startup and drop them on shutdown. If this is true it is insane. Who would ever want that option let alone have it as the default. Hopefully

[JBoss-user] [Beginners Corner] - Re: New user, coming from Tomcat

2004-09-30 Thread jmoring
JBoss contains Tomcat under the name JBossWeb. You can also use Jetty via the prepackaged SAR from their (mortbay) site. Drop your war into <>/server/default/deploy HTH View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850033#3850033 Reply to the post : http:/