Hello,
I'm using 3.2beta7 tool.
During Hibernate Code Generation from a JDBC Connection, with JDK5 and EJB3 checked, all the exporters work except the Seam Skeleton App:
it dies with the following error:
Exception while generating code.
Reason:
org.hibernate.tool.hbm2x.ExporterException: error while processing template seam/find.jsp.ftl
[Details]
org.hibernate.tool.hbm2x.ExporterException: Error while processing template seam/find.jsp.ftl
freemarker.core.InvalidReferenceException: Expression field.value.typeName is undefined on line 45, column 6 in seam/find.jsp.ftl.
freemarker.core.InvalidReferenceException: Expression field.value.typeName is undefined on line 45, column 6 in seam/find.jsp.ftl.
Thanks for any help!
--Eric
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976642#3976642
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976642
Exists a default naming strategy for components?
I have the following situation:
I'm starting to build a large-scale app which will contain about 800+ components. I really need the "name" attribute of @Name annotation to be optional. If no "name" is specified, the name will be the className.
Example
package a.b;
@Name
@Stateful
public class C{
..
}
then, component C will be named a.b.C (equals to assign name="a.b.C" in the @Name annotation).
My intention is to use @In in a seamless way, because with a huge number of components, that would become a knighmare to detect errors (at runtime)
Regards,
Sebastian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976639#3976639
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976639
Hi,
I'm currently working on some web services. Everything works fine if deployed in a war file. If I deploy it in a sar file the web services become unavailable. I'm not very familiar with the idea of the sar file( I just had to do it). Could somebody explain to me ( or at least point to some documentation) what's the diference between these two formats and also do I need to re-configure the deployments descriptors for a sar file?
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976638#3976638
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976638