AW: [JBoss-user] Fastest (and stable) way to turn existing EJBs into Web Services?

2002-12-17 Thread Jung , Dr. Christoph
-Ursprüngliche Nachricht- >Von: Joe Hung [mailto:[EMAIL PROTECTED]] >Gesendet: Mittwoch, 18. Dezember 2002 02:30 >An: [EMAIL PROTECTED] >Betreff: [JBoss-user] Fastest (and stable) way to turn existing EJBs into Web Services? >if I want to achieve it within the next 2 months? Depend

[JBoss-user] error in using pgsql 7.2

2002-12-17 Thread Derek_Chen
Title: Èü°ÙÍþµÚ77Æڳɹ¦µÄÏîÄ¿¹ÜÀí¼¯Ñµ My version of JBoss is 3.0.2 running in Mandrake 8.2 . My steps are described below.Could somebody help me identify the error?Thanks very much.    1. copy postgres-service.xml to $JBOSS_HOME/server/default/deploy 2. add a login module configuration as be

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread Dave Smith
Linux .. echo 1 > /proc/sys/net/ipv4/ip_forward ipchains -A input -p tcp -d 0.0.0.0/0 443 -j REDIRECT 8443 ipchains -A input -p tcp -d 0.0.0.0/0 80 -j REDIRECT 8080 João Clemente wrote: On Tue, 17 Dec 2002 16:26:20 -0600 Dan Christopherson <[EMAIL PROTECTED]> wrote: Another thing to remem

RE: [JBoss-user] Internationalization of EJB data

2002-12-17 Thread Joe Hung
there are several aspects of i18n. Java already makes it easy by doing utf8 internally. the problem usually is when you serialize the (utf8) data into the DB and getting it out of DB. (and of course linguistic sorting). if your db support utf-8 varchar (like an oracle) things might be easier. othe

Re: [JBoss-user] Fastest (and stable) way to turn existing EJBs into Web Services?

2002-12-17 Thread Matthew Hixson
There were some guys at a SeaJUG meeting a while back from someplace that did this. For some reason the name Silverstream is coming to mind. If that's the right name it looks like they've been assimilated by Novell. http://www.silverstream.com/Website/app/en_US/Home -M@ On Tuesday, Decemb

[JBoss-user] Fastest (and stable) way to turn existing EJBs into WebServices?

2002-12-17 Thread Joe Hung
...if I want to achieve it within the next 2 months? 1) Use JBoss with Axis (what version?) 2) Use JBoss.net (what version?) 3) Use 3rd party tools like GLUE. Really needs the answer...anybody out there with web service deployment experience? Thanks in advance. -joe ---

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread João Clemente
On Tue, 17 Dec 2002 16:26:20 -0600 Dan Christopherson <[EMAIL PROTECTED]> wrote: > Another thing to remember is that JBoss must run as root to listen on > port 80 or 443. That would be something that security conscious people > might not want to do on a public server. About that particular issu

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread Brett Sealey
http://jetty.mortbay.com/jetty/doc/User80.html You want packet filtering anyway if you are security conscious. On Tue, 17 Dec 2002, Dan Christopherson wrote: > Another thing to remember is that JBoss must run as root to listen on > port 80 or 443. That would be something that security conscious

Re: [JBoss-user] MBeans, local EJBs and Authentication

2002-12-17 Thread Scott M Stark
You are using your own LdapLoginModule. How is this recognizing the unauthenticatedIdentity you are configuring? Its your login module that has to support this. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - Fr

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread Dan Christopherson
Another thing to remember is that JBoss must run as root to listen on port 80 or 443. That would be something that security conscious people might not want to do on a public server. -danch Larry O wrote: I would suggest another criteria. If your application is on an intranet or private network

RE: [JBoss-user] MBeans, local EJBs and Authentication

2002-12-17 Thread Randy Shoup
John Fawcett wrote: To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MBeans, local EJBs and Authentication Date: Mon, 16 Dec 2002 18:38:53 -0500 Organization: Tamale Software, LLC Reply-To: [EMAIL PROTECTED] Just curious -- is it particularly bad form to have your automated beans also log in? Perh

Re: [JBoss-user] Virtual hosting question

2002-12-17 Thread rsequeira
Add an element. myhost.com RS poo <[EMAIL PROTECTED]>

Re: [JBoss-user] Virtual hosting question

2002-12-17 Thread marius
On Tue, Dec 17, 2002 at 06:54:37PM +, poo wrote: > All I basically want to do is have www.myhost.com and myhost.com use the > same webapp(!) Any info on how to do this would be great! The example > that Scott presents below addresses the case where 2 different vhosts > use different webap

RE: [JBoss-user] mbean IllegalAccessError

2002-12-17 Thread Eric Kaplan
Thanks David. I'll work around it until I get the latest. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Tuesday, December 17, 2002 3:51 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] mbean IllegalAccessError On 2002.12.17 13:32:

[JBoss-user] stuck with relations

2002-12-17 Thread Jon Finanger
Hi! I've struggeled against this error(below) for a long time now - too long :-) Well, I've generated the code automatically from middlegen(xdoclet) based on an existing db model. I'll describe it here: E.g. I'have a trip table which got a tripstatus (n:1). The tripstatus table does not need to h

RE: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread Larry O
I would suggest another criteria. If your application is on an intranet or private network and traffic is low, by all means omit apache. However, many of us put apache on or outside a firewall, and keep our application server safely inside. The fewer services running on the exposed server, the bett

Re: [JBoss-user] mbean IllegalAccessError

2002-12-17 Thread David Jencks
On 2002.12.17 13:32:14 -0500 Eric Kaplan wrote: > Hi > > I attempted to deploy an mbean under jboss3.0.0 as follows: > > Packaged all related classes along with a META-INF/jboss-service.xml into > a > .sar file. Dropped this into the deploy directory. The deployer picks > it > up and it looks o

[JBoss-user] Internationalization of EJB data

2002-12-17 Thread Jordan Thomas
Hi, What is the best way to internationalize my entity bean data. My initial way was to use a compound primary key but JBoss doesn't seem to like this. Is there a "standard" or popular pattern for doing this? Any good articles? thanks Jordan ---

[JBoss-user] JBoss/CloudScape

2002-12-17 Thread Sasidharan, Manoj
Hello All, I am looking for some help with JBoss and IBM CloudScape using RMIJDBC server. The configuration file being used is: Name: cloudscape-ds.xml Contents: DB2DS jdbc:rmi:localhost:1099/jdbc:db2j:abc;create=true org.objectweb.rmijdbc.Driver 5 >From a test client, any a

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-17 Thread Pete Beck
Just to throw my 2 cents worth in, My app uses mostly dynamic content and I have tried using apache as a front end, tomcat 4 and Jetty. In my tests, using apache as a front end added a significant latency to serving the content from JBoss. So I would say yes, you may get benefits on your static c

Re: [JBoss-user] Scheduler

2002-12-17 Thread Randy Shoup
(changing the subject back to the original; sorry for incorrectly changing it earlier) Our scheduler .sar depends on the EJB mbean for the SLSB it uses, as David explains. From the jboss-service.xml of the scheduler .sar: name="com.tumbleweed.ime.ejb.scheduler.jboss3:service=PackageExpir

Re: [JBoss-user] Virtual hosting question

2002-12-17 Thread poo
All I basically want to do is have www.myhost.com and myhost.com use the same webapp(!) Any info on how to do this would be great! The example that Scott presents below addresses the case where 2 different vhosts use different webapps. I want 2 different vhosts to use the same webapp. I'v

Re[2]: [JBoss-user] more info : ejb jars visibility

2002-12-17 Thread Alex Loubyansky
Yes, it's by the spec. alex Tuesday, December 17, 2002, 7:37:41 PM, you wrote: JC> Alex Loubyansky wrote: >>Hello Jim, >> >>related entities must be in the same ejb-jar module. >> >>alex >> >>Tuesday, December 17, 2002, 6:40:31 PM, you wrote: >> >>JC> Jim Clayson wrote: >> >> >> Hi,

Re: [JBoss-user] Virtual hosting question

2002-12-17 Thread Scott M Stark
You can setup multiple aliases for a given jboss-web virtual-host. In tomcat this is done via the Alias element in a Host as described in the admin+devel docs: www.dot.com mail.dot.com store.dot.com Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] ClassCircularityError in org.jboss.mq.server.BasicQueue$1$RestoreMessageTask

2002-12-17 Thread Scott M Stark
3.0.0 had several issues with class loading. The class loading has been updated several times and will be again for the 3.0.5 release. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Eric Kaplan" <[EMAIL

Re: [JBoss-user] Internationalization

2002-12-17 Thread Scott M Stark
The internationalization level is basically zero. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "HORTON,NOAH (HP-FtCollins,ex1)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 20

Re: [JBoss-user] Log4j Question

2002-12-17 Thread Scott M Stark
Title: Message client/jboss-common-client.jar or client/jbossall-client.jar   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Razumovsky, Andrew To: '[EMAIL PROTECTED]' Sent: Tuesday, Decem

[JBoss-user] mbean IllegalAccessError

2002-12-17 Thread Eric Kaplan
Hi I attempted to deploy an mbean under jboss3.0.0 as follows: Packaged all related classes along with a META-INF/jboss-service.xml into a .sar file. Dropped this into the deploy directory. The deployer picks it up and it looks ok, but when I attempt to run a particular method, I am getting jav

Re: [JBoss-user] more info : ejb jars visibility

2002-12-17 Thread Jim Clayson
Alex Loubyansky wrote: Hello Jim, related entities must be in the same ejb-jar module. alex Tuesday, December 17, 2002, 6:40:31 PM, you wrote: JC> Jim Clayson wrote: Hi, I am implementing some beans in cmp2 (jboss304+tc406) for the first time and I am trying to solve a problem which has

[JBoss-user] Log4j Question

2002-12-17 Thread Razumovsky, Andrew
Title: Message I'm having trouble using log4j with JBoss/Tomcat installation on RedHat 8. http://www.jboss.org/developers/guides/logging.jsp guide suggests to import org.jboss.logging.Logger; and then use it. I'm using Eclipse as my IDE and I cannot find any information on which jar file I

[JBoss-user] Internationalization

2002-12-17 Thread HORTON,NOAH (HP-FtCollins,ex1)
Hi, I am evaluating the use of JBoss for a project at Hewlett Packard and am having trouble determining the level on internationalization of JBoss. Can anyone clarify if the code itself is internationalized, and if so, for which locales has it been localized. Thanks! -Noah Horton --

Re[2]: [JBoss-user] more info : ejb jars visibility

2002-12-17 Thread Alex Loubyansky
Hello Jim, related entities must be in the same ejb-jar module. alex Tuesday, December 17, 2002, 6:40:31 PM, you wrote: JC> Jim Clayson wrote: >> Hi, >> >> I am implementing some beans in cmp2 (jboss304+tc406) for the first >> time and I am trying to solve a problem which has to do with one b

Re: [JBoss-user] Help :::: Problem with Compound keys ::::

2002-12-17 Thread Alex Loubyansky
Hello Jordan, first, about the error you are getting. It means that not all primary key fields where mapped to foreign key fields in a relationship, i.e. some pk field[s] isn't mentioned in foreign key fields. Foreign keys as part of primary keys are supported in JBoss-4. Foreign keys as cmp fie

Re: [JBoss-user] more info : ejb jars visibility

2002-12-17 Thread Jim Clayson
Jim Clayson wrote: Hi, I am implementing some beans in cmp2 (jboss304+tc406) for the first time and I am trying to solve a problem which has to do with one bean being able to see another bean, which is packaged into a seperate ejb jar file, at deployment time. Perhaps this question might bett

[JBoss-user] Help :::: Problem with Compound keys ::::

2002-12-17 Thread Jordan Thomas
Hi, I am trying to create a compound primary key that has has part of its key as the primary key of another entity. Although this is not supported by the EJB spec I know that with some other app servers one can create a set and get method for the FK column and then use them when nessesary (i.e. in

[JBoss-user] Urgent!!: Got a java.math.BigDecimal: '100' while looking for a java.math.BigInteger

2002-12-17 Thread Brandon, Raymond
I'm using JBoss 3.0.3 with Solid 2.0. I also tested this with JBoss 3.0.4 but got the same result. My application tries to store a row in to a table. The table looks like this:   CREATE TABLE X (    id VARCHAR (40)   NOT NULL,    bigDecimalTy

RE: [JBoss-user] Same .war that I deploy perfectly in "default" throws exceptions in "all" ?!?

2002-12-17 Thread Sacha Labourey
It has been fixed on the 8th of December. And yes, it may happen only under all > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Joao Pedro > Clemente > Envoye : mardi, 17 decembre 2002 15:41 > A : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] Same .w

RE: [JBoss-user] Same .war that I deploy perfectly in "default"throws exceptions in "all" ?!?

2002-12-17 Thread Joao Pedro Clemente
> There is a "linkage" error: what version do you use? I know that Scott > just fixed such a bug wrt to class loading. You should try the same with > Branch_3_0 I use branch_3_0 from last week's cvs. Should I sync my sources? The bug was fixed just a few days ago? And that explains that these er

Re: [JBoss-user] oracle-xa-service.xml and JMS

2002-12-17 Thread David Jencks
On 2002.12.17 06:28:32 -0500 Anthony Geoghegan wrote: > Is it necessary to use XA based transactions with the JDBC2 persistence > manager? No, in fact there is no reason to use an xa datasource setup with it because the jms system does it's own xa transaction control and the jdbc stuff is basicall

RE: [JBoss-user] Same .war that I deploy perfectly in "default" throws exceptions in "all" ?!?

2002-12-17 Thread Sacha Labourey
There is a "linkage" error: what version do you use? I know that Scott just fixed such a bug wrt to class loading. You should try the same with Branch_3_0 Cheers, sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Joao Pedro > Clemente > Envoy

Re: [JBoss-user] Same .war that I deploy perfectly in "default"throws exceptions in "all" ?!?

2002-12-17 Thread Joao Pedro Clemente
Yes, I also think it's on EJB side. Thnks you Jules for the quick check. Maybe Sacha or Bill Burk can state somehing avbbout this issue? Thnaks -- Joao Pedro Clemente jpcl @ rnl.ist.utl.pt (w

[JBoss-user] help re: ejb jars visibility

2002-12-17 Thread Jim Clayson
Hi, I am implementing some beans in cmp2 (jboss304+tc406) for the first time and I am trying to solve a problem which has to do with one bean being able to see another bean, which is packaged into a seperate ejb jar file, at deployment time. Perhaps this question might better fall under the to

[JBoss-user] Settlement in Canada, USA,Austraila & Newzealand

2002-12-17 Thread Sanjay
Title: Banner >" METHOD="POST">             CORPORATE HEADQUARTERS 7025 Tomken Rd, Suite#231 Mississauga, Ontario, Canada L5S 1R6 Phone :1 905 564 7797, Fax: 1 905 564 8309   Dear Sir/Madam,    We are writing this letter to you

[JBoss-user] oracle-xa-service.xml and JMS

2002-12-17 Thread Anthony Geoghegan
Is it necessary to use XA based transactions with the JDBC2 persistence manager? As up till now I've had no problems using just local transaction control. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. --- This sf.net email i

Re: [JBoss-user] Same .war that I deploy perfectly in "default" throws exceptions in "all" ?!?

2002-12-17 Thread Jules Gosnell
I've looked at the log, and I don't think the problem is Jetty/JBossWeb. You have a number of EJB related errors in the log. They are not me field of expertise. Good Luck, Jules Joao Pedro Clemente wrote: (Is there a mailing list max message size? This is the third time I try to send this.

[JBoss-user] REad uncommitted Transactio Isolation

2002-12-17 Thread Mokas Vassilis ([EMAIL PROTECTED])
How exactly can I declare a : "Read uncommitted" Isolation level in oracle-service.xml file? Vassilis --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Compu