[JBoss-user] Sample jbosscmp-jdbc.xml file...

2001-10-17 Thread Hunter Hillegas
Anyone have a sample jbosscmp-jdbc.xml file? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] GCJ

2001-10-17 Thread Jayesh K. Parayali
Anybody tried to compile jboss with gcj? Thanks, Jayesh ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] problem with jboss with catalina

2001-10-17 Thread Manu KY
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

RE: [JBoss-user] JBoss and JNI?

2001-10-17 Thread Almquist Justin-P29624
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

Re: [JBoss-user] Define datasource in jar-files ?

2001-10-17 Thread David Jencks
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. > >

Re: [JBoss-user] java.lang.NullPointerException

2001-10-17 Thread David Jencks
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

RE: [JBoss-user] JBoss and JNI?

2001-10-17 Thread Sapozhnikov, Michael
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

[JBoss-user] Re: [JBoss-dev] Transaction bug in JBoss 2.4.1 ?

2001-10-17 Thread Ole Husgaard
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

[JBoss-user] Define datasource in jar-files ?

2001-10-17 Thread Thomas Grünert
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

[JBoss-user] java.lang.NullPointerException

2001-10-17 Thread EGGERT,MICHAEL (A-Westford,ex1)
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

[JBoss-user] LDAPloginmodule used in auth againt win2000

2001-10-17 Thread Carlos Ferrão
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

RE: [JBoss-user] JBoss and JNI?

2001-10-17 Thread Marko Štrukelj
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

Re: [JBoss-user] JBoss and JNI?

2001-10-17 Thread Dmitri Colebatch
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

[JBoss-user] JBoss and JNI?

2001-10-17 Thread Luke Studley
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

Re: [JBoss-user] Message Bean

2001-10-17 Thread Manish . Syal
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