[JBoss-user] Configuring Petstore 1.3.2 for JBoss 3.2

2003-09-01 Thread Eliza
Hi, I've been searching for instructions on how to configuring java petstore 1.3.2 for JBoss 3.2. but could not find any in the forums or in google. Could anyone tell me where to find these instructions? Thank you. Eliza

[JBoss-user] You sent a message containing a Virus

2003-09-01 Thread postmastermsw2
The following is an automatically generated message (please do not reply): BMO Nesbitt Burns electronically scans all e-mail and attached files for computer viruses. An e-mail message you sent contained one or more attached files that appears to contain a virus. The details of the message are

[JBoss-user] jboss-web.xml and Struts

2003-09-01 Thread Matthew Hixson
I was wondering if anyone out there who is using Struts with Tomcat embedded in JBoss could send me their jboss-web.xml. I think I need to specify something with the following tags: context-root/context-root docBase//docBase But I'm not sure what that needs to be. I've already tried making

RE: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Elankath, Tarun (Cognizant)
Yes Bill, We make use of a DAO layer and the MS-SQL JDBC Driver. And yes, I checked there are no connection leaks. We are returning everything to the pool. I do know that the free MS-SQL JDBC Driver isn't good enough for production use and there are much better drivers available, but since

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread Adrian Brock
So what error do you get now? Posting things like It doesn't work won't get you many answers. Also including vir*s in an e-mail is automatically filtered into my junk folder. Turn off your cleaning response. Spam is bad enough without making it worse by responding to it. Regards, Adrian On Sat,

RE: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Elankath, Tarun (Cognizant)
I only have two connectors running - the Coyote connector and the AJP13 connector. I thought that the AJP connector was required if one wished to shutdown JBoss running in the background? -Original Message- From: Jon Barnett [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003

RE: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Elankath, Tarun (Cognizant)
Hi Steve, I am going to start profiling our application. I wanted to check if I was missing any JBoss config parameters. How about class reloading ? How does one disable it ? Thanks, Tarun -Original Message- From: Stephen Davidson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30,

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread rjh
I'll try to send the logs one more time. As below, the EJBs aren't registered and JNDI access to them fails saying local context not found, all EJBs are access thru local interfaces. Hopefully the logs will get through, since there is no chance the jboss logs contain a virus, either the programs

RE: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Jon Barnett
AJP13 is used for web server - servlet container communication. You use this with a JK/JK2 connector on the web server (mod_jk/mod_jk2 for Apache, with similar connectors for IIS, iPlanet and so on). This allows the web server to forward web requests to the back-end Tomcat or Jetty for content. So

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread rjh
Hi, Perhaps I should mention precicely what's going on. testImport27.ear is the ear under discussion that's failing in V4, yet works on all other builds as is. It contains a few war's and jars, the TqmProj war references UserEJB.jar. UserEJB.jar contains a few statlesss session beans, and you

[JBoss-user] Re: HA JNDI

2003-09-01 Thread Eric Jain
jnp.disableDiscovery=true Thanks. Unfortunately this does a bit too much in my case, as it seems to also prevent discovery when no host name is set at all. -- Eric Jain --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[JBoss-user] jdo mysql bug

2003-09-01 Thread Anthony Cheung
Hi, After experiencing problems with executing a simple query (from my last mail), i tried to just make an object persistent with makePersistent(). I got an error saying "unable to execute the command insert into users(username,password) values (aaa,bbb)" (note i did not reproduce the exact

[JBoss-user] HA JNDI trouble

2003-09-01 Thread Stefan Groschupf
Dear all, I have massive trouble to get an simple cluster to run. It sounds in all publications so easy, but something went wrong here. I can run multiple instances on my machine via binding service. The nodes are discovered and the farming deployment running well. As you may be remember i have

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-01 Thread Andrew May
Alex, Thanks for your reply - my answers in-lined: -Andrew Alexey Loubyansky wrote: Hello, Andrew. my comments in-lined. Andrew May wrote: I'm having a problem trying to user sync-on-commit-only and cascade-delete with JBoss 3.2.1 (Sun JDK1.4.2, Solaris). We've got a number of related

RE: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Elankath, Tarun (Cognizant)
I am sorry . I did know that the JK2 connector is used in Apache integration, but for some foggy reason I kept thinking that JBoss used that connector for administrative commands like Shutdown, etc. Anyhow, one more service removed. Thanks. -Original Message- From: Jon Barnett

Re: [JBoss-user] Disabling hot deployment to limit open filehandles

2003-09-01 Thread Adrian Brock
attribute name=ScanEnabledfalse/attribute Setting the period to 0 will just cause it to spin in a cpu loop. Are you sure the file handles aren't jasper checking for changed jsps? Have you turned off development mode for jasper in jbossweb-tomcat.sar/META-INF/web.xml? Regards, Adrian On Sun,

[JBoss-user] error when deploying exploded ear

2003-09-01 Thread Panagiotis Korros
Title: Message I have an ear file with the following structure:/xxx.ear/xxx.ear/xxxEJB.jar/xxx.ear/xxxEJB.jar/META-INF/ejb-jar.xml/xxx.ear/xxx.war/xxx.ear/xxx.war/WEB-INF/web.xmlIn the ejb-jar.xml i define a Stateless Session bean with local interfaces.In web.xml i use the following markup

Re: [JBoss-user] Re: HA JNDI

2003-09-01 Thread Adrian Brock
On Mon, 2003-09-01 at 08:44, Eric Jain wrote: jnp.disableDiscovery=true Thanks. Unfortunately this does a bit too much in my case, as it seems to also prevent discovery when no host name is set at all. It goes in jndi.properties, set it to false if you don't specify a provider url.

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread Adrian Brock
2003-08-30 15:40:55,032 DEBUG [org.jboss.deployment.XSLSubDeployer] accepts: packageSuffix: null, urlStr: file:/F:/jboss/jboss-4.0.0DR2/server/all/deploy/testImport27.ear/UserEJB.jar 2003-08-30 15:40:55,032 DEBUG [org.jboss.deployment.JARDeployer] No META-INF or WEB-INF resource found, assuming it

[JBoss-user] Open-Source Wireless OS

2003-09-01 Thread nfs_ nfs
Software Objects,Inc is providing free project hosting for open-source wireless OS development.For more information,please visit this url: http://www.thesoftwareobjects.com/Projects _ MSN 8: Get 6 months for $9.95/month.

[JBoss-user] Re: Re: HA JNDI

2003-09-01 Thread Eric Jain
It goes in jndi.properties, set it to false if you don't specify a provider url. Of course, should have though about that... Thanks! properties.setProperty(jnp.disableDiscovery, Boolean.toString(server != null)); -- Eric Jain ---

Re: [JBoss-user] JBoss Presentation

2003-09-01 Thread Aurele Vrata Venet
Thanks Chris, I managed to put in a pdf version on the forum, along with links as well. You'll find it at: http://www.jboss.org/thread.jsp?forum=67thread=21007 for sourceforge I tried the upload but unfortunately the file is too large. So I posted a mail to the admin people there. We'll

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-01 Thread Alexey Loubyansky
Are there other beans involved in the tx? Something, causes synchronization. If all the CMP2 beans have sync-on-commit-only=true, then it shouldn't happen. alex Andrew May wrote: Alex, Thanks for your reply - my answers in-lined: -Andrew Alexey Loubyansky wrote: Hello, Andrew. my

Re: [JBoss-user] HA JNDI trouble

2003-09-01 Thread Holger Baxmann
your setup reminds me on the Service Activator Pattern http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceActivator.html in conjunction with Session Facade and Service Locator for decoupling the lookup and the do-something stuff. It could be more easy to solve the clustering jndi

[JBoss-user] Undeliverable: Re: Approved

2003-09-01 Thread System Administrator
Your message To: [EMAIL PROTECTED] Subject: Re: Approved Sent:Mon, 1 Sep 2003 07:34:42 -0400 did not reach the following recipient(s): [EMAIL PROTECTED] on Mon, 1 Sep 2003 07:42:32 -0400 The recipient name is not recognized The MTS-ID of the original message is:

[JBoss-user] ERROR [LogInterceptor] Unexpected Error: java.lang.ClassFormatError: class file name (Truncated class file)

2003-09-01 Thread Thilina Anjitha
hi, I got following error when try to run a java code in JBoss. 15:39:56,696 ERROR [LogInterceptor] Unexpected Error: java.lang.ClassFormatError: Thilina (Truncated class file) at java.lang.ClassLoader.defineClass0(Native Method) at

[JBoss-user] java.lang.ClassFormatError: (Truncated class file)

2003-09-01 Thread Thilina Anjitha
hi, I got following error when try to run a java code in JBoss. 15:39:56,696 ERROR [LogInterceptor] Unexpected Error: java.lang.ClassFormatError: Thilina (Truncated class file) at java.lang.ClassLoader.defineClass0(Native Method) at

[JBoss-user] DELIVERY FAILURE: User OF6BA417E3.C2BC36F8-ONC2256D8E.004781F3 (OF6BA417E3.C2BC36F8-ONC2256D8E.004781F3@vv-plc.com) not listed in public Name Address Book

2003-09-01 Thread Postmaster
Your message Subject: Re: Details was not delivered to: [EMAIL PROTECTED] because: User OF6BA417E3.C2BC36F8-ONC2256D8E.004781F3 ([EMAIL PROTECTED]) not listed in public Name Address Book Reporting-MTA: dns;tangra.vv-plc.com Final-Recipient: rfc822;[EMAIL PROTECTED] Action: failed

[JBoss-user] need to simply list fields of many CMP instances

2003-09-01 Thread Milen Dyankov
Hi all, There is a question that bothers me from a while. For the sake of this example lets use Employee and Customer CMPs with 1 to M relationship. Lets say Customer has fields name, address, phone. Suppose I would like to list all Customers for given Employee. Something like customer1,

[JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread sun zheng
Hi all, I get such a task that I can not find any club to achieve it. My boss asks me to configure JBoss somehow. When JBoss starts up, there are some beans not being starts up together have to be run until the first user uses JBoss, which means the first user has to spend much more time than

Re: [JBoss-user] HA JNDI trouble

2003-09-01 Thread Stefan Groschupf
Hi Bax, nice to hear you! ;) I use such an pattern and it is generated by Xdoclet. I use the BeanUtil classes. They make an normal remote lookup. As i understand the documentation i does not need an other lookup. Since the request will be forwarded to the HA JNDI. Isn't it? Stefan Holger

[JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread sun zheng
Hi all, I get such a task that I can not find any club to achieve it. My boss asks me to configure JBoss somehow. When JBoss starts up, there are some beans not being starts up together have to be run until the first user uses JBoss, which means the first user has to spend much more time than

[JBoss-user] Cleaned virus file Partner,service=EJB already registered. If Idon't have jboss.xml there things work as best they have so far. Your jndi names must be unique. You have Partner twice. JBoss usesejb-name when you don't specify a jndi-name in jboss.xml. [...] Content analysis details: (-0.80 points, 5 required)USER_AGENT_APPLEMAIL (0.0 points) X-Mailer header indicates a non-spam MUA (Apple Mail)IN_REP_TO (-0.5 points) Has a In-Reply-To headerEMAIL_ATTRIBUTION (-0.5 points) BODY: Contains what loo is attached

2003-09-01 Thread viruswall
InterScan E-Mail VirusWall has cleaned all the viruses contained in the following attached file. The sender of the original file was [EMAIL PROTECTED]. begin 666 Partner,service=EJB already registered. If Idon't have jboss.xml there th [EMAIL PROTECTED])I9%Y+!!=6=UW0@,CDL(#(P,#,L(%T(#

Re: [JBoss-user] Disabling hot deployment to limit open file handles

2003-09-01 Thread Sheldon Hearn
On (2003/08/31 23:10), Adrian Brock wrote: attribute name=ScanEnabledfalse/attribute Thanks! That's not in the Jboss-3.2.1 book, so your response is much appreciated. Setting the period to 0 will just cause it to spin in a cpu loop. Suitable punishment for a server that's given me nothing

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Meyer-Willner, Bernhard
You could deploy a scheduler that fires up immediately (NOW) and executes the required tasks/steps. -Ursprüngliche Nachricht- Von: sun zheng [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. September 2003 14:18 An: [EMAIL PROTECTED] Betreff: [JBoss-user] Configuration for JBoss Startup Hi

Re: [JBoss-user] How to use Log4J in JBoss?

2003-09-01 Thread Adrian Brock
Put your log4j config in conf/log4j.xml Why do think it weird if jboss's logging goes where you configured it? Regards, Adrian On Mon, 2003-09-01 at 12:54, Paulo Bengero wrote: this is my wrapper class for Log4J: package com.uniserv.comn.logger; import org.apache.log4j.*; import

Re: [JBoss-user] need to simply list fields of many CMP instances

2003-09-01 Thread Adrian Brock
Investigate read-ahead. Regards, Adrian On Mon, 2003-09-01 at 13:11, Milen Dyankov wrote: Hi all, There is a question that bothers me from a while. For the sake of this example lets use Employee and Customer CMPs with 1 to M relationship. Lets say Customer has fields name, address,

Re: [JBoss-user] (no subject)

2003-09-01 Thread Adrian Brock
Your example makes no sense. You don't show how the compiler knows about the source. The execute method you show is not in the provided link. My guess is it failed to compile. Try dumping the bytestream before you defineClass it. Regards, Adrian On Mon, 2003-09-01 at 13:12, Thilina Anjitha

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Adrian Brock
Investigate MBeans or bean shell scripts. Regards, Adrian On Mon, 2003-09-01 at 13:17, sun zheng wrote: Hi all, I get such a task that I can not find any club to achieve it. My boss asks me to configure JBoss somehow. When JBoss starts up, there are some beans not being starts up

Re: [JBoss-user] Disabling hot deployment to limit open filehandles

2003-09-01 Thread Adrian Brock
On Mon, 2003-09-01 at 13:44, Sheldon Hearn wrote: Are you sure the file handles aren't jasper checking for changed jsps? Dead sure, although that'll be true for _some_ of them. Every jar and xml file deployed by JBoss (even with jbossweb-tomcat.sar disabled) consumes an open NT File

RE: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Srinivas Malladi
Write an MBean. The MBean must extend ServiceMBeanSupport. For example, public class ConfigStartup extends ServiceMBeanSupport implements ConfigStartupMBean and an Interface public interface ConfigStartupMBean extends ServiceMBean {}. This interface implements start and stop methods. Jboss

Re: [JBoss-user] error when deploying exploded ear

2003-09-01 Thread Adrian Brock
Post your ejb-jar.xml, jboss.xml, jbossweb.xml, JBoss version and the full stacktrace. Regards, Adrian On Mon, 2003-09-01 at 11:04, Panagiotis Korros wrote: I have an ear file with the following structure: /xxx.ear /xxx.ear/xxxEJB.jar /xxx.ear/xxxEJB.jar/META-INF/ejb-jar.xml

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Neal Sanche
Another option would be to investigate Pre-Compiling your JSPs so that the compilation time won'[t affect the first user on the system. There was a recent thread on how to do that, and if you want an example, I've put a framework that achieves this into my website at the bottom of the 'My

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread sun zheng
Thank you ! however, my boss is sure that only to configure xml files of JBoss can achieve the task.. your way is also right, but we even dunno which beans the JBoss does not startup and need be done by us. with best wishes Sun Zheng You could deploy a scheduler that fires up immediately

[JBoss-user] HOWTO: Configure Windows 2000 Server for high-end JBoss-Tomcat

2003-09-01 Thread Sheldon Hearn
As promised, here are my notes on getting a serious JBoss-Tomcat deployment functional on Windows 2000 Server, assuming you aren't in a position to use a real operating system. So I've finally managed to get JBoss-Tomcat working on a dual-Xeon 4GB Windows 2000 server. The problems were: 1) Use

Re: [JBoss-user] Disabling hot deployment to limit open file handles

2003-09-01 Thread Sheldon Hearn
On (2003/09/01 14:29), Adrian Brock wrote: Dead sure, although that'll be true for _some_ of them. Every jar and xml file deployed by JBoss (even with jbossweb-tomcat.sar disabled) consumes an open NT File Handle for the lifetime of the JBoss process. I'll try ScanEnabled=false and

[JBoss-user] Build optimized JBoss version

2003-09-01 Thread Rafal Kedziorski
hi, I wanted build an optimized JBoss version from the downloaded 3.2.2RC3 sources. Is thre an option or target (I didn't find any) for creating an optimized version i.e. with this settings: debug = off optimize = on deprecation = off depend = off Regards, Rafal

[JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread sun zheng
Hi, all, I get such a task that I can not find any club to achieve it. My boss asks me to configure JBoss somehow. When JBoss starts up, there are some beans not being starts up together have to be run until the first user uses JBoss, which means the first user has to spend much more time than

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Sheldon Hearn
On (2003/09/01 09:57), Neal Sanche wrote: Another option would be to investigate Pre-Compiling your JSPs so that the compilation time won'[t affect the first user on the system. I've done this with jboss-3.2.1-tomcat-4.1.24 and it makes a HUGE difference. Detials at:

RE: [JBoss-user] Disabling hot deployment to limit open file handles

2003-09-01 Thread Danny . Yates
Today's lesson... never colo with a company that has different national holidays (and hence, different time priorities) to you! :-) -- Danny Yates -Original Message- From: Sheldon Hearn [mailto:[EMAIL PROTECTED] Sent: 01 September 2003 15:20 To: [EMAIL PROTECTED] Subject: Re:

[JBoss-user] PLS READ

2003-09-01 Thread alisesay1
Dear Sir This letter may come to you as a surprise because we have not met. The decision to write you is out of a sincere desire to establish a business/mutual relationship with you. I got your contact through the international trade and commerce chamber (ITCC) in Madrid. My name is Mr.

(ignore last message) Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Joao Clemente
Sorry for the last message.Forget it. I had just read Build optimized Jboss version message and I tough you're answering to it. I only notisted the mistake after double-checking the subjects. Sorry. --- This sf.net email is sponsored

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Joao Clemente
- Original Message - From: Sheldon Hearn [EMAIL PROTECTED] To: [EMAIL PROTECTED] On (2003/09/01 09:57), Neal Sanche wrote: Another option would be to investigate Pre-Compiling your JSPs so that the compilation time won'[t affect the first user on the system. I've done this with

Re: [JBoss-user] Build optimized JBoss version

2003-09-01 Thread Adrian Brock
Modify build/local.properties Regards, Adrian On Mon, 2003-09-01 at 15:21, Rafal Kedziorski wrote: hi, I wanted build an optimized JBoss version from the downloaded 3.2.2RC3 sources. Is thre an option or target (I didn't find any) for creating an optimized version i.e. with this

RE: [JBoss-user] Problems with jsp temp files

2003-09-01 Thread Rupp, Heiko
Define a different tmp dir by setting java.io.tmpdir to a writable location at JBoss startup. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [JBoss-user] How to use Log4J in JBoss?

2003-09-01 Thread Antonio Kantek
check out the log4j.xml at $JBOSS_HOME/conf In this file you can modify properties of your loggers and appenders (you can add new appenders too). -antonio - Original Message - From: Paulo Bengero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 01, 2003 3:54 AM Subject:

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Alex Hornby
On Mon, 2003-09-01 at 15:48, Joao Clemente wrote: Can you detail a bit what HUGE i actually? Speed? Latency? Maximum number of users? Memory usage? Cpu usage? Thanks I've set jsp precompilation up for a small example project as part of a training course - the difference in user experience

[JBoss-user] CMP- Hypersonic problems

2003-09-01 Thread Subramanian Ananthram
Hi, We are using Hypersonic database with JBOSS 3.0.0, tomcat 4.0.3 with CMP. If JBOSS is terminated abnormally, then we have observed that some of the tables in the database is corrupted. For eg: we are using Jbossautoutilnumber table for auto generation of primary keys. But we have seen that

Re: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Stephen Davidson
Elankath, Tarun (Cognizant) wrote: Hi Steve, I am going to start profiling our application. I wanted to check if I was missing any JBoss config parameters. How about class reloading ? How does one disable it ? Thanks, Tarun Hi Taurun. Umm, the only problem I ever had with the classloaders was

Re: [JBoss-user] [OT] Jboss/Tomcat on Windows 2000

2003-09-01 Thread Stephen Davidson
Sheldon Hearn wrote: On (2003/08/30 18:23), Stephen Davidson wrote: Why pay for a virused, buggy, and insecure Operating System? Because the technical lead on the project insists on using MS SQL Server. Ciao, Sheldon. My condolences. Too bad you can't get the lead to consider Oracle, Firebird,

Re: [JBoss-user] CVS Rollback - Why?

2003-09-01 Thread Alexey Loubyansky
Stephen Davidson wrote: I hope that this rollback is not just to remove contributions from developers that JBoss Group LLC is apparently pissed off at, as it would indicate continued extreme childness on their part. No, it is not. HEAD occurred to be messed up. Because, in many parts it was

Re: [JBoss-user] CMP- Hypersonic problems

2003-09-01 Thread Alexey Loubyansky
Is the autonumber the only problem? How does it work? alex Subramanian Ananthram wrote: Hi, We are using Hypersonic database with JBOSS 3.0.0, tomcat 4.0.3 with CMP. If JBOSS is terminated abnormally, then we have observed that some of the tables in the database is corrupted. For eg: we are

Re: [JBoss-user] Build optimized JBoss version

2003-09-01 Thread Holger Baxmann
On Mon, 01 Sep 2003 16:21:20 +0200, Rafal Kedziorski [EMAIL PROTECTED] wrote: hi, I wanted build an optimized JBoss version from the downloaded 3.2.2RC3 sources. Is thre an option or target (I didn't find any) for creating an optimized version i.e. with this settings: debug = off optimize =

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread Adrian Brock
You are too early in the log. Look for the start phase of the DeploymentInfoURIResolver. It creates all MBeans first, then starts them. The exceptions you show are just noise. Regards, Adrian On Sat, 2003-08-30 at 05:29, rjh wrote: The DeploymentInfoURIResolver failed to start for some

Re: [JBoss-user] jboss-4.0.0DR2 Fails to Startup Undex XP

2003-09-01 Thread rjh
UserEJB has a meta-inf directory with a manifest file and ejb-jar.xml which apparently is missing. Since this is picked up by all other versions, I presume this is a bug in JBOSS? Wish I had time to debug JBOSS, since I'd love to learn the internals but unfortunately I don't. Any ideas on how

Re: [JBoss-user] Jbossdo query execute exception

2003-09-01 Thread Alexey Loubyansky
Compilation is missed. jdoQuery = pm.newQuery(User.class, filter); System.out.println(jdoQuery = + jdoQuery); jdoQuery.compile(); Collection users = (Collection)jdoQuery.execute(); Perhaps, it should be done automatically. alex Anthony Cheung wrote:

[JBoss-user] CMP on JBoss ejbQL == finder Failure

2003-09-01 Thread Edgar Silva
Hi Friends I've declaring this ejbQL in my FinderMethod: SELECT OBJECT(u) FROM Usuarios u WHERE u.nome LIKE '?1%' In ejb-jar.xml I wrote this configuration to this finder: query query-method method-namefindByNomeAprox/method-name

[JBoss-user] InterScan NT Alert

2003-09-01 Thread viruswall
Receiver, InterScan has detected virus(es) in the e-mail attachment. Date: Sat, 30 Aug 2003 03:08:23 +0200 Method: Mail From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] File: Partner,service=EJB already registered. If Idon't have jboss.xml there things work as best they have so far.

Re: [JBoss-user] CMP on JBoss ejbQL == finder Failure

2003-09-01 Thread Adrian Brock
Use JBossQL, EJBQL does not support LIKE ?1 Regards, Adrian On Mon, 2003-09-01 at 21:38, Edgar Silva wrote: Hi Friends I've declaring this ejbQL in my FinderMethod: SELECT OBJECT(u) FROM Usuarios u WHERE u.nome LIKE '?1%' In ejb-jar.xml I wrote this configuration to this finder:

[JBoss-user] Returned mail: User unknown

2003-09-01 Thread Mail Delivery Subsystem
The original message was received at Mon, 1 Sep 2003 19:29:51 -0300 from aristoteles.local.inatel.br [192.168.10.7] - The following addresses had permanent fatal errors - [EMAIL PROTECTED] (expanded from: [EMAIL PROTECTED]) - Transcript of session follows - mail.local:

[JBoss-user] Returned mail: User unknown

2003-09-01 Thread Mail Delivery Subsystem
The original message was received at Mon, 1 Sep 2003 19:29:51 -0300 from aristoteles.local.inatel.br [192.168.10.7] - The following addresses had permanent fatal errors - [EMAIL PROTECTED] (expanded from: [EMAIL PROTECTED]) - Transcript of session follows - mail.local:

Re: [JBoss-user] CVS Rollback - Why?

2003-09-01 Thread Stephen Davidson
Hi Alexey. I should have mentioned in my original email that I have been lead developer on several projects. Yes, occaisonally some developers do decide to use the Code Vault's Head Revision as their personal sandboxes. Normally, I dealt with that behaviour immediately, rather than waiting