Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
Ok, i tried this but it doesn't work. i get arround cu markus * JD Brennan <[EMAIL PROTECTED]> [2002-10-08 08:00]: > I wonder if it's because you have a pathref and a property > with the same name (xdoclet.classpath}. I use different > property names for refs. But for XDoclet, I just spell

[JBoss-user] Please help with this error!

2002-10-08 Thread kiuma
Hello I'm using jb 3.2b and I'm having the following error. Please could you tell me where I'm wrong ? 2002-10-08 09:23:12,944 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.webappointments/Absence] Initializing CMP plugin for webappointments/Absence 2002-10-08 09:23:12,991 DEBUG [org.j

Re: [JBoss-user] (no subject)

2002-10-08 Thread Jon Haugsand
* Cindy Liang > Oracle-service.xml: > > > name="DefaultDomain:service=XADataSource,name=OracleDS"> > OracleDS > name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl > jdbc:oracle:thin:localhost:1521:ora > s_user > sh > 50 > > Isn't this quite short? What I

Re: [JBoss-user] JBoss/Jetty: Realm Not Configured

2002-10-08 Thread Scott M Stark
Not unless there is an exception that provides more info. Also the ProxyLoginModule is not needed in 3.0, try it without it. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "David Ward" <[EMAIL PROTECTED]

Re: [JBoss-user] How to avoid entity beans read lock ?

2002-10-08 Thread Horia Muntean
Sacha Labourey wrote: >Could you please try the read-only tag at the method level, as described by >Bill. It does work. If it doesn't, it is a bug and it would be good to know >about it. > >Cheers, > > > Sacha > > > Well, I am confused now: are u sure attribute can be app

Re: [JBoss-user] How to avoid entity beans read lock ?

2002-10-08 Thread Horia Muntean
Hi Georg, You said: >If you cannot use the QueuedPessimisticEJBLock (which is usually the >case when you need concurrent access to CMP EBs), and you need to >synchronize your EBs, you can use the "row-locking" setting in the >jbosscmp-jdbc.xml config file (in defaults or per EB) and let the >da

[JBoss-user] Re: Questin with Mail Service-not solved yet and to dim

2002-10-08 Thread Gene Ge
Thanks very much! Dim I had found the archives I wanted. But the problem about mail service is still not solved. I had put username&password into mail-service.xml, but it didn't take effect. With username&password I can't send mail to host other than the smtp host I used. whereas without user

[JBoss-user] Please unsubscribe me from this list....

2002-10-08 Thread Mahesh
Hi, I want to unsubscribe from this list. But now able to do it. If any administrator around, please do it Thanks, Mahesh -- __ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup "Free price compari

Re: [JBoss-user] How can I search Archives?About fk as part of pk

2002-10-08 Thread Jonathan . O'Connor
Gene, We have the same situation in our system. Here's how we solved the problem. we have an entity, A, whose primary key is also a foreign key to another entity, B. We don't specify any relationships for A.pk. Instead, I added A.ejbSelectB(KeyType key). Then I added A.getB() { return ejbSelec

AW: [JBoss-user] [Fwd: Announcing Axis 1.0!]

2002-10-08 Thread Jung , Dr. Christoph
Rc2 is in head. I will cater for the final release in a few days. -Ursprüngliche Nachricht- Von: David Ward [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 7. Oktober 2002 21:29 An: [EMAIL PROTECTED] Betreff: [JBoss-user] [Fwd: Announcing Axis 1.0!] FYI for Dr. Jung and others interested

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Jon Haugsand
* Markus Garscha > Hi! > > what's wrong? > ---8<-- > gama@ws:~/prog/java/jboss$ ant xdoclet > Buildfile: build.xml > > init: > > xdoclet: > > BUILD FAILED > > /home/gama/prog/java/jboss/build.xml:54: taskdef class > xdoclet.ejb.EjbDocletTas

Re: [JBoss-user] Please unsubscribe me from this list....

2002-10-08 Thread Lennart Petersson
Why not click on the link at the end of each mail you receives from this list (https://lists.sourceforge.net/lists/listinfo/jboss-user). At that page scroll to the end, enter your email address and click on 'Edit Options' and voilá --- there you have it :) /Lennart tisdagen den 8 oktober 200

[JBoss-user] Controlling transactions during unit tests

2002-10-08 Thread Tim McAuley
Hi, I am having a trouble with transactions during one of my unit tests. Someone might be able to help. I have some code to update a member's interest in a topic. This will retrieve the list of current interests, store them in a cache (seperate collection) and update the specified interest when

Re: [JBoss-user] Re: Questin with Mail Service-not solved yet and to dim

2002-10-08 Thread Dmitri Colebatch
it sounds like you need to get a better understanding of the way smtp hosts behave. do you have a mail admin that you can talk to? as I think a couple of people have already hinted at, the smtp host will not let mail be sent to just anyone, otherwise spam would be rife. So, what they (generally

[JBoss-user] Info about a strange behaviour

2002-10-08 Thread kiuma
Hi all! I finally solved my previos problem it was that I wrote: * @ejb.finder signature="java.util.Collection findAll()" * @jboss.query * signature="java.util.Collection findAll()" * query="SELECT OBJECT(Agenda) FROM WaAgenda agenda ORDER BY Agenda.serviceId, Agenda.agendaDay" *

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
Hi! ok, i included an echo tag. i got the following output: Buildfile: build.xml init: [echo] classpath=/usr/share/ant/lib/ant.jar:/home/gama/prog/java/jboss/lib/xdoclet.jar:/home/gama/prog/java/jboss/lib/log4j.jar xdoclet: BUILD FAILED /home/gama/prog/java/jboss/build.xml:56: taskdef c

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
in build.xml Markus Garscha wrote: >Hi! > >ok, i inc

Re: [JBoss-user] Info about a strange behaviour

2002-10-08 Thread Alex Loubyansky
Hello kiuma, could you, please, provide more info on what works and what doesn't? Thank you. alex Tuesday, October 08, 2002, 1:31:07 PM, you wrote: k> Hi all! k> I finally solved my previos problem it was that I wrote: k> * @ejb.finder signature="java.util.Collection findAll()" k> * @jboss

[JBoss-user] jboss 3.0.3 ClassNotFoundException: org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy

2002-10-08 Thread Andreas Mecky
Hi, I am stuck with the following exception when I try to run my client. Here is the exception and the batch file to call my client is also attached. Am I missing an additional jar? Any hints? I have searched the jboss-forum but haven't found anything usefull. Thx Andreas javax.naming.Communi

RE: [JBoss-user] MBeans, EJBConnector, and Security

2002-10-08 Thread James Higginbotham
Title: Message Can anyone shed some light on this? Is there anything extra needed to help diagnose? I'm on JB 3.0.0 using JDK 1.3.1, also. Any pointers as to what I am doing wrong would be greatly appreciated!   Thanks, James -Original Message-From: James Higginbotham Sent: M

Re: [JBoss-user] Info about a strange behaviour

2002-10-08 Thread kiuma
The second works. Alex Loubyansky wrote: >Hello kiuma, > >could you, please, provide more info on what works and what doesn't? > >Thank you. > >alex > >Tuesday, October 08, 2002, 1:31:07 PM, you wrote: > >k> Hi all! >k> I finally solved my previos problem it was that I wrote: > >k> * @ejb.finde

[JBoss-user] Configuring Jboss with MSSqlServer2000

2002-10-08 Thread Dhiraj Ramakrishnan
Hi Guys , For the past 2 days i have been trying to configure JBoss3.0.3 to work with MSSQLServer2000. I have followed the following steps for configuring JBOSS with SQLServer2000, The following are the steps that i have done in JBoss3.0.3 to get it wo

[JBoss-user] Jboss and MQSeries.

2002-10-08 Thread Bekkum, Odd Rune
I'm using Jboss 3.0.2 and MQSeries 5.2. When I deploy an MDB I get the following error: 13:24:03,413 INFO [EjbModule] Creating 13:24:03,423 INFO [EjbModule] Deploying TestMDB 13:24:03,433 INFO [JMSContainerInvoker] Creating 13:24:03,433 INFO [JMSContainerInvoker] Created 13:24:03,433 INFO [

Re: [JBoss-user] Farm drops app on redeploy

2002-10-08 Thread David Jencks
I don't know about the farm service. I'd suggest including oracle-service.xml in the .ear. You need a jboss-app.xml with it listed as a module oracle-service.xml This syntax is from memory. I think this feature is in the 3.0 branch. david jencks On 2002.10.07 23:08:26 -0400 "Sc

RE: [JBoss-user] Jboss and MQSeries.

2002-10-08 Thread Geer, Benjamin
Bekkum, Odd Rune wrote: > When I deploy an MDB I get the following error: Did you test MQSeries using JMS in JBoss without any message-driven beans? You can do this by making a little JBoss MBean service which just tests MQSeries using the JMS API. This would help you find out whether the probl

Re: [JBoss-user] FYI: the website www.jboss.org has a problem inthe opera browser

2002-10-08 Thread Juha-P Lindfors
On Mon, 7 Oct 2002, Marius Kotsbak wrote: > And why running the server on windows??? It defintially is not a server > os. I thought you that promote open source would like to use it > yourself? > (I even see that you are using IE, outlook and MS word! The most closed > source software that you

RE: [JBoss-user] Configuring Jboss with MSSqlServer2000

2002-10-08 Thread Geer, Benjamin
Dhiraj Ramakrishnan wrote: > For the above line if i give use the following options it gives me the following error > > a) ByContainerAndApplication - org.jboss.util.NestedSQLException: Need non-null subject for subject/cri based pooling; - neste

Re: [JBoss-user] Configuring Jboss with MSSqlServer2000

2002-10-08 Thread David Jencks
The semicolon ; in the url looks unusual. The datasource will be bound under java:/PersonEntity david jencks On 2002.10.08 07:43:00 -0400 Dhiraj Ramakrishnan wrote: > Hi Guys , > For the past 2 days i have been trying to configure JBoss3.0.3 > to > work with MSSQLServer2000. I have foll

[JBoss-user] Bidirectional 1:n relation

2002-10-08 Thread Francesco Marsoni
I get an exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: null; CausedByException is: Method is not a known CMP field accessor, CMR field accessor, or ejbSe

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
hi, the same problem: /home/gama/prog/java/jboss/build.xml:56: taskdef class xdoclet.ejb.EjbDocletTask cannot be found something does goes wrong with ant. ant can't find the class, but the file xdoclet.jar exists and it is the correct classpath... ;( markus * kiuma <[EMAIL PROTECTED]> [2002-1

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Jon Haugsand
* Markus Garscha > hi, > > the same problem: > > /home/gama/prog/java/jboss/build.xml:56: taskdef class > xdoclet.ejb.EjbDocletTask cannot be found > > something does goes wrong with ant. ant can't find the class, but the > file xdoclet.jar exists and it is the correct classpath... ;( I seem t

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
I hope this can help Markus Garscha wrote: >hi, > >the same problem: > >/home/gama/prog/java/jboss/build.xml:56: taskdef class >xdoclet.ejb.EjbDocletTask cannot be found > >something does goes wrong with ant. ant can't find the class, but the >file xdoclet.jar exists and it is the correct class

Re: [JBoss-user] Re: Questin with Mail Service-not solved yet and to dim

2002-10-08 Thread Stephen Coy
Hi again, Please let me reiterate: A typical smtp server will only allow you to use it to deliver mail to recipients within its domain, when the sender is sending from outside it's domain, as defined by the ip address of the sender (which you appear to be doing). Therefore, as you said, you c

Re: [JBoss-user] Bidirectional 1:n relation

2002-10-08 Thread Alex Loubyansky
Hello Francesco, you have declared cmr accessors as remote methods while relationships are allowed only for local interfaces. alex Tuesday, October 08, 2002, 4:48:15 PM, you wrote: FM> I get an exception: FM> java.rmi.ServerException: RemoteException occurred in server thread; nested FM> exce

[JBoss-user] Help with relationship!!

2002-10-08 Thread kiuma
Hi all, can you please tell me what's wrong with this code? /** * Returns a Collection of local Roles * @return a Collection of local Roles * * @ejb.relation * name="user-roles" * role-name="user-has-role" * target-ejb="webappointments/RoleB

[JBoss-user] jboss 3.0.2(3): still suffers from java.lang.IllegalStateException: removing bean lock and it has tx set!

2002-10-08 Thread Alexey Yudichev
Title: jboss 3.0.2(3): still suffers from java.lang.IllegalStateException: removing bean lock and it has tx set!   From that I cannot see much complains about the above exception (full stack trace is below) i conclude that either not many people using cmp2.0 or I am doing something wrong. This

Re: [JBoss-user] MBeans, EJBConnector, and Security

2002-10-08 Thread Scott M Stark
Title: Message The EJBConnector is not secured by default so what have you done to setup this up? The adaptor EJB is in the jmx-ejb-adaptor.jar.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Ja

Re: [JBoss-user] Initializing JDBC Connection II

2002-10-08 Thread MSedliak
Hi David, thanks. I tried that, but jboss-jca.jar has no class in package org.jboss.resource.adapter.jdbc.local. I use JBoss 3.0.2 - could this be a problem ? Do I have to uprade JBoss ? Thank you. Marek

[JBoss-user] Mail Service- to dim and stephen

2002-10-08 Thread Gene Ge
hi, dim and stephen: Thanks:) I'm so sorry for my poor knowledge about SMTP:) but...:) I'm still a little confused: how can some mail application(such like outlook) make it, I mean, send to others outside the domain. I had read one article about it and found that one can send username&password

[JBoss-user] How-to: jboss.conf classpath extension in JBoss 3.x??

2002-10-08 Thread R . Price
Ok, with JBoss 2.4.x releases, we've added a classpath extension (solely for use in a development environment - not delivered that way) to the file "jboss.conf" using an MLET tag, etc., etc.   Now that we are moving to JBoss 3.x (3.0.3 to be exact, I think), how do I accomplish the same thing??

Re: [JBoss-user] Initializing JDBC Connection II

2002-10-08 Thread David Jencks
I'ts an optional adapter, not part of jboss core. It's in the jboss-local-jdbc.rar. david jencks On 2002.10.08 12:31:57 -0400 [EMAIL PROTECTED] wrote: > > Hi David, > > thanks. I tried that, but jboss-jca.jar has no class in package > org.jboss.resource.adapter.jdbc.local. I use JBoss 3.0.

[JBoss-user] Error starting jboss-3.0.3-tomcat-4.1.12

2002-10-08 Thread Thomas T. Veldhouse
This is the default unmodified jboss installation. If I use the jetty installation, it all starts as expected. I am using JDK1.3.1. Tom Veldhouse 13:09:50,339 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@ecc81012{ url=file:/usr/lo

Re: [JBoss-user] FYI: the website www.jboss.org has a problem inthe opera browser

2002-10-08 Thread Anders Engstrom
Hi. Juha-P Lindfors wrote: >On Mon, 7 Oct 2002, Marius Kotsbak wrote: > > >>And why running the server on windows??? It defintially is not a server >>os. I thought you that promote open source would like to use it >>yourself? >>(I even see that you are using IE, outlook and MS word! The mo

[JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
I can't see any effect of using that one: 2002-10-08 20:09:58,418 ERROR [org.jboss.ejb.plugins.SecurityInterceptor] Authentication exception, principal=null 2002-10-08 20:09:58,477 ERROR [org.jboss.ejb.plugins.SecurityInterceptor] Authentication exception, principal=null 2002-10-08 20:09:58,531 E

Re: [JBoss-user] How-to: jboss.conf classpath extension in JBoss 3.x??

2002-10-08 Thread David Jencks
You could put it in a jar and deploy the jar. You could use the ClasspathExtension mbean (somewhat undocumented) (in system module, org.jboss.system.ClassPathExtension.java) You could think about writing an mbean that is directly configured with whatever you are putting in this file, so you don't

Re: [JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Scott M Stark
As documented, the RunAsLoginModule clears the run-as role when its commit() method is called so the scope of the run-as role is effectively only the login() phase. MedlemsregisterLoginModule needs to obtain the information for the getRoleSets call during the login phase. This is either its overri

RE: [JBoss-user] Mail Service- to dim and stephen

2002-10-08 Thread JD Brennan
Title: RE: [JBoss-user] Mail Service- to dim and stephen I haven't used it, but the javax.mail.Session object appears to support SMTP servers that require authentication. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html Check the docs for javax.mail.Session.setPasswordAuthenticatio

Re: [JBoss-user] FYI: the website www.jboss.org has a problem inthe opera browser

2002-10-08 Thread Juha-P Lindfors
On Tue, 8 Oct 2002, Anders Engstrom wrote: > >>And why running the server on windows??? It defintially is not a server > >>os. I thought you that promote open source would like to use it > >>yourself? > >>(I even see that you are using IE, outlook and MS word! The most closed > >>source softwa

Re: [JBoss-user] jboss 3.0.2(3): still suffers from java.lang.IllegalStateException: removing bean lock and it has tx set!

2002-10-08 Thread Michael Bartmann
Hi Alexey, we today encountered this problem (for the first time as far as I know) after a fresh update on Branch_3_2. Only to let you know, we had no time to dig into it... Regards, Michael Bartmann Alexey Yudichev wrote: > From that I cannot see much complains about the above exception (fu

Re: [JBoss-user] How-to: jboss.conf classpath extension in JBoss 3.x??

2002-10-08 Thread R . Price
David, So, are you saying that I could write my own "user-service.xml" type file to access/configure the ClassPathExtension mbean??   Also, I've found source for it under org.jboss.deployment.ClasspathExtension.  Is that the right beastie??  Doesn't look like it does much.   Robert David

Re: [JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
Ah. I forgot that note. MedlemsregisterLoginModule is extending UsernameLoginModule. If I understand this right, I have to save the list of groups in an instance variable to supply when getRoleSets is called. But is this thread safe? Can more than one user be authenticated at the same time with t

[JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Thomas T. Veldhouse
This is the default unmodified jboss-tomcat installation. If I use the jboss-jetty installation, it all starts and runs as expected. I am using JDK1.3.1. Tom Veldhouse 13:09:50,339 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@ecc8

Re: [JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
I did move the secured access logic for getRoleSets to getUsersPassword() in my login module. It then stopped looping while authenticating, but I still get an exception: 21:50:01,717 ERROR [SecurityInterceptor] Authentication exception, principal=null 21:50:01,717 ERROR [LogInterceptor] EJBExcept

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread R . Price
Worked just fine for me "out of the box." Using Sun's JDK1.3.1_04. Not sure why it's a problem for you, though! (I knowreal helpful) rp "Thomas T. Veldhouse" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/08/2002 01:50 PM Please respond to jboss-user                 To:      

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
No success i generated my own .ant.properties in the project directory with jboss.home, xdoclet.home, struts.home - but the same output. ant can't define the xdoclet task... perhaps i use wrong versions of ant, xdoclet, etc? which versions do you use? here my output of the build process: ga

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Scott M Stark
Using what OS, JDK, and is there an xml parser extension installed in the JDK? This has to be an issue with how relative entity references are resolved as this works fine for me with the following JDK/OS combos: Sun 1.3.1_04-b02 on WinXP Apple 1.3.1_03-69 on OSX 10.2.1 Sun 1.3.1-b24 on RedHat 7.3.

RE: [JBoss-user] Farm drops app on redeploy

2002-10-08 Thread Schnitzer, Jeff
That's good to know. Unfortunately this application is deployed to several different environments (dev, qa, production) each of which must connect to a completely different database. I can't really put oracle-service.xml in the ear. Out of curiosity, what is the problem causing this? Is it tha

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread kiuma
xdoclet from cvs and last stable ant version Markus Garscha wrote: >No success > >i generated my own .ant.properties in the project directory with >jboss.home, xdoclet.home, struts.home - but the same output. ant >can't define the xdoclet task... perhaps i use wrong versions of >ant, xdoclet

[JBoss-user] CMR: One to One Unidirectional Relation

2002-10-08 Thread Neal Sanche
Hi All, Am I misunderstanding the meaning of Unidirectional? I have declared a One to One Unidirectional relation from a RepositoryEntry to a Signature. When JBoss creates the tables, RepositoryEntry is given a signature field, as expected, but it also creates a RepositoryEntry field in the S

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Thomas T. Veldhouse
I am using the FreeBSD Native JDK 1.3.1p7 (basically it is the Sun JDK without hotspot). No, there is not an XML parser in the classpath. Having said that, I ran the Jetty version of JBoss 3.0.3 and it runs fine. Tom Veldhouse - Original Message - From: "Scott M Stark" <[EMAIL PROTECTE

[JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
Title: Message  I have created a custom deployment sorter and found that I had to add the jar to my classpath on the command line, rather than using -L or the bootstrap finding it automatically in JBoss 3.0.0 within the $JBOSS_HOME/lib dir. Is this an expected thing, or am I missing a step?

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Thomas T. Veldhouse
I think this is the reason: "The default value is that of the JBoss/Catalina bundle where the jakarta-tomcat-4.1.12-LE-jdk14 is included as jboss_dist/catalina." I don't think that does the non-JDK 1.4 crowd a lot of good ;) Tom Veldhouse - Original Message - From: "Scott M Stark" <[E

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Scott M Stark
Wrong, try reading the actual setting. As I stated I'm only using non-JDK 1.4 VMs. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Thomas T. Veldhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: T

Re: [JBoss-user] Mail Service- to dim and stephen

2002-10-08 Thread Dmitri Colebatch
> Thanks:) np (o: > I'm so sorry for my poor knowledge about SMTP:) gotta learn somewhere (o: > It's difficult for me to make my jboss server in a same domain of the smtp > server, so... > After all, my question is how can I send email from my EJB? That is what I > really wanted. ok, you have a

Re: [JBoss-user] How-to: jboss.conf classpath extension in JBoss 3.x??

2002-10-08 Thread David Jencks
On 2002.10.08 15:39:38 -0400 [EMAIL PROTECTED] wrote: > David, > > So, are you saying that I could write my own "user-service.xml" type file > > to access/configure > the ClassPathExtension mbean?? yes, or include it in soe other *-service.xml file you already use (such as conf/jboss-service.x

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma <[EMAIL PROTECTED]> [2002-10-08 23:30]: > xdoclet from cvs > and last stable ant version ant 1.4.1 xdoclet 1.2.0-beta1 should work, because all other things work too... i don't have any idea what to do next .( cu markus msg22009/pgp0.pgp Description: PGP signature

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out of the box.

2002-10-08 Thread Thomas T. Veldhouse
Alright, that worked. And changing the relative path to ../../../tomcat-4.1.x did not work either -- it did require the full, hard coded path. Why would that be? Tom Veldhouse - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October

Re: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread David Jencks
It's not expected by me. Unless you have modified the jboss startup code to explicitly instantiate your sorter, putting the jar in server/[conf]/lib should work. Only put things in $JBOSS_HOME/lib that are needed for the boot process. Anything mentioned in server/[conf]/conf/jboss-service.xml sh

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma <[EMAIL PROTECTED]> [2002-10-08 23:30]: > xdoclet from cvs > and last stable ant version > i did it! i upgraded ant from 1.4.1 to 1.5.1 and look - it works!!! thanx a lot markus msg22012/pgp0.pgp Description: PGP signature

Re: [JBoss-user] How-to: jboss.conf classpath extension in JBoss 3.x??

2002-10-08 Thread R . Price
In my jboss-service.xml file, I've got this little snippet:         file:///d:/projects/webmtattribute> mbean> First off, is that pretty much what is requi

Re: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread Jules Gosnell
copy the file onto the same filesystem, then move it into deploy - this will be an immediate/atomic operation Jules Greg Turner wrote: > When JBoss hot deploys something, it makes a copy into tmp and actually deploys > the copy in tmp. I am guessing that what happens is that when ftp starts >

Re: [JBoss-user] NullPointerException with Jetty's deployer when is set

2002-10-08 Thread Jules Gosnell
I've just tried to reproduce it on Branch_3_0 - I can't - I think that the 3.0.3 release was just screwed. Get yourself a cvs tree using Branch_3_0 and let me know if you have any further 'distributable' problems. Jules Barlow, Dustin wrote: > Jules, > > Do you have a status on this issue,

RE: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
David, I was hoping you were going to say that, as it seemed wrong. Although, the stacktrace leads me to believe that the initial VM classloader is at work here, and thus the reason why I even tried using the command line. I tried it in server/default/lib and JBOSS_HOME/lib, but no luck either wa

RE: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread James Higginbotham
Yeah, we've seen this one as well.. Though, we don't see it happen in either WLS or Tomcat, so they must compensate somehow.. Is there a way that Jetty could use a simliar approach to compensate for this issue? Nothing urgent, just wondering.. James > -Original Message- > From: Jules Go

Re: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread David Jencks
What happens if you change the line in the URLDeploymentScanner from Class.forName(blah) to Thread.currentThread().getContextClassLoader().findClass(blah); ? thanks david jencks On 2002.10.08 19:59:56 -0400 James Higginbotham wrote: > David, > > I was hoping you were going to say that, as it

RE: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread Schnitzer, Jeff
I have seen this happen on both WL6.1 and Orion. If opening a zipfile throws an exception, they just try again. Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: James Higginbotham [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 5:06 PM > To: [EMAIL PROTECTED] >

RE: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread James Higginbotham
I guess I took the thread out of context - I thought it was one of those "zip file corrupt on hot deploy threads".. I'm speaking of the hot deploy feature of Jetty catching the file in the middle and not trying again, which I am not sure if its fixed or not in recent Jetty builds. I'm on JB 3.0.0

RE: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Gavin Hughes
You have to use Ant 1.5 with the latest versions of XDoclet. -Original Message- From: Markus Garscha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 October 2002 7:56 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] [OT] can't run xdoclet ;( * kiuma <[EMAIL PROTECTED]> [2002-10-08 23:

[JBoss-user] Re: One to One Unidirectional Relation

2002-10-08 Thread Gene Ge
Hi Neal: I think you should add a part in jbosscmp-jdbc.xml at the entity role you want jboss to generate a foreign key for you, otherwise jboss will generate both as default(my opinion). As far as One:N relationship, because it's impossible to set foreigh key at the one side(of course

RE: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
That did it.. Course, that call would be loadClass(), as findClass() is the protected method. Thanks, James > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 7:11 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Adding a custom

[JBoss-user] Access to archives of this list - (want to research to avoid askinga FAQ)

2002-10-08 Thread Thorbjørn Ravn Andersen
I have a rather tricky problem with jboss-web.xml where a does not show up in JNDI for one webapp, although the identical file shows up in another webapp in the same EAR, and I would like to search the archives before asking for help debugging JNDI configuration. Unfortunately SourceForge rep

[JBoss-user] Problem in Jboss.net with WSDL

2002-10-08 Thread Nicholas Wilcox
I have a stateless session bean whose remote interface extends another interface. public interface UserManagerRemote extends IUserManager, EJBObject { // All business methods defined in IUserManager } When I expose this EJB as a webservice through jboss.net none of the met

Re: [JBoss-user] Access to archives of this list - (want to researchto avoid asking a FAQ)

2002-10-08 Thread Michael Bartmann
Hi Thorbjørn, what works for me is: http://www.mail-archive.com/lists.html. Regards, Michael Thorbjørn Ravn Andersen wrote: > I have a rather tricky problem with jboss-web.xml where a > does not show up in JNDI for one webapp, although the identical file > shows up in another webapp in the s

[JBoss-user] JBossMQ Fails to Commit/Rollback

2002-10-08 Thread Hunter Hillegas
I am using JBoss3.2beta... We send messages to a JBossMQ queue and have an MDB that listens on that queue and sends emails based on what it gets... The emails all get sent just fine but JBossMQ always throws a javax.transaction.xa.XAException. ERROR [StdServerSession] failed to commit/rollback

RE: [JBoss-user] jboss 3.0.2(3): still suffers from java.lang.IllegalStateExceptio n: removing bean lock and it has tx set!

2002-10-08 Thread Alexey Yudichev
Title: RE: [JBoss-user] jboss 3.0.2(3): still suffers from java.lang.IllegalStateExceptio n: removing bean lock and it has tx set! Bug #582428 which is definitly the same, was submitted on July, 16... It is one step from being marked as 90 days old. Best wishes,   Alexei Yudichev   mailto:[E

Re: [JBoss-user] Access to archives of this list - (want to research to avoid asking a FAQ)

2002-10-08 Thread Dmitri Colebatch
www.mail-archive.com cheers dim - Original Message - From: "Thorbjørn Ravn Andersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 3:15 PM Subject: [JBoss-user] Access to archives of this list - (want to research to avoid asking a FAQ) > I have a rather

Re: [JBoss-user] CMR: One to One Unidirectional Relation

2002-10-08 Thread Alex Loubyansky
Hello Neal, specify key-fields for one of the ejb-relationship-role's. This should solve the problem. alex Tuesday, October 08, 2002, 11:58:35 PM, you wrote: NS> Hi All, NS> Am I misunderstanding the meaning of Unidirectional? I have declared a NS> One to One Unidirectional relation from a R

RE: [JBoss-user] Access to archives of this list - (want to research to avoid asking a FAQ)

2002-10-08 Thread Randahl Fink Isaksen
I too would like to know why the source forge list is not open. Does anyone know?? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dmitri Colebatch Sent: 9. oktober 2002 08:22 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Access to archives of thi

Re: [JBoss-user] JBoss 3.0.3 & tomcat 4.1.12 broken right out ofthe box.

2002-10-08 Thread Thorbjørn Ravn Andersen
Thomas T. Veldhouse wrote: >This is the default unmodified jboss-tomcat installation. If I use the >jboss-jetty >installation, it all starts and runs as expected. I am using JDK1.3.1. > The relative path expects you to be in jboss.../bin when starting "run.sh" -- Thorbjørn Ravn Andersen

[JBoss-user] A transaction Question:Application Error tried to enter Stateful bean with diff

2002-10-08 Thread Gene Ge
hello all: I met another problem. <--Error Message-> javax.ejb.EJBException: Application Error: tried to enter Stateful bean with different transaction context at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invoke(StatefulSessionInstance

AW: [JBoss-user] Bidirectional 1:n relation

2002-10-08 Thread Dannemann, Bjorn
Hello Alex, if you say 'only for local interfaces' you mean that the Home interface is Local (LocalHomeEmployee) ?! * * @ejb:bean name="masterdata/Position" * display-name="Masterdata Position Entity Bean" * type="CMP" * cmp-version="2.x" *