[jboss-user] [JBoss Seam] - Re: IllegalStateException: could not acquire lock on @Synchr

2007-11-30 Thread asookazian
when I removed *only* the breakpoint for the Seam remoting method, it works 
fine.  Code for Seam remoting method below...

public void setNoteData(Integer rowIndex, String colName, String 
siteId, String employeeNumber, Boolean icomsAccountApproved, Boolean 
securityLevelApproved, Boolean adjustmentLimitApproved){
  |  
  | log.info(in setNoteData: rowIndex =  + rowIndex);
  | log.info(in setNoteData: colName =  + colName);
  | log.info(in setNoteData: siteId =  + siteId);
  | log.info(in setNoteData: employeeNumber =  + employeeNumber);
  | log.info(in setNoteData: icomsAccountApproved =  + 
icomsAccountApproved);
  | log.info(in setNoteData: securityLevelApproved =  + 
securityLevelApproved);
  | log.info(in setNoteData: adjustmentLimitApproved  + 
adjustmentLimitApproved);
  | 
  | setRowIndex(rowIndex);
  | setColName(colName);
  | setSiteId(siteId);
  | setEmployeeNumber(employeeNumber);
  | setIcomsAccountApproved(icomsAccountApproved);
  | setSecurityLevelApproved(securityLevelApproved);
  | setAdjustmentLimitApproved(adjustmentLimitApproved);
  | 
  | }

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109411#4109411

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IllegalStateException: could not acquire lock on @Synchr

2007-11-30 Thread asookazian
Ok I was able to reproduce it.  I had two debug breakpoints in Eclipse.  One in 
the submit() method of the session-scope SFSB and one in a @WebRemote 
demarcated method in the same SFSB for Seam remoting use from a function in a 
.js file.  Both methods were being called in this use case.

When I cleared the two breakpoints and restarted JBoss (no code changes) and 
ran the use case again, the exception did not happen.

Is this normal behavior or a bug?  thx.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109403#4109403

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109403
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user