[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Version update 20080623  XML
Forum Index -> Product
Author Message
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Please view details in the DevZone of http://www.CaptainCasa.com.

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

If you want to use jasper from the batch files behing the windows start menu: edit the batch files so that they include the jasper libraries. Example:

Code:
 set TCP=..\resources\webappaddons\eclnt\lib\eclnt.jar
 
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\swt.jar
 
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\jasperreports-3.0.0.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-beanutils-1.7.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-collections-2.1.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-digester-1.7.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-javaflow-20060411.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-logging-1.0.2.jar
 set TCP=%TCP%;..\resources\webappaddons\eclnt\lib\commons-logging-api-1.0.2.jar
 
 start jre\bin\javaw.exe -cp %TCP% org.eclnt.client.page.PageBrowser <a href="http://localhost:50000" target="_blank" rel="nofollow">http://localhost:50000</a> 
 
 /demos/faces/workplace/workplace.jsp headerline=true
 



Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

There is a mini-update 20080623_2 in the download zone:
(.) the batch files are correct for Jasper in this version
(.) one of the jasper-jar files was not correctly signed and could not be loaded from an applet/webstart environment.

This update is only required when using the new JasperRepots components!

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi,

there is a bug in the creation of expressions within the BeanBrowser - if working with dispatcher. PLEASE CHECK the expression when dragging & dropping from bean browser.

Fix is on the way. Sorry...

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

...finally: the bugs mentioned in the previous message are corrected - 20080624 is available via DevZone...

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Product
Go to:   
Powered by JForum 2.1.6 © JForum Team