This seems as through it would be a special problem,I haven't found much
information on the forum.
I design a web application on windows by appfuse2.0.1.It runs well on
tomcat6.0.14+JDK1.5 environment+windows XP.
I want redeploy this web app on HP-UN.
This is my Server Information:
Tomcat Version:
Hi,InfoD
I try to change ManagerDao to managerDao,and test it.That is build
successful.
THKS very much!
Wangjinbin.
InfoD wrote:
>
> Look at your applicationContext.xml in the attached rar file, you have
> ManagerDao, could you try to change it to managerDao?
>
>
--
View this message i
Hi,All
This seems as though it would be a common problem but I haven't found
enough information on the forum.
My environment:
Appfuse2.0.1,Maven version: 2.0.7,Java version: 1.5.0,OS name: "windows
xp" version: "5.1" arch: "x86",Oracle9i,Tomcat6.0.14.
I create 2 inheritance relatio
Yes,AMP works very well when I remove the inheritence relation between
Manager class and Employee class.I think the bug of AMP result in the
problem.I cannt find the "web/jsf/form-view.ftl" file on my
%MAVEN_HOME%,AppFuse localRepository and project directory.Could you tell me
where can I find the
you using?
>
> Matt
>
> On 12/19/07, JinBinWang <[EMAIL PROTECTED]> wrote:
>>
>> This seems as though it would be a common problem but I haven't found
>> much
>> information on the forum.
>> I create two entitys like this:
>
This seems as though it would be a common problem but I haven't found much
information on the forum.
I create two entitys like this:
SUPERCLASS:
@Entity
@Table(name="emp_table")
@Inheritance(strategy=InheritanceType.JOINED)
public class Employee implements Serializable {
private static fin