[ 
https://issues.apache.org/jira/browse/OPENEJB-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed OPENEJB-451.
---------------------------------

    Resolution: Fixed
      Assignee: David Blevins

On the command line, type:

./bin/openejb properties


> openejb.conf to properties converter
> ------------------------------------
>
>                 Key: OPENEJB-451
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-451
>             Project: OpenEJB
>          Issue Type: New Feature
>          Components: configuration
>    Affects Versions: 3.0-beta-1
>            Reporter: David Blevins
>            Assignee: David Blevins
>             Fix For: 3.0-beta-1
>
>
> Command line tool that can convert an openejb conf file into a properties 
> file.
> Anything in the openejb.conf file can already be configured via:
> -D<id>.<property-name>=<property-value>
> Where id is the value in the config file for example:
> <Connector id="mysql">            
>     JdbcDriver  com.mysql.jdbc.Driver
>     JdbcUrl     jdbc:mysql://localhost/test
>     UserName    test
> </Connector>
> Could be overridden as follows via system properties:
> -Dmysql.JdbcDriver=com.mysql.jdbc.Driver
> -Dmysql.JdbcUrl=jdbc:mysql://localhost/test
> -Dmysql.UserName=test
> We should write a simple tool to spit out all the properties for your conf so 
> you have an even easier time overriding things.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to