[jboss-user] [EJB 3.0] - Re: Path expected for join!

2006-11-08 Thread meselfe
to answer myself the query should have been: select p from Project as p join p.tasks as t where p.id = :projectid View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984328#3984328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [EJB 3.0] - Path expected for join!

2006-11-08 Thread meselfe
Why am i getting this exception: javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.hql.ast.QuerySyntaxException: Path expected for join! [select p from dk.simpletime.model.entity.Project as p join Task as t where p.id = :projectid] ..when performing the query: Strin

[jboss-user] [JBoss Portal] - Best way to do portal and EJB3?

2006-10-16 Thread meselfe
Should I use portal 2.4.1.cr1 bundled with AS 4.0.4 and then add EJB3 jboss-EJB-3.0_RC9-FD.zip? or JBoss 4.0.4GA with EJB3 through installer and then add portal binary? or some other method?? I have tried the two first with no succes. The first one dosent work as stated in the docs. For insta

[jboss-user] [EJB 3.0] - EJB3 business delegates?

2006-10-12 Thread meselfe
What happens if i build a business delegate that caches the reference to the session bean? Will this lock down the session bean for as long as the reference exists. I think for stateless session beans im not guarantied that my invocation on the session bean is always serviced by the same bean in

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: EJBS in Web Applilcations

2006-10-11 Thread meselfe
EJB works great with web apps. What do you mean "internal application"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977690#3977690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977690 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - web file cache, esi and more?

2006-10-04 Thread meselfe
Does jboss have any sort of cache for static web files or are there any open source frameworks that can be used with jboss AS? Does JBoss AS support caching fragments of dynamic webpages using esi? Is the jboss web project still alive? How would I deploy static webcontent to JBoss AS without ha

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Error-page not showing

2006-08-17 Thread meselfe
btw. the forum removed the location tag from the abbove snippet - dunno why. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965887#3965887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965887 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Error-page not showing

2006-08-17 Thread meselfe
my web.xml contains this: java.lang.Throwable /error.jsp and the error.jsp is marked with <@ page isErrorPage="true" > but still when an exception occurs the browser only shows its own http 500 error page?? View the original post : http://www.jboss.com/index.html?module=bb&op=v