e non transactional
datasource must be no-transaction.
hope this helps
david jencks
On Dec 29, 2014, at 10:35 AM, ivan frias wrote:
> Hi,
> Currently I am developing an application using OpenJPA . I've decide to use
> CMP to manage the transactions.
> I am able to insert /edit an
I don't think corba actually works in geronimo 3, so I would advise figuring
out how to turn off or remove all the corba related cars. I think the
immediate problem is a port conflict with the yoko naming service, do you have
2 servers running on the same machine?
david jencks
On D
Several assemblies are built. The geronimo-framework one is extremely minimal,
it only has enough stuff in it so you can install more things, in particular it
does''t have a web server, ejb support, or much of anything else. Try one of
the geronimo-tomcat or geronimo-jetty assembli
notations since changing them when your
other server moves isn't going to scale well.
david jencks
On Aug 13, 2014, at 5:04 PM, Darv wrote:
> Thx David. What annotations and xml is required in an EJB project to inject
> another EJB which will run on another geronimo server without transac
give advice, but it was a problem I was not able to
completely solve.
thanks
david jencks
On Aug 13, 2014, at 7:11 AM, Darv wrote:
> I am having some difficulty with transaction propagation between two EJBs on
> seperate servers (which I understand can be done based on section 13.2.3 of
&
rce your app to wire to
the included myfaces copy.
sorry I can't be of more help
david jencks
On May 17, 2014, at 10:37 PM, Eduardo Garcia wrote:
> Hello buddies, I have 3 years doing some development using Geronimo + MyFaces
> + Trinidad. Due some requirements I had to migra
.
david jencks
On Mar 3, 2014, at 5:36 AM, BLB 4SOFF wrote:
> Hi,
>
> I need help for using geronimo 2.1.8 (I've tested also with 2.2.1 with
> the same result).
> My goal is to give some EARs and RARs as examples in a Geronimo environment.
>
> So I put a RAR archive and
checkout or the individual source jars, I
don't think there is a source jar for the all-in-one blueprint binary jar.
hope this points you in the right direction.
david jencks
On Jan 7, 2014, at 2:38 AM, Genc, Ömer wrote:
> Hey there,
>
> currently i am trying to debug the geronim
start. It won't wait for any
apps deployed dynamically.
david jencks
On Dec 29, 2013, at 4:26 AM, Steve Higham wrote:
> Hi,
>
> I'm trying to automate a Geronimo deployment using v3.0.1.
>
> I have tried starting a Geronimo server and immediately connecting using SSH.
&
I don't know. Having a hashCode method throw an NPE is not within the expected
behavior of java classes. Is there some reason you don't want to fix it,
whether or not bean validation is used?
david jencks
On Nov 16, 2013, at 12:08 PM, Collins Solutions
wrote:
> I have not spe
Are you running bean validation outside geronimo?
On Nov 16, 2013, at 10:51 AM, Collins Solutions
wrote:
> The persist to the database works when it is outside the Geronimo container.
> None of the persist operations work while inside the container.
>
> On 11/16/2013 12:36 AM,
Um, isn't this in your code?
Caused by: java.lang.NullPointerException
at com.acc.domain.entity.AccClient.hashCode(AccClient.java:213)
david jencks
On Nov 15, 2013, at 2:38 PM, Collins Solutions
wrote:
> I have deployed an application to the geronimo server. I am getting
I see some hints in informix documentation that it is possible to create a
database with no transaction log ("WITH NO LOG"). Is it possible that your
database was created this way?
thanks
david jencks
On Sep 16, 2013, at 2:35 AM, Zhi Xie wrote:
> I have installed informix jdb
specs directly
instead of using ee packaging.
thanks
david jencks
On Sep 3, 2013, at 7:20 PM, Ivan wrote:
> Hi,
>
> EE specification leaves this classloader visibility scenario to container,
> while considering that most developers have this kind of isolation in their
> mind,
'm
having trouble understanding exactly how the CCE arises, especially since the
classes appear to be different.
Can you deploy the wars separately?
thanks
david jencks
On Sep 3, 2013, at 3:01 PM, Jack Cai wrote:
> Hi,
>
> I package two wars in an ear, web1, and web2. nothi
done often.
many thanks
david jencks
On Sep 2, 2013, at 5:07 AM, Stella Lok wrote:
> Hi,
>
> I am using Websphere Application Server Community Edition 2.0.0.2-20080401 on
> Windows Server 2003. I am experiencing intermittent problems with an EJB that
> inserts a row each
se a geronimo
datasource consider deploying the app in the app client container and deploying
the datasource there.
thanks
david jencks
On Aug 20, 2013, at 8:42 PM, Zhi Xie wrote:
> You can create a datasource by a deployment plan. For example,
>
> Deployment Plan:
>
> http://geron
It's been years since I've looked at this and I don't recall what the spec says
should happen…. however I wonder if you have a wsdl and what host it specifies?
david jencks
On Jul 26, 2013, at 1:22 AM, Florian Schaetz
wrote:
> Hi,
>
> I’ve written a small WebServi
people. I'm not sure how to construct such an ldap
query.
hope this makes sense
david jencks
On Apr 3, 2013, at 2:10 PM, VPCL wrote:
> Hi:
>
> I'm currently using Geronimo 2.2 and OpenLDAP: slapd 2.3.43.
>
> I’m trying to create an LDAP Security Realm on the
apper makes me ask why you
wouldn't use jpa. I haven't read Fowler's books for many years, I thought his
refactoring book was really good, but the design patterns ones seemed to me to
be reinventing the wheel as far as ee goes.
thanks
david jencks
On Dec 31, 2012, at 8:18 AM,
called
from both a servlet and an ejb? Why do you care? Just to figure out why
something is working the way it is, or do you need to take different action
depending on what calls this code? You could pass appropriate context
information to the code in question from the caller.
david jencks
>
> Rgds,
>
> Markku
need config-property values to do any good at all :-)
thanks for noticing this. Anyone have time to fix it?
thanks
david jencks
On Dec 19, 2012, at 9:53 AM, Murray Todd Williams wrote:
> I'm in the process of developing a bi-directional JCA adapter, and I'm trying
> to d
pluginManagement geronimo pom.
david jencks
On Nov 20, 2012, at 9:47 AM, Marcos Mendez wrote:
> Hi David,
>
> I'm trying to build a plugin myself , not building geronimo. :) Just a
> separate car plugin so I can deploy my stuff with one file.
>
> Regards,
> Marcos
>
&
Is this trying to build geronimo itself? If so you need to do a bootstrap
build first, IIRC
mvn clean install -Pstage-bootstrap
If you are trying to build your own .car file you need to mention the
car-maven-plugin as an extension IIRC
david jencks
On Nov 20, 2012, at 7:50 AM, Marcos Mendez
This looks really odd. IIUC it's saying that the bytes for the EJBException
class doesn't have the code bits. Are you sure a real ee jar containing these
is on the client class path? I've never seen anything remotely like this.
anyone else have a clue?
thanks
david jencks
put them
in a element in the environment in your plan.
hope this helps
david jencks
On Nov 13, 2012, at 9:09 AM, pueffl wrote:
> Hi!
>
> I'm quite new to Geronimo and just tried to deploy an existing application
> to it, but got the following trace:
>
> org.apache.catali
container is to
discard it so you can't try to keep using it.
Is your application looking up connections each time it needs them or caching
them? Geronimo tries to deal with this appropriately but if you are caching
them you might run into more problems.
Which tranql wrapper are you using?
Are you using CDI and bean validation in your app? Have you done something to
define these lookups anywhere?
thanks
david jencks
On Nov 6, 2012, at 7:04 PM, Ali wrote:
> hi there,
>
> I have recently migrated from Geronimo 2.2 to Geronimo 3.0; there is no issue
> in deplo
I'm not sure what is going on. Would you consider trying putting the client
jar in the manifest class-path of the ejb jar?
david jencks
On Oct 22, 2012, at 9:08 PM, Russell Collins wrote:
> I see that there is a ticket for this one. I am getting the same error as
> the guy in
have come from the @Datasource annotation. It's been a long time
though and I can't look into it right now :-(
david jencks
On Sep 13, 2012, at 12:50 PM, James Carman wrote:
> Thanks, David!
>
> So, I found tranql in the maven repository, but the docs on the site
> (h
n it in a long time - not even sure if it builds at the moment.
https://svn.apache.org/repos/asf/geronimo/sandbox/djencks/txmanager
hope this helps
david jencks
On Sep 13, 2012, at 11:30 AM, David Jencks wrote:
> Hi James,
>
> An XAConnection is required to always use the same XARe
ng to do on the tx is end it
(commit or rollback). If you then try to re-enlist it that's an error (IIRC).
I think they should be using a different flag here. Haven't had time to look
into it in detail though....
david jencks
On Sep 13, 2012, at 4:41 AM, James Carman wrote:
>
permission admin? That looks like a much
better fit to your problem.
thanks
david jencks
On Sep 2, 2012, at 11:12 PM, Ivan wrote:
> I am not sure whether OSGi security could help on this. But with the Bundle
> Hook Service API introduced in v4.3, it is possible to limit/filter the
&
a private credential,
not a principal, right?
There's some corba csiv2 stuff you can set up if you really want a way for the
server to trust subjects from your app client, but generally the openejb remote
login way is simpler.
thanks
david jencks
On Jul 18, 2012, at 11:25 AM, weberjn
david jencks
On Jul 18, 2012, at 8:50 AM, weberjn wrote:
> Hi,
>
> I still need nested security context, to invoke EJBs from an application
> client with changing subjects.
>
> I tried the ContextManager code below, but it does not work, the current
> subject is null.
> Is
I recently fixed some of my misinterpretations of the jaspic spec in 3.0, and
these should be ported back to 2.2.x.
thanks
david jencks
On Jun 27, 2012, at 6:49 PM, Shawn Jiang wrote:
> We had some discussion with a user request [1], The initial thought from me
> is to include the se
client uses large parts of the geronimo server and even if you package
it up like a Main-based application it won't work at all without running i
through the geronimo app client container.
thanks
david jencks
>
> Please help.
>
> --
> View this message in context:
> http:
n and per-bundle scopes.
thanks
david jencks
On Jun 14, 2012, at 2:12 AM, Charles Moulliard wrote:
> Hi,
>
> As Apache Geronimo platforms 3.X uses Apache Karaf and OSGI runtime, I would
> like to know if we can deploy on the platforms bundles and uses CDI
> injection. Do you al
e exception you report and just from the
stack trace would think that it would apply to any servlet, not just something
jsf related. Since some servlets do work on jetty (e.g. the web console) I
wonder if there's something misconfigured in your security.
wishing I had more time to investigate,
's looking for a pom (?) rather than a jar. You've installed the
driver in a different location...
Do you have any idea where the "http://not.a.real.repository"; comes from?
hope this helps
david jencks
On Apr 11, 2012, at 12:47 PM, Stephen Davidson wrote:
> I have followed
vent came from. I
haven't entirely figured out pax logging but I think that the bundle is already
available as something you can include in the output.
david jencks
>
> Also if you look at
> http://www.slideshare.net/rayploski/jboss-application-server-7 slide 6:
>
> * Modu
brokers or SAP or CICS or anything else
thanks
david jencks
On Feb 20, 2012, at 5:41 AM, Michael Simons wrote:
> Hello,
>
> This might be a RTFM. If it is, please tell me where I have to look for.
>
> Is it possible to tell a JTA TransactionManager to use a different database
>
app, this is always supplied
by the environment you are deploying into.
david jencks
On Jan 1, 2012, at 9:32 AM, Ivan wrote:
> From the log, think there is a servlet named ResourceServlet is configured in
> the web.xml file, and it did not implement the Servlet interface. It is
> inval
You might run out of memory sooner, but otherwise this won't cause problems.
david jencks
On Dec 21, 2011, at 8:44 AM, nithisai wrote:
> Thanks for the reply..
>
> I am under a kind of compulsion to use geronimo v1.1.
>
> I want to know whether this error would cause
eleases not work on java 5 (wrong class file format) but if we need
to fix bugs we might try a tranql java 5 branch.
thanks
david jencks
> Regards,
> Arnaud
>
>
> --
> View this message in context:
> http://apache-geronimo.328035.n3.nabble.com/JDBC-4-support-in-Geronimo-3-tp3303655p3515979.html
> Sent from the Users mailing list archive at Nabble.com.
Usually strings in jndi are resource-env-ref not resource-ref?
david jencks
On Nov 10, 2011, at 10:21 AM, Radim Kolar wrote:
> i have in web.xml
>
>
> Adresa Cassandra clusteru
> cass
> java.lang.String
> Container
> Shareable
>
>
> I need to define Strin
On Nov 7, 2011, at 5:03 AM, Kevan Miller wrote:
>
> On Nov 4, 2011, at 3:42 PM, David Jencks wrote:
>
>>
>> On Nov 4, 2011, at 12:07 PM, Radim Kolar wrote:
>>
>>> I propose to make classloading in 3.0 entirely different. Give user
>>> aplicati
orting any
particular set of classes, we run bnd on the application classes to determine
the Import-Packages needed.
thanks
david jencks
>
> If user includes springs in WAR then use them instead springs in geronimo
> (emulate parent last classloading). Because almost no apps are using
That looks like a very low level jvm problem. What jvm are you using?
Can you give the complete stack trace?
thanks
david jencks
On Oct 11, 2011, at 4:23 PM, marcb wrote:
> As a work in progress ... I've been able to move past the Jta... issue and am
> now seeing:
>
> java
global xid, so there shouldn't
be any question of lock conflicts.
Are you using more than one datasource connected to the same db2 server? Can
you show your datasource plan?
thanks
david jencks
On Sep 16, 2011, at 11:38 AM, Shika Maru00 wrote:
> Hi David,
>
> I have primarily
the loose
coupling irrelevant.
Anyway, right now we don't support this (non-xa-standard AFAIK) flag. I'd be
interested to see more information on why you think it would be helpful.
thanks
david jencks
On Sep 16, 2011, at 10:22 AM, Shika Maru00 wrote:
> Is it possible to add flags
; session.invalidate();
> }
>
> Workaround Attempts:
>
> I tried adding the code suggested by David Jencks like this:
>
> HttpSession session = httpServletRequest.getSession(false);
> if (session != null) {
> session.invalidate();
> }
> Subject subject = ContextMa
ce defined
datasources set up in the java:global namespace from javaee 6 geronimo app
clients. In this case the transaction manager is already set up and accessible
in a known way and we only have to set up the connection pool. I don't think
doing this is ever a very good idea, but it
might also consider trying trunk
which supports jsf2 already.
thanks
david jencks
On Jun 26, 2011, at 1:56 PM, Chris Joysn wrote:
> Hello,
>
> i am a newbie on Geronimo and tried to get a JSF2 webapp up and running,
> but it seems that i have some troubles with the Ger
that many databases (especially derby) require a separate
non-jta-datasource that really don't have transactions configured in order to
get DDL and sequence values to work with openjpa.
hope this helps...
david jencks
On Jun 22, 2011, at 10:11 AM, vjay wrote:
> Hello,
>
> I'm u
so please let us know how this
works.
thanks
david jencks
On Jun 20, 2011, at 10:41 PM, chi runhua wrote:
>
>
> On Tue, Jun 21, 2011 at 10:42 AM, chi runhua wrote:
> Datasource portlet is not enabled on 3.0-M1. You may try the datasource
> wizard on 3.0 and use @resource
Please build trunk, the M2 branch won't compile. We haven't been updating it
to follow the dependencies such as openwebbeans and openejb.
thanks
david jencks
On Jun 17, 2011, at 4:07 PM, Giri Sree wrote:
> Hi,
> I am trying to figure out all the sources which maven use
eminded me of it I can
fix it....
thanks
david jencks
On Jun 6, 2011, at 10:57 PM, Adrie de Heer wrote:
> After further investigation I discovered that (due to the fact that the
> logout method isn't called) Geronimo is leaking memory in the ContextManager
> (subjectContexts map)
hing was compiling correctly -
> but
> still get the same error message.
>
> Any advice?
run mvn clean install
this is a multimodule maven project so you each module to be installed into
your local maven repo so it's available to the next modules. We're better than
we
-log4j.properties so the first
uncommented line reads
log4j.rootLogger=DEBUG, CONSOLE, FILE
hope this helps let us know
thanks
david jencks
On May 28, 2011, at 8:30 AM, Mansour Al Akeel wrote:
> David,
> I tried to install the jars one by one though the admin console:
> In a fresh germ
mat.
hope this helps feel free to keep asking for help. You may be able to get
more real-time help on the #geronimo irc channel at chat.freenode.net but that
depends on finding someone who is there at the right time.
thanks!
david jencks
You can install it using the geronimo admin
I don't recall if there's something unusual about how 2.0.1 was set up but
normally you want to use one of the scripts in bin rather than trying to start
a jar directly. There's quite a bit of setup involved.
I hope the documentation has more info....
thanks
david jencks
ssions.
I'd be interested to know what happens if you try to set this up. My first
guess is that you might need the login module used by the authenticator to add
a JMXPermission to the subject with name equal to one of the roles mapped to
readonly.
thanks!
david jencks
On Apr 17, 2011, at 3
There's no code in geronimo to support this. Is there any support for this
kind of authorization in jmx itself?
thanks
david jencks
On Apr 17, 2011, at 7:48 AM, Cedric Hurst wrote:
> I'm looking to use the Geronimo JMX Remoting Connector to listen for certain
> MBean value
upply your application as a stream as well.
BTW DConfigBeans were an idea that has been universally ignored and there is a
good chance we will not support them in geronimo 3. I think the geronimo plans
are likely to have a jaxb object model which I think will be easier to use.
thanks
david jenck
ng openjpa because the geronimo
developers know it better and openjpa is another apache project. Other than
that guess I don't have much advice on a choice.
thanks
david jencks
On Feb 28, 2011, at 10:53 PM, Neil Franken wrote:
> Hi All
>
> I need some help to make up my mind about
t check if the user is in role and access the users
name
regards,
Andreas
David Jencks
22. Februar 2011 00:59
Hi Andreas,
I think (bu
ar I added this to geronimo-web.xml :
my_security_realm
What am I'm doing wrong?
regards,
Andreas
this to geronimo-web.xml :
my_security_realm
What am I'm doing wrong?
regards,
Andreas
David Jencks
21. Februar 201
ubject());
//do work
ContextManager.clearCallers();
ContextManager.unregisterSubject(lc.getSubject());
lc.logout();
hope this helps
david jencks
On Feb 20, 2011, at 4:26 PM, Andreas Bohnert wrote:
> dear list,
>
> there is an example (time report) on how to configure a form based login
> (j_securi
Do you have both a geronimo-application.xml in the ear and a geronimo-web.xml
in the war? If so I think the part of g-a.xml referring to the web app is
ignored in favor of the geronimo-web.xml. They definitely aren't merged.
thanks
david jencks
On Feb 9, 2011, at 5:40 AM, Minny
se it for basic auth though -- it will probably really break
form auth.
thanks
david jencks
On Feb 8, 2011, at 11:54 AM, Morten Svanæs wrote:
> Hi David!
>
> Ok, thanks for the clarification regarding http sessions, sorry for
> the maybe strange question I'm quite new to Ger
That looks OK to me at first glance. Can you show the stack trace? And can
you indicate what the class is and its inheritance hierarchy? Sometimes
NoClassDefFoundErrors show up when a superclass or implemented interface is not
in an appropriate classloader.
thanks
david jencks
On Feb 8
ons, it is more
concerned with keeping the user identity in a threadlocal during each request
so it is always available for authorization decisions.
Thanks for your investigations so far!
david jencks
On Feb 8, 2011, at 4:51 AM, Morten Svanæs wrote:
> Hi,
> I'm currently having m
your ejb method.
If you want you can specify which security realm and which login module
generated this principal. (for an example see the last paragraph on
https://cwiki.apache.org/GMOxDOC22/configuring-run-as-and-default-subjects-and-principal-role-mapping.html)
What's insecure here?
tha
access some of the contents?
thanks
david jencks
On Feb 2, 2011, at 3:41 AM, Shailen wrote:
> Yes Juergen, I second you.
> I have fixed my problem and I am happy to see geronimo has implemented what
> you have said for webservices. see below:
>
>
>
>
so I suggest looking at the
xml schema for the openejb-jar.xml (not ejb-jar.xml).
hope this helps
david jencks
>
> Regards,
> Shailen (khichi.shailen...@gmail.com)
> +91-9216020360
> Mohali, Chandigarh - 160062
>
> On Wednesday 02 February 2011 01:48 AM, David Jencks wrote:
g
in when you connect.
We could allow specifying a default security realm for all of openejb so if you
don't specify a realm we use the default.
thanks
david jencks
On Feb 1, 2011, at 2:27 AM, Shailen wrote:
> Hi All,
>
> I have a very simple ejb deployed on geronimo2.2.1.
n-jta datasource should be set up with no-transaction support.
Hope this helps!
david jencks
On Jan 27, 2011, at 5:07 AM, dfr...@teamhuber.com wrote:
> I'm using JPA with an AS/400 (DB2/i) in an EJB/EAR application.
>
> We're having trouble with rollbacks, which also has me wondering
(which I dont think we ever released).
I think I also talked about this in an apachecon presentation from 2008.
http://people.apache.org/~djencks/Geronimo%20Security.pdf
I'm not sure the openid stuff has been tested on geronimo 3.
thanks!
david jencks
On Jan 25, 2011, at 11:30 PM, chi r
ejbs in this way.
Knowing which scenario you are in and seeing the security realm plan would be
useful.
thanks
david jencks
On Jan 18, 2011, at 2:57 AM, sanjay kumar wrote:
> Hi All,
> I am facing issues in calling my custom security realm. I have created my
> security realm and de
properties to use openejb jndi
directly or include an ejb-ref or @EJB and use some configuration in the
geronimo plan to refer to the ejb in the other app.
hope this helps... it is not a complete answer but might point you in a useful
direction.
thanks
david jencks
On Jan 17, 2011, at 12:03 AM
t interop between geronimo/yoko and glassfish but judging
by the problems we run into you'd be very lucky to get interop between yoko and
the jboss ORB without fixing bugs in both orbs. On the other hand I don't
think anyone's tried it so there's always a chance it will work
I wonder if you have the global attribute configured correctly in your security
realm? I just added a little bit of documentation on it since I couldn't find
any:
https://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+login+modules
thanks
david jencks
On Dec 29, 2010, at 5:
> 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, 2
es of
transaction completion. I imagine you have run into an activemq bug of some
kind. What geronimo version are you using? The 2.1.x series is stuck on an
exceedingly old and pretty much unmaintained activemq version.
If you aren't using jms, you could turn off the activemq related plugi
include that directory. Perhaps this configuration is missing when
starting within eclipse?
thanks
david jencks
On Dec 19, 2010, at 11:10 AM, Radim Kolar wrote:
>
> I have problems with starting server within eclipse. It worked before but now
> it fails due to some corba library versio
r ear.
david jencks
On Dec 17, 2010, at 12:56 PM, dsh wrote:
> Hi,
>
> I would suspect that one needs to add utility JARs via "Deployment
> Assembly" under Eclipse Helios and via "J2EE Module Dependencies"
> under pre Eclipse Helios versions. The "Java Buil
What you started out trying to do with derby ought to work. Unfortunately I'm
not likely to have time to investigate why it didn't.
david jencks
On Dec 16, 2010, at 4:40 PM, sim085 wrote:
>
> Hello again. I continued to play a little more with datasources and finally
>
ptable for some reason can you let us know
which geronimo version you are using?
david jencks
On Dec 16, 2010, at 12:21 PM, sim085 wrote:
>
> Hello, I am trying to create a datasource for an embeded derby database. I
> have followed several examples on the web but so far I did not mana
rrors about something like a class isn't an
instance of its superclass. It made me think that there is something
dreadfully wrong in groovy classloading, but I have no actual evidence for this
and have no idea how to investigate. I'd say if you can try with an earlier
groovy version you might make more progress.
david jencks
>
> Scott Ryan
>
G 2.2 drivers).
>
I'm not sure if a 2.1 plugin is very likely to work in a 2.2 server again I
hope it works better than I expect.
david jencks
> --kevan
of!
If this is not enough to go on let me know...
many thanks
david jencks
On Sep 27, 2010, at 11:13 AM, dsh wrote:
> Hey David,
>
> I am interested in the CXF/OSGi integration part but actually don't
> know where and how to start. Do you have any pointers?
>
> Thanks!
&g
profile. If you want to help getting cxf working in g 3 that
would be wonderful and we will gladly give you lots of advice, otherwise you
may want to try geronimo 2.2 which unfortunately has no osgi support.
david jencks
>
> thanks,
> Jeremy
> --
> View this message in context:
be possible to provide more
context information in xbean finder about what was being tried when the
exception was thrown.
thanks
david jencks
On Aug 31, 2010, at 11:30 AM, Knut-Håvard Aksnes wrote:
> I am using geronimo 2.1.6 with jetty on Microsoft Platform using Java 1.6
>
> My probem
APP_HOME as an environment variable
> and provide a startup script that runs gernonimo.sh with the right parameters.
>
that won't work, sorry.
thanks
david jencks
>
> Thanks,
>
> Anil Chawla
>
>
> Ivan ---08/25/2010 11:46:15 AM---You could NOT use the
>
mpler.
thanks
david jencks
On Jul 30, 2010, at 4:06 PM, Tim McConnell wrote:
> Hi, I would like to use standard J2EE Form-based authentication using a
> j_security_check request to authenticate a user against an Oracle database.
> However, the password stored in the database is encrypted, an
least.
thanks
david jencks
On Jul 28, 2010, at 2:53 PM, James Yu wrote:
> Hi folks,
>
> [Sent a message before subscribing to mailing list and not sure if it gets
> throught, so I am sending it again... please ignore if this is a duplicate.]
>
> I've searched on goo
it's done in a
thread called from your ejb, then, if you keep the stuff so the jndi lookup
works in the ejb, you can use the same jndi name in the configuration for
spring, (the name I think should be "java:comp/env/jdbc/testmydb") If it's
called in some other thread you
b
You should be able to use that in the spring configuration.
Alternatively if you include a resource-ref like
testmydb
javax.sql.DataSource
in your ejb-jar.xml for any ejbs that call spring then you can use the jndi name
java:comp/env/testmydb
either in your ejb or in spring.
Hope t
1 - 100 of 1607 matches
Mail list logo