[JBoss-dev] [Nukes Development] - Re: Upcoming Nukes 1.1

2004-08-15 Thread theute
I went several times through the installation process and it seems to be all clear now. I also changed the installation documentation in the Wiki for installation from source using a MySQL database. If someone could go through (someone who never installed Nukes) and let me know if he had

[JBoss-dev] [JBossWS] - weird deploy problem: .. XML document must not be .... ???

2004-08-15 Thread aagmon
hello friends recenetly we started migrating production web services to javaWS (till the jboss 4 ver will be final) for some time now im trying to deploy a very simple WS and keep getting this exception : :32:44,281 INFO [EARDeployer] Init J2EE application:

[JBoss-dev] [JBossWS] - Re: weird deploy problem:

2004-08-15 Thread aagmon
are u sure its a bug ? is there some way around it ? did u solve it some other way maybe ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845120#3845120 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845120

[JBoss-dev] [JBossWS] - Re: weird deploy problem:

2004-08-15 Thread danielz
I don't know any solution to this problem. My suggestion is that's a bug. I'd like to hear JBoss developers' opinion. Daniel Zukowski View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845121#3845121 Reply to the post :

[JBoss-dev] [Web Services] - Errors (and fixes) for Jboss-4.0.0RC1 ws4ee module

2004-08-15 Thread dpocock
a) The axis validator screen reports that wsdl4j.jar is missing. I found the file wsdl4j.jar in jboss-root/client and copied it to jboss-root/lib/endorsed (it contain's javax.* classes, so it has to be under endorsed) and the error went away. This is a problem that may only be visible to Java

[JBoss-dev] [Web Services] - xdoclet and ws4ee - how?

2004-08-15 Thread dpocock
Now that I'm using ws4ee/jboss 4.0, which set of xdoclet tags do I use to create my web-services.xml file, etc? Are any jboss specific tags needed, or is it all standardised now that the standard exists for web services compliant J2EE? What about the axisdeploy tags that go in build.xml/ejb

[JBoss-dev] [JBossWS] - Re: weird deploy problem:

2004-08-15 Thread tdiesler
Yes, this is a known bug with jboss-4.0.0RC1 for which there is no easy work around. Until the RC2, please try CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss cvs co jboss-head jboss-head/build/build.sh This bug only applies to the EJB service endpoints. cheers View the

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

2004-08-15 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040815225305Lbuild.1 BUILD COMPLETE-build.1Date of build:08/15/2004 22:53:05Time to build:28 minutes 31 secondsLast changed:08/15/2004 22:28:32Last log entry:tweak cc quick start notes

[JBoss-dev] jboss-3.2 build.1 Build Successful

2004-08-15 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040815233601Lbuild.1 BUILD COMPLETE-build.1Date of build:08/15/2004 23:36:01Time to build:21 minutes 29 seconds Unit Tests: (0)No

[JBoss-dev] [JBossWS] - NoClassDefFoundError: javax/wsdl/xml/WSDLLocator only on lin

2004-08-15 Thread aagmon
hello all i have jboss 4 RC01 runing on : win server 2003 and on Red Hat ES im trying to deploy same service that worked fine on WIN - with the same tools and env - both - axis 1.1 lib /ant 1.6.2/ got the following error : 01:24:39,061 ERROR [ServiceDeployer] Cannot startup webservice for:

[JBoss-dev] jboss-3.0 build.1 Build Successful

2004-08-15 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.0?log=log20040816000637Lbuild.1 BUILD COMPLETE-build.1Date of build:08/16/2004 00:06:37Time to build:14 minutes 11 seconds Unit Tests: (0)No

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

2004-08-15 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040816002655Lbuild.2 BUILD COMPLETE-build.2Date of build:08/16/2004 00:26:55Time to build:21 minutes 59 secondsLast changed:08/15/2004 23:12:00Last log entry:Support meta data for type mapping

[JBoss-dev] [Web Services] - ClassCastException when deploying web service enhanced beans

2004-08-15 Thread dpocock
I deploy an EJB jar that contains webservices.xml, jaxrpc-mapping.xml and a WSDL file, and JBoss throws the following exception. If I deploy the same bean (which only has a 'hello world' method) as a remote bean, I can use it just fine. Where do I turn on verbose debugging? How can I tell

[JBoss-dev] [Management on JBoss] - re: Web Console - HTML vs. Applet tree

2004-08-15 Thread ivelin
To continue a topic started on the user forum: http://www.jboss.org/index.html?module=bbop=viewtopicp=3845128#3845128 We would like to consider an all-HTML navigation tree to replace the applet for better startup time and portability. It has to support the following features: 1) lazy-loading 2)

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP vs. AspectJ

2004-08-15 Thread imsathya
Thanks Bill, That was very informative. Another query. AspectJ supports the notion of being able to define as to when you need an advice to be executed - before or after. So far as my understanding goes, JBoss AOP appears to be more interception based which appears to say ..when call X is

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP vs. AspectJ

2004-08-15 Thread imsathya
Sorry for replying to my own post. Just another query. Would the interception for an EJB be different from that of a pure Java class ? Here is a test I tried. - Created an entity bean with method findWithID(int) and deployed it in JBoss 3.2.5 following the instructions specified. - I defined