Somewhere in the JBoss documentation there must be simple step by step
guidelines on integrating Tomcat and JBoss.
Can anyone point me in the right direction?
JBoss Admin Development Guide, Chapter 9. Integrating Servlet Containers,
seems like it should have the right information, but it does
If you want to follow the development of JBoss portal and/or participate you
can have a look at the project:
http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10050
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856555#3856555
Reply to the post :
http
Alehrens,
I've got the same problem... This problem occurs when I deploy two versions of
a ear (with different name) within the same JBoss instance.
The first load works fine but following ones fail...
Gael.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041126153915Lbuild.498
BUILD COMPLETE - build.498Date of build: 11/26/2004 15:39:15Time to build: 24 minutes 53 secondsLast changed: 11/26/2004 15:08:07Last log entry: more detailed eror msg
I don't know what oscache does, you need to ask them.
Wrt Squid: this is just an idea I had, there is no implementation. Yet ! ?
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856548#3856548
Reply to the post :
http://www.jboss.org/index.html?module=bb&
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041126130815Lbuild.226
BUILD COMPLETE - build.226Date of build: 11/26/2004 13:08:15Time to build: 25 minutes 24 secondsLast changed: 11/26/2004 12:39:50Last log entry: Merge the BRANCH_JBOSSC
Where is the source code for JBoss IDE. The closes thing I could find in CVS
on source forge was the eclipse-aop, but the code was still packed up in a
binary jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856542#3856542
Reply to the post :
http://www
Hello -
I am attempting to create an implementation of a web service in which a
particular operation is defined as follows:
http://iss.lmco.com/schema/action-item-summary";
maxOccurs="1"/>
It appears part of my WSDL definition was lost. Here it is:
|
|
|
| service:getAllResponse"/>
|
|
|
|
| service:getAllInput"/>
| service:getAllOutput"/>
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
File a bug report on either sourceforge or the new jira server:
http://jira.jboss.com/jira/secure/BrowseProject.jspa
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856521#3856521
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
No, the client pulls down a stub that includes the class generated by the Proxy
as well as the InvocationHandler implementation so the proxy code does run on
the client and requires jdk 1.3+.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856520#3856520
Repl
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041126102806Lbuild.497
BUILD COMPLETE - build.497Date of build: 11/26/2004 10:28:06Time to build: 16 minutes 3 secondsLast changed: 11/26/2004 10:15:07Last log entry: Mapped the Address enti
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041126091421Lbuild.496
BUILD COMPLETE - build.496Date of build: 11/26/2004 09:14:21Time to build: 20 minutes 58 secondsLast changed: 11/26/2004 08:22:50Last log entry: include JBossXBSchemaV
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041126063859Lbuild.8
BUILD COMPLETE - build.8Date of build: 11/26/2004 06:38:59Time to build: 83 minutes 3 secondsLast changed: 11/26/2004 04:42:56Last log entry: Make reports dir i
Hello.
I'm assuming that the work here heavily uses java.lang.reflect.Proxy and
invocationhandlers. In turn this would mean we could not have a java 1.1
client.
The actual remoting source does not use the above mentioned classes but it
relies on other jboss libraries...
Are these assumptions
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041126045437Lbuild.225
BUILD COMPLETE - build.225Date of build: 11/26/2004 04:54:37Time to build: 18 minutes 56 secondsLast changed: 11/26/2004 04:42:56Last log entry: Make reports dir in ini
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041126040538Lbuild.24
BUILD COMPLETE - build.24Date of build: 11/26/2004 04:05:38Time to build: 29 minutes 51 secondsLast changed: 11/26/2004 03:36:04Last log entry: Fix: [ 1067384
I made a mistake.
:P
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856484#3856484
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856484
---
SF email is sponsored b
Bugs item #1067384, was opened at 2004-11-16 14:44
Message generated for change (Comment added) made by tdiesler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1067384&group_id=22866
Category: JBossWS
Group: CVS HEAD
Status: Open
>Resolution: Accepted
Pr
I have exactly the same problem and it is very annoying. Any help here would be
greatly appreciated.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856482#3856482
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856482
You want jboss-ws4ee-client.jar on your client's CP, but jboss-ws4ee.jar should
work as well. Enable trace level debugging for classloading to see what is
going on - it must be something stupid.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856480#3856480
R
Also have a look at the samples.zip provided on the wiki. It contains a
complexbean sample which does array serialization of a custom bean.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856481#3856481
Reply to the post :
http://www.jboss.org/index.html?modu
Hi,
I replaced serializer code with ur code
and trying to run the client
It throws this exception
Exception in thread "main" java.lang.NoClassDefFoundError:
org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory
at
org.ezyield.yieldjava.InventoryEndpointSoapBindingStub.cla
23 matches
Mail list logo