Looks like insufficient rights.<br><br>-Dan<br><br><div class="gmail_quote">On Sat, Aug 15, 2009 at 5:50 AM, Peter Royle <span dir="ltr">&lt;<a href="mailto:howardmoon@screamingcoder.com">howardmoon@screamingcoder.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
I get this when trying to import into Seam msandbox. Do I need<br>
permissions or am I forgetting something?<br>
<br>
$ svn commit -m &quot;Initial import of Seam Scheduling to sandbox&quot;<br>
svn: Commit failed (details follow):<br>
svn: Server sent unexpected return value (403 Forbidden) in response<br>
to MKACTIVITY request for &#39;/repos/seam/!svn/act/3d8eb1b5-3dfd-4dfb-<br>
ba26-ab4116d4d5f4&#39;<br>
<br>
Cheers,<br>
<br>
Pete.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On 23/07/2009, at 12:36 AM, Peter Royle wrote:<br>
<br>
&gt; OK it&#39;s ready to go, up to date with the latest ri.<br>
&gt;<br>
&gt; Dan, what&#39;s the best option for discussing the code structure? If you<br>
&gt; want to take a look at it, you can download it from here:<br>
&gt;<br>
&gt; <a href="http://screamingcoder.com/projects/plebeians/WBScheduling.tgz" target="_blank">http://screamingcoder.com/projects/plebeians/WBScheduling.tgz</a><br>
&gt;<br>
&gt; The MemoryGrapher is the example usage project. Run it using &#39;mvn -<br>
&gt; Drun=true install&#39; .<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Pete.<br>
&gt;<br>
&gt;<br>
&gt; On 20/06/2009, at 4:12 AM, Pete Muir wrote:<br>
&gt;<br>
&gt;&gt; How about putting this in Seam sandbox/modules for now?<br>
&gt;&gt;<br>
&gt;&gt; Talk to Dan Allen offline about the structure for the code (but<br>
&gt;&gt; basically it is like webbeans-extensions).<br>
&gt;&gt;<br>
&gt;&gt; Also, ping me and I&#39;ll sort out the SVN permissions.<br>
&gt;&gt;<br>
&gt;&gt; On 28 May 2009, at 22:45, Peter Royle wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I know you&#39;re all really busy right now with the spec updates, but<br>
&gt;&gt;&gt; I&#39;ve got a new extension for possible inclusion into WebBeans, plus<br>
&gt;&gt;&gt; a new example app for SE which uses it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; == Quartz Extension ==<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; WebBeans-Quartz.zip<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The extension is a Quartz extension. It basically fires events<br>
&gt;&gt;&gt; @Every Second, @Every Minute and @Every Hour, which can be observed<br>
&gt;&gt;&gt; like so:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; public void updateSomething(@Observes @Every Hour hour) { // blah }<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On startup the extension first checks for the presence of observers<br>
&gt;&gt;&gt; for each type of event and if there are no observers for a<br>
&gt;&gt;&gt; particular type of event, no events will be scheduled.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I intend to extend it by:<br>
&gt;&gt;&gt; 1)  introducing a way to define arbitrary schedules (in annotations<br>
&gt;&gt;&gt; or in a properties file which is then referenced by name in an<br>
&gt;&gt;&gt; annotation - which can then be made typesafe by subclassing the<br>
&gt;&gt;&gt; annotation). Eg:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;   package org.jboss.webbeans.extension.scheduler;<br>
&gt;&gt;&gt;   public @interface Scheduled {<br>
&gt;&gt;&gt;       String name();<br>
&gt;&gt;&gt;   }<br>
&gt;&gt;&gt; -----------<br>
&gt;&gt;&gt;   public @interface AfterHours extends Scheduled{<br>
&gt;&gt;&gt;        String name() default &quot;afterHours&quot;;<br>
&gt;&gt;&gt;   }<br>
&gt;&gt;&gt; -----------<br>
&gt;&gt;&gt;   schedule.properties:<br>
&gt;&gt;&gt;   afterHours=0 1 * * * *<br>
&gt;&gt;&gt; -----------<br>
&gt;&gt;&gt;   public void batchProcess(@Observes @AfterHours Schedule<br>
&gt;&gt;&gt; schedule) { ... }<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2) Adding whatever is necessary to make this usable in EE<br>
&gt;&gt;&gt; environment. Any pointers?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 3) Any other suggestions?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; == Memory Graph Example ==<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; MemoryGrapher.zip<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This is another Swing based example, which renders a graph of the<br>
&gt;&gt;&gt; VM&#39;s free memory, updating every second and calling garbage<br>
&gt;&gt;&gt; collection every minute using the above extension. It&#39;s a nice<br>
&gt;&gt;&gt; concise example of how to bootstrap and shutdown SE, how to observe<br>
&gt;&gt;&gt; events and how to use the injectable logger. Plus everyone loves a<br>
&gt;&gt;&gt; pretty graph!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I know there is some obvious clean up work required, and maybe<br>
&gt;&gt;&gt; removing the name Quartz (?) - which I&#39;m happy to do prior to<br>
&gt;&gt;&gt; checking in.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What do you think?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Pete.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; webbeans-dev mailing list<br>
&gt;&gt;&gt; <a href="mailto:webbeans-dev@lists.jboss.org">webbeans-dev@lists.jboss.org</a><br>
&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/webbeans-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/webbeans-dev</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; webbeans-dev mailing list<br>
&gt; <a href="mailto:webbeans-dev@lists.jboss.org">webbeans-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/webbeans-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/webbeans-dev</a><br>
<br>
_______________________________________________<br>
webbeans-dev mailing list<br>
<a href="mailto:webbeans-dev@lists.jboss.org">webbeans-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/webbeans-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/webbeans-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br>
<a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br><a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br>