[jboss-user] [JBoss Seam] - Re: Scheduling in Seam?

modoc do-not-reply at jboss.com
Mon Oct 30 21:36:33 EST 2006


The latest cvs checkout i have won't actually build.  The example seam pay built and deployed just fine, but trying to build new seam jars fails, which I assume means that the fixes you made aren't making it into the example and it's picking up the old seam.jar file:


  | Buildfile: /Users/modoc/Documents/workspaces/digitalsanctuary/jboss-seam/build.xml
  | init:
  |      [echo] Build JBoss Seam 1.1
  | compile:
  |     [javac] Compiling 69 source files to /Users/modoc/Documents/workspaces/digitalsanctuary/jboss-seam/build/classes
  |     [javac] /Users/modoc/Documents/workspaces/digitalsanctuary/jboss-seam/src/main/org/jboss/seam/security/SeamSecurityManager.java:210: cannot find symbol
  |     [javac] symbol  : method actions()
  |     [javac] location: @interface org.jboss.seam.annotations.AclProvider
  |     [javac] for (String action : p.actions().split("[,]"))
  |     [javac] ^
  |     [javac] Note: Some input files use or override a deprecated API.
  |     [javac] Note: Recompile with -Xlint:deprecation for details.
  |     [javac] Note: Some input files use unchecked or unsafe operations.
  |     [javac] Note: Recompile with -Xlint:unchecked for details.
  |     [javac] 1 error
  | 


Secondly, I just noticed that by default all the timers are persisted.  So as I modified code, each time the server started up again, it loaded up old timers that weren't valid, hence causing me many errors.  But turning off all timer persistence, I was able to get things work, i think.  I need to change a few things, but I think I'm on the right track.

I'll post back when I'm sure either way.

Thanks!

Modoc

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

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



More information about the jboss-user mailing list