我有這樣的代碼: @PersistenceContext(name="persistence/monkey", unitName="deltaflow-pu")
...
@Stateless
public class GahBean implements GahRemote {
但是,當我使用這個: try{
InitialContext ic = new InitialContext
在使用Struts2的,我使用的幾個註解做Model類裏面我的驗證,在set()方法,如: @RequiredStringValidator(message = "Name is required")
@StringLengthFieldValidator(message = "Name must be between 5 and 60 characters",
minL