[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-31 Thread deianb
There are issues with the composite keys and two of the templates.

1. In find.jsp.ftl you should check if typeName is not null. Here is the 
updated #foreach section:

#foreach field in pojo.getAllPropertiesIterator()#if 
!c2h.isCollection(field)  !c2h.isManyToOne(field)   h:outputLabel 
value=${'#'}{msg.${pojo.shortName}_${field.name}} for=${field.name}

#if field.value.typeName?exists 

#if field.value.typeName == date h:inputText 
value=${'#'}{${entityFinder}.example.${field.name}} id=${field.name}

   f:convertDateTime type=date dateStyle=short/

 /h:inputText

#elseif field.value.typeName == time h:inputText 
value=${'#'}{${entityFinder}.example.${field.name}} id=${field.name}

   f:convertDateTime type=time/

 /h:inputText

#elseif field.value.typeName == timestamp h:inputText 
value=${'#'}{${entityFinder}.example.${field.name}} id=${field.name}

   f:convertDateTime type=both dateStyle=short/

 /h:inputText

#elseif field.value.typeName == boolean 
h:selectBooleanCheckbox value=${'#'}{${entityFinder}.example.${field.name}} 
id=${field.name}/
#else h:inputText 
value=${'#'}{${entityFinder}.example.${field.name}} id=${field.name}/

/#if

#else h:inputText 
value=${'#'}{${entityFinder}.example.${field.name}} id=${field.name}/

/#if   /h:outputLabel

/#if/#foreach   h:outputLabel value=${'#'}{msg.PageSize} 
for=pageSize



2. In editorbean.java.ftl you should check if identifierProperty is not null. 
Here is the updated #if /line 47/:

#if pojo.identifierProperty?exists  
pojo.identifierProperty.value.identifierGeneratorStrategy == assigned   
if ( entityManager.find(${entityClass}.class, 
instance.${pojo.getGetterSignature(pojo.identifierProperty)}())!=null )


Good luck!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3948264#3948264

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948264


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-31 Thread [EMAIL PROTECTED]
*please* put these in hibernate tools jira as patches! thank you!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3948271#3948271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948271


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-26 Thread fady.matar
Unable to reproduce, can you elaborate more?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3946748#3946748

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946748


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-26 Thread jaejong
I execute hibernate tool from jbossIDE 1.6 plugined  hibernate_3.1.0.beta5 to 
generate jboss seam skeleton app depeneon database  table. and I got the 
Exception.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3946806#3946806

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946806


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jbossIDE1.6GA and seam CRUD

2006-05-26 Thread [EMAIL PROTECTED]
most likely compositeid's which is not supported in the seam generation (yet)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3946922#3946922

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946922


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user