thanks again, but yes i need to customize the pages of the jbpm with my tags, but when i iclude that in the page task.jsp for example or in another mine doesnt show anything of my tags i dont now why because i have anothers wars (not jbmp process) working with this tags.
im testing whit this test page and doesnt work,
<%@ taglib uri="estructura-tags-beesoft" prefix="tag" %>
<%Locale localidad=Locale.getDefault();%>
probando
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<tag:encabezado titulo="Create" lengage="<%=localidad%>"/>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025448#4025448
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025448
I've been exploring the JBoss portal (its great) and have encountered the following:
I accidentally deleted the default page. Now, when I try to load my site, I get a 500 page not found with a stack trace.
I can log in to the Admin page (I bookmarked it) but the ManagementPortletWindow displays a null pointer exception error with no way to specify another default page.
Is there any way to recover from this, short of a complete re-install?
Technical Info:
JBoss Portal + AS Bundle Download 2.4.1
PostgreSQL 8.2 backend
Windows Server 2003
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025446#4025446
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025446
anonymous wrote : Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.HttpNamingContextFactory
Hmmm.... Try this, change
anonymous wrote : java.naming.factory.initial=org.jnp.interfaces.HttpNamingContextFactory
to
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
P.S.: The org.jboss.naming.HttpNamingContextFactory is present in the jboss.jar file. In case you dont have this jar file in your classpath, you can find it in %JBOSS_HOME%\server\default\lib folder
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025440#4025440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025440