<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>EDAS2-Forum</title>
<link>http://www.edas2.com/forum/index.php</link>
<description>EDAS2 Forum</description>
<managingEditor>john.zastrow@tetratech.com</managingEditor>
<webMaster>john.zastrow@tetratech.com</webMaster>
<copyright>Copyright 2009 EDAS2</copyright>
<generator>glFusion</generator>
<pubDate>Sun, 13 Sep 2009 19:01:01 -0400</pubDate>
<language>en-gb</language>
<atom:link href="http://www.edas2.com/backend/edas2-forum.rss2.rss" rel="self" type="application/rss+xml" /><item>
<title>Community Forum :: INFO: EDAS 2 Application in Postgre SQL Database</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=16</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=16</guid>
<pubDate>Sun, 13 Sep 2009 15:02:02 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=114&quot;&gt;xsalefter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Hi..&lt;br /&gt;
&lt;br /&gt;
I know this project from Dan Allen post at jsf central. At the beginning I&amp;#039;m just curious about how to upgrade performance in seam framework application. Unfortunately, I don&amp;#039;t have a Oracle Database instance in my notebook. I just have a PostgreSQL and MySQL. So I can&amp;#039;t try and test the application in my machine.&lt;br /&gt;
&lt;br /&gt;
Then I starting my migration from Oracle to PostgreSQL. Here is the PostgreSQL dump file: &lt;a href=&quot;http://www.badongo.com/file/17174399&quot;&gt;edasdb-postgresql&lt;/a&gt;. And FYI, here are small change I&amp;#039;ve been done to original database sample script:&lt;br /&gt;
- Change the BLOB datatype to bytea.&lt;br /&gt;
- Change the VARCHAR2 datatype to VARCHAR&lt;br /&gt;
- Change NUMBER datatype to numeric&lt;br /&gt;
&lt;br /&gt;
Maybe I&amp;#039;m poor some optimization when migrating the data. But my first intent is quick-change-and-run in postgreSQL :D . I hope this is very useful for folks who need it. Thanks.&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Re: couldn't able deply the edas2.war into jboss server using build.xml</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=15</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=15</guid>
<pubDate>Thu, 25 Jun 2009 18:14:53 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=84&quot;&gt;sdollani&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Thank you got it working now !..&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: couldn't able deply the edas2.war into jboss server using build.xml</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=14</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=14</guid>
<pubDate>Thu, 25 Jun 2009 09:12:13 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=84&quot;&gt;sdollani&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I have been working on this issue from last couple of days, but i couldn&amp;#039;t able to fix it.I am getting error like &amp;quot; Could not instantiate dialect class&amp;quot;.Below i am giving my error details clearly.It would be really great help full to me if you could put me in right direction.&lt;br /&gt;
&lt;br /&gt;
I am using Myeclipse 6.6 +Jboss 4.2.3+Java 1.5.&lt;br /&gt;
&lt;br /&gt;
Below i have given two error details which are one is exception and other one is caused by....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
07:58:53,318 ERROR [[/edas2]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener&lt;br /&gt;
org.jboss.seam.InstantiationException: Could not instantiate Seam component: entityManagerFactory&lt;br /&gt;
	at org.jboss.seam.Component.newInstance(Component.java:1986)&lt;br /&gt;
	at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)&lt;br /&gt;
	at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)&lt;br /&gt;
	at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:95)&lt;br /&gt;
	at org.jboss.seam.init.Initialization.init(Initialization.java:596)&lt;br /&gt;
	at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)&lt;br /&gt;
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)&lt;br /&gt;
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)&lt;br /&gt;
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)&lt;br /&gt;
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)&lt;br /&gt;
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)&lt;br /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
	at java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)&lt;br /&gt;
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)&lt;br /&gt;
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not instantiate dialect class&lt;br /&gt;
	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:720)&lt;br /&gt;
	at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)&lt;br /&gt;
	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)&lt;br /&gt;
	at org.jboss.seam.persistence.EntityManagerFactory.createEntityManagerFactory(EntityManagerFactory.java:85)&lt;br /&gt;
	at org.jboss.seam.persistence.EntityManagerFactory.startup(EntityManagerFactory.java:50)&lt;br /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
	at java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
	at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)&lt;br /&gt;
	at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)&lt;br /&gt;
	at org.jboss.seam.Component.callComponentMethod(Component.java:2100&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Re: Import settings</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=13</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=13</guid>
<pubDate>Fri, 29 May 2009 09:46:14 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=63&quot;&gt;Shawn&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Sorry, I should have added that I&amp;#039;m talking about results that are Not Detected.  To be STORET compliant a result cannot have a Detection Condition and a measurement value.&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Import settings</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=12</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=12</guid>
<pubDate>Fri, 29 May 2009 09:42:39 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=63&quot;&gt;Shawn&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I have been testing and batch uploading data.  I found something that is counter productive, if one wishes to use this program for WQX.&lt;br /&gt;
&lt;br /&gt;
When using the import option, under Data Management, you cannot import results if there is no Measurement value filled in.  But for a result value to be WQX compliant it cannot have a value for measurement value.&lt;br /&gt;
&lt;br /&gt;
Is there anyway around this?  Or am I just missing something?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Re: Error Messages that are of no help</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=11</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=11</guid>
<pubDate>Fri, 01 May 2009 14:51:01 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=49&quot;&gt;sroland&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Thank you for the prompt response to my issue with EDAS2.  It appears the connection problem stemmed from a change to the Host file we made to resolve an issue we had with JBoss halting for no apparent reason.  We needed to add the server name to the Host file which fixed the JBoss issue.  But that caused the Oracle connection issue.  We needed to make the same change to the edas2-prod-ds.xml file which has all the connection information for Oracle.  After making the change EDAS2 was then able to connect.&lt;br /&gt;
&lt;br /&gt;
I again wish to thank you for the quick response.&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Re: Error Messages that are of no help</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=10</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=10</guid>
<pubDate>Fri, 01 May 2009 13:05:03 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=5&quot;&gt;jstwhite&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Take a look at the log file for error information, which is usually saved&lt;br /&gt;
at C:\jboss-4.2.3.GA\server\default\log\server.log? Remember you need to generate the&lt;br /&gt;
error looking\opening the log.  As EDAS2 evolves we will be adding more informative error messages.&lt;br /&gt;
In this particular case looking at the log file solved the problem - which was a database connection issue.&lt;br /&gt;
&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Error Messages that are of no help</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=9</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=9</guid>
<pubDate>Tue, 28 Apr 2009 10:01:18 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=49&quot;&gt;sroland&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I am receiving an error message that is of no help.  The message is&lt;br /&gt;
&lt;br /&gt;
Error Encountered&lt;br /&gt;
Unexpected error, please try again &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The message provides me no direction as to what the issue is.  This message is currently what I am receiving after the initial login for each screen of the application I enter.  The standard senerio applies here, &amp;quot;it was working, what changed&amp;quot;.  JBoss is running hence the login screen appearing.  The database is up and running.&lt;br /&gt;
&lt;br /&gt;
Is there a log that is produced that I can be directed to that will provide me a direction to go to solve my issue?&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Running EDAS2 on Tomcat 6.0</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=8</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=8</guid>
<pubDate>Mon, 13 Apr 2009 13:45:32 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=35&quot;&gt;dangandhi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I was able to run EDAS2 on Tomcat 6.0 with Oracle 9i &amp;amp; JDK 1.5.Here are the changes required:&lt;br /&gt;
&lt;br /&gt;
1)First of all i had to copy considerable amount of jars into the lib of my tomcat as the compiled version nor the source code in SourceForge do not cover all the libraries.Here is the list(some might not be required):&lt;br /&gt;
&lt;br /&gt;
asm.jar&lt;br /&gt;
commons-digester.jar&lt;br /&gt;
el-api.jar&lt;br /&gt;
hsqldb.jar&lt;br /&gt;
all the libraries from Embedded JBOSS package (FYI i am not using Tomcat with EMbedded JBOSS,just using the libraries)&lt;br /&gt;
all the libraries from JBOSS SEAM package&lt;br /&gt;
jsf-api.jar&lt;br /&gt;
jsf-facelets.jar&lt;br /&gt;
jsf-impl.jar&lt;br /&gt;
jsp-api.jar&lt;br /&gt;
jstl-1.1.2.jar&lt;br /&gt;
ojdbc14.jar for oracle 9i &amp;amp; JDK 1.5&lt;br /&gt;
servlet-api.jar&lt;br /&gt;
wstx.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2)Changed Hibernate dialect to Oracle 9i in persistence.xml&lt;br /&gt;
3)Changed transaction type from “JTA” to “RESOURCE_LOCAL” in persistence.xml&lt;br /&gt;
4)Commented transaction manager lookup class property in persistence.xml&lt;br /&gt;
5)Added the following line in Components.xml&lt;br /&gt;
&amp;lt;transaction:entity-transaction entity-manager=&amp;quot;#&amp;#123;entityManager&amp;#125;&amp;quot;/&amp;gt;&lt;br /&gt;
Note: Don’t forget to add appropriate name space for the above tag.&lt;br /&gt;
6)Defining datasources differs in Tomcat when compared to JBOSS,so you either have to mention JNDI datasource globally or at application level.I could not get the application working by mentioning the datasources at application context level,so i had to mention them at the server level.Dont forget to add the datasource to the web.xml and also change the datasource references in persistence.xml and component.xml to the JNDI ones.&lt;br /&gt;
7)The report paths in components.xml can be either absolute or relative.I used relative.Please make sure that you create the appropriate folders otherwise the reports feature throws an exception.&lt;br /&gt;
8)Get your own google key if you are using a different URL and the google key usage syntax has changed little bit,change is in bold:&lt;br /&gt;
&amp;lt;component name=&amp;quot;gmap&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;property name=&amp;quot;key&amp;quot;&amp;gt;http://maps.google.com/maps?file=api&amp;amp;amp;v=2&amp;amp;amp;&lt;b&gt;sensor=false&lt;/b&gt;&amp;amp;amp;key=ABQIAAAAKzQepJ4xyGVgCteyOFBqWxRuDbn5gfLKH-D3d6mkiv5tP6hBmRQV42HcD_woYUf_Ofo4Dtb908Pq1A&amp;lt;/property&amp;gt;&lt;br /&gt;
	&amp;lt;/component&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sensor value needs to be either false or true,please read google documentation to find out what sensor parameter is meant for.&lt;br /&gt;
&lt;br /&gt;
Note:Most of the errors which you run into while deploying is mostly because of missing jars.So make sure you have all the jars required.&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
</description>
</item>
<item>
<title>Community Forum :: Re: Action button styling not working in IE6</title>
<link>http://www.edas2.com/forum/viewtopic.php?showtopic=7</link>
<guid isPermaLink="true">http://www.edas2.com/forum/viewtopic.php?showtopic=7</guid>
<pubDate>Sat, 11 Apr 2009 15:28:19 -0400</pubDate>
<description>By:  &lt;a href=&quot;http://www.edas2.com/users.php?mode=profile&amp;amp;uid=3&quot;&gt;jcz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;We are not sure exactly what you are seeing. We did notice some issues with styling under IE6 ourselves that were due to RichFaces support in the version that EDAS2 uses. We no longer use IE6 and so it is not an issue for us. Is it merely cosmetic?&lt;br /&gt;
&lt;br /&gt;
Can you post what you did to run EDAS2 under Tomcat? &lt;br /&gt;
&lt;br /&gt;
 &lt;/p&gt;
</description>
</item>
</channel>
</rss>
