I can't speak intelligently to container managed entity beans, but
I believe they are supported. Connection pooling is a work in process -
it is available but not integrated or well tested. Both features will be
in the final 2.0 release. There is no specific database requirement,
though jBoss ships with the Hypersonic database. I am testing with
Oracle, and others have mentioned MS SQL Server, at a minimum.
In general, you will face two issues with different database
products. One is that you may need to alter the data type mappings from
your database data types to Java data types for the Container Managed
Persistance to work well - though we may eventually provide mapping files
for a variety of databases. Another is that your database needs to
support transactions (commit/rollback), which rules out some like MySQL.
To *really* do things right the JDBC drivers need to support the JDBC 2.0
standard extension, but that is currently rare and generally not well
implemented.
Aaron
On Tue, 30 May 2000, Robert Balahura wrote:
> Thank-you for this information. Does JBOSS have any special support for any
> specific databases for container managed entity beans or connection pooling.
>
> Thanks in advance,
>
> Rob
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard �berg
> Sent: Tuesday, May 30, 2000 4:35 AM
> To: jBoss
> Subject: Re: [jBoss-User] NEWBIE JBOSS QUESTION
>
>
> Hi!
>
> Robert Balahura wrote:
> > Hi everyone, I hope this question isn't too bad, but, I was wondering
> which
> > parts of the J2EE specification does JBOSS cover and what other components
> > have others used to work with JBOSS to achieve the full J2EE platform?
>
> jBoss primarily covers the EJB, JNDI, JTA, and JDBC pooling
> specifications. There is a subproject for JMS (in early stages) and some
> integration work with Tomcat has been made for web support.
>
> jBoss also provides an extensible and manageable server architecture
> based on JMX which can be used to create custom servers. EJB is provided
> as a JMX module, but is not strictly required in order to use jBoss.
>
> regards,
> Rickard
>
> --
> Rickard �berg
>
> @home: +46 13 177937
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.jboss.org
> http://www.dreambean.com
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]