Re: [JBoss-user] jboss.net: How can I modify the service name displayed in WSDL?

2004-01-30 Thread Jason Essington
Yeah, but it's the service name in the generated wsdl that's giving Rob grief. It's probably something burried in axis somewhere. I am not sure off the top of my head where to look for that. -jason On Jan 23, 2004, at 10:51 AM, Marek Lange wrote: Rob Moore wrote: I am using the jboss.net

Re: [JBoss-user] RE: JBoss 3.2.4

2004-01-19 Thread Jason Essington
On Jan 19, 2004, at 9:46 AM, Darren Hartford wrote: Just curious, would the JBoss 3.2.4 include the updated Jboss.NET stack? Specifically, I remember seeing in CVS-HEAD support for the value-object pattern with the @jboss-net.xml-schema tag, would be nice if this was included in 3.2.4

Re: [JBoss-user] REPOST: JBossNet can't work w/ secured EJBs ???

2003-10-31 Thread Jason Essington
Alex, The first thing you will need to do is define the security domain in the jboss-web.xml file (the one in the jboss-net.war) then if you are using xDoclet, you will need to add a tag to your session bean @jboss-net.authentication domain=WhichEverDomainYouHaveDefined if you are not using

Re: [JBoss-user] new behavior in 3.2.2 - TransactionRolledbackLocalException

2003-10-26 Thread Jason Essington
instead of NULL. alex Jason Essington wrote: On Thursday, October 23, 2003, at 05:08 AM, Alexey Loubyansky wrote: Are there CMP fields mapped to the foreign key column? If not that is expected behaviour. There are not CMP fields mapped to the foreign key column only CMR

Re: [JBoss-user] 3.2.2 : limit on columns in entity beans

2003-10-24 Thread Jason Essington
According to the commit notes, Alexey has raised the limit on columns to infinity in the latest cvs of the 3.2 branch. Although, I doubt that the actual limit is that high 8-), I think it will suffice. -jason On Wednesday, October 22, 2003, at 10:28 AM, Joachim ((PROGS)) wrote: Is this a new

Re: [JBoss-user] 3.2.2 : limit on columns in entity beans

2003-10-24 Thread Jason Essington
constrained by the memory and storage limitations of the environment in which jboss is running (if not as you say, by the database). At any rate I am sure this particular problem is solved. Thank you Alexey Jason Essington wrote: According to the commit notes, Alexey has raised the limit on columns

Re: [JBoss-user] new behavior in 3.2.2 - TransactionRolledbackLocalException

2003-10-23 Thread Jason Essington
fields for these columns and then use the CMP field to check for the inappropriate values? Jason Essington wrote: I have some tables in a database that are used by some of my CMP/CMR entity beans. The foreign key columns in some of these tables don't have foreign key integrity checks enforced

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
21 October 2003 14:15, Jason Essington wrote: Hi, Just out of curiosity, how many fields are in your entity bean? 87 Alexey indicated (on October 10) that the CMP engine currently had a limit of 64 columns, but that he was working on a fix. If that has not been fixed, that could be the problem. I

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
On Wednesday, October 22, 2003, at 10:01 AM, Alexey Loubyansky wrote: Hello Jason, I just fixed it. Please, try it in 24 hours. Thanks. yup, that appears to have fixed the column limit problem. thanks. -jason --- This SF.net email is

[JBoss-user] new behavior in 3.2.2 - TransactionRolledbackLocalException

2003-10-22 Thread Jason Essington
I have some tables in a database that are used by some of my CMP/CMR entity beans. The foreign key columns in some of these tables don't have foreign key integrity checks enforced in the database, and rather than having null in the column when there is no foreign key they contain a 0 (zero).

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-21 Thread Jason Essington
hi Phil Just out of curiosity, how many fields are in your entity bean? I have had the same problem (with the RC versions of 3.2.2) but only with a very large entity (111 persistent fields). The cmp engine also seems to have some trouble generating sql for this entity during removal of these

Re: [JBoss-user] SQLException from 3.2.2 branch when trying to remove an entity.

2003-10-10 Thread Jason Essington
On Thursday, October 9, 2003, at 01:03 PM, Alexey Loubyansky wrote: Jason Essington wrote: I don't see anything immediately obvious about what I am doing different here than with my other entities. All of the others seem happy enough (not pitching exceptions). The only thing I can think

Re: [JBoss-user] SQLException from 3.2.2 branch when trying to remove an entity.

2003-10-10 Thread Jason Essington
On Friday, October 10, 2003, at 10:52 AM, Alexey Loubyansky wrote: Jason Essington wrote: On Thursday, October 9, 2003, at 01:03 PM, Alexey Loubyansky wrote: Jason Essington wrote: I don't see anything immediately obvious about what I am doing different here than with my other entities. All

Re: [JBoss-user] OS X panther JBoss

2003-10-09 Thread Jason Essington
We have been running JBoss on Jaguar (OS X 10.2) with java 1.4.1 and have been happy with it (now that apples jvm supports the java.awt.headless system property). Haven't really run any benchmarks though, as our application doesn't really get a heavy load. We are definitely looking forward to

Re: [JBoss-user] SQLException from 3.2.2 branch when trying to remove an entity.

2003-10-09 Thread Jason Essington
? Thanks much! alex Jason Essington wrote: I am using a build from cvs as of this (10/7) morning. It claims to be RC5 the exact code that fails is record.remove(); from the previous example. From the debug output in the server.log file it appears that the relationships are severed

Re: [JBoss-user] SQLException from 3.2.2 branch when trying to remove an entity.

2003-10-09 Thread Jason Essington
, please, provide detailed instructions how to reproduce it? Thanks. alex Jason Essington wrote: Alex That didn't seem to fix it. I don't know if this matters, but I am using the Instance Per Transaction CMP 2.x EntityBean container configuration. As a side note, I am also running

[JBoss-user] SQLException from 3.2.2 branch when trying to remove an entity.

2003-10-07 Thread Jason Essington
I have some code that worked just fine in 3.2.1 but now it is having trouble in the 3.2.2 branch of JBoss. I am getting an SQLException when I try to remove an entity that has a 1-m cascade delete relationship. The code I am using first gets a collection of entities via a finder then

Re: [JBoss-user] System properties

2003-06-13 Thread Jason Essington
Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jason Essington [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 9:49 AM Subject: [JBoss-user] System properties Is there a way to set System properties from an ejb's

Re: [JBoss-user] System properties

2003-06-13 Thread Jason Essington
On Friday, June 13, 2003, at 10:54 AM, Sacha Labourey wrote: Yes, look in jboss-3.2\varia\src\etc\sample-service.bsh FAR FU**IN' OUT! I just can't believe it's as easy as throwing a somebshscript-servic.bsh file into your .ear and adding the moduleservice ... to your jboss-app.xml file. too

[JBoss-user] System properties

2003-06-12 Thread Jason Essington
Is there a way to set System properties from an ejb's deployment descriptor? currently I am using a static block in one of my beans to set the properties that one of the libraries I am using expects, but this seems a little bit hackish, I would prefer to set them in the application.xml,

Re: [JBoss-user] @jboss-net:xml-schema

2003-06-11 Thread Jason Essington
This looks like a problem with your client. Does your request (you might have to use tcpmon, or wade through your server log to see the xml of the request) have an xml element that has xmlns:tns1= in it somewhere? -jason On Tuesday, June 10, 2003, at 12:47 PM, Felipe Oliveira wrote: First

Re: [JBoss-user] @jboss-net:xml-schema

2003-06-09 Thread Jason Essington
On Monday, June 9, 2003, at 01:00 PM, Felipe Oliveira wrote: hi i am using xdoclet to generate my entity and session beans but i also want it to generate my webservices. i have the part where it generates the web-service.xml defining my services and mapping them to the correct jndi entries of

[JBoss-user] finders, postgresql and jboss3.2.0RC1

2003-01-16 Thread Jason Essington
I have a session bean that has finders defined by xDoclet tags like so: * @ejb.finder * signature="java.util.Collection findAll()" * mapping="Local" * intf="LocalHome" * query="SELECT OBJECT(o) FROM ReportWV o" * * @ejb.finder * signature="java.util.Collection

Re: [JBoss-user] finders, postgresql and jboss3.2.0RC1

2003-01-16 Thread Jason Essington
BAH! suppose it's best to have a primary key of some sort to keep the bean from getting all angry and confused -jason On Thursday, January 16, 2003, at 05:55 PM, Jason Essington wrote: I have a session bean that has finders defined by xDoclet tags like so: * @ejb.finder * signature

Re: [JBoss-user] MacOSX in production

2002-12-13 Thread Jason Essington
On Thursday, December 12, 2002, at 06:48 PM, Matthew Van Horn wrote: On Friday, December 13, 2002, at 04:15 AM, Jason Essington wrote: We are currently using an Xserve (MacOS X Server) running JBoss and PostgreSQL with no issues what so ever. I have even managed to create the SystemStarter

Re: [JBoss-user] MacOSX in production

2002-12-12 Thread Jason Essington
On Thursday, December 12, 2002, at 09:52 AM, Frank Morton wrote: Any currently using (or contemplating) using MacOSX running JBoss in production. Would like to hear experience or opinions about doing so. We are currently using an Xserve (MacOS X Server) running JBoss and PostgreSQL with no

[JBoss-user] Ordered Collection from a CMR?

2002-12-11 Thread Jason Essington
Does JBoss have a way to order the Collection (or Set) returned by a Container Managed Relationship? Is there a way I can specify a JBossQL order by for the get...() method in my cmr? If not, how do I go about creating the finder to get the required beans since there are no getX/setX methods

[JBoss-user] Re: Ordered Collection from a CMR?

2002-12-11 Thread Jason Essington
On Wednesday, December 11, 2002, at 05:49 PM, Jason Essington wrote: Does JBoss have a way to order the Collection (or Set) returned by a Container Managed Relationship? Is there a way I can specify a JBossQL order by for the get...() method in my cmr? If not, how do I go about creating

Re: [JBoss-user] Eclipse project file for 3.2

2002-12-04 Thread Jason Essington
hey Kevin have you taken a look at: http://www.jboss.org/developers/guides/eclipse-howto/index.jsp -jason On Wednesday, December 4, 2002, at 04:35 PM, Kevin O'Neill wrote: Hey, I was wondering if anyone had an eclipse project file for 3.2 that they might like to share :). -k.

Re: [JBoss-user] how to produce pdf files like jboss getting started guide?

2002-11-20 Thread Jason Essington
they use ms word On Wednesday, November 20, 2002, at 05:26 PM, linuxman wrote: I's sorry out of the topic, but anyone would like to tell me how to produce perfect pdf files like jboss getting started guide book? Thanks in advance! linuxman

Re: [JBoss-user] New 3.2.0 beta soon?

2002-11-12 Thread Jason Essington
Keiko Dr Jung integrated axis v1.0 into head last weekend, but I believe he is away for the next few weeks. from his previous post: Anyway, the final release of Axis now being landed, I now plan to start a consolidation phase for jboss.net when I come back until the end of the year focussing on

Re: AW: AW: [JBoss-user] jboss.net and persistence

2002-09-25 Thread Jason Essington
The xDoclet template could do that to set the scope to Session (for a stateful session bean), however if there was some call to use the bean with an application it wouldn't work. My solution was to modify the template to accept a scope attribute to the @jboss-net.web-service tag:

Re: AW: [JBoss-user] jboss.net changes and xdoclet

2002-09-25 Thread Jason Essington
to the xml documentation (mostly because I am not sure I understand how that works, and haven't taken the time to figure it out yet) Jason Essington Green River Computing Services 307-367-2276 [EMAIL PROTECTED] jboss.net_module.tgz Description: GNU Zip compressed data On Wednesday, September

Re: AW: [JBoss-user] jboss.net changes and xdoclet

2002-09-25 Thread Jason Essington
Ward wrote: Have you shared this with the xdoclet guys? The xdoclet-user list has had quite a few messages (don't remember if you were in on them) about wanting to support this is the upcoming xdoclet 1.2. David -- Jason Essington wrote: The changes I made are to the jboss version

Re: AW: AW: [JBoss-user] jboss.net changes and xdoclet

2002-09-25 Thread Jason Essington
knowledge than myself have to say about these changes. Jason Essington Green River Computing Services 307-367-2276 [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: AW: [JBoss-user] jboss.net and persistence

2002-09-24 Thread Jason Essington
On Wednesday, September 18, 2002, at 12:47 AM, Jung , Dr. Christoph wrote: Jason, Statefulness and web services are somewhat conflicting concepts. yes, I am using it sparingly. For the most part I am accessing stateless session beans, but there are a few instances where I need to access

[JBoss-user] jboss.net changes and xdoclet

2002-09-24 Thread Jason Essington
I have hacked the jboss.net module (supplied in the cvs version of jboss) to work with the latest version of xdoclet. It has been working fine, but since the recent changes to jboss.net I am getting this warning upon deployment: 13:28:31,238 WARN [AxisService] Web Service Deployment

Re: [JBoss-user] CVS Tag for 3.2beta

2002-09-20 Thread Jason Essington
You could go to browse the sourceforge cvs repository at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/ and once you click on a folder (module) the bottom of the resulting page has a select box that lists all the available tags. -jason On Friday, September 20, 2002, at 02:38 PM, Dee

[JBoss-user] jboss.net and persistence

2002-09-17 Thread Jason Essington
I am curious how jboss.net handles persistence say in the case of a stateful session bean that is being exposed as a service? -jason --- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source

Re: [JBoss-user] remote deploy

2002-09-11 Thread Jason Essington
How about a soap attachment sent via smtp? -jason On Wednesday, September 11, 2002, at 11:31 AM, Emerson Cargnin - SICREDI Serviços wrote: is there a way to deploy an ear file remotely, without using ftp, maybe using jmx or ant task ???

Re: [JBoss-user] Two simple JAAS questions.

2002-09-08 Thread Jason Essington
Why not just have the teachers be assigned both a teacher and a student role? That way they will have access to everyting you have already permitted to student, and any new items only allowed for the teacher role. [EMAIL PROTECTED] wrote: hello all: After reading JAAS chapter of

[JBoss-user] cmp/cmr entity beans throw an exception upon deployment

2002-09-06 Thread Jason Essington
Hi there I have been trying to muddle through this for a few days, and haven't been able to figure out my problem. I have created several cmp entity beans that have container managed relationships, but when I deploy them jboss pitches the followin fit: 12:51:52,559 WARN

Re: [JBoss-user] cmp/cmr entity beans throw an exception upon deployment

2002-09-06 Thread Jason Essington
did a clean build (of jboss). I still don't know what caused it. david jencks On 2002.09.06 15:24:50 -0400 Jason Essington wrote: Hi there I have been trying to muddle through this for a few days, and haven't been able to figure out my problem. clip

[JBoss-user] ejb-ql chokes on my entity bean

2002-08-30 Thread Jason Essington
hi there I ran into something strange today. I am developing some cmp entity beans, and one of them I have named ReportWhereValue , and it has a finder with an xdoclet tag that looks like this: * @ejb.finder * signature=java.util.Collection findAll() *