[JBoss-user] [JBoss Portal] - Re: portlet taglib actionURL

2006-02-09 Thread mcaughey
when I use | <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%> | Now I don't get an error in in eclipse or on execution but, I don't get the URL My URL looks like: anonymous wrote : | http://localhost:8080/portal/portal/gameadmin/${menuLinkURL} | View the original p

[JBoss-user] [JBoss Portal] - Re: portlet taglib actionURL

2006-02-09 Thread mcaughey
when I run this I get the following error at runtime The absolute uri: http://java.sun.com/portlet.tld cannot be resolved in either web.xml or the jar files deployed with this application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922690#3922690 Reply

[JBoss-user] [JBoss Portal] - Re: portlet taglib actionURL (Need additional Help)

2006-02-09 Thread mcaughey
Please see my last message in the thread, Thanks, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922680#3922680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922680 --

[JBoss-user] [JBoss Portal] - Re: portlet taglib actionURL

2006-02-09 Thread mcaughey
Ok I did that: | | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%> | <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%> | | | | | | | | | | function postMenuForm(id){ | document.postMenu.id

[JBoss-user] [JBoss Portal] - portlet taglib actionURL

2006-02-09 Thread mcaughey
I'm using JBoss Portal 2.2.0 on Jboss AS 4.0.3SP1 I'm trying to post tothe actionURL of a portlet. I'm doing the following in my JSP: | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%> | <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%> | | | |

[JBoss-user] [JBoss Portal] - Re: Can we change the name of default page 'default'?

2006-01-05 Thread mcaughey
Yes. I used my search page as my default. the key is that you must define at least one page for the portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915831#3915831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Portal] - Re: Posting to ActionURL

2006-01-04 Thread mcaughey
Well there may be errors on the JSP page, but ti does work. NOTE that in the example above there was a bug | | function postPersonForm(id){ | document.viewPersonForm.id.value = id; | document.viewPersonForm.submit(); | } | | Just thought i'd note

[JBoss-user] [JBoss Portal] - Re: Posting to ActionURL

2006-01-04 Thread mcaughey
Thanks for the quick response. Here's what I did: | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%> | <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%> | | | | | | | | | function postPersonForm(id){ |

[JBoss-user] [JBoss Portal] - Posting to ActionURL

2006-01-04 Thread mcaughey
I've been looking through the documentation, searching with Google and looking at the poral wiki, but I cannot find an anwser to this simple question. JB Portal 2.2, JBAS 4.0.3SP1 I have a form on a JSP what do I do to post to the ActionURL of a portlet? I have a page /portal/portal/ppoc/list

[JBoss-user] [JBoss Portal] - Server Log "Skipping aggresive-release..."

2006-01-01 Thread mcaughey
What is this message for in the Server log? Skipping aggresive-release due to open resources on batcher The number of them appear to be growing with each new server boot. I'm running AS 4.0.3SP1 Portal 2.2 MySQL 4.0.25 anonymous wrote : | ... | 17:55:27,511 WARN [Configurator] No config

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - XML file - *-object.xml

2006-01-01 Thread mcaughey
*-objects is used with 2.2.0 and it replaces *-pages.xml and *-instances.xml used in 2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915101#3915101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915101 --

[JBoss-user] [JBoss Portal] - Re: Navigating from one page (Login) to another page (Home)

2006-01-01 Thread mcaughey
I found that the following works: /portal/portal/ppoc/pageName where ppoc is my portal name and the page name. The name come from the *-objects.xml file. I haven't figured out why I need to put portal twice. -Michael View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Portal] - Re: Having problems gettting the portal bundle up and runnin

2006-01-01 Thread mcaughey
Can you post your XML files that you use? Or look through them. There seems to be an error in them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915099#3915099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915099

[JBoss-user] [JBoss Portal] - Packaging issue

2005-12-31 Thread mcaughey
I have two EJB jars and a War. I have the two EJBs in an ear along with the dependent jar files. The EJBs deploy fine. I have the war file depolyed seperately and I can access the portlets and my portal is accessible. If I include the war in the ear then my portal is accessible, but the port

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Software caused connection abort: recv failed

2005-10-28 Thread mcaughey
I have an application running on JBoss 4.0.2 using Hibernate 3.0 and MySQL Connector 3.1.10 all using the 1.5_04 JDK. I'm seeing this on Windows XP with MySQL 4.0.26 and RedHat Linux 7.1 with MySQL 3.23.58. I'm getting the following stack trace: | | java.net.SocketException: Software ca

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - ObjectNotFoundException - But I know it might not be there

2005-09-10 Thread mcaughey
I've got a problem that I expect is not unusual. I may simply be approaching this the worng way. I'm doing a look up in a table where the primary key may not exists. I'm using session.load( class, Integer ) to find my object. | Person person = (Person)session.load( Person.class, new Inte

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: You cannot set autocommit during a managed transaction!

2005-09-10 Thread mcaughey
If your running in an EJB the container is managing your transaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893874#3893874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893874 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Three problems maybe related maybe not - Durable Topic S

2005-07-29 Thread mcaughey
Thank you for the response. What seems to you obvious to others may not. And yes I did ask for it, thank you. I looked at the Wiki about the ping/pong issue. I had ONE thread connecting to a server. and it's running on the same computer as the server, for now. the Messages are around 500 b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ & Login Module Configuration

2005-07-29 Thread mcaughey
It helps if you send along the configuration files you modified. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887348#3887348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887348

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS with multiple Standalone JBossMQ ?

2005-07-29 Thread mcaughey
You should be able to go through the configuration files and trim down the configuration to only run HAJMS. The three configurations are just starting points. This does mean you need to do some research. Check out the bok JBoss 4.0 The offical Guide, you'll find it useful. To the extent tha

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-07-29 Thread mcaughey
I gues the frustrating part for me is that i'm not an expert, so the problems I'm having don;t seem so trivial. I only come tot he forum after revien the following two books JBoss 4.0 The offical Guide and an older manual, JBoss 3.0 Deployment and Administration, I have reviewed the FAQ and t

[JBoss-user] [Messaging, JMS & JBossMQ] - Is this forum moniter by JBoss??

2005-07-29 Thread mcaughey
It appears this forum is rarely monitored by anyone other people asking for help. The only response I've gotten on any of my postings over te past few weeks is one inwhich someontold me I posted ot the wrong group. Does anyone know of a group which i monitored and where you can actually get s

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Three problems maybe related maybe not - Durable Topic S

2005-07-29 Thread mcaughey
Actually I mistated one fact, there are five other Subscribers to a seperate Topic. They are not durable and subscribe with no timeout. In retro spec the last error could be coming from them, if the underlying connection is timing out. If this is the case I can just create a durable subscript

[JBoss-user] [Messaging, JMS & JBossMQ] - Three problems maybe related maybe not - Durable Topic Subsc

2005-07-29 Thread mcaughey
I have a Durable Subscription to a topic. Every now and then I notice the JBoss Server throws: [SocketManager] Failed to handle: org.jboss.mq.il.uil2.msgs.AcknowledgementRequest from the Here's the full Trace: | 04:32:32,097 ERROR [SocketManager] Failed to handle: org.jboss.mq.il.uil2.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Security issue with Topic created at runtime

2005-07-23 Thread mcaughey
I figured it out. My Secuirty Manager was missing the the two roles i needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886227#3886227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886227 --

[JBoss-user] [Management, JMX/JBoss] - Re: Adding SecurityConf to TopicMBean

2005-07-23 Thread mcaughey
I figured it out. My SecurityManager configuration was missing the two roles that I needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886226#3886226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886226 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Security issue with Topic created at runtime

2005-07-22 Thread mcaughey
I changed how I am creating my topics at runtime. see listing below. Now when I log in with a user and an incorrect password, I get the error that that user was nt authenticated. If I use the correct password i get the following: | javax.jms.JMSSecurityException: Connection not authorized t

[JBoss-user] [Management, JMX/JBoss] - Adding SecurityConf to TopicMBean

2005-07-21 Thread mcaughey
I'm not possitive this is what I need to do but it makes sense. I'm dynamically creating a topic at runtime. It shows up in the jmx-console and is started however when I try to connect to it I get an Exception that states its unable to authenticate. So I added some additonal code that I thoug

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-07-21 Thread mcaughey
For the record it doesn't have to be a Session bean that implements a Schedulable. It can be a POJO. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885955#3885955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885955

[JBoss-user] [Management, JMX/JBoss] - Re: How to create mbeans on runtime.

2005-07-21 Thread mcaughey
Here's the code I'm using: | private void registerTopic(String topicname) | throws MalformedObjectNameException, Exception { | createDestination("org.jboss.mq.server.jmx.Topic", | getTopicObjectName(topicname), "topic/" + to

[JBoss-user] [Management, JMX/JBoss] - Re: How to create mbeans on runtime.

2005-07-21 Thread mcaughey
Have you been able to get a securityConf Associated with this Queue? I'm trying to do the same thing with a Topic. But I haven I cannot authenticate. -Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885952#3885952 Reply to the post : http://www.j

[JBoss-user] [Messaging, JMS & JBossMQ] - Adding SecurityConf to Dynamically created topic

2005-07-21 Thread mcaughey
I have been able to create a TopicMBean in code but i haven ot been able to get access to it becuase I can not authenticate against it. I would imagine that is becuase it doesn't have a SecurityConf. Here's what I did. | private void registerTopic(String topicname) |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Durable Subscription Authentication

2005-07-21 Thread mcaughey
Look at the login-config.xml in the conf directory. I set it up in a matter of minutes. I used tables in MySQL and it worked great. | | | | | guest | java:/MyDS | SELECT pwd as PASSWD FROM Player WHERE username=?

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Dynamic Topic Creation

2005-07-20 Thread mcaughey
My Appologies. thanks for the direction. -Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885745#3885745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885745 -

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
I figured it out, I'm a bad speller. I had Schedular rather than Scheduler. Note the A and the E. I ended up deploying this as a SAR. I also left out the InitialStartDate attribute on accident, all i got was a NullPointerException at line 318 of the Scheduler class. I figured that out by l

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
Here's the class | public class CheckForTablesTask implements Schedulable { | private static Logger logger = null; | private int serverId = 0; | | public CheckForTablesTask(int serverId) { | this.serverId = serverId; | } | | public void perform(Date date, long p

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
| | true | com.tables.events.CheckForTablesTask | 101 | int | 1 | -1 | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885226#3885226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
Here's the MBEAN again since I forgot to disable HTML true com.tables.events.CheckForTablesTask 101 int 1 -1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885225#3885225 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Management, JMX/JBoss] - Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
I have a Class which implements Schedulable, it uses Hibernate to check some tables. It's real simple at this point. The problem however occurs when the Server starts up it cannot find the Scheduler. The class is in the scheduler-plugin.jar in the lib directory. Its a standard jar with JBoss