AW: [JBoss-user] Webservice call

2003-03-24 Thread Jung , Dr. Christoph
Title: Nachricht what did you do in your client code? Use a wsdl-generated stub (most-recommended), use a reflection-based proxy+client-side axis-engine (a bit complicated because of client-side deployment requirements)? or did you programmatically try to invoke the ServiceClient directly

AW: [JBoss-user] build.xml

2003-03-24 Thread Jung , Dr. Christoph
Here you are, This is the jboss-net testsuite build.xml. Btw: Which sample code did you download? As I understand, xdoclet 1.2 is now also in the 3.2 branch, so the 1.2 jboss-net module is the only one we can support. CGJ -Ursprüngliche Nachricht- Von: Nathan Hoover [mailto:[EMAIL

AW: [JBoss-user] AxisServlet acting strangely.

2003-03-24 Thread Jung , Dr. Christoph
I´ll have a look. CGJ -Ursprüngliche Nachricht- Von: Mark Gargan [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 20. März 2003 18:07 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] AxisServlet acting strangely. Hi Christoph, The problem is that the

Re: [JBoss-user] Feature Request

2003-03-24 Thread Andreas Mecky
Hi David, you can try out www.jconfig.org. It's got what you are looking for. They will release a new version within the next days. HTH Andreas - Original Message - From: David Corbin [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 11:48 PM Subject:

[JBoss-user] Exposing EJB atributes via JMX

2003-03-24 Thread Alberto Rodriguez Galdo
I want to expose certain atributes of a Message Driven Bean as a Standard MBean so in the constructor of the MDB i put this code: List listaServidores = MBeanServerFactory.findMBeanServer(null); MBeanServer servidor = (MBeanServer)listaServidores.iterator().next(); try { ObjectName name

[JBoss-user] Best place to post feature requests with patches?

2003-03-24 Thread Rupp,Heiko
Hi, what's the best place to post a feature request that includes a patch to the source? RFE tracker or patches tracker? Thanks Heiko -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-70173 Stuttgart Telefax: +49 711 222 992 999 Ein Unternehmen

Re[4]: [JBoss-user] default JNDI location for entity beans

2003-03-24 Thread costin
Hi! You got it wrong. Don`t do any lookups except the one I`ve told you. Searc only once in the initial context snip _context = (Context) new InitialContext().lookup(local/Message); /**or what is your bean name **/ /snip MH With this code: MH try{ MH

[JBoss-user] CMR Problems

2003-03-24 Thread Christofer Dutz
Hi, I am having some big problems with CMR. In JBoss 3.2 CVS OrderEnt: has the PrimaryKey field id OrderLineEnt: hat the PrimaryKey Class OrderLinePrimaryKey which uses the Fields id and orderId I now want to create a CMR in which one OrderEnt can have many OrderLineEnts. When creating a new

[JBoss-user] effective and secure logging

2003-03-24 Thread costin
Hi! I`ve approached this subject before on the list but I haven`t found any satisfactory responses. I have an application where logging is a HUGE priority. The usual e-commerce one, where every action has to be logged. Now my problem is this one. Logging has to be fast and most

[JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
Hello I'm having this problem, I hope that someone would be so kind to explain to me what's appening. I'm working on an application that I developed. I was using it with success, but now it doesn't bound to ejb. Looking at jndi-view I see this java:comp namespace of the CustomerSession bean:

[JBoss-user] API for accessing the Properties in '-service.xml'

2003-03-24 Thread Muraly R
Hi All, I am having a '-service.xml' file for setting up the ConnectionManager for Sybase dbs. My query is there an API which I can use to access the properties in this file. For eg: config-property name=ConnectionURL

Re:[JBoss-user] Exposing EJB atributes via JMX

2003-03-24 Thread Alberto Rodriguez Galdo
Forget it, it was a problem with the name of the MBean interface. I've tested it and you can register your own MBean EJB from the constructor itself. Once again i'm impressed with JBoss. Greets - Original Message - From: Alberto Rodriguez Galdo [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: [JBoss-user] getClass().getClassLoader().getResourceAsStream() not working in web-app

2003-03-24 Thread Mark.Gargan
Hi Herve, I'd to do something like this using Jboss 2.4.1. It's quite strange that there isn't someway of referencing the extra file in the manifest file but there ye go. As with your problem I was initially trying to encapsulate everything in a jar file. I think if you find that you

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Michael Nowotny
Thank you Alex! Hello Michael, it's a bug. I'll fix it today ASAP. alex Monday, March 24, 2003, 1:43:06 AM, you wrote: MN Hello! MN I'm getting a StackOverflowException while population a CMR Entity Bean. What's special about the relation is that it uses primary key fields as part of

Re: [JBoss-user] effective and secure logging

2003-03-24 Thread josv
fast and failure-proof are to a certain extent mutually exclusive. If you want to be absolutely sre about your logging, than the log record has to be written as part of the same transaction in which the event being logged is executed. The ACID semantics of transactions ensure that the log and the

RE: [JBoss-user] Webservice call

2003-03-24 Thread Mark.Gargan
Title: Nachricht Hi Christoph, I created a Service object using the endpoint and then from that generated the call object. Like so: - String endpoint =http://localhost:8080/jboss-net/services/Diagnosis;     Service service = new Service();     Call call

[JBoss-user] Web Services - Jboss-NET on Jboss3.0.0with TOmcat4.0.3

2003-03-24 Thread Srinivas Padmanabhuni
Hello All I am trying to launch a web service from the JBOSS-NET as bundled in Jboss 3.0.0 with Tomcat 4.0.3 I understand this is an older version of AXIS it works with. I did download an older version of AXIS And have configured jboss-net.sar file under default/deploy directory to work with

[JBoss-user] CMR with FK in the database

2003-03-24 Thread Simone Milani
Hi, I have a one to many relation with a FK constaint and the FK in the children declared as non nullable. The SQL that is generated by JBoss seems to violate this constraint. Please help!!! Thanks Simone

RE: [JBoss-user] AxisServlet acting strangely.

2003-03-24 Thread Mark.Gargan
Thanks Christoph. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jung , Dr. Christoph Sent: 24 March 2003 07:52 To: '[EMAIL PROTECTED]' Subject: AW: [JBoss-user] AxisServlet acting strangely. I´ll have a look. CGJ -Ursprüngliche Nachricht-

Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread Gaetan Zoritchak
Your code will work if you do the lookup on ejb/webappointments/User instead of java:comp/env/ When you make a call on a jndi context starting with java:comp/env/... , you are looking for reference in the context of the current component. In your case, you probably want to make it in the

Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
kiuma wrote: Hello I'm having this problem, I hope that someone would be so kind to explain to me what's appening. I'm working on an application that I developed. I was using it with success, but now it doesn't bound to ejb. Looking at jndi-view I see this java:comp namespace of the

Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
Gaetan Zoritchak wrote: Your code will work if you do the lookup on ejb/webappointments/User instead of java:comp/env/ When you make a call on a jndi context starting with java:comp/env/... , you are looking for reference in the context of the current component. In your case, you probably

AW: [JBoss-user] Web Services - Jboss-NET on Jboss3.0.0with TOmcat4.0.3

2003-03-24 Thread Jung , Dr. Christoph
Hi Srinivas, Deploying axis as a war and jboss-net.sar are two alternatives (the first having the disadvantage of not having a proper deployment model). I cannot remember 3.0 anymore, but since 3.2, there is a jboss-net.war embedded into jboss-net.sar which should include the web.xml for

Re: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Jonathan . O'Connor
Simone, Look for previous messages about INSERT after ejbPostCreate. If you use oracle you can also mark the NON NULL constraint as DEFERRABLE INITIALLY DEFERRED. However, lots of DBAs don't like this. Ciao, Jonathan O'Connor Simone Milani [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED]

AW: [JBoss-user] Webservice call

2003-03-24 Thread Jung , Dr. Christoph
Title: Nachricht Try call.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID); CGJ -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. März 2003 11:48An: [EMAIL PROTECTED]Betreff: RE: [JBoss-user] Webservice call Hi

Re: [JBoss-user] CMR Problems

2003-03-24 Thread Alex Loubyansky
Hello Christofer, I guess, you are using CMR setter to establish relationship. In case of FK fields are mapped to primary key columns you can't use CMR setters, as it involves changing primary key value that is not allowed. Perhaps, I might not throw this exception if new value does not change

Re[2]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Alex Loubyansky
JBoss-3.2 now supports NON-NULL foreig keys if foreign key fields are mapped to NON NULL CMP fields. alex Monday, March 24, 2003, 1:50:17 PM, Jonathan O'Connor wrote: JOCxd Simone, JOCxd Look for previous messages about INSERT after ejbPostCreate. JOCxd If you use oracle you can also mark the

Re: [JBoss-user] Web Services - Jboss-NET on Jboss3.0.0with TOmcat4.0.3

2003-03-24 Thread Bruce Scharlau
At 16:13 24/03/2003 +0530, you wrote: Hello All I am trying to launch a web service from the JBOSS-NET as bundled in Jboss 3.0.0 with Tomcat 4.0.3 I understand this is an older version of AXIS it works with. I did download an older version of AXIS And have configured jboss-net.sar file under

Re: [JBoss-user] Feature Request

2003-03-24 Thread David Corbin
I have used this before, but it doesn't really achieve everything I want. It's nice to be able to deploy with using scp to install the single .WAR file on the remote system. Doing this type of thing with an exploded .WAR is much harder, as JBoss will detected and begin deployment before

RE: [JBoss-user] Webservice call

2003-03-24 Thread Mark.Gargan
Title: Nachricht Thats fantastic Christoph,     How come I couldnt find it in any of the APIs? Has it always been included in AXIS or is it a recent addition to the api? Mark. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[JBoss-user] help with new 3.2.0 rc4 web service

2003-03-24 Thread kiuma
Hello again, I've my application correctly working on jb 3.0.4 but when i've moved to version 3.2.0 I've strange behaviours on jsp displaying. The first time I access main.jsp everything is ok. The second time I access it I have elements duplicated. The third html elements are displayed 3 times.

Re: [JBoss-user] API for accessing the Properties in '-service.xml'

2003-03-24 Thread David Jencks
In jboss 4 these are all exposed directly as mbean attributes. In earlier jboss's you can try to use the get/setManagedConnectionFactoryAttribute jmx operations. parameters for set are name, class, value. I haven't tried this recently from jmx-console and don't remember how well it works.

[JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread Brian McSweeney
Hi all, This is way off JBoss as a topic, but because of the expertise in developing J2EE apps and because the xpetstore applicaiton shows off using JBoss as a J2EE server I thought I'd ask this design questionhere anyway. Hope that's okay. we are looking at internationalising the

Re: Re[2]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Simone Milani
Hi Alex, Thanks! Do I have to expose the FK field in my ChildBean? Could you provide an example? Thanks Simone - Original Message - From: Alex Loubyansky [EMAIL PROTECTED] To: Jonathan.O'[EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:06 PM Subject: Re[2]:

AW: [JBoss-user] Webservice call

2003-03-24 Thread Jung , Dr. Christoph
Title: Nachricht as you know, source code is the only "truth". I simply looked into one of the stubs generated from wsdl2java ;-) CGJ -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. März 2003 14:12An: [EMAIL

[JBoss-user] JBoss deployment requirements

2003-03-24 Thread Oluseyi Sonaiya
Hi. I'm testing a web application being developed in-house at my firm, and we're trying to ensure it runs on a variety of application server platforms. Where we've run into difficulty testing with JBoss is deployment; after placing our jars, wars and sars in the deploy directory of the

[JBoss-user] JBoss.NET error

2003-03-24 Thread Nathan Hoover
I'm getting the following error trying to call a session bean method using JBoss.NET. I have 3.2RC4. An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll Additional information: org.apache.axis.ConfigurationException: Could not find

Source code is the only truth? (was Re: [JBoss-user] Webservice call)

2003-03-24 Thread josv
No it's not. In the spirit of the book Godel, Escher, Bach by D. Hofstadter I venture that it is possible to have one source code file and vary what the resulting executable does by applying different compilers to it. Remember the Crab who had one record and a shed full of record players? :-

[JBoss-user] Mac OSX: Hypersonic hanging during shutdown

2003-03-24 Thread Lennart Petersson
JBoss 3.0.7RC1 Anyone that knows why Hypersonic is hanging during shutdown with CTRL-C in terminal window? 15:56:21,679 INFO [HypersonicDatabase] Stopping 15:58:24,198 ERROR [HypersonicDatabase] Stopping failed java.sql.SQLException: Connection is broken: Malformed reply from SOCKS server

Re: [JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread David Ward
Maybe you could do something like this: ++ | product| ++ | product_key number pk | | name_i18n_id number| | desc_i18n_id number| ++ | sequence: product_key |

[JBoss-user] deploy URL X link

2003-03-24 Thread Gabriel Pinto
What's the difference between deploying using a deploy URL and a Link ? For example: First case: deploy dirs = /jboss/servers/default/deploy, /home/usr/deploy app = /home/usr/deploy/app.ear Second case: deploy dirs = /home/servers/default/deploy app =

RE: [JBoss-user] Webservice call

2003-03-24 Thread Mark.Gargan
Title: Nachricht I shoulda thought of that. ; ( Havent used that WSDL2Java tool yet. Im always a bit weary of source generation tools. Do you find it includes any redundant data? Mark. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re[2]: [JBoss-user] effective and secure logging

2003-03-24 Thread costin
Hi! First of all thanks for the reply. I know that the two attributes I`m looking for are basically exlusive but to make my point clearer here. The first priority is failure-proof. Logging in to a database isn`t actually a solution. A lot of information will be kept in database for no reason at

Re: [JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread Rafal Kedziorski
hi, At 13:30 24.03.2003 +, Brian McSweeney wrote: Hi all, Strategy 2) Remove all the locale specific information from database and try to hold it in resource bundles. Advantage - can add new language with same database structure, no new code. Disadvantage - coupling the primary keys of

Re: [JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread Brian McSweeney
Got the first proposed solution from Neal Sanche. Seems it could work very well. The idea is outlined in the emails we had below. all comments, suggestions welcome. cheers, Brian - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: Brian McSweeney [EMAIL PROTECTED] Sent:

Re[4]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Alex Loubyansky
Hello Simone, actually, it looks like exposing FK field[s] as non-null CMP field[s]. Just map FK fields to CMP fields in jbosscmp-jdbc.xml. NOTE: there is currently a bug (stack overflow on loading) in FK fields map to CMP columns. I can't commit changes to CVS the whole day. I hope Dain will

RE: [JBoss-user] getClass().getClassLoader().getResourceAsStream() not working in web-app

2003-03-24 Thread Herve Tchepannou
Title: RE: [JBoss-user] getClass().getClassLoader().getResourceAsStream() not working in web-app I downloaded jboss-3.0.6, it works now. looks like it was a Jetty ClassLoader problem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 March 2003 05:15

Re: Re[2]: [JBoss-user] effective and secure logging

2003-03-24 Thread Dain Sundstrom
On Monday, March 24, 2003, at 09:49 AM, costin wrote: I was thinking of wrapping the logging procedure into an transaction but I don`t really know how the flushing of the files and all that is handled by the virtual machine(some form of caching can prevent any move I make). The only way to get

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Alex Loubyansky
This should be fixed now. Could you try current CVS version for Branch_3_2? Thank you, alex Monday, March 24, 2003, 1:43:06 AM, Michael Nowotny wrote: MN Hello! MN I'm getting a StackOverflowException while population a CMR Entity Bean. What's special about the relation is that it uses

Re: [JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread David Ward
(Sending this again as my first reply somehow didn't appear to make it...) Maybe you could do something like this: ++ | product| ++ | product_key number pk | | name_i18n_id number| | desc_i18n_id number

Re: [JBoss-user] OT: Data Internationalisation Best Practice

2003-03-24 Thread Brian McSweeney
Thanks very much David, Seems like a good approach. I'll collate all the responses I get at the end, discuss them with the project lead and when we decide what way to approach it I'll tell you. Thanks very much, Brian - Original Message - From: David Ward [EMAIL PROTECTED] To: [EMAIL

Re: Re[4]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Simone Milani
Hi Alex, Thanks, but that does not work for me :( I am using RC4 and get this error if I do expose the FK field as CMP field: 2003-03-24 16:31:14,416 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.sybase.JDBCSybaseC reateCommand.MDSVector] Executing SQL: INSERT INTO MDS_VECTOR (MV_ADDITIONAL_INF O,

[JBoss-user] Exposing C++ Web Services/Axis and Tomcat/JBoss standalone

2003-03-24 Thread Robert . Hathaway
1. Is there an easy way to expose C++ server code as a Web Service? - Best to directly expose, 2nd to use JNI wrappers. 2. Can the Tomcat/JBoss package run as a 'standalone' http server? - As is possible with Tomcat4 standalone and the V3 Jetty package. - Want complete solution

Re: Re[4]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Jonathan . O'Connor
Alex, Presumably, in ejbCreate() I have to call setFkAsCmpField(fkObj.getKey()), and then I don't need to call setFkAsCmrField( fkObj ) in ejbPostCreate(). Ciao, Jonathan O'Connor Development Manager XCOM Dublin Phone: +353 1 872 3305 Mobile: +353 86 824 0736 Alex Loubyansky [EMAIL

[JBoss-user] NullPointerException in servlet startup on 3.2RC4

2003-03-24 Thread Brian Johnson
I'm getting the following error when starting JBoss 3.2RC4 on Linux Redhat 8: 2003-03-24 12:29:51,454 DEBUG [org.jboss.management.j2ee.factory.WebModuleFactory] Creating servlet: jboss.web:Jetty=0,JBossWebAppli cationContext=3,context=/jmx-console,HashSessionManager=0 2003-03-24

Re: AW: [JBoss-user] build.xml

2003-03-24 Thread Nathan Hoover
Yes, I am using XDoclet 1.2, with the 3.2 codebase. I downloaded the JBoss.3.0TemplateAndExamples.zip which does not work with XDoclet 1.2... I did, however, eventually get XDoclet 1.2 and my ant script working with the JBoss.NET modules. Nathan At 08:49 AM 3/24/2003 +0100, you wrote: Here you

Re[4]: [JBoss-user] effective and secure logging

2003-03-24 Thread costin
Hi! Thanks. I was actually looking through an oreilly book about NIO. The only problem is how will this break the whole enterprise concept. Don`t get me wrong, this is okay - thanks; but isn`t there something in the enterprise arena. Having logs in an enterprise manner is no new idea. My

[JBoss-user] jboss.xml commit-option

2003-03-24 Thread Sonnek, Ryan
is there a way to have the commit-option tags generated by xdoclet? i searched through the jboss_xml.xdt and couldn't find any reference to commit-option or optiond-refresh-rate. does the jboss xdoclet module have such functionality? thanks Ryan Ryan J. Sonnek Brown Printing Company J2EE

RE: [JBoss-user] Exposing C++ Web Services/Axis and Tomcat/JBoss standalone

2003-03-24 Thread JD Brennan
Title: RE: [JBoss-user] Exposing C++ Web Services/Axis and Tomcat/JBoss standalone 1. Is there an easy way to expose C++ server code as a Web Service? - Best to directly expose, 2nd to use JNI wrappers. Check out WASP. It makes generating Web Service wrappers for C++ somewhat easy.

Re[6]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Alex Loubyansky
Could you, please, post jbosscmp-jdbc.xml excerpt for MDS_VECTOR entity and relationship mapping? thanks, alex Monday, March 24, 2003, 6:35:05 PM, Simone Milani wrote: SM Hi Alex, SM Thanks, but that does not work for me :( I am using RC4 and get this SM error if I do expose the FK field

RE: [JBoss-user] jboss not starting with IBM jdk

2003-03-24 Thread Marko Strukelj
Title: RE: [JBoss-user] jboss not starting with IBM jdk Check this again: http://sourceforge.net/tracker/index.php?func=detailaid=679705group_id=22866atid=376685 I posted the solution to the problem. -Original Message-From: Jordi Valldaura i Riqué [mailto:[EMAIL

Re[6]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Alex Loubyansky
Yes, exactly. Non-null CMP fields, that share with FK fields columns in the table, should be set in ejbCreate. You can check org.jboss.test.cmp2.fkmapping.* for all the scenarios and mappings. alex Monday, March 24, 2003, 6:55:25 PM, Jonathan O'Connor wrote: JOCxd Alex, JOCxd Presumably, in

Re: Re[6]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Simone Milani
Hi Alex, Here you go: entity ejb-nameMDSVector/ejb-name datasourcejava:/MDS/datasource datasource-mappingSybase/datasource-mapping create-tablefalse/create-table remove-tablefalse/remove-table read-onlyfalse/read-only

[JBoss-user] jboss mq: cannot authenticate user

2003-03-24 Thread Klaas van der Ploeg
Hi, I'm using jboss 3.0.6 with embedded tomcat 4.1.18. From a servlet I'm using a stateless session bean which puts a message in a queue. The strange thing is: it works fine on my Win2k machine, but fails on my redhat linux hosted environment with the following exception:

Re: [JBoss-user] Mac OSX: Hypersonic hanging during shutdown

2003-03-24 Thread viktor
is it configured with localhost or 127.0.0.1 ? måndagen den 24 mars 2003 kl 16.00 skrev Lennart Petersson: JBoss 3.0.7RC1 Anyone that knows why Hypersonic is hanging during shutdown with CTRL-C in terminal window? 15:56:21,679 INFO [HypersonicDatabase] Stopping 15:58:24,198 ERROR

Re: Re[4]: [JBoss-user] effective and secure logging

2003-03-24 Thread Dain Sundstrom
Sorry if I wasn't clear. I suggest you write a log4j appender with NIO that has the features you need. Your application would continue to use the enterprise log4j API but the underling implementation would have the features you need. I suggest you buy the excellent log4j documentation. Hey

Re[6]: [JBoss-user] CMR with FK in the database

2003-03-24 Thread Alex Loubyansky
This is the problem with vendor-specific create commands. Just fixed it. PS: Simone, be sure to use JDBCSybaseCreateCommand that extends JDBCAbstractVendorCreateCommand. alex Monday, March 24, 2003, 6:35:05 PM, Simone Milani wrote: SM Hi Alex, SM Thanks, but that does not work for me :(

RE: [JBoss-user] time synchronization in cluster (ClusterTimer Service)

2003-03-24 Thread Bill Burke
JavaGroups, the underlying group management and communication protocol of clustering, should be guarding against lost or duplicate messages. Checkout the docs available at www.javagroups.com Bill Burke Chief Architect JBoss Group, LLC -Original

[JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Christopher Blunck
Hi all- We're considering rolling out a fairly large application to JBoss. The only question in my head is: can JBoss create a new JMS queue at runtime? In other words, if I want to bring up a new JMS queue, do I need to restart the server for the queue to come online? -c -- 4:15pm up

[JBoss-user] *-ds.xml file won't deploy on 3.2.0 RC4

2003-03-24 Thread Demyanovich, Craig - Apogent
Greetings everyone, I have never successfully deployed a *-ds.xml file on 3.2.0 for an XA data source. I've failed again today with 3.2.0 RC4. I'm using the JSQLConnect driver to connect to MS SQL Server 2000. The *-ds.xml file is attached. Of course, I've replaced the relevant property

[JBoss-user] CMP tracing?

2003-03-24 Thread Nathan Hoover
Is there a way within JBoss to see exactly what SQL is being executed for a CMP bean as finder methods are executed? Thanks N --- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas

Re: [JBoss-user] Best place to post feature requests with patches?

2003-03-24 Thread Scott M Stark
Patches tracker. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Rupp,Heiko [EMAIL PROTECTED] To: JBoss Users (E-Mail) [EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:58 AM Subject: [JBoss-user] Best

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Adrian Brock
Just deploy something similar to jbossmq-destinations.xml The users and roles are not hot deployable, but you can permanently configure them in jbossmq-state.xml using jboss.mq:service=StateManager on the jmx-console Regards, Adrian From: Christopher Blunck [EMAIL PROTECTED] Reply-To: [EMAIL

Re: [JBoss-user] CMP tracing?

2003-03-24 Thread Adrian Brock
server/default/conf/log4j.xml set the FileAppender threshold to DEBUG appender name=FILE class=org.jboss.logging.appender.DailyRollingFileAppender param name=File value=${jboss.server.home.dir}/log/server.log/ param name=Append value=false/ param name=Threshold value=DEBUG/ !-- **CHANGE HERE** --

RE: [JBoss-user] CMP tracing?

2003-03-24 Thread Alan Yost
Nathan - I'm not sure if this will help but we tend to change the log4j.xml file found in the conf directory. Uncomment out the last few lines:- category name=org.jboss.ejb.plugins priority value=TRACE class=org.jboss.logging.XLevel/ /category This will then print out something very

RE: [JBoss-user] deploy *-ds.xml as part of an EAR?

2003-03-24 Thread Scott Rehorn
Title: RE: [JBoss-user] deploy *-ds.xml as part of an EAR? Okay, fair enough, and thanks for the reply. Thinking aloud: Would it be possible to just include the *-ds.xml in say, the top-level of the .ear (along with, for example, the ejb-jar) and let the usual deployer mechanism find it?

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Michael Nowotny
Hello Alex! Just checked out jboss-3.2. When running build/build.bat I get the following error message: BUILD FAILED file:D:/java/software/eclipse/workspace/jboss-all/common/build.xml:118: Could not create task or type of type: jmxdoclet. Do I have to install additional ant tasks on my system?

RE: [JBoss-user] CMP tracing?

2003-03-24 Thread Sasidharan, Manoj
Hello All, Really don't know if this is what you are looking for.. We use a product for tracing all SQLs http://irongrid.com/sneakpreview HTH regards MS -Original Message- From: Alan Yost [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 4:39 PM To: [EMAIL PROTECTED] Subject: RE:

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Ricardo Argüello
Did you checkout the 3.2 branch correctly? Maybe this could help you: http://www.jboss.org/developers/guides/quickstart.jsp Ricardo Argüello - Original Message - From: Michael Nowotny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 8:39 PM Subject: Re: [JBoss-user]

Re: [JBoss-user] *-ds.xml file won't deploy on 3.2.0 RC4

2003-03-24 Thread David Jencks
The log output you show shouldn't get in the way of anything except maybe jsr 77 monitoring features. Can you set the log level to at least debug and show the server.log for the *-ds.xml file being deployed? I don't have any XADataSources handy to try this with. thanks david jencks On

RE: [JBoss-user] deploy *-ds.xml as part of an EAR?

2003-03-24 Thread David Jencks
I think the EARDeployer needs to be modified so that you can list an *-ds.xml file in jboss-app.xml and it will be picked up. This should be very easy, it already looks for *-service.xml files in jboss-app.xml. I think this is all you need to do. Let use know. thanks david jencks On

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Stephen Davidson
Christopher Blunck wrote: Hi all- We're considering rolling out a fairly large application to JBoss. The only question in my head is: can JBoss create a new JMS queue at runtime? In other words, if I want to bring up a new JMS queue, do I need to restart the server for the queue to come

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Christopher Blunck
On Mon, Mar 24, 2003 at 09:41:48PM -0600, Stephen Davidson wrote: Christopher Blunck wrote: If you are using MDBs, the Q's are configured and started automatically when the MDBs are deployed. That was my initial thought. But keep in mind that a MDB binds to a queue via JNDI, implying the

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Brian Wallis
On Tue, 25 Mar 2003 14:41, Stephen Davidson wrote: Christopher Blunck wrote: Hi all- We're considering rolling out a fairly large application to JBoss. The only question in my head is: can JBoss create a new JMS queue at runtime? In other words, if I want to bring up a new JMS

[JBoss-user] Fwd: JBoss.NET error

2003-03-24 Thread Nathan Hoover
I am still getting this error, and I'm at a loss. This session bean works fine when called from an ordinary console client, and it works fine with a hello world call from JBoss.NET. However, when I call a function that attempts to look up the local home of an entity EJB and retrieve an entity

[JBoss-user] EJBQL Help

2003-03-24 Thread kiuma
Hello ! Can some one tell me why on this query * @ejb.finder *signature=java.util.Collection findByActivityEnabled(String activityCode) *query=SELECT OBJECT(center) FROM WaActivityCenter center WHERE (center.activities.code = ?1) AND (center.status 0) *

Re: [JBoss-user] time synchronization in cluster (ClusterTimer Service)

2003-03-24 Thread David Klimek
Hello, thank you all for answering my questions. To achieve something very close to global cluster clock, I'v decided to implement Clustered Timer service with the same interface as javax.management.timer.Timer. Features: - each added notification will be distributed on each node running