Re: Cannot find sqlmap in jar - new bug

2006-06-11 Thread Brandon Goodin
Paul, All i can tell you is that i have recently created an application that uses Spring, iBATIS and is jarred up. I have not faced the problems that you are facing. The only difference is that i used resin instead of Tomcat. If you feel it is related to classloading strategies then give resin a

Re: Cannot find sqlmap in jar - new bug

2006-06-11 Thread Paul Benedict
Brandon, All i can tell you is that i have recently created an application that uses Spring, iBATIS and is jarred up. Forgive me, but based on the feedback I am getting, I am not convinced at all that my problem is being understood. Can you give me some confidence it is? As I said, this is not

Re: Cannot find sqlmap in jar - new bug

2006-06-11 Thread Brandon Goodin
I'd recommend that you place your sqlMapConfig.xml in the classes directory and use the follwing spring config. bean id=sqlMapClient class=org.springframework.orm.ibatis.SqlMapClientFactoryBean property name=configLocation value=classpath:sqlMapConfig.xml/ property name=dataSource

Re: Cannot find sqlmap in jar - new bug

2006-06-11 Thread Clinton Begin
Did you try removing the / from the beginning of your resource path when loading the xml files from the JAR file? sqlMap resource=/c om/company/people/impl/PeopleImpl-sqlmap.xml /ClintonOn 6/11/06, Brandon Goodin [EMAIL PROTECTED] wrote:I'd recommend that you place your sqlMapConfig.xml in the

[jira] Created: (IBATIS-304) Need to add discriminator tag to sqlmap documentation

2006-06-11 Thread Brandon Goodin (JIRA)
Need to add discriminator tag to sqlmap documentation - Key: IBATIS-304 URL: http://issues.apache.org/jira/browse/IBATIS-304 Project: iBatis for Java Type: Task Components: SQL Maps Reporter: Brandon