Saturday, September 4, 2010 11:12

Posts Tagged ‘Java’

Resin – java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef

Tuesday, August 10, 2010 11:33

Error -  java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef was thrown when running my web application on myeclipse based on Resin 3.1. It is due to a MyEclipse (I am using My Eclipse 5.5.0 GA) defect. http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=21403&start=0&postdays=0&postorder=asc&highlight= Workaround:  add them under the jar files under lib folder in the boot configuration of Resin in MyEclipse. Also there is ...

This was posted under category: Web MVC  |  Read Full Story  |  0 Comments

Resin ArrayIndexOutOfBoundsException Tiles

Tuesday, August 10, 2010 11:29

There was error thrown when accessing Java web application using Tiles in Resin environment. We came across java.lang.ArrayIndexOutOfBoundsException when using Resin 4.0.8.   The root cause is a defect from Resin 4.0.8.  (http://bugs.caucho.com/view.php?id=4104) . The solution is upgrade the Resin to version 4.0.9

This was posted under category: Web MVC  |  Read Full Story  |  0 Comments

Eclipse SVN Error

Wednesday, May 5, 2010 20:41

Error message: commit -m "commit message." files RA layer request failed svn: Commit failed (details follow): svn: PROPFIND request failed on '/repo/path/!svn/vcc/default' svn: PROPFIND of '/repo/path/!svn/vcc/default': Could not read status line: connection was closed by server. (http://example.com) How to fix? Looking at my SVN configurations I could only find the JavaHL option, no SVNKit available.

This was posted under category: Java  |  Read Full Story  |  0 Comments

PowerDesigner Reverse Engineer

Friday, February 5, 2010 13:34

Get the Physical Data Model 1. Menu Operation File, Reverse Engineer , Database, New Phycial Data Model 2. Connection Add a connect to the target database 3. Choose tables to generate the models Generate the Java Code 1. Menu Operation Tools , Generate Object-Oriented Model, Detail, O/R Mapping, Enable Transformations, Extended Model Definitions, O/R Mapping,      Hibernate To be continued.

This was posted under category: Database, Java  |  Read Full Story  |  0 Comments

GWT Exception – The style name should be in camelCase

Saturday, December 12, 2009 14:49

When I needed to add or modify a CSS property of an element in Google Web Toolkit (GWT), I’d always do it like this : widget.getElement().setAttribute("style", "align:right;"); However, if there was already ...

This was posted under category: Java  |  Read Full Story  |  0 Comments

MyEclipse 6.5 GA

Friday, December 11, 2009 7:54

1. Overview MyEcipse 6.5 delivers Java enterprise developers new strategic application lifecycle management (ALM) features. In addition, it includes improvements of MyEclipse's industry leading Java EE tools and 1-click Java application technology repository and runtime. MyEclipse's new ALM features are founded upon the integration of Maven2 project and ...

This was posted under category: Java  |  Read Full Story  |  0 Comments

Why CSV files

Saturday, March 21, 2009 9:51

 ...

This was posted under category: Java  |  Read Full Story  |  0 Comments

why CSV files

Saturday, March 21, 2009 9:50

 ...

This was posted under category: Java  |  Read Full Story  |  0 Comments

Java中replaceAll和split中的反斜杠

Friday, February 27, 2009 16:46

在Java中处理一些路径相关的问题的时候,如要取出ie...

This was posted under category: Java  |  Read Full Story  |  0 Comments