test, please delete me

2005-06-10 Thread Larry Meadors
test

Re: [jira] Commented: (IBATISNET-77) Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files

2005-06-10 Thread Larry Meadors
I get this error when i try to run my app after making the changes... === Invalid SqlMap.config document. cause :The 'SqlMapConfig.xsd:sqlMapConfig' element is not declared. An error occurred at , (1, 2). The 'SqlMapConfig.xsd:settings' element is not declared. An error occurred at , (1, 144). The

Re: JDBC 3 Support

2005-06-11 Thread Larry Meadors
I agree with Sven, we can check for the existence of classes/interfaces/methods that are new in each release to auto-detect the JDBC version if the settings did not provide a value. Larry On 6/11/05, Sven Boden <[EMAIL PROTECTED]> wrote: > > Very personal preference auto-detection, but tag c

Re: [jira] Commented: (IBATISNET-77) Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files

2005-06-22 Thread Larry Meadors
Is this still an issue, or did I miss something to fix it? Larry On 6/10/05, Roberto R <[EMAIL PROTECTED]> wrote: > That's I got too when I tried a few days ago! :-( > > Roberto > > > On 6/10/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > > I get

Note on WIKI useage

2005-06-24 Thread Larry Meadors
Please, please, please do NOT post support questions on the WIKI unless you are adding them to the FAQ *WITH AN ANSWER*. The WIKI is NOT a support forum. Any unanswered questions on the WIKI will be deleted. Larry

Re: ibatis 2.1.5 release plan

2005-07-05 Thread Larry Meadors
I think that is a great idea. Does anyone know what apache has for doing automated builds? It would be great to have something like cruise control doing this for us. Larry On 7/5/05, Sven Boden <[EMAIL PROTECTED]> wrote: > > Not specific to the problem below. But what about providing iBATIS

Re: ibatis 2.1.5 release plan

2005-07-06 Thread Larry Meadors
That sounds reasonable to me. I would be more than willing to set up a box to do the builds here if there is not one at apache to use. Does anyone know if there is one already? Larry On 7/6/05, Ted Husted <[EMAIL PROTECTED]> wrote: > All ASF projects are expected to provide automatic nightly bui

Re: ibatis 2.1.5 release plan

2005-07-06 Thread Larry Meadors
erably by IRC [and > I think everyone knows how much I adore IRC :)]. > > * http://apache.org/dev/infra-volunteer.html > > Several projects have their own zone on helios now: > > * http://apache.org/dev/machines.html > > -T. > > On 7/6/05, Larry Meadors <[EM

Re: ibatis 2.1.5 release plan

2005-07-06 Thread Larry Meadors
ws would work, but getting it going on Windows would > probably be faster at this point. > > Roberto > > > > On 7/6/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > > OK, i just bopped into the irc channel, and there are no boxen to > > actually *do* th

Fwd: ibatis 2.1.5 release plan

2005-07-07 Thread Larry Meadors
Stupid gmail - this was supposed to go to the list... -- Forwarded message -- From: Larry Meadors <[EMAIL PROTECTED]> Date: Jul 7, 2005 6:33 AM Subject: Re: ibatis 2.1.5 release plan To: Gilles Bayon <[EMAIL PROTECTED]> Mark this day, you may never hear me say thi

Re: [jira] Commented: (IBATIS-170) i am not sure it is a bug!

2005-07-14 Thread Larry Meadors
PLEASE! PLEASE! PLEASE! If you are not 99.999% sure it is a bug, do not put it in JIRA. Larry On 7/14/05, leo zhang (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/IBATIS-170?page=comments#action_12315824 > ] > > leo zhang commented on IBATIS-170: > -

Re: [jira] Created: (IBATIS-170) i am not sure it is a bug!

2005-07-14 Thread Larry Meadors
Why are you inserting a date as a string? insert into test (col) values (#value:TIMESTAMP#); long nCurrentTime = System.currentTimeMillis(); Date date = new Date(nCurrentTime); broker.insert("product.testinsert",date); That should work just fine. Larry On 7/14/05, leo zhang (JIRA) wrote:

Re: Usage of Bean/PropertyUtils

2005-07-18 Thread Larry Meadors
No. OK, that was the short answer. ;-) The long answer is that we are very reluctant to add dependencies that are not really required. Beside being a turd, the risk with bean-utils is that it is used by everything under the sun. If you update struts, you update bean-utils, and if it does not wor

Re: Usage of Bean/PropertyUtils

2005-07-18 Thread Larry Meadors
"nested.col1" in the method hash, when I really > want it to look for setNested().setCol1()). > > Am I barking up the wrong tree? =D > > Thanks, > Tom > > > > On 7/18/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > > No. > > > >

Re: Timeout Queries

2005-07-19 Thread Larry Meadors
That looks like to should be easy to add - it would touch several classes, but I think you could add a timeout attribute to the select element in the sql maps, and it would even be supported by j2se 1.3, as well! Add that to JIRA as a new feature, we'll get it in there. If you want to make the cha

Re: A releasing we will go

2005-07-20 Thread Larry Meadors
I have a PC set up with luntbuild on win2k, but am still struggling to get it to build the Java version. Once I get that going, I will start looking at adding in Nant to get the .net version rolling along, too. If I am reading this correctly, luntbuild will allow me to upload the built packages,

Editorial comments on http://mindprod.com/jgloss/or.html

2005-07-29 Thread Larry Meadors
There is some discussion on that page of iBATIS and it's relationship to Hibernate that seems inaccurate to me (I mean besides that it is talking about iBATIS being an ORM tool). While iBATIS does involve a lot more SQL work than Hibernate and a lot less conceptual understanding, I would not say t

Re: Editorial comments on http://mindprod.com/jgloss/or.html

2005-07-29 Thread Larry Meadors
...and "performance is not an issue" as well as "the database will only be used by one application". LarryOn 7/29/05, Ed Griebel <[EMAIL PROTECTED]> wrote: Don't forget to add to the top, "You don't use stored procedures".I haven't actually used it, but according to the docs for 3.0 version,Hiber

Re: A New Look at Stored Procedures

2005-08-09 Thread Larry Meadors
I agree, stored proc support seems to be incredibly problematic, because there seem to be as many ways to get data back as there are ways to..um, skin a cat or something. Put this on the wiki so we have a whiteboard instead of emails. I have been thinking along the same lines, so maybe we can all

Re: Mailing list test - PMC Members please read

2005-08-24 Thread Larry Meadors
We're back. :) On 8/24/05, Clinton Begin <[EMAIL PROTECTED]> wrote: > Hi all, > > This is a test of the mailing lists. > > Will one PMC member please respond from each list? > > Thanks, > Clinton >

JDK5 and devsrc

2005-09-04 Thread Larry Meadors
FYI guys.. I have made the leap to jdk5, and when using ibatis and 3rd party stuff that uses devsrc to "fake-out" the compiler, the classes and interfaces have to EXACTLY match what is in the 3rd party package. If they do not, you get all kinds of messed up exceptions that take you all weekend to

Re: Patch submission

2005-09-13 Thread Larry Meadors
You could put it in JIRA as a feature request, and attach it there. http://issues.apache.org/jira/browse/IBATIS However, I suspect that most people will not want this behavior, because it will tie up database resources.. Larry On 9/13/05, Corneliu Rudeanu <[EMAIL PROTECTED]> wrote: > > > Hi!

Re: Patch submission

2005-09-14 Thread Larry Meadors
Oh, why didn't you say so in the first place? ;-) Use a RowHandler...or better still a stored procedure. Larry On 9/14/05, Corneliu Rudeanu <[EMAIL PROTECTED]> wrote: > > Maybe I should have described the problem that determined me to write > the patch in the first place. I use iBATIS in a pro

Re: Fabrique

2005-09-19 Thread Larry Meadors
Code gen gives me hivesand code gen for a totally non-standard framework? Yikes, I'll pass, too. Now, if they put out a nice JSF IDE? I would be on that like ugly on Brandon. ;-) Larry On 9/19/05, Ted Husted <[EMAIL PROTECTED]> wrote: > Has anyone had a look at JetBrain's Fabrique? > > * h

Re: A, C, L, N, P are reserved table names in MySql?

2005-09-20 Thread Larry Meadors
By any chance, are those drive letters on your system? Larry On 9/18/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > Whenever I try and run the StatementTest group in NUnit I get the > following error message: > > IBatisNet.DataMapper.Test.NUnit.SqlMapTests.StatementTest.TestCustomTypeHandler > :

Re: Question: How to access two schemas in ibatis??

2005-10-13 Thread Larry Meadors
By using the peoperties element and an external file to provide the connection string, etc... Larry On 10/13/05, Abbey Adique <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm a java developer here in the Philippines and the project I am working > right now concerns ibatis. I would just like to know ho

Re: Email Moderation

2005-10-18 Thread Larry Meadors
Oh, OK, I was accepting valid posts and ignoring or rejecting invalid ones (i.e., the "get a bigger unit/lower mortgage/free M$ software" ones). I will start rejecting all, and adding the comment you suggested for VALID posts. BTW, is there a way to report spam/phishing when you reject a request?

Re: Email Moderation

2005-10-18 Thread Larry Meadors
Why don't we just not allow posting from addresses that are not subscribed? Larry On 10/18/05, Ted Husted <[EMAIL PROTECTED]> wrote: > We tweak the SpamAssassin settings regularly, but I don't think > there's anything built into MailMan right now. > > O

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Larry Meadors
..and be careful that it isn't in here: select '' + blah from table Larry On 11/4/05, Nathan Maves <[EMAIL PROTECTED]> wrote: > I think that this would be a nice to have. You would have to do a > regular exp match to substitute one space for two or more spaces. > > Nathan > > > On Nov 4, 2

Re: [jira] Commented: (IBATIS-143) Remove blanks in SQL

2005-11-04 Thread Larry Meadors
I'd bet good cash money on it. :) Larry On 11/4/05, Nathan Maves <[EMAIL PROTECTED]> wrote: > well I would say that you do it before any string substitutions ($$) > are done. Do people really hard code stuff like that in their queries? > > > On Nov 4, 2005, at 9:

Re: [VOTE] Discontinue Support for: iBATIS Java 1.x, JDK 1.3 and DTDs at ibatis.com

2005-11-06 Thread Larry Meadors
I am not sure i understand: Will the iBATIS 1.x DTDs remain where they are, go away (potentially a very, very bad thing), or get moved to apache.org? Larry On 11/5/05, Clinton Begin <[EMAIL PROTECTED]> wrote: > Hi everyone: > > == What? == > > I'm going to raise a vote and recommend to discont

iBATIS for PHP, anyone?

2005-11-15 Thread Larry Meadors
Hi all, I am wondering if there are any PHP coders here who are interested in iBATIS for PHP. I know there are a few, so come on, admit it! Anyway, I ran into a couple of folks who were working on two seperate ports of iBATIS to PHP, and are interested in contributing their code (and ongoing effo

Re: About a generator for SqlMaps

2005-12-06 Thread Larry Meadors
Tell us what it is and/or upload it to jira. Larry On 12/6/05, Alexander Panzhin <[EMAIL PROTECTED]> wrote: > I noticed you do not have one. > > I made a little something for myself, but I think that it would be a > nice util for SqlMaps. > Now how do I get to you? > > -- > > With best regar

Re: [ANNOUNCE] Abator - a Java Code Generator for iBATIS

2005-12-10 Thread Larry Meadors
Right on, Jeff! I look forward to seeing it in action. Larry On 12/10/05, Jeff Butler <[EMAIL PROTECTED]> wrote: > I am very pleased to announce that a new Java code generator for iBATIS is > now available - Abator. > > Abator generates SqlMaps, Java domain classes, and (optionally) Java DAO >

Re: About a generator for SqlMaps

2005-12-11 Thread Larry Meadors
Dang, I must be a nerd...this stuff is really interesting This one -> https://jabstract.dev.java.net/ <- is old and out of date, but it could potentially replace the ties to Eclipse's AST. This one -> http://jrefactory.sourceforge.net/ <- looks more current. Also, I suspect that this sort of thi

Re: How does iBATIS for Java validate sqlMap.config and its related sqlMap files?

2005-12-11 Thread Larry Meadors
On 12/11/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > To what extent are the and fragment tags supported? Is > it possible to use this within deeply nested dynamic sql tags like > ? I'm assuming it is... Yes, it is. Larry

Re: [jira] Commented: (IBATIS-203) Sql comments inside sqlMap's select tag, throws exception

2005-12-20 Thread Larry Meadors
Actually, iirc, we did this FOR db2. Larry On 12/20/05, Sven Boden <[EMAIL PROTECTED]> wrote: > Why have a JDBC standard when a lot of drivers react differently in the > little details? > DB2 and Oracle don't have problems with extra new lines :( > > So it also doesn't make sense to keep the JIRA

Re: select statement without resultmap

2006-01-04 Thread Larry Meadors
IIRC, the problem was compatibility - there are people who use to execute stored procedures that update data, and do not need returned data, so they leave them blank. Making one or the other required (aside: I did make this change in 1.x, and did it in the builder, not the DTD) would break their

Re: Urgent and not so urgent info

2006-02-07 Thread Larry Meadors
On 2/7/06, Clinton Begin <[EMAIL PROTECTED]> wrote: > 1) Documentation: Yes it's old. I'm not sure if the OO doc in SVN is any > newer...I don't think I've updated it. Maybe Richard will update it for us. I was thinking the same thing...c'mon Ric, step up the plate. ;-) Larry

Re: support

2006-02-09 Thread Larry Meadors
What is it that you are trying to accomplish with this? Larry On 2/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello developers > > Can you support getting context (id) informations within a DAO impl > instance? > > There is only a access to the daoManager instance that is set in the

Re: support

2006-02-09 Thread Larry Meadors
Ravensburg > http://www.pruftechnik.com > Tel: +49 (0)751 76956-12 > Fax: +49 (0)751 76956-79 > > > ----- > > > > Larry Meadors <[EMAIL PROTECTED]> >

Re: What about a LDAP dao engine ?

2006-02-11 Thread Larry Meadors
I think that would be very interesting. :-) I did some work with LDAP recently, and think that having something like SQL Maps for LDAP queries would be really useful. One thing I had problems with was that the attributes are all name-value pairs - like doing everything with Maps. ;-) Semantically

Re: How to check whether insert sql executed successfully??

2006-03-14 Thread Larry Meadors
Wow. Twice in one week. If no exception is thrown, it worked. Larry On 3/13/06, Jesse Terry <[EMAIL PROTECTED]> wrote: > Ibatis api tells me that the insert method of SqlMapSession return the > primary key generated by dbms. > but i have never used this mechanism to generate primary key, so ho

Re: [jira] Created: (IBATIS-283) Oracle Objects support in iBatis using TypeHandler

2006-04-04 Thread Larry Meadors
What is the type of the the object returned by getter.getObject()? You can log that or use a debugger to see that. Larry On 4/4/06, Ashwin (JIRA) wrote: > Oracle Objects support in iBatis using TypeHandler > -- > > Key: IBATIS-283 >

Re: Opinions About Nested Iterate Tags

2006-04-24 Thread Larry Meadors
To me, 281 looks more like what I would expect. Larry On 4/24/06, Jeff Butler <[EMAIL PROTECTED]> wrote: > > JIRA issues 281 and 238 present different solutions to the problem of nested > iterate tags not working: > > http://issues.apache.org/jira/browse/IBATIS-281 > http://issues.apache.org/jir

Re: [jira] Created: (IBATIS-295) ClassInfo dropCase method not checking 2nd char appropriately

2006-05-16 Thread Larry Meadors
Sun's Introspector class does the same thing so this is the expected behavior. Perhaps a better way to think about how the name changes is that "the character at the second position" has an impact, not necessarily "the second character". For an example, the following class outputs this: a_B cla

Re: How to get the PK value from the inserting

2006-06-22 Thread Larry Meadors
Search for the selectKey tag. Larry On 6/22/06, Huang, Richard X <[EMAIL PROTECTED]> wrote: Dear all, I have a question: Currently our oracle database uses the trigger to generate the ID value from the sequence when we do the inserting. Is there anyway I can get the ID value back to the ja

Abator..

2006-06-26 Thread Larry Meadors
OK, I tried abator this weekend to see what it was like - it seems to be generating alot of traffic, which got me wondering what I was missing. So, I downloaded and unzipped it (no eclipse for me, thanks), and tweaked out a config file for a project I am working on and ran it on a couple of table

Re: Abator..

2006-06-26 Thread Larry Meadors
On 6/26/06, Jeff Butler <[EMAIL PROTECTED]> wrote: 4. Abator generates code that matches database tables, rather than a rich domain model. I agree with your philosophy 100% on this. 5. Useful code gen implies that something is wrong with iBATIS. ... I think that we could provide some cache

Re: Release Status???

2006-07-01 Thread Larry Meadors
I have nothing for it... On 6/30/06, Jeff Butler <[EMAIL PROTECTED]> wrote: I believe I'm finished with everything I wanted to do for 2.2.0. I'm wondering what everyone else's status is. I would be happy to act as release manager for a 2.2.0 release if there's a consensus that it's time to do

Re: Double $ sign

2006-07-06 Thread Larry Meadors
Do have an example? On 7/6/06, Poitras Christian <[EMAIL PROTECTED]> wrote: Hi Jeff. I read the problem submitted in user list about this issue : using '$' character in package name. I wonder if double $ sign can cause problems with nested iterate tags. Can you take a look at this? Christia

Re: Any thoughts on creating a different email alias for Tools?

2006-07-22 Thread Larry Meadors
I am already on the moderation list for dev/java/cs...what's one more? ;-) Sign me up, I'll help with it. Larry On 7/18/06, Jeff Butler <[EMAIL PROTECTED]> wrote: It's OK with me. If we decide to do it, then I read here that Apache would like three moderators for a new mailing list: http:/

Re: [VOTE] New mailing list addresses (was: Any thoughts on creating a different email alias for Tools?)

2006-07-24 Thread Larry Meadors
+1 (do we even need to vote on something this minor?) Larry On 7/24/06, Nathan Maves <[EMAIL PROTECTED]> wrote: +1 On Jul 24, 2006, at 9:40 AM, Clinton Begin wrote: Good call on a single request for both. I'm all for: [EMAIL PROTECTED] [EMAIL PROTECTED] This vote is open for 24 hours (no

Re: Can't Get Rollback Working

2006-08-07 Thread Larry Meadors
Interesting configuration...what is the database? Larry On 8/7/06, Dunton Stephen - sdunto <[EMAIL PROTECTED]> wrote: Hi, I am using iBatis / Sql Maps with Cold Fusion 7 via java. I have a number of sql statements executing that I need to act as an atomic transaction. I can't get ro

Re: Can't Get Rollback Working

2006-08-07 Thread Larry Meadors
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors Sent: Monday, August 07, 2006 11:58 AM To: [email protected] Subject: Re: Can't Get Rollback Working Interesting configuration...what is the database? Larry On 8/7/06, Dunton Stephen - sdunto <[EMAIL PROTECTED]>

Re: Multiple Result Set Support complete, 2.2.0 will fly within a week

2006-08-13 Thread Larry Meadors
I totally agree that 2.x should not try and assimilate the new JDKs and the new JDBC stuff - that should be tackled in 3.x instead.On a related note, what JDBC drivers are at jdbc4 now?Oracle, MySQL, and Sybase are on the expert group, but I poked around the Oracle and MySQL sites looking for driv

Re: Multiple Result Set Support complete, 2.2.0 will fly within a week

2006-08-14 Thread Larry Meadors
..or take a cue from commercial software vendors, and release them all today (available for pre-order, that is).LarryOn 8/14/06, Jeff Butler <[EMAIL PROTECTED]> wrote: LOL - we should do MDD - then we could just draw a pretty picture and there would be NO development time. :)   Jeff  On 8/14/06, C

Re: [VOTE] iBATIS for Java 2.2.0 promote to General Availability

2006-08-16 Thread Larry Meadors
+1 with a warning to upgraders that almost got me.If you have a class defined like this:public class MyDaoImpl extends SqlMapDaoTemplate implements MyDao...and a method like this:public void delete (String key) It won't compile until you rename your delete because it thinks you are trying to overri

Re: [VOTE] iBATIS for Java 2.2.0 promote to General Availability

2006-08-16 Thread Larry Meadors
pdate, deleteyou might have this problem.  As a more general solution, I'd suggest just choosing different language like:  load, fetch, save, update, remove. That will avoid the whole problem. Cheers,ClintonOn 8/16/06, Larry Meadors <[EMAIL PROTECTED] > wrote:+1 with a warning to upgrade

Re: description attribute

2006-08-22 Thread Larry Meadors
Can you attach the modified DTDs to a JIRA issue? Larry On 8/22/06, Steven Pannell <[EMAIL PROTECTED]> wrote: Hi, Would it be possible to modify the sql-map.dtd and add a "description" attribute to the elements such as , , etc. This would be really useful for documentation and information pu

Re: [jira] Created: (IBATIS-342) Dynamic mapped statements......exceptions: Element "sqlMap" does not allow text.

2006-09-05 Thread Larry Meadors
I deleted this issue (as well as IBATIS-341). JIRA is not a support forum: Do not use it as a way to get help with issues in your code unless you are sure that the issue is because of a bug in iBATIS. Larry On 9/5/06, Datta Saru (JIRA) wrote: Dynamic mapped statements..exceptions: Elemen

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-20 Thread Larry Meadors
LOL, I like that "rambles on like a drunk". I am not sure what the status is of the dev guide, but I do know that it has needed work for some time, and has been neglected because of other projects. IMO, it would be best if we could somehow convert it to something like docbook, and generate it fr

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-20 Thread Larry Meadors
generate Javahelp and Eclipse help files from this, too. That might be interesting... If anyone has an example of how to generate a pdf from it using ant, I'd convert the dev guide and wire the generation into the build. Larry On 9/20/06, Larry Meadors <[EMAIL PROTECTED]> wrote: LOL,

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-20 Thread Larry Meadors
Clinton was resistant to moving away from OpenOffice the last time this came up, so maybe we should see if his opinion has changed about it. Jeff Butler On 9/20/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > OK, just for fun I converted the tutorial to docbook. The dev guide is > going to

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-21 Thread Larry Meadors
quot; ?> <!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-config-2.dtd">; <!-- Always ensure to use the correct XML header as above! --> <sqlMapConfig> ... Ewwthis would not make

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-21 Thread Larry Meadors
On 9/21/06, Clinton Begin <[EMAIL PROTECTED]> wrote: I'm not resistant ... I just haven't heard any better alternatives. ..and I am not so crazy about DocBook either, just wanting to explore it more. Developer/Author criteria: Accessible - OOo is free. So is XMLMind's XXE. Easy - OOo i

Re: [jira] Created: (IBATIS-347) DAOManager unable to parse dao.xml file

2006-09-21 Thread Larry Meadors
This issue has been deleted. Larry On 9/21/06, brian kelly (JIRA) wrote: DAOManager unable to parse dao.xml file --- Key: IBATIS-347 URL: http://issues.apache.org/jira/browse/IBATIS-347 Project: iBatis for Jav

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-21 Thread Larry Meadors
be missing something or include stuff that people don't care about. For example, if our users don't care about Downloadable, Printable, and Bundleable - and would trade them for more up-to-date docs - then we may just want to use Confluence. Thoughts? Clinton On 9/21/06, Larry Meadors

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-21 Thread Larry Meadors
/21/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > Haha, what are you saying? > > [EMAIL PROTECTED] ~/projects/ibatis/trunk/rb $ ls docs/ > total 0 > drwxr-xr-x 3 users 72 Aug 9 09:58 . > drwxr-xr-x 6 users 152 Aug 9 09:58 .. > drwxr-xr-x 7 users 328 Aug 9 10:00

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-21 Thread Larry Meadors
On 9/21/06, Richard Sullivan <[EMAIL PROTECTED]> wrote: my wife and baby need some love and attention too. Speaking of which..any news Mr. Begin? Isn't your little project running behind schedule now? Larry

Re: developer guide for Data Mapper 2.2 seems to be missing section numbering

2006-09-22 Thread Larry Meadors
I just talked to the guys at XMLMind, and it sounds like they are willing to give Apache members licenses to the Pro version of XXE (and have in some cases already). http://www.xmlmind.com/xmleditor/proedition.html http://www.xmlmind.com/xmleditor/features.html Larry On 9/21/06, Clinton Begin

Re: iBATIS for PHP

2006-09-26 Thread Larry Meadors
A couple of guys were working on it, but I know one switched to Java. Not sure about the other one. Larry On 9/26/06, Rob Young <[EMAIL PROTECTED]> wrote: Hi, Is there a project like this around? I have seen a few messages on it in the archives but nothing concrete. Thanks Rob

Re: iBATIS - Multiple where clause

2006-09-27 Thread Larry Meadors
Please send this sort of question to the user list, not the developer list. The user list is for support-type questions, dev is for framework discussion. Larry On 9/26/06, pradheep <[EMAIL PROTECTED]> wrote: hi how do we implement multiple where clause in a single xml file. based on the cond

Re: New iBATIS Documentation Format

2006-10-03 Thread Larry Meadors
Heh, well, I am for it. I think either way (APT or docbook) we can switch later, so to me it's not a decision that we need to really sweat over (on this project). I think with a little effort, we can create a modular main document that includes the child documents. I could take a crack at it lat

Re: New iBATIS Documentation Format

2006-10-03 Thread Larry Meadors
I'd agree - OOo on my box is total crap for docbook - like worse than Word for HTML. Larry On 10/3/06, Clinton Begin <[EMAIL PROTECTED]> wrote: I don't think Brandon was suggesting we continue to use OOo with DocBook. I can attest to the poor quality of the DocBook output from OOo But it

Re: New iBATIS Documentation Format

2006-10-04 Thread Larry Meadors
Heheh, is this the politically correct way to say "they both suck"? ;-) IMO, the dissonance is because they are trying to accomplish two very different things: XXE is an XML editor, not a word processor. It's goal is to make the document structure correct. OO Writer is a general purpose word pr

Re: New iBATIS Documentation Format

2006-10-04 Thread Larry Meadors
o, in the end it only servers to be transformed into something useful. So, I already have a set of tools that i use to do all that. I have an xml editor, xslt plugin, and xpath plugin. That's really all i should need. Am i missing something? Brandon On 10/4/06, Larry Meadors <[EMAIL PROTECTED]

Re: New iBATIS Documentation Format

2006-10-04 Thread Larry Meadors
l pain when we have to start typing hundreds of <select> everywhere... Cheers, On 10/4/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > Nope, I think you have all you *need*, but XXE also gives you tools > for things like inserting images and stuff that a text-based editor > won&#

Re: Proposed Enhancement - Support Multiple Parameter Classes

2006-10-10 Thread Larry Meadors
IMO, it doesn't fit with the iBATIS philosophy. There are as many solutions to this as there are projects, and making a simple solution to this problem is not terribly likely. I tend to put as much of that in the DAO (via threadlocal storage) or in the database itself (via triggers, etc) as I ca

Re: Proposed Enhancement - Support Multiple Parameter Classes

2006-10-10 Thread Larry Meadors
ainly address my issue - and I think it would be easier to implement that what I proposed. I think I like it. Jeff Butler On 10/10/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > IMO, it doesn't fit with the iBATIS philosophy. > > There are as many solutions to this as there

Re: SQL Maps style approach for other persistence APIs besides JDBC

2006-10-13 Thread Larry Meadors
Yes, there are some things that would make this doable. The DAO approach would make it transparent to the app. The dynamic tags could also be used to generate queries - but you'd have to do some magic to get the processed query out. I do not think that the LDAP API has anything like prepared st

Re: [VOTE] Deprecate DAO (Java) / DataAccess (.NET) frameworks

2006-10-23 Thread Larry Meadors
+1 On 10/23/06, Clinton Begin <[EMAIL PROTECTED]> wrote: This is the official vote to deprecate both the iBATIS for Java DAO Framework and the iBATIS.NET DataAccess Framework . The deprecated frameworks will be removed from the primary download, archived in the source control system ("moved"

Re: [VOTE] Deprecate PaginatedList related interfaces, implementations and APIs.

2006-10-23 Thread Larry Meadors
+1 On 10/23/06, Clinton Begin <[EMAIL PROTECTED]> wrote: This is the official vote to deprecate both the PaginatedList interface, the queryForPaginatedList() method and all PaginagedList implementations. The deprecated APIs and classes will be marked with the deprecated flag for a period of 6

Re: Downloads not working

2006-10-26 Thread Larry Meadors
Looks like they are working now. Larry On 10/26/06, Reina Ehrenbogen, Alejandro <[EMAIL PROTECTED]> wrote: Hello all, I've been trying to download releases from http://ibatis.apache.org/javadownloads.html for a few days but they all timeout. I vaguely remember seeing a news item on the site r

Re: Per User Datasources

2006-11-08 Thread Larry Meadors
-1 Even though I haven't used the C# version in months, I agree with Gilles. This sort of thing is the domain of a separate project, not iBATIS - it has precious little to do with data mapping. Larry On 11/7/06, Gilles Bayon <[EMAIL PROTECTED]> wrote: -1 I think the configuration file must r

Re: Per User Datasources

2006-11-08 Thread Larry Meadors
BATIS? It shouldn't. Larry On 11/8/06, Ted Husted <[EMAIL PROTECTED]> wrote: On 11/8/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > -1 > > Even though I haven't used the C# version in months, I agree with Gilles. > > This sort of thing is the domain of a separa

Re: [jira] Closed: (IBATIS-370) no WRITABLE property with camel case properties

2006-11-22 Thread Larry Meadors
Not really: getxAxis will make a property named "xAxis". === public class BeanName extends TestCase { public void test() throws Exception { BeanInfo info = Introspector.getBeanInfo(TestBean.class); PropertyDescriptor[] propertyDescriptors = info.getPropertyDescriptors(); f

Re: [jira] Closed: (IBATIS-370) no WRITABLE property with camel case properties

2006-11-22 Thread Larry Meadors
I think so, yeah. On 11/22/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Wierd. Did you check to see if iBATIS works that way too? iBATIS isn't using Introspector. Jeff Butler On 11/22/06, Larry Meadors <[EMAIL PROTECTED]> wrote: > Not really: getxAxis will make a p

Re: iBATIS Web Site Updates

2006-11-28 Thread Larry Meadors
Yeah, we need those unsubscribe links, or is it unsusbceriebe? Whatever it is, we need those on there. +1 on that. IE sucks...er, I mean I think we should keep the form. I object: -1 for removing that. I added it because I can never remember the [EMAIL PROTECTED] unsubscribe email address requir

Re: Status of 2.3 Release

2006-11-30 Thread Larry Meadors
Rock on Jeff! Larry On 11/30/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Hi All, I have everything built for 2.3, and have everything signed and checksummed. Unfortunately, there are permission problems in the .../dist directories, so I'm stuck right now. I've sent a note to infra@ and as so

Re: [VOTE] iBATIS for Java 2.2.0 to GA

2006-12-05 Thread Larry Meadors
+1 On 12/5/06, Brandon Goodin <[EMAIL PROTECTED]> wrote: +1 On 12/4/06, Jeff Butler <[EMAIL PROTECTED]> wrote: > Following this conversation: > > http://www.mail-archive.com/dev%40ibatis.apache.org/msg02094.html > > I'm calling a vote to promote 2.2 to GA status. > > Known problems with 2.2: >

Re: How to insert list of records usingiBatis

2006-12-08 Thread Larry Meadors
This is really not the right list for this question, but I'll tell you the same thing I told you on the other list: Don't reinvent the wheel. :-) "The Oracle Migration Workbench is a tool that simplifies the process of migrating third-party database systems to the Oracle platform (Oracle9i and O

Re: [jira] Created: (IBATIS-387) bug in Jdk14LoggingImpl

2007-02-01 Thread Larry Meadors
This is fixed in SVN now. Larry On 2/1/07, M. Schneider (JIRA) wrote: bug in Jdk14LoggingImpl --- Key: IBATIS-387 URL: https://issues.apache.org/jira/browse/IBATIS-387 Project: iBatis for Java Issue Type: Bug

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
I like the idea - it makes the checkout faster, and "mvn idea:idea" is worth it's weight in gold, and our current build.xml is a bugger, I hate it. So, I wonder if we can skin the generated site to make it not look like crap^H^H^H^H every other maven generated site. :-) Larry On 2/12/07, Brand

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
ed) > > > > The Abater build also behaves differently if you're running wuth JSE 5 or > > not - there are more tests if you are using a Java 5 JDK. > > > > The build.xml for Abator is more complex than I'd like because of all this > > - so if Maven could he

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
ah, OK, I can't argue that, even w/o .net and ruby...maven generated sites are, well, hideous. Cheers, Grumpy Clinton On 2/13/07, Larry Meadors <[EMAIL PROTECTED]> wrote: > I like the idea - it makes the checkout faster, and "mvn idea:idea" is > worth it's weight in

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
Apologies in advance: I don't mean to sound like an ass. This argument just seems like we are saying "Let's hack together something even more convoluted to do do something simple so we don't have to use something new." Other than "it's different", "ant works fine" and "I hate maven", I have hear

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
HATE COMMENTS?!? Goodin, I'll kick your fat butt! :-D On 2/13/07, Clinton Begin <[EMAIL PROTECTED]> wrote: >>I think there is a bit of hostility here. I don't sense any hostility...just strong opinions. Agreed, I'll make no more butt-kicking comments...today. Except via IM. Unless provoked.

Re: Maven for Build?

2007-02-13 Thread Larry Meadors
DUDE IM GONNA KCIK YER BUTT!! Larry PS: It's fun to be silly in the middle of the week - unlike those struts stiffs who can only giggle on Fridays. ;-) On 2/13/07, Clinton Begin <[EMAIL PROTECTED]> wrote: > It only affects people who build iBATIS from source, So it will only make the develo

Re: [VOTE] Support for Maven (impacts Java version only)

2007-02-14 Thread Larry Meadors
+2 On 2/14/07, Clinton Begin <[EMAIL PROTECTED]> wrote: Hi all, It strikes me that there was enough discussion around the Maven build to warrant an official vote for Maven support. +2 => Replace our Ant build entirely with a Maven build. +1 => Support Maven by including a Maven build alongsi

  1   2   >