[jira] Commented: (IBATIS-208) Auto Reloading Sql-map configuration. By Observing modifed date(adding datetime in Variables) or making a method reload conf.
[ https://issues.apache.org/jira/browse/IBATIS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659354#action_12659354 ] Amir Pashazadeh commented on IBATIS-208: will this feature be implemented in 3.x? even not an auto-reload one, but with a call to sqlMalClient to reload XMLs > Auto Reloading Sql-map configuration. By Observing modifed date(adding > datetime in Variables) or making a method reload conf. > - > > Key: IBATIS-208 > URL: https://issues.apache.org/jira/browse/IBATIS-208 > Project: iBatis for Java > Issue Type: Wish > Components: SQL Maps >Affects Versions: 2.1.5 > Environment: in general Java Env. >Reporter: totoro > > I'm using sqlmap of iBatis. > I think ibatis is so efficient OR-Mapper. it decrease coding line and it's > well designed but too uncomfortable. > whenever I modified sql of SQL Map xml file(to add select sql or to moify > existing one), I should have to restart app. server or redeploy web. > It's too boring job. > EJB supports hot deploy. > J2EE Spec. supports auto reloading class in WEB-INF. > why ibatis does'nt support this? > I wish ibatis supports this functionality by adding observing pattern to xml > files. (ADD modified date to Variables). > or in the next best way, > may offer public static function for reconfigure xml files. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (IBATIS-208) Auto Reloading Sql-map configuration. By Observing modifed date(adding datetime in Variables) or making a method reload conf.
[ https://issues.apache.org/jira/browse/IBATIS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600749#action_12600749 ] Jörg Gottschling commented on IBATIS-208: - +1 We are looking for this too. We consider to move away from IBatis because this feature is missing or creating our own patch for this. > Auto Reloading Sql-map configuration. By Observing modifed date(adding > datetime in Variables) or making a method reload conf. > - > > Key: IBATIS-208 > URL: https://issues.apache.org/jira/browse/IBATIS-208 > Project: iBatis for Java > Issue Type: Wish > Components: SQL Maps >Affects Versions: 2.1.5 > Environment: in general Java Env. >Reporter: totoro > > I'm using sqlmap of iBatis. > I think ibatis is so efficient OR-Mapper. it decrease coding line and it's > well designed but too uncomfortable. > whenever I modified sql of SQL Map xml file(to add select sql or to moify > existing one), I should have to restart app. server or redeploy web. > It's too boring job. > EJB supports hot deploy. > J2EE Spec. supports auto reloading class in WEB-INF. > why ibatis does'nt support this? > I wish ibatis supports this functionality by adding observing pattern to xml > files. (ADD modified date to Variables). > or in the next best way, > may offer public static function for reconfigure xml files. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (IBATIS-208) Auto Reloading Sql-map configuration. By Observing modifed date(adding datetime in Variables) or making a method reload conf.
[ https://issues.apache.org/jira/browse/IBATIS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473666 ] Claus Ibsen commented on IBATIS-208: +1 Really usable in developer mode. I am surprised this hasn't been addressed. Should be done automatically and not by some web admin console etc. Later JMX monitoring could be added where we could control it from there when 1.5 is mandatory. > Auto Reloading Sql-map configuration. By Observing modifed date(adding > datetime in Variables) or making a method reload conf. > - > > Key: IBATIS-208 > URL: https://issues.apache.org/jira/browse/IBATIS-208 > Project: iBatis for Java > Issue Type: Wish > Components: SQL Maps >Affects Versions: 2.1.5 > Environment: in general Java Env. >Reporter: totoro > > I'm using sqlmap of iBatis. > I think ibatis is so efficient OR-Mapper. it decrease coding line and it's > well designed but too uncomfortable. > whenever I modified sql of SQL Map xml file(to add select sql or to moify > existing one), I should have to restart app. server or redeploy web. > It's too boring job. > EJB supports hot deploy. > J2EE Spec. supports auto reloading class in WEB-INF. > why ibatis does'nt support this? > I wish ibatis supports this functionality by adding observing pattern to xml > files. (ADD modified date to Variables). > or in the next best way, > may offer public static function for reconfigure xml files. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
