[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-26 Thread sverker
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

[JBoss-user] [JBossWS] - Re: DII client question

2006-06-21 Thread sverker
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

[JBoss-user] [JBossWS] - Re: DII client question

2006-06-21 Thread sverker
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 :

[JBoss-user] [JBossWS] - Re: DII client question

2006-06-20 Thread sverker
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

[JBoss-user] [JBossWS] - Re: DII client question

2006-06-20 Thread sverker
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: |

[JBoss-user] [EJB 3.0] - Re: Dynamic MDB Definition

2006-06-18 Thread sverker
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

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Webinar - May 24th 1PM EST

2006-05-28 Thread sverker
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 --

[JBoss-user] [JBoss Portal] - Re: virtual-host and context-root for portal

2006-02-04 Thread sverker
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

[JBoss-user] [JBoss Portal] - virtual-host and context-root for portal

2006-02-03 Thread sverker
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

[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-14 Thread sverker
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 ---

[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-05 Thread sverker
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

[JBoss-user] [JBoss Portal] - Re: How to set theme per page (without changing layout)?

2005-12-05 Thread sverker
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

[JBoss-user] [JBoss Portal] - How to set theme per page (without changing layout)?

2005-12-05 Thread 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

[JBoss-user] [JBoss Portal] - Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-04 Thread sverker
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

[JBoss-user] [Security & JAAS/JBoss] - A small description on how to avoid "No trusted certificate

2004-07-09 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss HTTP Service not responding

2004-04-16 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.2/Tomcat - No Session cookies--URL rewrite

2004-04-16 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss HTTP Service not responding

2004-04-14 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how embed tomcat5 in jboss3.x

2004-03-08 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: setting up virtual hosts in JBoss-3.2.3?

2004-03-08 Thread sverker
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss HTTP Service not responding

2004-03-08 Thread sverker
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