[JBoss-user] Foreign Key with Postgres Failed

2002-12-26 Thread Derek Lin
Hi, I am referring to this thread http://www.jboss.org/forums/thread.jsp?forum=46thread=11620message=2564510q=Foreign+key+constraint+is+not+allowed+for+this+type+of+datastore#2564510 JBoss doesn't support Foreign Keys with Postgres either? Can anyone confirm this? This is the error message

[JBoss-user] CMP Inheritance -- Anyone got it working?

2002-12-19 Thread Derek Lin
Hi, I'll be referring to this thread, http://www.jboss.org/forums/thread.jsp?forum=46thread=20513message=3741392q=cmp+inheritance#3741392 I have two beans, UserBean and CompanyContactBean. I want my CompanyContactBean to inherit UserBean, but this doesn't seem to be an easy task. Has anyone

[JBoss-user] my application's log4j properties are overriden by jboss's log4j's settings

2002-11-07 Thread Derek Lin
How can I set up jboss to use my application log4j setting (on the application level)? Thanks, Derek

Re: [JBoss-user] jboss.net tutorial updates

2002-11-01 Thread Derek Lin
Bruce, Thanks for the tutorial. I am not sure if it's too much to ask--but would it be possible if you zip the tutorial up and provide a download link to the zip? However, if you don't like my suggestion, please just ignore my message. Thanks, -- Derek - Original Message - From: Bruce

[JBoss-user] does jboss come with an email server?

2002-10-29 Thread Derek Lin
does jboss come with an email server? My guess is not, but would like to see if anyone can confirm. Thanks, Derek

Re: [JBoss-user] @jboss-net:web-service

2002-10-28 Thread Derek Lin
! But what exactly is that jboss-head? is it a web page or a folder. I've not been able to find it. Regards Ricardo - Original Message - From: Derek Lin To: [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 1:22 AM Subject: Re: [JBoss

Re: [JBoss-user] JBossNetSubTask.class and jboss-net_xml.xdt

2002-10-28 Thread Derek Lin
it on the ant/lib? Can you give me some steps on how to go about doing this please. Regards Ricardo (excuse my ignorance, I am a beginner at this) - Original Message - From: Derek Lin To: [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 6

Re: [JBoss-user] JBossNetSubTask.class and jboss-net_xml.xdt

2002-10-27 Thread Derek Lin
/XDtEjb:ifNotRemoteEjb"/ Don't know if this is the right fix--Because I don't know the details of web-service.xml (anyone has a DTD?) - Original Message - From: Derek Lin To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 10:32 PM Subject: [JBoss-user] JBossNetSubTa

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Derek Lin
I don't know what I am going to ask fits with this thread well. But my question is: Say I have to a bean, name CompanyHandlerBean. I want only my web (Tomcat or Jetty) to be able to call the methods (say registerCompany) in this bean. Now there is not log in process.--Any user can go to my

Re: [JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread Derek Lin
.) -- Derek - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Derek Lin [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 4:55 PM Subject: Re: [JBoss-user] DatabaseServerLoginModule - failing authentication? Well, Derek, It seems the solution to your problem

Re: [JBoss-user] directory/war problem in JBOSS

2002-10-26 Thread Derek Lin
I want to know if you can have a context outside of the deploy directory too. (You can do that in Tomcat) But now I am creating a folder ending with .war, for example, myapplication.war (a folder, not a war) to hold the jsp and servlets. So just rename your folder to whatever + .war -- Derek

[JBoss-user] can't build jboss.net example successfully

2002-10-26 Thread Derek Lin
I have cvs the jboss-head. Building the main app is ok. But when I tried to build the jboss.net example, it failed. It has to do with xdoclet versions, I think. I tried to modified the buildfile like changing xdoclet/xdoclet to xdoclet-xdoclet and so forth. But the dependencies are simply too

[JBoss-user] @jboss-net:web-service

2002-10-26 Thread Derek Lin
Anyone familiar with this xdoclet tag?: @jboss-net:web-service How do I use it? 1) Where do I get the xdoclet module that supports it? 2) What entries do I need? (build.xml, bean.java, etc.) Thanks, Derek

Re: [JBoss-user] @jboss-net:web-service

2002-10-26 Thread Derek Lin
rvice urn="CompanyHandler"* expose-all="true" (bean.java) -- Derek - Original Message - From: Derek Lin To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 4:30 PM Subject: [JBoss-user] @jboss-net:web-service Anyone familiar with this xdoclet t

[JBoss-user] lookup java:comp/env/

2002-10-26 Thread Derek Lin
I have found that initialContext.lookup("java:comp/env/ejb/CompanyUserLocal") won't work with JBoss. Instead, I have to use initialContext.lookup("CompanyUserLocal"). In my jboss.xml, there is this entry: entity ejb-nameCompanyUser/ejb-name jndi-nameejb/CompanyUser/jndi-name

Re: [JBoss-user] lookup java:comp/env/

2002-10-26 Thread Derek Lin
n being an app assembler and deployer are mythical!) rick From: Derek Lin To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 9:20 PM Subject: [JBoss-user] lookup java:comp/env/ I have found that initialContext.lookup("ja

[JBoss-user] JBossNetSubTask.class and jboss-net_xml.xdt

2002-10-26 Thread Derek Lin
I am using \xdoclet\modules\jboss\net\JBossNetSubTask.class (the jboss xdoclet subtask for @jboss-net:web-service urn="CompanyHandler"). I am seeing bad web-service.xml being generated (for view-type="both"). So I did a little investigation: If you look at this file