Jump to content
We've recently updated our Privacy Statement, available here ×

kthormann

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by kthormann

  1. found it here: http://sourceforge.net/projects/jasperstudio/files/JaspersoftStudio-1.0.4/
  2. same problem... my code: <authz:authorize ifNotGranted="ROLE_TEST"> <td width="1" valign="top"><a href="javascript:exportReport('${configuredExporter.key}'<c:if test="${not empty exportFilename}">, '<c:url value="flow.html/flowFile/${exportFilename}"/>'</c:if>)" title="<spring:message code='${configuredExporter.value.descriptionKey}'/>"><img src="${pageContext.request.contextPath}${configuredExporter.value.iconSrc}" border="0" alt="<spring:message code='${configuredExporter.value.descriptionKey}'/>"/></a></td> <td width="1"> </td> </authz:authorize> even if the user dont have the role ROLE_TEST he see's the exporters.... Greetz Kerstin
  3. hi!!! I'd like to export into a *.doc file. how could i implement this? greetz Kerstin
  4. Hello! I'd need to refresh my report every 5 minutes (so if you open a specific report, it would refresh the data every 5 min automatically, without reload the browser window) how can i realize this? Thanks!!! Kerstin
  5. thx your post really helped me..... but now i want to hide the "copy, cut, delete" buttons in the repository - part, how to do this? thx, Kerstin
  6. i need this feature too!! does anybody know how to do something like that? greez kerstin
  7. let me know if you find a solution, im searching for a similar one greez Kerstin
  8. hi there, i've got a report with cascading input control, this is working fine. i want to show this report on Liferay-Portal with the JasperserverPortlet (JasperServerPortlet-3.7.0.war) BUT the cascading input controle doesn't work there. Can any body help me? greetz Kerstin
  9. Got the solution: i've changed the portlet.xml with the attached one! greez Kerstin
  10. Hi! Im also trying to install jasper-portlet 3.5 on liferay 5.2.3 but it doesn't work. I've already changed the portlet.xml but still i cannot add the portlet. are there any other changes? Info: if i deploy the .war on liferay 5.1.2 it works! thx for help greez, Kerstin Error: 09:19:01,129 ERROR [PortletLocalServiceImpl:542] com.liferay.portal.kernel.xml.D ocumentException: Error on line 20 of document : cvc-complex-type.2.4.a: Invali d content was found starting with element 'resource-bundle'. One of '{"http://ja va.sun.com/xml/ns/portlet/portlet-app_1_0.xsd":portlet-preferences, "http://java .sun.com/xml/ns/portlet/portlet-app_1_0.xsd":security-role-ref}' is expected. Ne sted exception: cvc-complex-type.2.4.a: Invalid content was found starting with element 'resource-bundle'. One of '{"http://java.sun.com/xml/ns/portlet/portlet- app_1_0.xsd":portlet-preferences, "http://java.sun.com/xml/ns/portlet/portlet-ap p_1_0.xsd":security-role-ref}' is expected. com.liferay.portal.kernel.xml.DocumentException: Error on line 20 of document : cvc-complex-type.2.4.a: Invalid content was found starting with element 'resour ce-bundle'. One of '{"http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd":po rtlet-preferences, "http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd":secu rity-role-ref}' is expected. Nested exception: cvc-complex-type.2.4.a: Invalid c ontent was found starting with element 'resource-bundle'. One of '{"http://java. sun.com/xml/ns/portlet/portlet-app_1_0.xsd":portlet-preferences, "http://java.su n.com/xml/ns/portlet/portlet-app_1_0.xsd":security-role-ref}' is expected. at com.liferay.portal.xml.SAXReaderImpl.read(SAXReaderImpl.java:377) at com.liferay.portal.xml.SAXReaderImpl.read(SAXReaderImpl.java:388) at com.liferay.portal.kernel.xml.SAXReaderUtil.read(SAXReaderUtil.java:1 56) at com.liferay.portal.service.impl.PortletLocalServiceImpl._readPortletX ML(PortletLocalServiceImpl.java:1281) at com.liferay.portal.service.impl.PortletLocalServiceImpl.initWAR(Portl etLocalServiceImpl.java:477) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti on(AopUtils.java:307) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo inpoint(ReflectiveMethodInvocation.java:182) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( ReflectiveMethodInvocation.java:149) at org.springframework.transaction.interceptor.TransactionInterceptor.in voke(TransactionInterceptor.java:106) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( ReflectiveMethodInvocation.java:171) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invok e(ExposeInvocationInterceptor.java:89) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami cAopProxy.java:204) at $Proxy49.initWAR(Unknown Source) at com.liferay.portal.service.PortletLocalServiceUtil.initWAR(PortletLoc alServiceUtil.java:184) at com.liferay.portal.deploy.hot.PortletHotDeployListener.doInvokeDeploy (PortletHotDeployListener.java:230) at com.liferay.portal.deploy.hot.PortletHotDeployListener.invokeDeploy(P ortletHotDeployListener.java:127) at com.liferay.portal.kernel.deploy.hot.HotDeployUtil._doFireDeployEvent (HotDeployUtil.java:108) at com.liferay.portal.kernel.deploy.hot.HotDeployUtil._fireDeployEvent(H otDeployUtil.java:153) at com.liferay.portal.kernel.deploy.hot.HotDeployUtil.fireDeployEvent(Ho tDeployUtil.java:43) at com.liferay.portal.kernel.servlet.PortletContextListener.portalInit(P ortletContextListener.java:113) at com.liferay.portal.kernel.util.PortalInitableUtil.init(PortalInitable Util.java:48) at com.liferay.portal.kernel.servlet.PortletContextListener.contextIniti alized(PortletContextListener.java:109) at org.apache.catalina.core.StandardContext.listenerStart(StandardContex t.java:3843) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4 342) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase .java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77 1) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.jav a:926) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.j ava:889) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492 ) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java :311) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl eSupport.java:117) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443 ) at org.apache.catalina.core.StandardService.start(StandardService.java:5 16) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710 ) at org.apache.catalina.startup.Catalina.start(Catalina.java:578) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Post Edited by kthormann at 01/13/2010 09:14
×
×
  • Create New...