Oleg V Alexeev wrote:
> Source for bf.beans.Sample is in
> http://www.sura.ru/~gonza/bean-factory/bean-factory-src.zip

Thanks, I've got it now.

> I think that is because of ActionServlet can not init datasource to
> use it with JDBCFactory. struts-config.xml must contain datasource
> definition with appropriate driver, URL, etc. Now bean-factory can not
> retrieve datasource from JNDI - only from ActionServlet environment.

Do you have one setup for a default, local install of MySQL? 

I changed my driver and URL to 

    driverClass="org.gjt.mm.mysql.Driver"
            url="jdbc:mysql://localhost/test"

and removed the user/password. MySQL is running.

I'd like to start using this, but it would be helpful to have a working
example as a baseline.

Part of it is that I don't know where the example is going to do. Do you
have any screen shots from your copy?

-Ted.

Reply via email to