[embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-97) Add ConnectionProperties resource config property to all Datasources

Charles Crouch (JIRA) jira-events at lists.jboss.org
Wed Mar 18 12:19:40 EDT 2009


    [ https://jira.jboss.org/jira/browse/EMBJOPR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12457956#action_12457956 ] 

Charles Crouch commented on EMBJOPR-97:
---------------------------------------

(10:59:41 AM) ccrouch: you are just exposing the ConnectionProperties attribute as a string ?
(11:00:17 AM) jpederse: yeah, that should be ok for the first pass
(11:00:30 AM) jpederse: the user will get the idea
(11:01:53 AM) ccrouch: have you got an example of what multiple properties would look like?
(11:02:00 AM) ccrouch: what delimiter are you using?
(11:02:56 AM) jpederse: the delimiter can be set by the user
(11:03:20 AM) ccrouch: hmm
(11:04:27 AM) ccrouch: so if i specify a -ds.xml with some conn props in, what is the default delimiter which is used?
(11:04:39 AM) jpederse: wait - I can see that the structure you are properly talking about is a java.util.Properties internally
(11:05:03 AM) jpederse: which gets rendered out by properties.toString()
(11:05:05 AM) ccrouch: that sounds like it
(11:05:57 AM) jpederse: oh ,ok :)
(11:06:46 AM) ccrouch: the hashtable.tostring() method which gets used i dont think is very helpful
(11:07:24 AM) ccrouch: people are going to have parse all the braces and stuff
(11:07:56 AM) ccrouch: i think we should look at making it map, or at least a newline separated string, that would go well in a text box

> Add ConnectionProperties resource config property to all Datasources
> --------------------------------------------------------------------
>
>                 Key: EMBJOPR-97
>                 URL: https://jira.jboss.org/jira/browse/EMBJOPR-97
>             Project: Embedded Jopr
>          Issue Type: Bug
>          Components: Plugin
>            Reporter: Charles Crouch
>             Fix For: 1.2
>
>
> See EMBJOPR-58 for how we noticed this was missing. Need to work out what type it should map to. Right now it seems to a simple one:
> ConnectionProperties.type=SimpleMetaType:java.lang.String:, 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the embjopr-issues mailing list