[JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Matthew Hixson
Does JBoss support defining custom functions that map to functions defined in the database for extending EJB-QL? Thanks, -M@ --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power Color in a compact size!

[JBoss-user] RMI over HTTP with a Java client

2002-12-03 Thread Joost Kraaijeveld
Hi everyone, I have working versions of a Stateless, a Stateful and a Bean Managed Persistence EJB, all with a Java commandline client. They all use JNDI over HTTP and RMI over HTTP and they work. I want to use RMI over HTTP with a Java commandline client. JBoss 3.0.4 with Jetty is behind a

Re: [JBoss-user] cactus problem: classcastexception and Errorfinding class

2002-12-03 Thread Dave Smith
You are problably redeploying jars that are out of the scope of the ear. The JVM cache's the orginal and then when the jar is deployed there are two copies. I would suggest that all of the jars/ejbs that are required for the test are in the ear. My application.xml looks like this ( the cactus and

Re: [JBoss-user] loading .class, .jsp from file system insteadEAR/WAR?

2002-12-03 Thread Dave Smith
Create a directory in the deploy directory with the name my ear.ear Then extract your ear in that directory. On Mon, 2002-12-02 at 20:38, otisg wrote: Hello, I have JBoss 2.4.4 with Tomcat, and I am wondering if it is possible to load Java classes and JSPs from a directory (tree) instead

[JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-03 Thread João Clemente
I've tried to get http session replication woking by placing the distributable tag in my web.xml file, running with JBoss 3.0.3. Well, the clustering manual says something like place a clustering tag as true in web.xml so I placed distributableTrue/distributable and the deployment failed

Re: [JBoss-user] cactus problem: classcastexception and Errorfinding class

2002-12-03 Thread Dave Smith
You are problably redeploying jars that are out of the scope of the ear. The JVM cache's the orginal and then when the jar is deployed there are two copies. I would suggest that all of the jars/ejbs that are required for the test are in the ear. My application.xml looks like this ( the cactus and

Re: [JBoss-user] Datasource User Name/Password

2002-12-03 Thread Saravanan Veerappan
May be future version of JBoss console should provide the username/password string and store it encrypted in service.xml file as weblogic does.. Unfortunately we do not have any ldap server. Iam looking more of a solution to store encrypted password in a properties file. --- David Jencks [EMAIL

Re: [JBoss-user] Datasource User Name/Password

2002-12-03 Thread David Jencks
You can easily write a login module to read the properties file, or just put the encryted password in login-conf.xml. The problem I have with this type of approach is that if the login module can decrypt the pw to send it to the database, so can anyone else who can get the encrypted password.

Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
No. I'm considering adding it in 4.0. I am thinking something like this. stringFunction(name, arg1, arg2, ..., argN) There would be a function wrapper for each EJB-QL type. This would allow new functions to easily plug in to the strongly typed EJB-QL. Again, I'm just considering this.

Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Matthew Hixson
Is there a list online of all of the EJB-QL functions that are already built into JBoss? Thanks, -M@ On Tuesday, December 3, 2002, at 09:22 AM, Dain Sundstrom wrote: No. I'm considering adding it in 4.0. I am thinking something like this. stringFunction(name, arg1, arg2, ..., argN)

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-03 Thread Dan A. Dickey
On Tuesday 03 December 2002 09:13 am, João Clemente wrote: I've tried to get http session replication woking by placing the distributable tag in my web.xml file, running with JBoss 3.0.3. Well, the clustering manual says something like place a clustering tag as true in web.xml so I placed

Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
No, it is in the for pay docs... but the list is short. In addition to the EJB-QL (2.0 spec) standard functions we support LCASE and UCASE. -dain On Tuesday, December 3, 2002, at 12:32 PM, Matthew Hixson wrote: Is there a list online of all of the EJB-QL functions that are already built into

[JBoss-user] Help!! accessing secure ejb from another ejb located on a diferentserver

2002-12-03 Thread Jordi Valldaura i Riqué
Hello, I'm developing my end of degree project. I have sevaral jboss servers with the same secure ejbs in. Is there anyway to call an ejb inside one of my servers from an ejb inside another jboss server without jaas(but in a secure way), maybee some homemade authentication module. I've got it

[JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-03 Thread Ed Saikali
Hi, Is it possible to use a JBOSS data source outside JBOSS, is there a way to put the JBOSS data source in the public part of the JNDI Tree? Thanks Ed --- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive

Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Glenn Lewis
Though it can be done without EJB-QL ... at the moment we call a database function from a standard SQL call. -- Glenn Dain Sundstrom wrote: No. I'm considering adding it in 4.0. I am thinking something like this. stringFunction(name, arg1, arg2, ..., argN) There would be a function wrapper

Re: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-03 Thread David Jencks
No, definitely not, for some very good reasons that I've explained many times in the past. david jencks On 2002.12.03 16:35:01 -0500 Ed Saikali wrote: Hi, Is it possible to use a JBOSS data source outside JBOSS, is there a way to put the JBOSS data source in the public part of the JNDI

Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
Yes, but your code has to be aware of the abstract schema database mapping, which is kind of like hand coding security checks into your code; you can do it but you want to avoid it if you can. -dain On Tuesday, December 3, 2002, at 03:48 PM, Glenn Lewis wrote: Though it can be done without

[JBoss-user] HELP!? Works in JBoss-3.0.4 with JBossWeb (Jetty), and Tomcat 4.1.12 Standalone - not in JBoss-3.0.4+Tomcat-4.1.12-LE-jdk14

2002-12-03 Thread Will Senn
JBoss Elite! I have tried any number of ways to get the JBoss-3.0.4/Tomcat 4.1.12-LE-jdk14 Integrated bundle to serve up a simple jsp/servlet web application. Each of the approaches has been unsuccessful. The deployed JSP works, but the called servlet does not. I have successfully taken the

Re: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-03 Thread Dan Christopherson
Ah, the question everyone gets tired of answering... David Jencks wrote: No, definitely not, for some very good reasons that I've explained many times in the past. david jencks On 2002.12.03 16:35:01 -0500 Ed Saikali wrote: Hi, Is it possible to use a JBOSS data source outside JBOSS, is

[JBoss-user] Re: JBoss-user digest, Vol 1 #3442 - 8 msgs

2002-12-03 Thread Barney Rubble
I knew about the forums (interface is kinda klunky) but the user mailing list claims you have to be a member of this group to view the archive on sourceforge: the other two archives are viewable. Anyway, I will try to find out why an attempt is made to create tables when I deploy my EJB when I

Re: [JBoss-user] loading .class, .jsp from file system instead EAR/WAR?

2002-12-03 Thread Sundaram
You can do that, add your web directory into tomcat/conf/server.xml file. -SR - Original Message - From: otisg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 02, 2002 8:38 PM Subject: [JBoss-user] loading .class, .jsp from file system instead EAR/WAR? Hello, I