Hi sim085,
You might have better luck with posting this question to the Geronimo users
forum (I'll copy them). OpenJPA definitely supports the use of
and elements. As long as the
specified datasource is available at the jndi location, then OpenJPA should
be able to resolve to it.
As those refe
I was able to solve this by myself.
I just added imported (by deploy.sh) libraries geronimo-web.xml.
Grettings,
Rysiek
--
View this message in context:
http://apache-geronimo.328035.n3.nabble.com/Adding-common-libraries-tp2127977p2128355.html
Sent from the Users mailing list archive at Nabble.
Hello once again,
I have moved my application from embeded Jetty + Google Web Toolkit + JDBC
Jaybird to Geronimo. And everything works when I add libraries in Eclipse
(Project -> Properties -> Deployment Assembly).
But now I adding few more web applications which will use the same libraries
and I
Best long term solution is to nuke ActiveMQ and use OpenMQ instead. It is way
more stable broker. I did it and i never look back.
--
View this message in context:
http://apache-geronimo.328035.n3.nabble.com/Starting-geronimo-after-a-crash-tp2121036p2126347.html
Sent from the Users mailing list a
Do you think this qualifies for a GEP enhancement JIRA. I mean could
the GEP be able to figure out whether either Jetty or Tomcat is used
and thus generate the correct XMLNS et al. markup?
Cheers
Daniel
On Tue, Dec 21, 2010 at 9:51 AM, David Jencks wrote:
>> http://geronimo.apache.org/xml/ns/j2e
> http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
is the namespace for a geronimo web plan that works with either jetty or
tomcat. This way of specifying virtual hosts is jetty specific. Try using
http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0.2
thanks
david jencks
On Dec 21, 2010, a
Hello,
I'm using Geronimo 2.2 with Jetty and I want to make virtual hosts.
I read documentation which says that I have to add:
https://cwiki.apache.org/GMOxDOC22/configuring-virtual-host-in-jetty.html
virtualhost1.com
But the file I have, which was generated with Eclipse is not in this format.
T