[JBoss-user] Question about large turn-over in database

2003-08-03 Thread John Fawcett
Hi all, I have an application that ingests a large number of calendar events from a data provider. The provider's recommended implementation for an adapter is to delete all prior calendar events, and then create all the events in the new list (sent daily). There are approximately 7000 rows in the

RE: [JBoss-user] CMP persistent field using relationship-field fk column

2003-07-06 Thread John Fawcett
rectly accessing the fk. Thanks, fawce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexey Loubyansky Sent: Sunday, July 06, 2003 8:05 AM To: John Fawcett Subject: Re: [JBoss-user] CMP persistent field using relationship-field fk column Hello John

[JBoss-user] CMP persistent field using relationship-field fk column

2003-07-04 Thread John Fawcett
Hi, I have a cmp question: We have bean that consists entirely of CMP relationship fields. When we xml-encode this entity bean's contents, we simply want the primary key, and the foreign keys. In an effort to avoid loading the related beans, I've added persistent fields that point to the fk-colum

RE: [JBoss-user] Different wsdl in jboss3.2 and jboss4.0

2003-04-03 Thread John Fawcett
ame, as it seems). Can you please check by taking the head axis into 3.2? Btw: Thanks four your encouraging email. That made my whole day! CGJ -Ursprüngliche Nachricht- Von: John Fawcett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 3. April 2003 02:04 An: [EMAIL PROTECTED] Betreff:

RE: [JBoss-user] Different wsdl in jboss3.2 and jboss4.0

2003-04-02 Thread John Fawcett
Correction, the naming convention in jboss3.2 appears to be: If(bean has local interface){ Service } else { Service } Thanks, fawce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Fawcett Sent: Wednesday, April 02, 2003 6:14 PM To: [EMAIL PROTECTED

[JBoss-user] Different wsdl in jboss3.2 and jboss4.0

2003-04-02 Thread John Fawcett
Hi, Until recently I have been working against a jboss-head checkout. The jboss.net in 4.0 creates a wsdl document that sets the wsdl:service name equal to the urn attribute in @jboss-net.web-service tag in my session bean. In 3.2, however, jboss.net produces a wsdl:service name equal to SessionLo

RE: [JBoss-user] Jboss is Prime Time

2003-04-02 Thread John Fawcett
Hello, I know this is flame bait, and I know Ed Brown here has carefully chosen the tone of disdainful expertise and coupled it with the absence of any specific content to aggravate anyone who has contributed in any way to the Jboss project. Well congratulations Mr. Brown, you have succeeded. O

RE: [JBoss-user] Subclassing allowed in CMR?

2003-03-14 Thread John Fawcett
I have a system with a similar set of relationships. Further, the 'items' in our case may have more subclasses in the future. We've been using a pattern that uses one superclass, which contains (rather than parents) the others. Using CMR, this means the parent class has accessors, but that the un

RE: [JBoss-user] Jboss.net via https?

2003-02-27 Thread John Fawcett
Of Neal Sanche Sent: Thursday, February 27, 2003 10:07 AM To: [EMAIL PROTECTED]; John Fawcett Subject: Re: [JBoss-user] Jboss.net via https? On Wednesday 26 February 2003 03:25 pm, John Fawcett wrote: > Hi, > > Is it possible to call webservices over https? I've looked through the >

RE: [JBoss-user] jms client in C++

2003-02-27 Thread John Fawcett
Title: Message Hi,   If you want to pursue option 3, take a look at csil.sourceforge.net. It is a young project aimed at developing a language neutral jms protocol for JBossMQ. It includes a new IL for JBoss called XIL which encodes all communication in XML. There is currently a full impleme

[JBoss-user] Jboss.net via https?

2003-02-26 Thread John Fawcett
Hi, Is it possible to call webservices over https? I've looked through the Jboss book, and I think I am missing the method in all the (very interesting) detail... Thanks, fawce --- This SF.net email is sponsored by: Scholarships for Techies!

RE: [JBoss-user] jboss.net wsdl error

2003-02-10 Thread John Fawcett
I would suspect that we are either missing something or there is a bug in the class-level tag. Dr. Jung are you aware of any known problem with the class-level tag? Aught I log a bug? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Joe Hung Sent: Monday,

RE: [JBoss-user] [OS] JBoss/EJB build systems - Xdoclet with Ant, Maven, Centipede?

2003-02-10 Thread John Fawcett
I am using maven for my current project, and I think it is (conceptually) an ideal system for a multi-faceted project like jboss. The caveat to my comments is I have only used maven for one project, and I am only using it for its artifact generation, not for building a distribution. I think maven

RE: [JBoss-user] Axis generated wsdl -- possible to specify param eter names?

2003-02-07 Thread John Fawcett
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> Hello Hello === -Original Message- From: Joh

RE: [JBoss-user] Axis generated wsdl -- possible to specify param eter names?

2003-02-07 Thread John Fawcett
eally don't know how all the parameters work so I'm just making them up . Can you see anything wrong? thanks, -joe -Original Message- From: John Fawcett [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 2:13 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Axis gener

RE: [JBoss-user] Axis generated wsdl -- possible to specify param eter names?

2003-02-06 Thread John Fawcett
.wsdl.util.xml.DOMUtils.getPrefix(Unknown Source) at com.ibm.wsdl.util.xml.DOMUtils.getQualifiedValue(Unknown -Original Message- From: John Fawcett [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 12:18 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Axis generated wsdl -- possible to specify

RE: [JBoss-user] Axis generated wsdl -- possible to specify param eter names?

2003-02-06 Thread John Fawcett
generated wsdl -- possible to specify param eter names? Could you tell me which version of JBoss you use? I'm having some trouble in generating WSDL throught jboss.net in 3.2RC1. thanks, -joe -Original Message- From: John Fawcett [mailto:[EMAIL PROTECTED]] Sent: Thursday, February

[JBoss-user] Axis generated wsdl -- possible to specify parameter names?

2003-02-06 Thread John Fawcett
Hi, I am using the xdoclet jboss-net task to deploy session-bean backed webservices. We then generated C# code from the axis generated wsdl. In our current axis-generated wsdl, our input parameters have names like "in0", which our C# classes inherit. Is there some way to force axis to pick up the

RE: [JBoss-user] Cascade-delete using database?

2003-02-04 Thread John Fawcett
Hi, I found this recent post in the archives regarding cascading deletes: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg25404.ht ml And I have been trying to figure out how to get jboss to cascade deletes in postgresql. Playing with standardjbosscmp-jdbc.xml, it is definitely po

RE: [JBoss-user] Funny postgresql behavior

2003-01-29 Thread John Fawcett
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Marek Lange Sent: Wednesday, January 29, 2003 5:19 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Funny postgresql behavior John Fawcett schrieb: > Hi, > > When I try to deploy my application, jboss successfully creates the > on

[JBoss-user] Funny postgresql behavior

2003-01-28 Thread John Fawcett
Hi, When I try to deploy my application, jboss successfully creates the one table, but then logs that the remaining tables already exist. When configured to use hsql, the tables are created successfully. Does anyone recognize this behavior or see my mistake? Thanks, fawce - Details

RE: [JBoss-user] JBoss Project Structure Convert

2003-01-22 Thread John Fawcett
Also check out jboss-head/tools/etc/buildfragments The .ent files contain many useful definitions and patterns you can use/copy/edit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 8:18 PM To: [EMAIL PR

[JBoss-user] Message Sending Bean

2003-01-22 Thread John Fawcett
Hi, Is there a design pattern for a session bean or entity bean which sends messages? Something akin to MDB, but in reverse? Right now I have a session bean which maintains a singleton instance of a connection, and funnels all message sends for my application through a single connection. I could

RE: [JBoss-user] JMS ping timeout exception

2003-01-22 Thread John Fawcett
- Original Message - From: "John Fawcett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 1:04 PM Subject: RE: [JBoss-user] JMS ping timeout exception > Hi, > > There is a deadlock bug in the org.jboss.mq.il.uil.multiplexor > package

RE: [JBoss-user] JMS ping timeout exception

2003-01-21 Thread John Fawcett
Hi, There is a deadlock bug in the org.jboss.mq.il.uil.multiplexor package. I submitted a patch to this a few days ago, and this is the behavior that lead me to it. I don't know whether the patch is, was or will be applied. Good luck, fawce -Original Message- From: [EMAIL PROTECTED] [m

RE: [JBoss-user] Building Jboss from the source

2003-01-20 Thread John Fawcett
Get a cvs client like tortoiseCVS, which has a nice "fetch list" function for getting all the current modules. You can also look at the file CVSROOT/modules, which is where these modules are defined. CVSROOT is itself a module you can check out, or you can go to the cvs web interface for the head r

RE: [JBoss-user] jms issues

2003-01-15 Thread John Fawcett
Hi, Can you be more specific in your criticism? I am interested in working on the Jbossmq codebase. The JBossMQ server IL packages seem strong to me. I think the mq package is convoluted because of an incomplete transistion from SpyMQ. A few weekends of intense eclipse-refactoring could do quite

RE: [JBoss-user] jboss.net xdoclet generation of web-service.xml

2003-01-15 Thread John Fawcett
There is a bug in the generation of web-service.xml for view-type=both. I submitted a patch a little while back, but I am not sure if Dr. Jung decided to commit it or not. The same patch included a change to put the fully qualified classname in the home and localhome tags, which I believe raised so

[JBoss-user] rudimentary cmr question

2003-01-11 Thread John Fawcett
Hi, Is it possible to define a cmr field that references a bean in another java package? How about in another jar? What are the basic rules for packaging cmr-having entitybeans ? Thanks, fawce --- This SF.NET email is sponsored by: SourceFor

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread John Fawcett
      - John Fawcett CTO, Tamale Software, LLC 26 Fox Road Waltham, MA 02451 (781)290-5877   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Lecza Sent: Wednesday, December 18, 2002 7:33 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Start JBoss

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

2002-12-16 Thread John Fawcett
Just curious -- is it particularly bad form to have your automated beans also log in? Perhaps create an account for these automated functions? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Randy Shoup Sent: Monday, December 16, 2002 6:23 PM To: [EMAIL P

RE: [JBoss-user] EAR, EJB-JAR, and WAR with Dependant JARs

2002-12-14 Thread John Fawcett
I think you can deploy an uncompressed ear as a directory. Then you can just deploy the constituent jar/war files into that directory. So you can hot deploy the individual jars/wars, rather than the whole ear. nb: I haven't tried this myself, but the jboss-net sar is uncompressed in jboss-head and

RE: [JBoss-user] error deploying wsr -- resolution

2002-12-13 Thread John Fawcett
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of John Fawcett Sent: Friday, December 13, 2002 11:45 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] error deploying wsr Thanks for the input. I can access the index.html file just fine. Also, I can

RE: [JBoss-user] error deploying wsr

2002-12-13 Thread John Fawcett
Thanks for the input. I can access the index.html file just fine. Also, I can access my service via a client similar to the one in the helloEJB example. However, neither http://localhost:8080/jboss-net/servlet/AxisServlet nor http://localhost:8080/jboss-net/services/?wsdl respond properly. T

[JBoss-user] error deploying wsr

2002-12-12 Thread John Fawcett
  Hi,   I have a simple session bean that I would like to deploy as a web service. The bean deploys fine, and passes my client unit tests. I have a web-service.xml file in a wsr with the following structure: tamalemqadmin.wsr/     META-INF/     web-service.