and here the log i get:
2007-05-21 11:34:46,500 DEBUG [portlet.milestone.spring.persistence.DataTypeManager] - [deleteField(Integer id, String list)] entering deleteField...
2007-05-21...
Type: Posts; User: Omid; Keyword(s):
and here the log i get:
2007-05-21 11:34:46,500 DEBUG [portlet.milestone.spring.persistence.DataTypeManager] - [deleteField(Integer id, String list)] entering deleteField...
2007-05-21...
Hi all,
I have a little question on Transactions...
I try to use Transactions in my Portlet... since I don't need so much transactions I decided to use the programmatic way...
so I setup my...
Hi all,
I have a little problem with getHibernateTemplate().save(entry);
When ever I try to save an Entry I get the following Error Message:
2007-05-14 10:00:42,984 FATAL...
Thanks a lot for your response Andreas,
I willl try it.
Since I am developing a portlet, I had to have something that works with Portlets and not servlets, so I found a Tutorial (sorry I don't know where anymore) containing these file... so get it an...
HI all,
I have little problem with acegi and tomahawk I think.
first the Exception:
2007-04-26 13:18:37,328 DEBUG [org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap] -...
I will replace the login page.
And thank you very much for your help,
regards Omid
...
at org.jboss.portal.core.aspects.controller.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:168)
at...
Thanks again, it seems to work.
So when the User is not Logged in, I get a NullPointerException. is that normal? how can I redirect the access to the Login page...
log:
2007-04-18...
first thanks for your response...
I tried to reorder but it seems not to work...
I can furthermore access the "secure" pages.
<property name="objectDefinitionSource">
<value>...
Hi all,
I have a question because of Acegi...
I have configured Acegi in my acegicontext.xml and it looks:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi all,
I have a question because of Acegi...
I have configured Acegi in my acegicontext.xml and it looks:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
HI,
is it possible to access and manipulate the <Head>...</head> of the generated Portletpage to inject some javaScripts?
or does anyone know a way how to install a richtextbox into a Portlet??
...
what is wrong on this?
<f:view>
<h:outputText value="TEST"/>
<h:outputText value="#{jsfAgent.text}"/>
</f:view>
jsfAgent.java
public String getText() {
Hello,
I have a Problem with the JSF Spring integration.
When I try to execute some methodes from a jsp, which delegates
the request to a spring managed Bean I get an Exception:
......
thank you for your response...
I solved the problem...
in my web.xml the servlet tag was wrong. Now I replaced it with:
<servlet>
<servlet-name>ViewRendererServlet</servlet-name>...
now I have removed it... but i get an Exception:
2007-03-29 12:38:22,562 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/MileStoneBeta3].[Faces Servlet]] -...
can anyone post please the myfaces-portlet.xml?
Is it the same as portlet.xml?
thanks,
Omid