<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Latest posts for "nihilist"]]></title>
		<link>https://community.jforum.net/posts/listByUser/24</link>
		<description><![CDATA[Latest posts for "nihilist"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[Integration Forum] Re:Jforum 2.3.3 and Postgresql 9.1.3</title>
				<description><![CDATA[ Thanks for the reply !]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/38/126</guid>
				<link>https://community.jforum.net/posts/preList/38/126</link>
				<pubDate><![CDATA[Thu, 7 Jun 2012 20:27:09]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[Integration Forum] Re:Jforum 2.3.3 and Postgresql 9.1.3</title>
				<description><![CDATA[ ok, my bad... in fact the Migration Tool Kit included with postgres does not understand "sysdate" properties so he fail to copy table, and especialy JFORUM_USERS.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/38/124</guid>
				<link>https://community.jforum.net/posts/preList/38/124</link>
				<pubDate><![CDATA[Thu, 7 Jun 2012 18:04:46]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[Integration Forum] Jforum 2.3.3 and Postgresql 9.1.3</title>
				<description><![CDATA[ Hello everybody,
<br>
<br>
I'm stuck with an error while starting Jforum when linked with a Posgresql database.
<br>
Here is the error when accessing the URL <a class="snap_shots" href="http://localhost/jforum-2.3.3/forums/list.page" target="_blank">http://localhost/jforum-2.3.3/forums/list.page</a> (tomcat web server):
<br>
<pre class="line-numbers"><code class="language-java match-braces">java.lang.NullPointerException<br>	java.lang.Class.forName0(Native Method)<br>	java.lang.Class.forName(Unknown Source)<br>	net.jforum.ConfigLoader.loadDaoImplementation(ConfigLoader.java:216)<br>	net.jforum.JForum.startApplication(JForum.java:329)<br>	net.jforum.JForum.init(JForum.java:112)</code></pre>
<br>
<br>
Prior to that, I migrate my database from Oracle to Postgres so I dont need to make a fresh install. I checked all my configuration files but didn't find anything.
<br>
SystemGlobals.properties:
<br>
<pre class="line-numbers"><code class="language-java match-braces"># Database type to use<br>database.driver.name = postgresql</code></pre>
<br>
<br>
postgresql.properties:
<br>
<pre class="line-numbers"><code class="language-java match-braces">#Sun Jul 26 12:58:14 CST 2009<br>dao.driver=net.jforum.dao.postgresql.PostgresqlDataAccessDriver<br>database.driver.name=postgresql<br>database.connection.driver=org.postgresql.Driver<br>database.connection.string=jdbc\:postgresql\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname}?user\=${database.connection.username}&amp;password\=${database.connection.password}<br>database.connection.host=xx.xx.xx.xx<br>database.connection.port=1531<br>database.connection.dbname=postgres<br>database.connection.username=OWN_JFORUM<br>database.connection.password=XXXXXXXXXX<br>database.connection.pool.min=5<br>database.connection.pool.max=50<br>database.connection.pool.timeout=5000<br>database.support.autokeys=false<br>database.support.subqueries=true<br>dbencoding=utf-8</code></pre>
<br>
<br>
jforum-custom.conf:
<br>
<pre class="line-numbers"><code class="language-java match-braces">#Installation specific configuration options<br>#Tue May 15 14:26:04 CEST 2012<br>container.app=Apache Tomcat<br>container.version=7<br>forum.link=http\://localhost/jforum-2.3.3<br>homepage.link=http\://localhost<br>i18n.board.default=fr_FR<br>installed=true<br>search.indexing.enabled=true</code></pre>
<br>
<br>
Can someone help me solve this issue?
<br>
<br>
thanks]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/38/123</guid>
				<link>https://community.jforum.net/posts/preList/38/123</link>
				<pubDate><![CDATA[Thu, 7 Jun 2012 17:53:35]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[User Forum] Re:One account - multiple users</title>
				<description><![CDATA[ Thanks for your answer !
<br>
Considering this, i have decided to programmatically insert my user in JForum each time we create a user in our main application.
<br>
1) Insert into JFORUM_USERS
<br>
2) Insert into JFORUM_USER_GROUPS
<br>
<br>
With the good access rights, that should do the trick.
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/36/113</guid>
				<link>https://community.jforum.net/posts/preList/36/113</link>
				<pubDate><![CDATA[Tue, 22 May 2012 17:21:01]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[User Forum] One account - multiple users</title>
				<description><![CDATA[ Hello (again),
<br>
<br>
I wanted to know if it is possible to configure an account in order to be used simultaneously by multiple users.
<br>
A standard account cannot be used like this: for exemple to log with Admin account will disconnect any users already connected with it.
<br>
On the opposite, the Anonymous (with password) account can be used by multiple users at the same time.
<br>
<br>
Is it possible to configure an account that behave like Anonymous (multiple users connected) but with access rights similar to standard account ?
<br>
<br>
thanks,
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/36/111</guid>
				<link>https://community.jforum.net/posts/preList/36/111</link>
				<pubDate><![CDATA[Mon, 21 May 2012 22:48:25]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[Integration Forum] Re:SSO or something like that</title>
				<description><![CDATA[ I followed the paths you mentionned, but it seems i'm stuck with compatibility problems:
<br>
- Jforum can't be installed on a Websphere 5 server (limitation due to the proprietary JVM Webpshere uses)
<br>
- I have no control on the OS account of the potential forum users, which prevent the use of getRemoteUser() SSO implementation
<br>
But in the end, the autologin option (the checkbox in the login page) may solve my issue, until we upgrade our software platform from Webpshere to Glasshfish.
<br>
<br>
Thanks again.
<br>
<br>
<br>
Edit: The 'dirty' URL, for those interested, is the following:
<br>
http://domain/jforum/jforum.page?module=user&amp;action=validateLogin&amp;username=<i>name</i>&amp;password=<i>password</i>&amp;autologin=true]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/35/110</guid>
				<link>https://community.jforum.net/posts/preList/35/110</link>
				<pubDate><![CDATA[Wed, 16 May 2012 21:45:05]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[Integration Forum] Re:SSO or something like that</title>
				<description><![CDATA[ Thanks for this thorough response !!
<br>
I'm going to try it right now.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/35/109</guid>
				<link>https://community.jforum.net/posts/preList/35/109</link>
				<pubDate><![CDATA[Wed, 16 May 2012 16:00:40]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
			<item>
				<title>[Integration Forum] SSO or something like that</title>
				<description><![CDATA[ Hello,
<br>
<br>
I have an application running on Websphere and JForum installed in a Jetty HTTPD, the two applications are on separate domain name but I need to avoid users to re-enter their login and password.
<br>
I was thinking about an URL including user and password (something like "http://domain/jforum2/login.do?username=xxxxx&amp;password=xxxxx") but i couldn't find it.
<br>
<br>
Is there a way to use the solution above and thus what is the URL I should use ?
<br>
<br>
If the aforementioned solution is not possible, is there another way to do solve my problem ?
<br>
<br>
Thanks in advance.
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/35/107</guid>
				<link>https://community.jforum.net/posts/preList/35/107</link>
				<pubDate><![CDATA[Tue, 15 May 2012 00:19:16]]> GMT</pubDate>
				<author><![CDATA[ nihilist]]></author>
			</item>
	</channel>
</rss>