Re: Does Geronimo 2.1.8 run on JDK 1.7?

2013-03-19 Thread Fredrik Jonson
Fredrik Jonson wrote: > As Oracle has declared End Of Public Updates for JDK 1.6, I now > find myself wondering if I can run Geronimo jetty-6 version 2.1.8 > on Oracle JDK 1.7. To answer my own question: Yes. At least the application i have deployed on Geronimo 2.1.8 works, an

Does Geronimo 2.1.8 run on JDK 1.7?

2013-03-15 Thread Fredrik Jonson
Hi, As Oracle has declared End Of Public Updates for JDK 1.6, I now find myself wondering if I can run Geronimo jetty-6 version 2.1.8 on Oracle JDK 1.7. There is a issue open about the keystore GERONIMO-6440, apart from that I can't find any objections, comments or known gotchas? -- Fr

Re: G2.1.4, Pool Max Size not working

2009-12-16 Thread Fredrik Jonson
ng the deployment plan. -- Fredrik Jonson

Re: SSL connection between geronimo and postgresSQL

2009-10-01 Thread Fredrik Jonson
so I wouldn't be surprised I'm wrong. ;) Maybe you can try the patch in TQL-18, if you feel up to it? The patched snapshots of tranql (1.2/1.5-SNAPSHOT) seems to deploy and run just fine in G 2.1.4. At least for as far as I took it. -- Fredrik Jonson

Re: SSL connection between geronimo and postgresSQL

2009-10-01 Thread Fredrik Jonson
David, I've opened TQL-18 and submitted a patch. It has only received rudimentary testing, and the changes on the xa variant isn't tested at all. I've attached a example datasource plan to the issue. http://jira.codehaus.org/browse/TQL-18 -- Fredrik Jonson

Re: SSL connection between geronimo and postgresSQL

2009-09-30 Thread Fredrik Jonson
In <9c99181d-93f4-402a-91e8-723d9d828...@yahoo.com> David Jencks wrote: > I've had that problem too and recently reorganized it. Try this: > > https://svn.codehaus.org/tranql/ra/trunk Thanks, I'll look into it. -- Fredrik Jonson

Re: SSL connection between geronimo and postgresSQL

2009-09-30 Thread Fredrik Jonson
too though. <http://jdbc.postgresql.org/documentation/publicapi/index.html? org/postgresql/ds/common/BaseDataSource.html> -- Fredrik Jonson

Re: Difficulty deploying Grails war file to Geronimo

2009-09-27 Thread Fredrik Jonson
the web.xml configuration? -- Fredrik Jonson

Re: EntityManager & Servlets

2009-09-15 Thread Fredrik Jonson
very servlet injection friendly - it is still wrong to share a entity manager instance in servlets. http://weblogs.java.net/blog/ss141213/archive/2005/12/dont_use_persis_1.html -- Fredrik Jonson

Re: Spring in Geronimo

2009-09-11 Thread Fredrik Jonson
ct those as beans in the context: http://static.springsource.org/spring/docs/2.5.x/reference/xsd-config.html -- Fredrik Jonson

Re: EntityManager & Servlets

2009-08-31 Thread Fredrik Jonson
e response) throws ServletException, IOException { EntityManager em = emf.createEntityManager(); // do stuff -- Fredrik Jonson

Re: Different server instances on Geronimo 2.2

2009-08-19 Thread Fredrik Jonson
Thanks -- Fredrik Jonson

Re: Strange ClassCastException: ActiveMQResourceAdapter cannot be cast to ResourceAdapter (was: upgrade activemq 5.2 in G 2.1.4)

2009-07-17 Thread Fredrik Jonson
t wasn't the best assumption. ;) Another aspect is that we've had good experience with the stability of 5.2 used as a standalone broker for our use cases. I don't know to what extent 5.3 has been tested, so that would seem like a bit of a uncertain choice. -- Fredrik Jonson

Strange ClassCastException: ActiveMQResourceAdapter cannot be cast to ResourceAdapter (was: upgrade activemq 5.2 in G 2.1.4)

2009-07-16 Thread Fredrik Jonson
ctCLI.java:67) at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30) Does anyone have a hunch what might be happening here? -- Fredrik Jonson

Re: Geronimo plugin project example?

2009-07-15 Thread Fredrik Jonson
in+and+plugins+group Also, that page has a subpage include that points the wrong place, under the title "Plugin groups" you probably want to link to: http://cwiki.apache.org/confluence/display/GMOxDOC22/Plugins+group (or rename the page. the s seems a bit out of place.) Can anyone edit the wiki? -- Fredrik Jonson

Re: Geronimo plugin project example?

2009-07-14 Thread Fredrik Jonson
David Jencks wrote: > Fredrik Jonson wrote: > > > > I'm looking for a simple example geronimo plugin project. > > Building all of geronimo itself is the best way to see a lot of plugin > projects. Most of them are "service" plugins but there are a lot

Geronimo plugin project example?

2009-07-10 Thread Fredrik Jonson
ly) unpublished dependencies or due to a strange error message from the car-maven-plugin (Cannot deploy the requested application module because no deployer is able to handle it). TIA, -- Fredrik Jonson

Upgrade ActiveMQ in Geronimo 2.1.4 to improve reliability

2009-06-29 Thread Fredrik Jonson
n this plan? Anyone else done anything similar before? Is it reasonable? Any feedback much appreciated. Thanks! -- Fredrik Jonson

Re: inject EJB in Webapplication

2009-04-15 Thread Fredrik Jonson
thing like that. Did you do that in your project? Without the ejb-local-ref the injection wont happen, even if the bean is declared within the same application ear. -- Fredrik Jonson

Re: Change the MDB instance limit

2009-04-07 Thread Fredrik Jonson
and throught the EJB console > in 2.2, I will see the MDB instance number will be 1. Correct, that works as expected. Withouth changing openejb's InstanceLimit you can tell activemq to use any number of sessions between 0 and 10. -- Fredrik Jonson

Re: Queue listener doesn't stop

2009-04-07 Thread Fredrik Jonson
esource in the destroy() method of the servlet. http://java.sun.com/javaee/5/docs/api/javax/servlet/Servlet.html#destroy() -- Fredrik Jonson

Re: Change the MDB instance limit

2009-04-07 Thread Fredrik Jonson
ied) to change both the maxSessions for activemq's connector _and_ the InstanceLimit for openejb. Changing maxSessions alone has AFAIU never changed the total number of instances. Could be wrong though, feel free to correct me... -- Fredrik Jonson

Re: Change the MDB instance limit

2009-04-06 Thread Fredrik Jonson
...) replacing the original service.xml files with the edited one. 5. Restart G. Obviously I really hope someone can help and put the above hack out of it's misery and guide me back on the path of proper G configuration. Thanks! -- Fredrik Jonson

Change the MDB instance limit (UnavailableException: Only 10 instances can be created)

2009-04-06 Thread Fredrik Jonson
pache.org/jira/browse/GERONIMO-3783 cheers, -- Fredrik Jonson

Re: Unexpected behaviour from @OneToMany with FetchType.LAZY (SOLVED)

2009-03-18 Thread Fredrik Jonson
ering I found a excellent introduction to JPA transactions: http://openejb.apache.org/3.0/jpa-concepts.html Sorry for the noise. -- Fredrik Jonson

Unexpected behaviour from @OneToMany with FetchType.LAZY

2009-03-17 Thread Fredrik Jonson
expected behaviour from FetchType.LAZY or is it a matter of configuration (and PEBCAK ;)? I can provide the application descriptors, but for brewity I've left them out here. -- Fredrik Jonson

Re: Newbie problem with Geronimo 2.1.3

2009-03-04 Thread Fredrik Jonson
mend the neat tool xmllint. In windows, just fire up netbeans or eclipse. -- Fredrik Jonson

Re: Problem with deploying/undeploying/restarting modules

2009-02-27 Thread Fredrik Jonson
Kevan Miller wrote: > Fredrik Jonson wrote: > > Btw, are there any other "known issues" in this area? Like the one > > David mentioned, that apps that are not properly loaded hangs on > > undeployment. > > Probably, however I don't recall anybody

Re: Problem with deploying/undeploying/restarting modules

2009-02-26 Thread Fredrik Jonson
share. Should I create a new jira issue? Btw, are there any other "known issues" in this area? Like the one David mentioned, that apps that are not properly loaded hangs on undeployment. -- Fredrik Jonson

Re: Problem with deploying/undeploying/restarting modules

2009-02-26 Thread Fredrik Jonson
Undeploying app: /opt/geronimo-jetty6-javaee5-2.\ 1.3/var/temp/geronimo-deploymentUtil2956946420796194584.jar I've found that if i shut down geronimo it is possible to do a offline undeploy using deploy.sh -o undeploy, so no need to do it manually in the repository direcotry like others in this thread. -- Fredrik Jonson

Re: Deploy to a non-running server how?

2009-01-28 Thread Fredrik Jonson
first, and run the commmand locally on the server - using ssh or something similar. -- Fredrik Jonson

Re: querying message broker information

2009-01-22 Thread Fredrik Jonson
Q also offer the queue size as a JMX property, so that is probably a better choice, even though it is provider specific. http://activemq.apache.org/how-do-i-find-the-size-of-a-queue.html -- Fredrik Jonson

Re: How do I declare and inject a jms resource in a connector component?

2009-01-21 Thread Fredrik Jonson
ou David! You deserve a world of credits for your help to us newbies that are stumbling around here on the user's list. -- Fredrik Jonson

Re: How do I declare and inject a jms resource in a connector component?

2009-01-21 Thread Fredrik Jonson
In Fredrik Jonson wrote: > The thing is, I do not see any exceptions when I deploy the jca component, > and geronimo seems to inject something. Otherwise I'd expect a nullpointer > exception on deployment. Oups, that is not correct. I got a nullpointer, but it was swallow

How do I declare and inject a jms resource in a connector component?

2009-01-21 Thread Fredrik Jonson
ache.org/xml/ns/deployment-1.2";> foo foo-connector 1.0.0 rar foo.FooAdapter DefaultWorkManager -- Fredrik Jonson

Declare env-entry in geronimo-application.xml?

2008-11-20 Thread Fredrik Jonson
in a JEE friendly/proper way? -- Fredrik Jonson

Re: Accessing corba from geronimo [SOLVED]

2008-10-24 Thread Fredrik Jonson
/ use the communicator here... That works in Geronimo, and it sure is a lot more manageable than the raw IOR lookup string, so I'm happy again. Btw, the yoko documentation mentions the yoko.orb.service.* property in passing here: http://cwiki.apache.org/YOKO/orb-properties.html -- Fredrik Jonson

Re: Accessing corba from geronimo

2008-10-22 Thread Fredrik Jonson
've found is figure 6 in that article. Still, the documentation is severely lacking in this area - no wonder, I guess it is a pretty obscure use case) - I haven't found any documentation of the ns-corbaloc element, and how/if it is applicable to any corba object. -- Fredrik Jonson

Re: Accessing corba from geronimo [SOLVED]

2008-10-22 Thread Fredrik Jonson
t of browsing on the web suggests that using IOR is a more ORB-independent way of getting hold of a service, but I'm not sure that's the whole story? Anyway, thanks again Juergen! -- Fredrik Jonson

Accessing corba from geronimo

2008-10-21 Thread Fredrik Jonson
come up short. I'd be greatful for some hints on how to approach this. -- Fredrik Jonson

Re: How do I set up JMS connections in a GBean?

2007-02-09 Thread Fredrik Jonson
Hi, I just want to thank you and Aaron Mulder for giving me a bit of help on the way. It's apparant that I have some more reading up and testing to do. Well, back to the code. Regards, -- Fredrik Jonson

How do I set up JMS connections in a GBean?

2007-02-04 Thread Fredrik Jonson
g deployed in geronimo and the jms provider being managed by geronimo? Do I need some sort of jms resource plan? Or is it something you configures in the deployment plan? Or is plain old jndi lookups enough? TIA & regards, -- Fredrik Jonson