Anyone have a sample jbosscmp-jdbc.xml file?
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Anybody tried to compile jboss with gcj?
Thanks,
Jayesh
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
hello all,
i installed jboss with catalina.
but when the jsp and servelts in examples in catalina are invoked i get a
404 error.
please help
thanks in advance,
manu
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.co
Also, another possibility is creating an MBean (part of JMX) that holds the JNI code.
This way you will not break the EJB spec and your EJBs can treat the JNI functionality
as a service, which it probably is anyway.
Justin
-Original Message-
From: Sapozhnikov, Michael [mailto:[EMAIL P
This is definitely available in jboss 3. You can do something like it
applying the "Make Configuration Service a Deployer" patch in jboss 2.4.
david jencks
On 2001.10.17 09:56:59 -0400 Thomas Grünert wrote:
> Hi,
>
> normaly i define any datasources (in my example postgres) in jboss.jcml.
>
>
You have to search from jboss website not sourceforge-- don't know why
sourceforge doesn't fix it instead of making Reply not work ;-)
Most likely you are using a primitive type in your ejb that can't be set to
null.. try replacing e.g. int with Integer: public Integer myField = null;
makes sense
Title: RE: [JBoss-user] JBoss and JNI?
Luke,
>>Are there any issues with using JNI with JBoss?
>>I did a search on the documentation and nothing came back. Can JNI be used
>>within JBoss? What actions are required to make it work?
Just from my experience...
I tried to access Java clas
Hi,
This is probably more of a jboss-user list question, but
I'll reply anyway.
You should not use TransactionManager directly from your
bean code, as this is for the application server only.
Why don't you let your bean code implement the interface
javax.ejb.SessionSynchronization instead?
Bes
Hi,
normaly i define any datasources (in my example postgres) in jboss.jcml.
Now I have one general question:
is it possible to define jdbc-datasources for projects in jboss.xml or some other
xml-configfile in the jar, witch I can deploy in jboss ?
The background is add one application in jbos
I'm using jboss 2.4.1 with a SapDB 7.3 database. I have an entity bean set
up for a table and when I access it I get a NullPointerException when
attempting to load a field that contains a null. Is there something I need
to do to get around this? I tried to search the archives but I get an error
Hi list,
I'm having trouble with the authorization of a user using the
LDAPLoginModule to connect to windows 2000 active directory (LDAP). The
authentication is performed ok but authorization for any method fails. Has
anyone successfully used the LDAPLoginModule with win2000 AD or
Title: RE: [JBoss-user] JBoss and JNI?
Hi,
You can take your normal working java class that uses jni, wrap it in a session bean, deploy it and it should work - provided it can find everything it needs.
Which means all the dlls must be on the path. I've had some commedies getting that to wo
JNI isn't allowed in EJB per the spec. I cant say anything about whether
it would work or not though.
hth
dim
On Wed, 17 Oct 2001, Luke Studley wrote:
> Hello
>
> Are there any issues with using JNI with JBoss?
> I did a search on the documentation and nothing came back. Can JNI be used
> wi
Hello
Are
there any issues with using JNI with JBoss?
I
did a search on the documentation and nothing came back. Can JNI be used within
JBoss? What actions are required to make it work?
Any
answers appreciated.
Luke
Yeh I was able to look up the scheduler message bean through my session
bean
But in my jboss.jcml , I am not able to add to scheduler message bean
How to run two scheduler in the message bean
15 matches
Mail list logo