예전에 쓰던 코드인데 톰캣8에서 돌렸더니 아래와 같은 에러를 냈다. javax.el.ELException: Failed to parse the expression [${ item.new }] 이유는 톰캣7이후부터 new, class, static 같은 java키워드는 사용하지 못하도록 변경되었단다. 해결방법은 코드를 수정하거나 톰캣설정을 바꾸는방법이 있다. 1. 코드수정은 아래처럼 수정한다. ${ item['new'] } 2. 서버설정을 바꾸는 방법은 이클립스 연동한경우 Servers -> [프로젝트명] -> catalina.properties 파일의 맨 하단에 아래의 설정을 추가하고 재기동하면 된다. org.apache.el.parser.SKIP_IDENTIFIER_CHECK=true
[root@hoonhee~]# vi .bashrc # .bashrc # User specific aliases and functions alias rm='rm -i'alias cp='cp -i'alias mv='mv -i'alias jboot='jeus -Uadministrator -P1234 &'alias jdown='jeusadmin uriel -Uadministrator -P1234 jeusexit'alias ja='jeusadmin uriel -Uadministrator -P1234'alias ws='cd /tmax/jeus6/webserver'alias jlog='cd /tmax/jeus6/logs' # Source global definitionsif [ -f /etc/bashrc ]; the..
mybatis의 연관관계 lazyloading을 사용할때 각 객체간의 부모 자식간의 데이터를 무한로딩하는 현상이 발생할때가 있다. 이 현상의 주 원인은 toString() 때문이다. 개발할때 vo객체에 toString을 재정의하여 사용하는경우가 있는데 이때 연관관계를 맺어놓은 객체까지 찍어버리면 이런현상이 일어난다. 만약 ToStringBuilder 를 이용해서 객체의 값들을 찍게 해놓았다면 지워주자. dwr에서도 마찬가지현상이 일어날수 있는데 이때는 한가지(부모나자식) 객체를 exclude 시켜버리면 된다.(아래글참조) --------------------------------------------------------------------------------------------------- dwr..
public String getSqlQuery(String sqlId, Object parameterObject) { String resultSql = ""; MappedStatement mappedStatement; StatementScope statementScope; SessionScope sessionScope; Sql sql ; mappedStatement = ((ExtendedSqlMapClient) getSqlMapClient()).getMappedStatement(sqlId); sessionScope = new SessionScope(); statementScope = new StatementScope(sessionScope); // 생략 하면 다이나믹 쿼리가 적용안됨 mappedState..
- Total
- Today
- Yesterday
- shortkey
- CONDINGARRAY
- 아두이노스토리
- JBR-2732
- JsonMergePatch
- 코딩입문
- JBR-526
- 12FactorApp
- 서비스회사
- SI
- code mining
- 우테캠
- CODINGARRAYKIT
- 2020.1
- 표준프레임워크 배치
- IntelliJ
- 2020.09
- TMK
- 이직
- 코딩어레이키트
- intellij느려짐
- 우테캠프로
- Arduino
- 표준프레임워크 배치 jar
- 코딩
- coding
- JsonPatch
- jeus8
- 아두이노
- code vision
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |