[JBoss-user] ÊÖ»ú¼Û×îµÍ£¬·þÎñÕæÂúÒâ¡£

2002-05-11 Thread friend
ÄúºÃ£º ÎÒ·¢ÏÖÁËÒ»¸öÂôÊÖ»úµÄÍøÕ¾£¬¼Û¸ñ¾ªÈ˵ıãÒË£¬ºóÀ´Á˽⵽´ËÍøÕ¾ÊǹúÄÚÒ»¼Ò±È½Ï´óµÄÊÖ»úÅú·¢É̽¨ÉèµÄÍøÕ¾£¬ºÜ¶àÍøÓÑͨ¹ý´ËÍøÕ¾Âòµ½Á˳ÆÐÄÈçÒâµÄÊÖ»ú£¬È«²¿ÊÖ»ú¶¼ÊÇÕýÆ·Ðлõ£¬ÊÛºó·þÎñºÜºÃ¡£ÍøÕ¾ÄÚÈÝÒ²ºÜ·á¸»£¬¼¸ºõ°üÀ¨ÁËÊÖ»úµÄ·½·½ÃæÃ棬¶ÔÄú¿Ï¶¨ÓаïÖú£¬ÌرðÍÆ¼ö¸øÄã¡£ÍøÖ·Îª£º http://www.139shop.com/asp/me

[JBoss-user] Re: [JBoss-dev] JBoss Build Failure - RC2

2002-05-11 Thread David Jencks
I don't know why I don't get the same error, and the dtd is included in jboss cvs. (thirdparty/oasis/docbook-xml/docbookx.dtd) I think this target is not part of the default build in cvs head or Branch_3_0 any longer. david jencks On 2002.05.11 22:50:27 -0400 Stephen Davidson wrote: > Greeting

[JBoss-user] Build Fail JBoss3.0RC2

2002-05-11 Thread Stephen Davidson
Linux 2.4.10 JDK 1.3.1 -Steve <===java -version===. jboss@davidson:~/jboss-all.RC2> java -version java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode) <===Begin last x lines===> jmx-docs: [mkdir] C

[JBoss-user] JBoss Build Failure - RC2

2002-05-11 Thread Stephen Davidson
Greetings. I thought everything was included for the build! I would really love to get a viable build going here. Linux 2.4.10 JDK 1.4.0. -Steve docs-api: jmx-docs: [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc Running xdoclet.XDocletMain loaded by sun.misc.Launch

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
Sorry, I´m just starting on struts right now and it´s quite a mouthful at the start! I´m trying to get struts to work with my EJBs. As I haven´t done this before I´m quite busy getting that sorted. Any examples would of course be greatly appreciated :-). So I haven´t got round to setting any

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Dmitri Colebatch
so you aren't seeing any problems with html:link? What version of Struts are you using? cheesr dim - Original Message - From: "Michael Delamere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Dmitri Colebatch" <[EMAIL PROTECTED]> Sent: Sunday, May 12, 2002 7:54 AM Subject: Re: [JBoss-use

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
Hi, No my problem was that I was getting a class not found exception. I found a thread though which helped me solve this. Although this isn´t a very elegant way of doing it, it will have to do for now. Here´s the thread that helped me solve the problem: http://www.apachelabs.org/tomcat-user/2

[JBoss-user] Looking for an marketing partnership with your site.

2002-05-11 Thread Mike Ingel
Hello,     I have viewed your website and concluded that our company is interested in obtaining advertising space.  In order to establish a professional relationship with your business we require direct communication.  Upon replying to this email please provide me with your telephone contact inf

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Dmitri Colebatch
what do you mean by 'works'? I've had problems (which I haven't spent enough time on to fix) with tags when using the paramId parameter to create links, this: foobar seems to produce this: http:///myForward.do?xyz=3";>foobar I've just left it for now, not really sure what ths issue i

[JBoss-user] jboss3.0RC2 + Struts

2002-05-11 Thread Michael Delamere
Hi, has anybody got struts working with jboss3.0RC2? When I run the example from struts in tomcat standalone it works. However when I deploy it with jboss (+ embedded catalina) it doesn´t! Could anyone possibly share their experiences with jboss + struts? regards Michael __

[JBoss-user] make love tonight 美女图片

2002-05-11 Thread sexygirl
click here to see more °´ÕâÀï½øÈë ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] ___

Re: [JBoss-user] reading a file inside an EJB

2002-05-11 Thread Lachezar Dobrev
Ahmmm... Didn't do much job with XML readers/transformers. And I haven't used DTDs. Maybe some configuration of the parser?!?!? Or something else. Can't really help on that. Sorry. Lachezar > Ok, I manage to read the xml, but the problem is when the XML api try to > find the dtd, it's

Re: [JBoss-user] reading a file inside an EJB

2002-05-11 Thread Lachezar Dobrev
It does not matter what it returns. Just read from it. If your file is otside ant jar it will return a java.io.FileInputStream, if it is in a jar it will return java.util.zip.ZipFileInputStream. In either case you can read the file from the stream. If you want to parse it you can use StreamSou