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
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
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
--
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
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"%>
|
|
|
|
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=
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
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){
|
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
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
*-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
--
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
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
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
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
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
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
---
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
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
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
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
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
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
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.
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
--
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
---
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
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
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
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
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
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)
|
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=?
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
-
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
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
|
| 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=
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?
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
39 matches
Mail list logo