e to
not have to go through all the hazzle I had to to get EJB3 to work.
/Sverker
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953472#3953472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953472
U
Unforturnatly that example still needs the wsdl when the service return an
object..
This example shows how to do it on Weblogic:
http://www.manojc.com/?sample25
and earlier in the thread is an example on how to do it wil Axis. However, I
can't find a way to do it with JBossWS :(
View the orig
Hi Mylene
that was how I interpertated the javadoc for javax.xml.rpc.Call as the purpose
is to set the type of the response to a Item object. Isn't what you suggest
what I should do if I wanted to have item as a call parameter? I'll try it
anyway and see what happens..
View the original post :
The example soap request didn't show correctly. New try:
| An example request:
|
|
| http://schemas.xmlsoap.org/soap/encoding/";
| xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
| xmlns:xsd="http://www.w3.org/2001/XMLSchema";
| xmlns:xsi="http://www.w3.org/2001/XMLSc
Thomas,
if the neither wsdl nor jaxrpc-mapping.xml are availible then there are no
other option than to use DII. It sucks but that's the case sometimes..
However, I still can't find from the users guide how to do when the web service
return a complex type.
My code now looks like this:
|
Hi
I wounder the same. Currently I've worked around it by making my own message
driven beans with pojo message consumers but I've not found any way to create
real mdb's dynamically.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951560#3951560
Reply to the p
Will a recording of the webinar be made availible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947191#3947191
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947191
--
Hi
no stacktrace, I just get a directory listing in my test war.
I've used the helloworldportal as my testbed, here is my jboss-web.xml:
|
|
| localhost.abrahamsson.com
| /
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921672#3921672
Hi
maybe I'm missing something obvious but I have not been able to deploy a portal
on the root context in a virtual host, at least not in the usual way by seting
virtual-host and context-root in jboss-web.xml.
Is this correct that it's not possible to deploy a portal as a virtual host and
in a
Did the change of column type to longblob but that did not solve the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912754#3912754
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912754
---
Hi
no clues in the log files. I have max_allowed_packet=64M and I can put big
blobs from my own hibernate-based app to the same db.
Note that the limit is 8k, not 8M, and the blob is still say 15k but everything
above the 8k limit is zero.
View the original post :
http://www.jboss.com/index.ht
Ok, I suppose it's not possible in 2.0.x then. I had a look at 2.2 the other
day but it throw too many exceptions to be usable still, but it looks very
promising for the near future.
Never mind, I've figured out how to accomplish what I need with AJAX.
Thanks anyway.
/Sverker
I'm trying to find out how to set the theme for a page. In the layout examples
there is a comment like this:
How can I dynamically set theme? Is it a request parameter?
I would prefer if I can set theme per page e.g. by declaring it in the
*-portal.xml file, while keeping the same layout.
Vi
4.1.7
Is this a bug or some missconfiguration?
/Sverker
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910587#3910587
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi,
since I need to do EJB calls and access JMS queues through a firewall I started with
setting it up to use http as bearer and that was quite simple but when I tried to turn
on https I had major problems. The instructions in the AdminDevel book was for Tomcat
4 but it was not hard to figure ou
Hi Scott,
sounds like that could be the issue in my case since the server with problems is a RH9
machine.
I will set the env variable you suggested and report back if it works.
Many thanks
Sverker
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
false in jboss-web.xml should do the trick
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830951#3830951
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830951
---
Th
Hi,
a correction on my earlier post. I'm still experiencing the problem with Tomcat 5.
Doing a thread stacktrace shows that there are plenty of http worker threads idling as
the trace below shows, but still I don't get any response.
| "http8080-Processor1" daemon prio=1 tid=0x0817d8f0 nid=0x5a
Another way is to delete deploy/jbossweb41.sar and lib/javax.servlet.jar from your
server instance and copy jbossweb50.sar from doc/examples/tomcat.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824808#3824808";>View
the original post
http://www.jboss.org/index.html?module=bb&op=pos
With Tomcat 4.1 you need to edit jboss-service.xml and add a host entry for each of
your virtual hosts. Just copy the localhost entry and give it the name of your virtual
host.
With Tomcat 5 it works fine to just set virtual-host in the jboss-web.xml as with
Jetty.
http://www.jboss.org/index.h
I experienced the same problem on JBoss 3.2.2 with JVM 1.4.2 on Linux.
I've now switched to Tomcat 5 which seams to have solved that problem and also given
automatic handling of virtual-hosts.
However, I'm having some charset problems that didn't happen with Tomcat 4. Maybe
that's a problem wit
21 matches
Mail list logo