<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Red5 and JPA with Maven2</title>
	<atom:link href="http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html</link>
	<description>My experience with: Java, JEE, Adobe Flex, PHP, Video</description>
	<lastBuildDate>Mon, 24 Oct 2011 14:00:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeremy</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1242</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 12 Sep 2011 12:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1242</guid>
		<description>Same for me :


[INFO] ------------------------------------------------------------------------
[INFO] Building jakubiak-red5-core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using &#039;UTF-8&#039; encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 524 source files to /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/java/org/red5/server/net/remoting/RemotingClient.java:[29,22] package org.apache.http does not exist

[...]

&lt;a href=&quot;#comment-1232&quot; rel=&quot;nofollow&quot;&gt;@Joris &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Same for me :</p>
<p>[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Building jakubiak-red5-core<br />
[INFO]    task-segment: [clean, install]<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] [clean:clean {execution: default-clean}]<br />
[INFO] Deleting directory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target<br />
[INFO] [resources:resources {execution: default-resources}]<br />
[INFO] Using &#8216;UTF-8&#8242; encoding to copy filtered resources.<br />
[INFO] skip non existing resourceDirectory /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/resources<br />
[INFO] [compiler:compile {execution: default-compile}]<br />
[INFO] Compiling 524 source files to /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/target/classes<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[ERROR] COMPILATION ERROR :<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[ERROR] /Users/jeremyfinckbohner/TAFF/Projets/jakubiak-red5/svn (trunk)/jakubiak-red5-core/src/main/java/org/red5/server/net/remoting/RemotingClient.java:[29,22] package org.apache.http does not exist</p>
<p>[...]</p>
<p><a href="#comment-1232" rel="nofollow">@Joris </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1232</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Tue, 14 Jun 2011 12:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1232</guid>
		<description>I checked out the trunk of http://jakubiak-red5.googlecode.com/svn but when I go to the jakubiak-red5-pom directory and run 

mvn clean install

I get a large number of compilation errors in jakubiak-red5-core:

\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\server\net\remoting\RemotingClient.java:[29,22] package org.apache.http does not exist

(...)

\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\io\m4a\impl\M4AReader.java:[334,29] cannot find symbol
symbol  : variable ToStringBuilder
location: class org.red5.io.m4a.impl.M4AReader

This is my Maven version: mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_14
Java home: C:\Program Files\Java\jdk1.6.0_14\jre
Default locale: nl_NL, platform encoding: Cp1252
OS name: &quot;windows xp&quot; version: &quot;5.1&quot; arch: &quot;x86&quot; Family: &quot;windows&quot;</description>
		<content:encoded><![CDATA[<p>I checked out the trunk of <a href="http://jakubiak-red5.googlecode.com/svn" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/jakubiak-red5.googlecode.com/svn?referer=');">http://jakubiak-red5.googlecode.com/svn</a> but when I go to the jakubiak-red5-pom directory and run </p>
<p>mvn clean install</p>
<p>I get a large number of compilation errors in jakubiak-red5-core:</p>
<p>\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\server\net\remoting\RemotingClient.java:[29,22] package org.apache.http does not exist</p>
<p>(&#8230;)</p>
<p>\workspace\red5-project\jakubiak-red5\jakubiak-red5-core\src\main\java\org\red5\io\m4a\impl\M4AReader.java:[334,29] cannot find symbol<br />
symbol  : variable ToStringBuilder<br />
location: class org.red5.io.m4a.impl.M4AReader</p>
<p>This is my Maven version: mvn -version<br />
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)<br />
Java version: 1.6.0_14<br />
Java home: C:\Program Files\Java\jdk1.6.0_14\jre<br />
Default locale: nl_NL, platform encoding: Cp1252<br />
OS name: &#8220;windows xp&#8221; version: &#8220;5.1&#8243; arch: &#8220;x86&#8243; Family: &#8220;windows&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VJ</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1225</link>
		<dc:creator>VJ</dc:creator>
		<pubDate>Tue, 26 Apr 2011 07:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1225</guid>
		<description>I have a requirement where users can stream videos from red5 on flash plugin. The video can be switched to pay mode anytime. For instance, if a unpaid user is watching this video and the mode is changed to paymode, the user should be alerted about this change. will it be possible to send requests to reauthenticate at regular intervals to server?</description>
		<content:encoded><![CDATA[<p>I have a requirement where users can stream videos from red5 on flash plugin. The video can be switched to pay mode anytime. For instance, if a unpaid user is watching this video and the mode is changed to paymode, the user should be alerted about this change. will it be possible to send requests to reauthenticate at regular intervals to server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1207</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Thu, 17 Feb 2011 17:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1207</guid>
		<description>You have to build: jakubiak-red5-flash-publisher</description>
		<content:encoded><![CDATA[<p>You have to build: jakubiak-red5-flash-publisher</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choesang</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1206</link>
		<dc:creator>choesang</dc:creator>
		<pubDate>Thu, 17 Feb 2011 17:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1206</guid>
		<description>Hi!
I am stuck at the same point as Yevgeny.

I downloaded the code, did mvn clean install on &quot;jakubiak-red5-pom&quot;.
Installed postgresql and created user &quot;demojpa&quot;

But throws an error at

c:\workspace\jakubiak\jakubiak-red5-demo-jpa&gt;mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jakubiak-red5-demo-jpa 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.329s
[INFO] Finished at: Thu Feb 17 17:56:02 CET 2011
[INFO] Final Memory: 5M/121M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jakubiak-red5-demo-jpa: Could not resolve dependencies for project eu.jakubiak:jakubiak-red5-demo-jpa:war:1.0-SNAPSHOT: Failed to collect dependencies for [eu
.jakubiak:jakubiak-red5-annotations:jar:0.9.2-SNAPSHOT (compile), eu.jakubiak:jakubiak-red5-patches:jar:0.9.2-SNAPSHOT (compile), eu.jakubiak:jakubiak-red5-core:jar:0.9.2-SNAPSHOT (provided), eu.jakub
iak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT (compile), javax.persistence:persistence-api:jar:1.0 (provided), org.springframework:spring-context-support:jar:3.0.2.RELEASE (compile), org.spring
framework:spring-tx:jar:3.0.2.RELEASE (compile), org.springframework:spring-orm:jar:3.0.2.RELEASE (compile), org.springframework:spring-jdbc:jar:3.0.2.RELEASE (compile), org.springframework:spring-tes
t:jar:3.0.2.RELEASE (test), junit:junit:jar:4.7 (test), org.springframework:spring-webmvc:jar:3.0.2.RELEASE (compile), javax.servlet:servlet-api:jar:2.5 (provided), javax.servlet:jstl:jar:1.2 (compile
), javax.servlet.jsp:jsp-api:jar:2.1 (provided), commons-fileupload:commons-fileupload:jar:1.2.1 (compile), commons-io:commons-io:jar:1.4 (compile), antlr:antlr:jar:2.7.7 (compile), org.antlr:antlr:ja
r:3.0.1 (compile), postgresql:postgresql:jar:8.3-603.jdbc4 (compile), cglib:cglib-nodep:jar:2.2 (compile), org.hibernate:hibernate-entitymanager:jar:3.4.0.GA (compile), org.hibernate:hibernate-annotat
ions:jar:3.4.0.GA (compile), c3p0:c3p0:jar:0.9.1.2 (compile)]: Failed to read artifact descriptor for eu.jakubiak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT: Failure to find eu.jakubiak:jakubiak
-red5-flash-pom:pom:0.9.2-SNAPSHOT in http://repository.sonatype.org/content/groups/flexgroup was cached in the local repository, resolution will not be reattempted until the update interval of flexmo
jos has elapsed or updates are forced -&gt; [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


I even tried building individual pom files but didnt help.
Do you have any idea where it is going wrong?

Thanks for the great tutorial.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am stuck at the same point as Yevgeny.</p>
<p>I downloaded the code, did mvn clean install on &#8220;jakubiak-red5-pom&#8221;.<br />
Installed postgresql and created user &#8220;demojpa&#8221;</p>
<p>But throws an error at</p>
<p>c:\workspace\jakubiak\jakubiak-red5-demo-jpa&gt;mvn clean install<br />
[INFO] Scanning for projects&#8230;<br />
[INFO]<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Building jakubiak-red5-demo-jpa 1.0-SNAPSHOT<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] BUILD FAILURE<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Total time: 1.329s<br />
[INFO] Finished at: Thu Feb 17 17:56:02 CET 2011<br />
[INFO] Final Memory: 5M/121M<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] Failed to execute goal on project jakubiak-red5-demo-jpa: Could not resolve dependencies for project eu.jakubiak:jakubiak-red5-demo-jpa:war:1.0-SNAPSHOT: Failed to collect dependencies for [eu<br />
.jakubiak:jakubiak-red5-annotations:jar:0.9.2-SNAPSHOT (compile), eu.jakubiak:jakubiak-red5-patches:jar:0.9.2-SNAPSHOT (compile), eu.jakubiak:jakubiak-red5-core:jar:0.9.2-SNAPSHOT (provided), eu.jakub<br />
iak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT (compile), javax.persistence:persistence-api:jar:1.0 (provided), org.springframework:spring-context-support:jar:3.0.2.RELEASE (compile), org.spring<br />
framework:spring-tx:jar:3.0.2.RELEASE (compile), org.springframework:spring-orm:jar:3.0.2.RELEASE (compile), org.springframework:spring-jdbc:jar:3.0.2.RELEASE (compile), org.springframework:spring-tes<br />
t:jar:3.0.2.RELEASE (test), junit:junit:jar:4.7 (test), org.springframework:spring-webmvc:jar:3.0.2.RELEASE (compile), javax.servlet:servlet-api:jar:2.5 (provided), javax.servlet:jstl:jar:1.2 (compile<br />
), javax.servlet.jsp:jsp-api:jar:2.1 (provided), commons-fileupload:commons-fileupload:jar:1.2.1 (compile), commons-io:commons-io:jar:1.4 (compile), antlr:antlr:jar:2.7.7 (compile), org.antlr:antlr:ja<br />
r:3.0.1 (compile), postgresql:postgresql:jar:8.3-603.jdbc4 (compile), cglib:cglib-nodep:jar:2.2 (compile), org.hibernate:hibernate-entitymanager:jar:3.4.0.GA (compile), org.hibernate:hibernate-annotat<br />
ions:jar:3.4.0.GA (compile), c3p0:c3p0:jar:0.9.1.2 (compile)]: Failed to read artifact descriptor for eu.jakubiak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT: Failure to find eu.jakubiak:jakubiak<br />
-red5-flash-pom:pom:0.9.2-SNAPSHOT in <a href="http://repository.sonatype.org/content/groups/flexgroup" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/repository.sonatype.org/content/groups/flexgroup?referer=');">http://repository.sonatype.org/content/groups/flexgroup</a> was cached in the local repository, resolution will not be reattempted until the update interval of flexmo<br />
jos has elapsed or updates are forced -&gt; [Help 1]<br />
[ERROR]<br />
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.<br />
[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br />
[ERROR]<br />
[ERROR] For more information about the errors and possible solutions, please read the following articles:<br />
[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException?referer=');">http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException</a></p>
<p>I even tried building individual pom files but didnt help.<br />
Do you have any idea where it is going wrong?</p>
<p>Thanks for the great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoni Jakubiak</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1202</link>
		<dc:creator>Antoni Jakubiak</dc:creator>
		<pubDate>Sun, 13 Feb 2011 19:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1202</guid>
		<description>I have just submitted a small patch. Now it shall compile.</description>
		<content:encoded><![CDATA[<p>I have just submitted a small patch. Now it shall compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yevgeny Chertov</title>
		<link>http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html/comment-page-1#comment-1201</link>
		<dc:creator>Yevgeny Chertov</dc:creator>
		<pubDate>Fri, 11 Feb 2011 21:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://en.jakubiak.info/2009/05/27/red5-and-jpa-with-maven2.html#comment-1201</guid>
		<description>great article Antoni,

This subject is not published about and you might be the first on the net. Great job. I am having a minor issue that I would appreciate help in resolving. at the step when you do:

cd ../jakubiak-red5-demo-jpa/
mvn clean install

I get a build error:


[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) eu.jakubiak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT

and im just somewhat confused (maybe cause I&#039;m new to maven)

Thank you very much, and even if you dont help me great job with the article.

Yev</description>
		<content:encoded><![CDATA[<p>great article Antoni,</p>
<p>This subject is not published about and you might be the first on the net. Great job. I am having a minor issue that I would appreciate help in resolving. at the step when you do:</p>
<p>cd ../jakubiak-red5-demo-jpa/<br />
mvn clean install</p>
<p>I get a build error:</p>
<p>[ERROR] BUILD ERROR<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Failed to resolve artifact.</p>
<p>Missing:<br />
&#8212;&#8212;&#8212;-<br />
1) eu.jakubiak:jakubiak-red5-flash-publisher:swf:0.9.2-SNAPSHOT</p>
<p>and im just somewhat confused (maybe cause I&#8217;m new to maven)</p>
<p>Thank you very much, and even if you dont help me great job with the article.</p>
<p>Yev</p>
]]></content:encoded>
	</item>
</channel>
</rss>

