Forum LAMS for Tech-Heads - General Forum: Re: Re: Problems with ToolBuilder and LAMS 2.3.1


 
Search: 

3: Re: Re: Problems with ToolBuilder and LAMS 2.3.1
In response to 2 07/07/09 06:20 PM
[ Reply | Forward ]
Hi Glen!

Looks like you found the found the source of the problem... Thanks. The ToolBuilder was done almost two years ago now and unfortunately it appears to be out-of-date. Since 2.3 and our performance improvements, the tool's hibernate objects have been referenced in the central BeanRefContext under the org.lamsfoundation.lams.tool* path, so changing that path kills them.

This will be added to the documentation.

Many thanks for notcing this problem,

Luke

Posted by Luke Foxton

4: Re: Re: Re: Problems with ToolBuilder and LAMS 2.3.1
In response to 3 07/07/09 06:31 PM
[ Reply | Forward ]
Also,

You may notice in commonContext.xml there is a reference to the hibernate files for all the tools. Like so:

<value>classpath*:org/lamsfoundation/lams/tool/**/**/*.hbm.xml</value>

You will need to add another line here like this one changing "lamsfoundation" to your vendor name.

Luke

Posted by Luke Foxton

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum