Oops. Sorry for that. It's back online
Ralph
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118633#4118633
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118633
___
jboss-use
Hello
The last couple of days I wrote a HessianResource class so a hessian client can
talk to a seam application. I would like to share this code with the
community. It's very experimental right now. Maybe some Seam gurus can review
the code and give me some advice what could be done better.
Hi
I'm looking for a way to configure a naming strategy in a Hibernate Session
factory (components.xml)
The class org.jboss.seam.persistence.HibernateSessionFactory contains an
attribute namingStrategy. But there is no xml element for this attribute.
There is one for each of the other attribut
Sorry for that. I posted it into the wrong forum
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084662#4084662
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084662
___
jboss
Hi
I'm looking for a way to configure a naming strategy in a Hibernate Session
factory (components.xml)
The class org.jboss.seam.persistence.HibernateSessionFactory contains an
attribute namingStrategy. But there is no xml element for this attribute.
There is one for each of the other attribu
Hi
I just mentioned that the class org.jboss.seam.util.Reflections is using a Sun
poprietary API: sun.reflect.Reflection
Shouldn't that be changed.
Regards
Ralph
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084327#4084327
Reply to the post :
http://www.
Done. I created two entries 1671 and 1672.
Thanks for looking into this issues.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064404#4064404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064404
__
Just figured out that ResourceServlet is deprecated. Use
SeamResourceServlet instead. Almost every web.xml in the example folder is
using the old ResourceServlet.
package org.jboss.seam.servlet;
|
| /**
| * @author Shane Bryzak
| * @deprecated use SeamResourceServlet
| */
| publ
Hello
I made some tests with Seam Remoting, JavaBeans/Hibernate on Tomcat.
It works great. I have two question about this.
1) When the program has to do some database operation I have to annotate the
web method with @Transactional to make it work. With JSF there is
no need for this annot
Think I figured out what the problem is:
The class org.jboss.seam.persistence.HibernateSessionFactory has
a "unwrap" method
@Unwrap
|public SessionFactory getSessionFactory() throws Exception
|{
| return createSessionFactory();
|}
and a "create" method
@Create
|
Hello
I found a strange behaviour with Hibernate2 Example in Seam 2.0.0B1.
I deployed the example into Tomcat and it starts fine. In the browser I see the
homepage with the login form.
But everytime I start a request for example with "Register New User" or
"Register" in the New User form the p
11 matches
Mail list logo