[JBoss-user] [JBoss Portal] - Re: MySQL and Portal Hybernate error

2005-08-24 Thread rgjawanda
I tried all of this on Linux (mandrake 10.1) and I get the exact same problem. I read completely the docs on setting up the database. My MYSQL datasource gets configured properly. 2005-08-24 21:40:50,878 DEBUG [org.jboss.system.ServiceConfigurator] TypeMapping set to mySQL in jboss.jdbc:datasourc

[JBoss-user] [JBoss Portal] - Re: MySQL and Portal Hybernate error

2005-08-23 Thread rgjawanda
It was the one bundled with jboss. I then installed mysql (latest version) 4.1 Windows Platform win 2003 server (unfortunately) Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891250#3891250 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBoss Portal] - SpringFramework Example

2005-08-21 Thread rgjawanda
I got the spring framework example working. I don't really understand it. I read the docs about spring framework and it applies to jboss but I just can't figure it out. Does anyone have an example where you enter data on a form and show the results on the next page. ie: the example is somewhat f

[JBoss-user] [JBoss Portal] - Problem calling Digest authenticated web service from within

2005-08-18 Thread rgjawanda
I have a web service that uses digest authentication and the people told me that I need to override the CommonsHTTPSender Here is what the docs say. My question: Could I modify axis-server-config.xml and axis-client-config.xml to accomplish this? I tried this fix from outside the jboss portal an

[JBoss-user] [JBoss Portal] - Re: MySQL and Portal Hybernate error

2005-08-18 Thread rgjawanda
Not sure. AS. I downloaded the 2.0 binaries. What comes with Jboss? or did I install that How do i tell. Thank you Ron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890701#3890701 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss Portal] - MySQL and Portal Hybernate error

2005-08-18 Thread rgjawanda
I followed the instructions for getting Portal to work with mysql mysql 4.1 portal 2.0 I tried to force manual hybernate configuration org.hibernate.dialect.MySQLDialect in the hybernate.cfg.xml Here is the exceptoin trace Note: I previously tried to do this without manual hybernate but

[JBoss-user] [JBoss Portal] - Re: How to get a client login username

2005-08-17 Thread rgjawanda
Thank you this works! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890444#3890444 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890444 --- SF.Net email is Sponso

[JBoss-user] [JBoss Portal] - How to get a client login username

2005-08-17 Thread rgjawanda
I modified the HelloWorld example to see if I could extract the logged in username from the Portal system. Example: I first log into jboss portal as user X In my HelloWorld Java class that extends GenericPortlet how do I get the current logged in user. I want to use this name to look things up i

[JBoss-user] [HTTPD, Servlets & JSP] - Re: integrating IIS with JBoss

2004-10-14 Thread rgjawanda
If you can work with me a little bit I can help you through it. A person that was working on the Jetty implementation a while back wrote a ISAPI redirector that worked fine but had a few problems. If you know what they are, and don't mind them, it will work a-ok. I don't have detailed instructio

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transactional MessageBean not responding to client submi

2004-05-30 Thread rgjawanda
Thanks, I will give it a shot. I have read a lot on this topic on the SUN site. I didn't see anywhere an explaination about the commit. They only specified the change in the request to true,0. I appreciate your help. Ron View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transactional MessageBean not responding to client submi

2004-05-28 Thread rgjawanda
I am using jboss 3.2.3 on Windows 2000 server Ron 17:02:45,756 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_ _2_3 date=200311301445)] Started in 53s:892ms View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836733#3836733 Reply to the post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Transactional MessageBean not responding to client submissio

2004-05-28 Thread rgjawanda
I have a message bean that reponds to a client submitting a queue when I have QueueSession session = qc.createQueueSession (false,Session.AUTO_ACKNOWLEDGE); QueueSender sender = session.createSender(queue) ; TextMessage tm = session.createTextMessage("Hello World"); qc.start() ; sender.se