Re: [Vote] Release Geronimo Samples Daytrader 3.0-beta-1 RC4

2012-01-20 Thread pif
I've the following problems or limitation with
https://geronimo.apache.org/plugins/samples-3.0-beta-1/
https://geronimo.apache.org/plugins/daytrader-3.0-beta-1/
The update-file is only there for /plugin-repository-list-3.0.txt
ERROR [PluginRepositoryDownloader] Unable to save download repositories
java.io.FileNotFoundException:
http://geronimo.apache.org/plugins/plugin-repository-list-3.0-beta-1.txt
For daytrader-3.0-beta-1 there ist only the 
Daytrader :: Plugins :: Derby DataSourceand Daytrader :: Plugins :: 
JavaEE
JMS Resource
but not the applicationsDaytrader :: JAVA EE 5 Tomcat   3.0.0.0 
or
Daytrader :: JAVA EE 6 Tomcat.
After installing jpa20demo-javaee6-tomcat I get the following errors and
can't recover by restart.
ERROR [[/jpa20demo-javaee6-tomcat]] Servlet /jpa20demo-javaee6-tomcat threw
load() exception
java.lang.IllegalStateException: No Factories configured for this
Application. This happens if the faces-initialization does not work at all -
make sure that you properly include all configuration settings necessary for
a basic faces application and that all the necessary libs are included. Also
check the logging output of your web application and your container for any
exceptions!
If you did that and find nothing, the mistake might be due to the fact that
you use some special web-containers which do not support registering
context-listeners via TLD files and a context listener is not setup in your
web.xml.
A typical config looks like this;
listener
 
listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
/listener

at
org.apache.geronimo.myfaces.GeronimoFactoryFinderProvider.getFactory(GeronimoFactoryFinderProvider.java:166)
[DependencyManager] Could not start bundle:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]
org.osgi.framework.BundleException: The bundle
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419] could not
be resolved. Reason: Another singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0, Another
singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)


Caused by: java.lang.ClassNotFoundException:
org.codehaus.stax2.ri.EmptyIterator
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at
org.apache.geronimo.hook.equinox.GeronimoClassLoader.loadClass(GeronimoClassLoader.java:85)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Any ideas are welcome...
Thanks
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-RC4-tp3535810p3675000.html
Sent from the Development mailing list archive at Nabble.com.


Re: [Announcement] Geronimo SamplesDaytrader 3.0-beta-1 is released now!

2011-12-19 Thread pif
behind a webproxy i get with geronimo-tomcat7-javaee6-3.0-beta-1
plugins listed at https://geronimo.apache.org/plugins/samples-3.0-beta-1/
No plugins are listed at this repository.
even I set JAVA_OPTS and 
GERONIMO_OPTS=-Dhttp.proxyHost=IP-adress -Dhttp.proxyPort=8080
With geronimo-tomcat6-javaee5-2.1.7 it was and is working fine...
 
Any idea?

regards
Frank


--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Announcement-Geronimo-Samples-Daytrader-3-0-beta-1-is-released-now-tp3590551p359.html
Sent from the Development mailing list archive at Nabble.com.


Re: [Vote] Release Geronimo Samples Daytrader 3.0-beta-1

2011-11-17 Thread pif
I can't compile the samples because artifacts in the maven repository are
missing
all-samples java.lang.OutOfMemoryError: PermGen space
javaee5 [INFO] Started deployer:
org.apache.geronimo.configs/persistence-jpa20-deployer/
3.0-beta-1/car
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] could not package plugin

Embedded error: Could not parse application.xml
PermGen space
22 required artifacts are missing.
javaee6 1 required artifacts are missing.
osgi OK
sample-datasource OK
Any idea?

Will there be Plugins under?
https://geronimo.apache.org/plugins/samples-3.0-beta1/
Thanks
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-tp3512708p3515196.html
Sent from the Development mailing list archive at Nabble.com.


Re: [Vote] Release Geronimo Samples Daytrader 3.0-beta-1

2011-11-17 Thread pif
thanks fixed the memory problem
but still required artifact is missing
for artifact:
  org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.3


The scripts in
daytrader-parent-3.0-beta-1\bin\dbscripts\derby\createDerbyDB.[bat|sh]
have to be updated to
set DERBY_PATH=%GERONIMO_HOME%\repository\org\apache\geronimo\bundles
set DERBY_VER=10.6.1.0_1
set CLASSPATH=%DERBY_PATH%\derby-all\%DERBY_VER%\derby-all-%DERBY_VER%.jar

instead of
set DERBY_PATH=%GERONIMO_HOME%\repository\org\apache\derby
set DERBY_VER=10.4.2.0
set CLASSPATH=%DERBY_PATH%\derby\%DERBY_VER%\derby-%DERBY_VER%.jar
set
CLASSPATH=%CLASSPATH%;%DERBY_PATH%\derbynet\%DERBY_VER%\derbynet-%DERBY_VER%.jar
set
CLASSPATH=%CLASSPATH%;%DERBY_PATH%\derbytools\%DERBY_VER%\derbytools-%DERBY_VER%.jar
set
CLASSPATH=%CLASSPATH%;%DERBY_PATH%\derbyclient\%DERBY_VER%\derbyclient-%DERBY_VER%.jar
because respository structure and derby version have changed
regards
Frank



--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-tp3512708p3515982.html
Sent from the Development mailing list archive at Nabble.com.


Re: [VOTE] Release Geronimo 3.0-beta-1 (2nd attempt)

2011-11-08 Thread pif
will there samples for 3.0 under
https://geronimo.apache.org/plugins/samples-3.0/
or
 http://geronimo.apache.org/plugins/daytrader-3.0/ ?
I need to increase PermGenSpace with Sun JVM 1.6.0_29
set JAVA_OPTS=-Xms512m -Xmx512m -XX:MaxPermSize=128m
to get ir running
Thanks
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/VOTE-Release-Geronimo-3-0-beta-1-2nd-attempt-tp3487028p3492864.html
Sent from the Development mailing list archive at Nabble.com.


Re: Geronimo 3.0-beta Release Status

2011-09-26 Thread pif
How does the Geronimo 3.0-beta relate todays IBM annoucement?

http://www-01.ibm.com/support/docview.wss?uid=swg21515968
 WASCE v3.0.0.0 is now available 
It provides the following new features and enhancements and is certified for
Java EE 6 Profile: 

1) Based on Apache Geronimo 3.0 and other open source projects 
https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14686485

the change-list makes it clear 
http://publib.boulder.ibm.com/wasce/changes/3000/CHANGES.txt
  Apache Geronimo Server 3.0-r1163516 
  Apache Tomcat 7.0.19.1 
  Apache OpenEJB 4.0.0-r1160123 
  Apache OpenJPA 2.1.1 
  Apache MyFaces 2.0.8 
  Apache karaf 2.2.1 
  Apache aries 0.2.1 
  Apache openwebbeans 1.1.1-r1160102 
  Apache axis2 1.6.1-r1149666 
  equinox 3.7.1.R37x_v20110808_1106 
  tranql 1.7 


Will there be an offical Apacher pendant? 
Thanks 
Frank 

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Geronimo-3-0-beta-Release-Status-tp3280463p3369065.html
Sent from the Development mailing list archive at Nabble.com.


Re: Geronimo Karaf OpenEJB

2011-07-29 Thread pif
thanks 
you are right, need just to duplicate the entries from jre-1.6 to jre-1.7
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Geronimo-Karaf-OpenEJB-tp3151146p3208847.html
Sent from the Development mailing list archive at Nabble.com.


Re: nearly there...

2011-07-28 Thread pif
That's great go for it.
When will be a support for JRE 1.7?
Because Karaf (etc/config.properties # Standard package set. jre-1.6=, ) and
OpenJPA aren't supporting JAVA 7 yet.

TX
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/nearly-there-tp3192244p3205864.html
Sent from the Development mailing list archive at Nabble.com.


Re: Geronimo Karaf OpenEJB

2011-07-28 Thread pif
Hi Kevan,

do you know when Karaf will support Java 7 or how can I fix
etc/config.properties # Standard package set. jre-1.6= for set. jre-1.7?

Regards
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Geronimo-Karaf-OpenEJB-tp3151146p3205873.html
Sent from the Development mailing list archive at Nabble.com.


Re: [DISCUSSION]Some artifacts to release for geornimo 3.0.

2011-07-15 Thread pif
Is the JIRA Release Date: 30/Nov/11 for geronimo 3.0.1 still valid? 
Thanks 
Frank

--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/DISCUSSION-Some-artifacts-to-release-for-geornimo-3-0-tp3147174p3171248.html
Sent from the Development mailing list archive at Nabble.com.