[JBoss-dev] [Tomcat] - mapping configuration error for request uri - Jboss 3.2.3 i

2004-04-28 Thread kiranm
I have installed jboss 3.2.3 and am tyring to integrate with tomcat 4.0.6. The zip file has been downloaded from jboss.org. whenever i try to start my web application it throws the following error : [INFO,Engine] StandardHost[localhost]: MAPPING configuration error for request URI I tried

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: how to define the variables

2004-04-28 Thread pilhuhn
Afaik, you could ant start with -Djboss.create.table=true. Or add a at the start of your xdoclet-build.xml. Just curious: Is there a specific reason to have a separate xdoclet-build.xml? Is this one then called from the main build.xml? View the original post :

[JBoss-dev] [JBoss IDE] - Re: Accademic usage: best JBoss or Eclipse+JBoss IDE

2004-04-28 Thread petitpierre
I am developing a course on Servlet-EJB, for which I will use Eclipse. I have made a plugin that allows me to create EJBs, servlets, clients... with the files needed for their deployment. You find all the required documentation at http://ltiwww.epfl.ch/Eclipse I would be pleased to have your

[JBoss-dev] [JBoss IDE] - Re: JMX tags

2004-04-28 Thread lepe
Hi Laurent! Did you find out anyting interesting? If you would like I can send you my tar'd project (just this one bean :). Or if you (or someone else) can send me a small, tar'd mbean-project with a working xdoclet generation. /L View the original post :

[JBoss-dev] [JBoss IDE] - Re: Any tutorial/example about using JBoss IDE for access to

2004-04-28 Thread petitpierre
Hi, I don't know exactly what you mean by connecting Eclipse to the database. In any case I take the opportunity to make some advertisement. I have developed a plugin to generate EJBs and clients for JBoss in the Eclipse workbench. You find documentation about this at

[JBoss-dev] [Nukes Development] - Eclipse IDE Nukes

2004-04-28 Thread innovate
Hi, I readed the forum posts about setting up eclipse to do nuke development. I followed those advertisements and I am not sure what support they want/get from eclipse because I ran into some problems they have been never described: 1. I added all libraries to the project as described in

[JBoss-dev] jboss-head Build Failed

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428031856 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build:04/28/2004 03:18:56Time to build:10 minutes 51 secondsLast changed:04/28/2004 02:59:51Last log

[JBoss-dev] [Tomcat] - Mapping context URLs to file system

2004-04-28 Thread srdjank
Hi Does anyone know how can I setup context under Tomcat integrated with JBoss (ver 3.2.3). It worked with JBoss 3.0.4 (under Jetty) but I have a problem with this one (Tomcat vesion). For example, I want to map D:\files\set1 to http://localhost/webapp/docs where webapp stands for

[JBoss-dev] [JBoss IDE] - Re: A wizard for the creation of EJBs, servlets ...

2004-04-28 Thread petitpierre
I have taken a look at the patches, but I don't know how I may introduce one. Where do I find indications ? Best Regards, Claude View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832797#3832797 Reply to the post :

[JBoss-dev] [Security on JBoss] - ClientLoginModule

2004-04-28 Thread morenito9000
Hi all, I'm trying to use JBoss authentication mechanism but I'm a little confused about it. Three questions 1) Client Side: If I use the ClientLoginModule does I have to code only the CallbackHandler class ? 2) Client Side: After login phase, my client application must retrieve the

[JBoss-dev] [Mail Services] - Re: Hibernate Mailbox

2004-04-28 Thread acoliver
The point of making it pluggable is that someone will implement others :-). Non-JMS delivery, other mailboxes, etc. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832803#3832803 Reply to the post :

[JBoss-dev] [Mail Services] - TODO: (M2) Catch messages trapped in the system

2004-04-28 Thread acoliver
Mail servers can catch messages that are trapped in a loop between each other. Fortunately if only one can detect it, you're still fine, but we need that too in case both servers are JBMS. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832805#3832805

[JBoss-dev] [Mail Services] - Re: TODO: (post M1)

2004-04-28 Thread acoliver
Cool. its important that I not have to *actually* start jboss manually. The unit tests should be able to be run automatically. Its also best to use alternative ports than a real jboss instance running mail services... View the original post :

[JBoss-dev] [Mail Services] - Re: SMTPSender commit

2004-04-28 Thread acoliver
Oh good! I vaguely remember that bug. Hadn't tried lately. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832808#3832808 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832808

[JBoss-dev] [Mail Services] - Re: Unable to build mail services M1 using jboss 3.2.3

2004-04-28 Thread acoliver
Actually it involves some twiddling rather than fiddling. hehe :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832809#3832809 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832809

[JBoss-dev] [Mail Services] - Re: Mail Services Policy proposal (unify the security stuff)

2004-04-28 Thread acoliver
True, I'm afraid it will become a store of opaque parameters rather than simple attributes... Never could decide. Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832810#3832810 Reply to the post :

[JBoss-dev] [Mail Services] - TODO: (post M1) unqued delivery

2004-04-28 Thread acoliver
Postfix is able to send some messages extra-queue. Generally I think this is done with those annoying important flags. Meaning if an authenticated user specifies a message is higher urgency, then instead of being queued, it is delivered on a thread directly. Granted this is a gravy feature

[JBoss-dev] Test of mail services M1RC1

2004-04-28 Thread acoliver
Test of mail services M1 RC1. Seems to loop sometimes on mail lists. -andy --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll

[JBoss-dev] [JBoss IDE] - Re: A wizard for the creation of EJBs, servlets ...

2004-04-28 Thread albertfang
Sounds great. But, is it compatible with Eclipse3.0M8? and do I have to install EMF and UML2 too? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832813#3832813 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832813

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-28 Thread darranl
This question is unlikely to get an answer, can you be a bit more specific about what you are trying to do? JSP pages do not require remote and home interfaces. What do you mean by 'what about XDoclet ?'? View the original post :

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-28 Thread Remy Maucherat
Bela Ban wrote: Okay, checked in my changes. By default we're using JBossManager as session manager if a session is marked as distributed. Todo: TomcatDeployer currently has an ugly if-then-else stmt, which should be replaced by an init() method, or a regular lifecycle implemented by any

[JBoss-dev] [Mail Services] - TODO: (M1) Serious bug

2004-04-28 Thread acoliver
I just annoyed my co-workers with a message to the jboss-core mailing list test and unfortunately even with M1RC1 it got delivered like 5 times. Thats pretty bad. Haven't discovered for sure why. I think it may be sending the message it receives from the list?? View the original post :

[JBoss-dev] [JBoss.net] - publishing deployed Axis services in the embedded JUDDI

2004-04-28 Thread jecop
I played around with publishing my web services in the embedded JUDDI and posted my work so far as a patch on Sourceforge (see http://sourceforge.net/tracker/index.php?func=detailaid=940772group_id=22866atid=376687) In the current patch the AxisService MBean sends a notification containing just

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-28 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-28 Thread alemito
Ok, I have to develop a project with EJB and JSP. Can I use XDoclet inside JSP code ? Otherwise I think I'll have to write manually XML descriptors. Is it right ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832819#3832819 Reply to the post :

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Behaviour of jboss during hot deployment

2004-04-28 Thread tsrmohan
Thanks for the reply Scott, Can you please give me some examples or pointers to documents which can help me to write mbeans which can act as listeners for undeployment/deployment events. Thanks Mohan View the original post :

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-28 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] jboss-head Build Failed

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428062127 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build:04/28/2004 06:21:27Time to build:12 minutes 10 secondsLast changed:04/28/2004 06:10:02Last log

[JBoss-dev] [Mail Services] - Re: TODO: retry configuration and queue

2004-04-28 Thread kabkhan
Custom DLQ not a problem. I got that set that up. The thing that brought me onto the EJBException/RuntimeException is that the message was not retried until I added the container-tranaction bits to the MDB ejb-jar.xml. According to Adrian/JMS spec, throwing RuntimeExceptions from onMessage is

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Persistence

2004-04-28 Thread kado0002
I' ve testet the AOP Framework standalone for my Master Thesis. I've converted some Gof Patterns like (Observer, Bridge...) into JBoss AOP. Now I want to built a little J2EE Applikation with AOP Support. I've got a general question ! You wrote in your JBoss Aspect Oriented Programming

[JBoss-dev] jboss-head build.99 Build Fixed

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428072553Lbuild.99 BUILD COMPLETE-build.99Date of build:04/28/2004 07:25:53Time to build:12 minutes 46 secondsLast changed:04/28/2004 07:08:26Last log entry:- Fix the build. Unit Tests: (0)

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - DeploymentInfo NotSerializableException

2004-04-28 Thread chamarts
Hi Guys, I am trying to invoke getDeployment method for MBean MainDeployer and it resuled in the following exception. Actually the return type is DeploymentInfo and it is not propagated to the client side but not sure why. I am using jboss-3.2.3 version. any help is greatly appreciated to get

[JBoss-dev] [Nukes Development] - Re: Eclipse IDE Nukes

2004-04-28 Thread jae77
it's completely possible that those files on the wiki site are outdated and you will have to manually add some additional jars to the classpaths. you should also run ant from the command line in the build directory first. a lot of code for nukes is generated via the build process, and you will

[JBoss-dev] [Nukes Development] - Re: Eclipse IDE Nukes

2004-04-28 Thread sgwood
Also, I run the various Ant build.xmls from within Eclipse directly, without using the build.sh/build.bat. Sherman View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832849#3832849 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Persistence

2004-04-28 Thread Bill Burke
First things first. If you've converted some GOF patterns to JBoss AOP, would you be interested in a) Porting any reusable pieces to JBoss AOP so others can take advantage? b) Expanding JBoss AOP examples/tutorial to talk about GOF patterns? c) Linking your research paper to our Wiki? Adrian

[JBoss-dev] [Nukes Development] - Re: Eclipse IDE Nukes

2004-04-28 Thread sgwood
The documentation on the wiki is incomplete. There are build scripts (.sh, .bat) in each subdirectory off the root that will invoke the Ant scripts. If you go to the build subdirectory, set up your local.properties and run the build script there, it will run all the others, including the

[JBoss-dev] [Mail Services] - Re: TODO: (M2) Catch messages trapped in the system

2004-04-28 Thread kabkhan
Just a note: Section 6.2 of RFC 2821 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832850#3832850 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832850 --- This SF.Net

[JBoss-dev] FW: JSR 86: Final Ballot Approved

2004-04-28 Thread Sacha Labourey
-Original Message- From: JCP-INTEREST [mailto:[EMAIL PROTECTED] On Behalf Of Harold Ogle Sent: Tuesday, April 27, 2004 10:35 PM To: [EMAIL PROTECTED] Subject: JSR 86: Final Ballot Approved The SE/EE Executive Committee has approved the Final Approval Ballot of: JSR-86

[JBoss-dev] [Nukes Development] - weird cmp error, any ideas?

2004-04-28 Thread jae77
i've got an abstract entity bean that defines a few columns that are common to all the news tables. (create_date, ip). the getter/setter method for the create_date field gives me no issues. however, it seems that if i have a column name called ip and i try to retreive the field, it tells me

[JBoss-dev] [Nukes Development] - Re: Eclipse IDE Nukes

2004-04-28 Thread innovate
So it seems that there is no way to develop nukes without running the ant scripts. I have now added the *.jar of every module where it was neccessary (EJB Interfaces). Close to the same as including the output/gen classes. My thought was, that I can develop nukes only with eclipse as long as I

[JBoss-dev] [Nukes Development] - Re: weird cmp error, any ideas?

2004-04-28 Thread cooper
how is called your CMP persistent field in ejb-jar.xml what are your accessor names get/set ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832857#3832857 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832857

[JBoss-dev] [Nukes Development] - Re: weird cmp error, any ideas?

2004-04-28 Thread jae77
the getter/setter were setIPAddr(String ip) getIPAddr() they were correctly mapped to the ip column. i'd have to revert the changes i made to get it working to see what the ejb-jar.xml file looks like. i did check it and it looked correct. i wonder if something didn't like the ip column

[JBoss-dev] [Nukes Development] - Re: weird cmp error, any ideas?

2004-04-28 Thread triathlon98
In any case, I would strongly suggest to use some kind of prefix for table and field names, eg t_ for tables and f_ for fields. This may be completely unrelated to your problem, but it is essential for cross db compatibility. Most DB systems have reserved words and they can differ. For

[JBoss-dev] [JBoss IDE] - Re: A wizard for the creation of EJBs, servlets ...

2004-04-28 Thread petitpierre
I have just (not thoroughly) checked it, it indeed runs on Eclipse3.0, even with the XDoclets. It took me some time to notice that the mark Show All Wizards must be checked to have my wizards appear, but I didn't have to modify anything. The plugin does not require EMF or UML2. We might develop

[JBoss-dev] [Mail Services] - Re: TODO: (post M1)

2004-04-28 Thread spiritualmechanic
Yeah. I haven't been able to do much on it lately, but it looks like I just need to register the RARDeployer with the MainDeployer, and then scoop up my jcamail-ds.xml into the RARDeployment. Steve View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832871#3832871

[JBoss-dev] jboss-head build.100 Build Successful

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428105028Lbuild.100 BUILD COMPLETE-build.100Date of build:04/28/2004 10:50:28Time to build:24 minutes 0 secondsLast changed:04/28/2004 10:37:29Last log entry:+ use Constants interface+ add ServerLoginHandler+ better

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - [TRUELY STRANGE]I cannot hot-deploy my ejb.jar in Linux

2004-04-28 Thread frankskf
Dear all, I have a very strange situation. I finished my ejb.jar to my deploy directory in linux, but nothing happened. I only got two messages in log file. The beans were not really deployed. I've checked them in jmx-console. 2004-04-28 14:12:43,450 INFO [org.jboss.deployment.MainDeployer]

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-28 Thread Remy Maucherat
Scott M Stark wrote: Ok, I'll look at them. Forget it: updating the rest of the repository fixed the problems. (cool: one problem solved) Remy Maucherat wrote: Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test

[JBoss-dev] jboss-head build.101 Build Successful

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428123531Lbuild.101 BUILD COMPLETE-build.101Date of build:04/28/2004 12:35:31Time to build:29 minutes 51 secondsLast changed:04/28/2004 12:28:16Last log entry:Adding html/_javascript_ based JNDI tree viewer to web

[JBoss-dev] [Management on JBoss] - jndi viewer for web console

2004-04-28 Thread telrod
Wanted to get feedback on how people would like to see a JNDI viewer work for the web console. My thinking is there are two basic ways of doing it. One is to populate a html view of the tree on the right frame using javascript to make the tree collapsable/expandable. This would be a static

[JBoss-dev] [Mail Services] - Re: TODO: (M1) Serious bug

2004-04-28 Thread kabkhan
Not sure how relevant these are but anyway... When modifying SMTPSender to send messages to all users on one domain in one go, I noticed that transport.send() throws a SendFailedException if sending to any of the addresses fails, and does not actually send to any of the addresses. The

[JBoss-dev] [Mail Services] - Re: M1RC1 release available

2004-04-28 Thread kabkhan
Just to get it clear once and for all. To checkout M1 branch: $ cvs checkout -r JBOSS_MAILSERVICES_M1 jboss-mail To checkout head: $ cvs checkout jboss-mail JBOSS_MAIL_SERVICES_RC1 is basically just a tag on M1 branch, and not a separate branch. Is that correct? View the original post :

[JBoss-dev] [Nukes Development] - Re: Eclipse IDE Nukes

2004-04-28 Thread hxp
Cyrill -- innovate wrote : So it seems that there is no way to develop nukes without running the ant scripts. You can be 100% clear on that -- Ant is the heart and soul of the Nukes build process. There is no way to get away from that, nor reason to get away from that. Also -- If you want to

[JBoss-dev] [ jboss-Bugs-938808 ] Jboss cache .start() not returning

2004-04-28 Thread SourceForge.net
Bugs item #938808, was opened at 2004-04-20 08:43 Message generated for change (Comment added) made by cwampler You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=938808group_id=22866 Category: None Group: None Status: Deleted Resolution: None Priority: 5

[JBoss-dev] jboss-head build.103 Build Successful

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428141219Lbuild.103 BUILD COMPLETE-build.103Date of build:04/28/2004 14:12:19Time to build:31 minutes 35 secondsLast changed:04/28/2004 13:36:50Last log entry:The exception wrapping saga continues. We now use the

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: [TRUELY STRANGE]I cannot hot-deploy my ejb.jar in Linux

2004-04-28 Thread frankskf
Dear all, I've sorted out the problem. It's because the name of META-INF directory is case-sensitive. I just following an exa mple I found on the Internet and it's lower-case directory name. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832927#3832927

[JBoss-dev] [Nukes Development] - MySQL Pure-CMP --- issues w News FAQ modules

2004-04-28 Thread hxp
Jae -- hxp wrote : | jae77 wrote : i don't have oracle, mysql, or postgres running at home, so while i haven't had any issues creating tables in hsqldb, i don't know if someone else may have an issue. (i know for hsqldb, i have to set the pk-constraint to false, but this may not be

[JBoss-dev] [Nukes Development] - Re: Pure-CMP FAQ Module revamp

2004-04-28 Thread hxp
Jae -- jae77 wrote : | are you sure you're not missing something w/ the xdoclet/ant config/setup? | No, I'm not sure. Please say more about this when you get a chance. jae77 wrote : | i ask b/c we are generating successful deployments for other components and mysql.

[JBoss-dev] [Nukes Development] - Re: weird cmp error, any ideas?

2004-04-28 Thread loubyansky
This also might occur when these accessors are inherited from some other class. It was fixed today in Branch_3_2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832931#3832931 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-28 Thread dsalhany
I asked a similar question but didn't get an answer. Basically, the ide tutorial shows how to create a servlet and use it to connect to an enterprise java bean. What we want to know is how to do the same thing but with a JSP. Newbie question I know, but could someone take the time to answer it?

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-04-28 Thread hxp
FWIW, I'll post my own recent crop of errors. Keep in mind that the same code runs flawlessly on Nukes with HSQL; these problems are for MySQL. Main problem: MySQL Too big column length for column 'pn_name' (max = 255). Use BLOB instead | 2004-04-23 21:07:53,522 INFO

[JBoss-dev] [Nukes Development] - Re: weird cmp error, any ideas?

2004-04-28 Thread hxp
Alex -- Thanks for comin and slummin with us Nukes guys ;) As CMP guru, you could be mighty helpful as we move Nukes to pure-CMP. When you get a chance, please take a look at these threads: MySQL Pure-CMP --- issues w News FAQ modules http://jboss.org/index.html?module=bbop=viewtopict=49132

[JBoss-dev] [EJB on JBoss] - Using RMI to access Java/jni application from a Session EJB

2004-04-28 Thread jmaclatchie
After reading through the postings concerning the use of EJB objects attempting to access jni it is apparent that this is verboten. Does anyone know (security issues aside for the moment) if it is possible to use plain RMI to access a java/jni combined application running on a separate machine

[JBoss-dev] jboss-head build.104 Build Successful

2004-04-28 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040428173511Lbuild.104 BUILD COMPLETE-build.104Date of build:04/28/2004 17:35:11Time to build:14 minutes 10 secondsLast changed:04/28/2004 17:25:52Last log entry:- Add some community documentation links to the default

[JBoss-dev] [JBoss IDE] - Re: A wizard for the creation of EJBs, servlets ...

2004-04-28 Thread natgross
Thank you much for this effective wizard! Since I am already an Eclipse user, I was able to follow quickly. Although I would love some better tutorial on J2ee stuff, I should not complain! The wizard and your existing docs scored some major points in my thick skull. Thanks again! -nat View the

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-28 Thread dsalhany
Ok...put it this wayI have the same exact project as in the tutorial. Now I add a jsp file to the docroot that needs to access the ejb. What do the web.xml, jboss-web.xml, application.xml, ejb-jar.xml, and jboss.xml files need to look like. Alternately, is there a way to generate these

[JBoss-dev] JBoss Test Results: 92 % ( 1617 / 1755 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-28 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: how to define the variables

2004-04-28 Thread roger_cmu
Thanks. The question was raised because I didn't grasp the concept that in the xdoclet build file , I could declare the variables. Just learning. May be I should bag the silliest question of the forum' award. Thanks for help. - Roger View the original post :

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-28 Thread boxhead
HEELLP!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832967#3832967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832967 --- This SF.Net email

[JBoss-dev] [EJB on JBoss] - Re: ClassCastException/Receive Timed Out

2004-04-28 Thread boxhead
I read somewhere in the forums that maybe I should not supply a hostname and factory while trying to get the initial context. I tried that, and that did not solve the problem. Hence, I did this: props = new Properties(); // JBOSS DOES NOT LIKE THE FOLLOWING TWO

[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-28 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: % ( / ) - . JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-28 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Nukes Development] - How can i create a new block with my own links?

2004-04-28 Thread prashant_dnmmkpk
Pls, spare time to give a suggestion of creating blocks with my own links, provided which i can place all that of the links in a single seperate block. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832980#3832980 Reply to the post :