[jboss-user] [JBoss Seam] - Re: ConcurrentModificationException

tony.herstell@gmail.com do-not-reply at jboss.com
Tue Jan 8 14:38:39 EST 2008


OOps... Solved.
Pure Java problem.


  | 
  | 	/* (non-Javadoc)
  | 	 * @see nz.co.selwynequestriancentre.action.booking.BookingController#removeResource(nz.co.selwynequestriancentre.model.entity.Resource.ResourceKind)
  | 	 */
  | 	public String removeResource(ResourceKind resourceKind) {
  | 		bookingResources.remove(resourceKind);
  | //		for (ResourceKind eachExistingResourceKind : bookingResources) {
  | //			if (resourceKind.getInlLabel().equalsIgnoreCase(eachExistingResourceKind.getInlLabel())) {
  | //				log.info("found it");
  | //				bookingResources.r
  | //			}
  | //		}
  | 		return null;
  | 	}
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118041#4118041

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118041



More information about the jboss-user mailing list