[JBoss-user] [EJB 3.0] - EJBException in Servlet (EJB3 Trailblazer)

2005-12-21 Thread nmazloumi
Hi I followed the EJB3 Tutorial on Authors and Articles and Deployed my 
application. Calling the Servlet under http://localhost:8080/authors/authors 
results in the following Exception.

Any idea? My guess is that I need to start the Hypersonic database and/or 
configure JBoss/EJB3 to work with a persistance layer  but the trailblazer 
doesn't contain any information on that. But maybe its a completely different 
problem here

Greetings,
Nima


type Exception report
  | 
  | message 
  | 
  | description The server encountered an internal error () that prevented it 
from fulfilling this request.
  | 
  | exception 
  | 
  | javax.ejb.EJBException: null; CausedByException is:
  | null
  | 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:46)
  | org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:70)
  | 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:32)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:189)
  | org.jboss.aop.Dispatcher.invoke(Dispatcher.java:107)
  | 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:37)
  | 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:88)
  | $Proxy69.getAllAuthors(Unknown Source)
  | articles.web.AuthorServlet.showArticles(AuthorServlet.java:61)
  | articles.web.AuthorServlet.doPost(AuthorServlet.java:43)
  | articles.web.AuthorServlet.doGet(AuthorServlet.java:33)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  | javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | 
  | note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5 logs.



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Changing portlets and pages on a running system?

2005-12-20 Thread nmazloumi
Sorry but can you kindly explain what you mean with OTB portal and where I can 
find it?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Changing portlets and pages on a running system?

2005-12-16 Thread nmazloumi
There are several files I use:

*-pages.xml, portlet.xml, portlet-instances.xml
When I edit these pages under jboss\server\default\deploy\myportal.war  nothing 
happens. I guess I need to touch the web.xml file so that JBoss recognizes 
changes?

Another problem is that JBP doesn't seem to support sub-pages, right? I was 
thinking of creating a main portal with pages that can have sub-pages in order 
to define a site structure. How can I solve this? One thing I thought is to use 
a javascript menu and several portals, thus each portal would represent the a 
node in the tree. Is there any easier way?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Changing portlets and pages on a running system?

2005-12-15 Thread nmazloumi
Is it possible to change pages and portlets on a running server? At the moment 
I always have to restart the server before the changes are visible.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user