[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread rutfield
I have almost completed migrating my portlets from 2.4 Beta1 to 2.4 CR1.

The three portlets with issues all originated from the forum source code base.

I took the latest forum from the head of jboss-portal-2.4, since the CR1 code 
does not include the forums.
It appears as though this has not been used much, since there were some typos 
in the build file (e.g. confugure hibernate doclet, missing quote on 
configure-explode).

When I use my previous build file or the one from cvs, I am told 
JBossActionRequest and JBossActionResponse are not defined, even though they 
are present in the org.jboss.portlet in the core module and output classes.

1. How do I get the forum to build using the 2.4CR1 code base?
I have tried multiple approaches without success, and I am missing something. 
What has changed?

2. Are there plans to upgrade the forum module to coincide with the 2.4?

Any guidance/suggestions would be appreciated.

Thank you.
CR


_default:compile-classes:
[javac] Compiling 105 source files to 
C:\eclipse\workspace\jboss-portal-2.4\forums\output\classes
[javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\Context.java:14:
 cannot find symbol
[javac] symbol  : class JBossActionRequest
[javac] location: package org.jboss.portlet
[javac] import org.jboss.portlet.JBossActionRequest;
[javac] ^
[javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\Context.java:15:
 cannot find symbol
[javac] symbol  : class JBossActionResponse
[javac] location: package org.jboss.portlet
[javac] import org.jboss.portlet.JBossActionResponse;
[javac] ^
[javac] 
C:\eclipse\workspace\jboss-portal-2.4\forums\src\main\org\jboss\portlet\forums\ForumsModule.java:19:
 package org.jboss.portlet.command does not exist
 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956366#3956366

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956366

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread rutfield
Thanks again for the quick turnaround!
I hope I did not make you work at some late hour on a Saturday.
I now see I did not understand what the hibernatedoclet changes in the build 
file actually accomplished.

It seemed to work great.
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3956400#3956400

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956400


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.2.1-SP1 CMS not working with PostgreSQL

2006-06-07 Thread rutfield

I have also been trying to tone down the logging level without success.

I have modified the /usr/local/jboss/server/default/conf/log4j.xml to use ERROR 
and INFO levels, but the server.log is still filled with DEBUG information.
I do not see any changes on the LINUX server; however, it works fine on Windows 
XP using the exact same jboss directory. That implies a dependency on an 
envirnoment variable or classpath.

I have also modified the tomcat/conf levels without success. I am using JBOSSS 
4.04 with JBP Beta1.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3949752#3949752

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949752


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-05-31 Thread rutfield
Thanks for the reply.

I had been using forum code from 2.2.1 with the Alpha release of 2.4.

Instead, per your suggestion, I took the latest from head.
The portal builds and deploys fine; however, building the forums gives
 the errors below. I can take care of the test ones, but am not sure where the 
MyFaces issues are from.


generate-classes:
_default:compile-classes:
[mkdir] Created dir: C:\eclipse\workspace\jbp-2.4\forums\output\classes
[mkdir] Created dir: C:\eclipse\workspace\jbp-2.4\forums\output\gen\classes
[javac] Compiling 120 source files to 
C:\eclipse\workspace\jbp-2.4\forums\output\classes
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\forums\ui\ForumsJSFPortlet.java:24:
 package org.apache.myfaces.portlet does not exist
[javac] import org.apache.myfaces.portlet.MyFacesGenericPortlet;
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\forums\ui\ForumsJSFPortlet.java:37:
 cannot find symbol
[javac] symbol: class MyFacesGenericPortlet
[javac] public class ForumsJSFPortlet extends MyFacesGenericPortlet
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\AdminTestCase.java:18:
 package org.jboss.portal.test.core does not exist
[javac] import org.jboss.portal.test.core.Utils;
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\UserTestCase.java:18:
 package org.jboss.portal.test.core does not exist
[javac] import org.jboss.portal.test.core.Utils;
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\forums\ui\ForumsJSFPortlet.java:45:
 cannot find symbol
[javac] symbol  : variable super
[javac] location: class org.jboss.portlet.forums.ui.ForumsJSFPortlet
[javac] super.processAction(request,response);
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\AdminTestCase.java:44:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.AdminTestCase
[javac] IDatabaseConnection connection = Utils.getConnection();
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\AdminTestCase.java:47:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.AdminTestCase
[javac] IDataSet dataSet = Utils.getDataSet(resources/test/forums.xml);
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\AdminTestCase.java:51:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.AdminTestCase
[javac] Utils.resetAutoIncrement();
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\UserTestCase.java:40:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.UserTestCase
[javac] IDatabaseConnection connection = Utils.getConnection();
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\UserTestCase.java:43:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.UserTestCase
[javac] IDataSet dataSet = Utils.getDataSet(resources/test/forums.xml);
[javac] ^
[javac] 
C:\eclipse\workspace\jbp-2.4\forums\src\main\org\jboss\portlet\test\forums\UserTestCase.java:47:
 cannot find symbol
[javac] symbol  : variable Utils
[javac] location: class org.jboss.portlet.test.forums.UserTestCase
[javac] Utils.resetAutoIncrement();
[javac] ^
[javac] 11 errors


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3948253#3948253

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948253


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-05-30 Thread rutfield
I still get this with 2.4 Alpha 2 (after refactoring for identity and other 
User related changes) any idea if it will be addressed for the Beta?

Thanks.
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3947897#3947897

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947897


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Forum portlet for 2.4? AuthorizationRealm changes?

2006-05-26 Thread rutfield
I have 2.4 Alpha up and running. I would like to use the forum portlet, and do 
not see any indication of any dates for it to be revised. I realize it is 
affected by the personalization enhancements.

I thought I'd take a shot at it myself. 
I see several core.model modules have been moved to identity (e.g. User, 
PropertyMap).

I was wondering if there are new methods to replace the AuthorizationRealm 
previously in core.security?

Is there documentation for the changes, yet? I certainly understand if not, but 
I was hoping someone could steer me in the right direction.

Thanks.
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3946996#3946996

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946996


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: jbp 2.2.1 with Jboss AS 4.04 RC2

2006-05-24 Thread rutfield
Was this resolved? I have it (or something similar) with jbp 2.2.1 with JBOSS 
AS 4.04GA

I have downloaded ehcahce-1.2.jar and placed it in the lib directories (and 
removed the ehcache-1.1 files).

This was working fine with jpb 2.2RC3 and AS 4.03SP1.
It occurs on both my windows and LINUX platforms.

Ideas?

THanks.
CR


  | 
  | 
  | 14:42:20,816 INFO  [FacesConfigurator] Reading config 
/WEB-INF/faces-config.xml
  | 14:42:21,181 ERROR [LocaleUtils] Locale name null or empty, ignoring
  | 14:42:21,835 INFO  [StartupServletContextListener] ServletContext 
'/usr/local/jb
  | 
oss/server/default/./tmp/deploy/tmp43311jboss-portal.sar-contents/portal-core-ex
  | p.war/' initialized.
  | 
erceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.ja
  | va:142)
  |at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:264)
  |at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |at $Proxy8.deploy(Unknown Source)
  |at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
  | tScanner.java:421)
  |at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
  | canner.java:634)
  |at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
  | doScan(AbstractDeploymentScanner.java:263)
  |at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
  | bstractDeploymentScanner.java:336)
  |at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
  | upport.java:289)
  |at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
  | eanSupport.java:245)
  |at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  | sorImpl.java:25)
  |at java.lang.reflect.Method.invoke(Method.java:585)
  |at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
  | er.java:155)
  |at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:264)
  |at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
  | ler.java:978)
  |at $Proxy0.start(Unknown Source)
  |at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  |at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  |at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  | sorImpl.java:25)
  |at java.lang.reflect.Method.invoke(Method.java:585)
  |at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
  | er.java:155)
  |at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:264)
  |at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |at $Proxy4.start(Unknown Source)
  |at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  |at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
  |at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
  |at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  |at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
  |at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
  | java:39)
  |at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  | sorImpl.java:25)
  |at java.lang.reflect.Method.invoke(Method.java:585)
  |at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
  | er.java:155)
  |at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
  | or.java:133)
  |at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
  | BeanOperationInterceptor.java:142)
  |at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:264)
  |at 

[JBoss-user] [JBoss Portal] - 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread rutfield

Sorry for a silly question, but I'm stuck.

I have been able to build 2.2, 2.2.1 (including previous RCs). I have now tried 
2.4 Alpha2, and I am getting errors resolving CachedXPathAPI because 
org.apache.xpath does not exist.

I have tried changing things within eclipse as well as simply running ant from 
the command line in the build directory and changing environemnt variables (on 
WinXP). I am using JDK 1.5.0_06. 

I do not see a listing of required prerequisite components.

Can someone sterr me in the right direction and/or tell me how a working 
environment is set up including versions.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3944880#3944880

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944880


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread rutfield

Thanks for the quick reply! I really appreciate it.

I added the JAR file in the 
c:\eclipse\plugins\org.apache.xalan_2.6.0\xalan.jar, but still get the error 
both from the command line running ant as well as from within eclipse running 
'build project'.

I also tried the xalan.jar from the alpha-src/tools/lib with the same error.


I'm missing something
Craig

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3944916#3944916

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944916


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.4 Alpha build problem - org.apache.xpath not exist

2006-05-19 Thread rutfield

OK. There may be a better/different way to get this to work, but I got it to 
compile by pasting my CLASSPATH variable string into the 'value=' clause in the 
definition of classpath in the default.ent file.

I am posting this in case someone else has the same issue.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3945006#3945006

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945006


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Trying to install Jboss portal, but having issue

2006-03-28 Thread rutfield
This has been mentioned previously in this forum.

The workaround for now is to add jdbcCompliantTruncation=false to the 
connection url in the -ds.xml file. 

It only works if the MySQL5 server is *not* set to strict mode (see following 
mysql bug report: http://bugs.mysql.com/bug.php?id=14048 )

To prevent the server from throwing errors instead of warnings in strict mode, 
remove the STRICT_TRANS_TABLES part from 
sql-mode=STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION in 
my.ini.


Or you can try changing the following:

jbp_viewrealemail TINYINT(1)
jbp_enabled TINYINT(1) 

The other tables should have been created in your portal database when the 
initialization saw they did not exist.

Did that work?
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933238#3933238

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933238


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal source build failed

2006-03-22 Thread rutfield

As an aside, how do I build, so I do not get all the DEBUG messages?

Is there an environment variable or ant flag to set?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931899#3931899

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931899


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Warnings during 2.2.0 build - concerned?

2006-03-19 Thread rutfield
I am trying to troubleshoot some issues and started a clean build.

Should I be concerned about warnings of unmappable characters and deprecated 
features in bilding the portlet, core, and bridge modules?

Please advise.
Thanks for any guidance.
CR

module portlet:

[execmodules] * value of this attribute is English(???en???).
[execmodules]   ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/deployment/jboss/PortletAppDeployment.java:745:
 warning: unmappable character for encoding
 ASCII
[execmodules] * value of this attribute is English(???en???).
[execmodules]^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/deployment/jboss/PortletAppDeployment.java:745:
 warning: unmappable character for encoding
 ASCII
[execmodules] * value of this attribute is English(???en???).
[execmodules]   ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/deployment/jboss/PortletAppDeployment.java:745:
 warning: unmappable character for encoding
 ASCII
[execmodules] * value of this attribute is English(???en???).
[execmodules]^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/deployment/jboss/PortletAppDeployment.java:745:
 warning: unmappable character for encoding
 ASCII
[execmodules] * value of this attribute is English(???en???).
[execmodules] ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/PortletRequestImpl.java:358:
 warning: [deprecation] getClientRequest() in org.jboss.p
ortal.server.app.ComponentRequestContext has been deprecated
[execmodules]   return creq.getContext().getClientRequest().getLocales();
[execmodules] ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/aspects/component/SessionPreDispatchInterceptor.java:40:
 warning: [deprecation] getClientR
equest() in org.jboss.portal.server.app.ComponentRequestContext has been 
deprecated
[execmodules]  HttpServletRequest req = 
invocation.getRequest().getContext().getClientRequest();
[execmodules]^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/DispatchedHttpServletRequest.java:354:
 warning: [deprecation] isRequestedSessionIdFro
mUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[execmodules]public boolean isRequestedSessionIdFromUrl()
[execmodules]   ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/DispatchedHttpServletRequest.java:112:
 warning: [deprecation] getRealPath(java.lang.S
tring) in javax.servlet.ServletRequest has been deprecated
[execmodules]public String getRealPath(String s)
[execmodules]  ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/DispatchedHttpServletResponse.java:183:
 warning: [deprecation] setStatus(int,java.lan
g.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules]public void setStatus(int i, String s)
[execmodules]^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/DispatchedHttpServletResponse.java:44:
 warning: [deprecation] encodeRedirectUrl(java.
lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules]public String encodeRedirectUrl(String s)
[execmodules]  ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/DispatchedHttpServletResponse.java:120:
 warning: [deprecation] encodeUrl(java.lang.St
ring) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules]public String encodeUrl(String s)
[execmodules]  ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/portlet/src/main/org/jboss/portal/portlet/impl/PortletRequestDispatcherImpl.java:58:
 warning: [deprecation] getRealPath(java.lang.St
ring) in javax.servlet.ServletRequest has been deprecate



And during the bridge compilation
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/bridge/src/main/org/jboss/portal/bridge/BridgeRequest.java:295:
 warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servle
t.http.HttpServletRequest has been deprecated
[execmodules]public boolean isRequestedSessionIdFromUrl()
[execmodules]   ^
[execmodules] 
/usr/local/jboss-portal-2.2.0-src/bridge/src/main/org/jboss/portal/bridge/BridgeRequest.java:64:
 warning: [deprecation] getRealPath(java.lang.String) in javax.servlet
.ServletRequest has been 

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-18 Thread rutfield

I'm still stumped on this one. (User and Management portlet not working, but 
CMS and test are after a completely clean install)

Tried the 2.2.1RC3 with the same issues. Recreated the database from scratch.

In addition to the server.log, can someone suggest other files I should look at 
for errors? 
Could it be related to hibernate? I hav enot used that much, and I see there 
are multiple options.

Any guidance would be appreciated.
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931121#3931121

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931121


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield

Same with 4.03SP1.

Do I need to specify a certain shell (bash, sh, csh) for the build to work?

I did manage to bring the same directory to a PC, build it with build.bat, and 
move the sar file back to the Linux server. Although I seem to have other 
issues (in a different post), that seemed to be a decent work around.

CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930945#3930945

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930945


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield
That sounds like a great approach.

What would the exact command line syntax be? 
I assume I run it from the build directory.

Thanks.
CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930970#3930970

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930970


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield
Thank you!

That worked (after I installed JUnit).

THe interesting thing is that I hav ethe same functionality issue (User portal 
and Management portal not working) as I did with the version built on my PC.

I would consider going to 2.2.1RC3, but nobody elese seems to have this problem.

CR

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931015#3931015

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931015


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield

RedHat Linux 3.0ES
MySql 5.018
JBOSS portal 2.2.0
JBOSS 4.03SP1
JVM 1.5.0_05-b05 (Sun Microsystems Inc.)

Do I need a newer JConnector?

Anything jump out at you?

Thanks. I'm stumped.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931028#3931028

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931028


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-17 Thread rutfield

Already did that with the truncation issue.

I then dropped the database and let the application recreate everything... same 
affect.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931029#3931029

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931029


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield

I did a clean install using JBOSS 4.0.18, MYSQL 5, on Linux.

The portal comes up fine. No errors in the server.log (lots of debugging 
statements).
I can log in as user or admin.

However, When I log in, the User portlet still says 'standard login'. It doe 
snot give the Edit your profile, list users, etc. I can not create a new 
account.

Similarly, On the Management tab, I can not expand the root tree, and the 
Manager, Properties, Security, do nothing.

CMS and test work fine.

The user has all rights to the jbossportaldatabase.

It is connecting to the database, or I would not be able to log in.

Any ideas? Besides server.log, where else should I look for errors?

Thanks.
Craig



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930842#3930842

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930842


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield

Additonal information by running JBOSS by hand
(It appears to use a lot of defaults because items are not defined or found, 
but that could be normal.)

01:05:53,131 INFO  [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: 
CVSTag=JBoss_4_0_3_SP1 date=200510231054)] Started in 38s:751ms
01:11:32,501 INFO  [STDOUT] Mar 17, 2006 1:11:32 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: 
jar:file:/usr/local/jboss/server/default/tmp/deploy/tmp52425jboss-portal.sar-contents/lib/jsf-facelets.jar!/ME
TA-INF/jstl-core.taglib.xml
01:11:32,605 INFO  [STDOUT] Mar 17, 2006 1:11:32 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: 
jar:file:/usr/local/jboss/server/default/tmp/deploy/tmp52425jboss-portal.sar-contents/lib/jsf-facelets.jar!/ME
TA-INF/jsf-ui.taglib.xml
01:11:32,616 INFO  [STDOUT] Mar 17, 2006 1:11:32 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: 
jar:file:/usr/local/jboss/server/default/tmp/deploy/tmp52425jboss-portal.sar-contents/lib/jsf-facelets.jar!/ME
TA-INF/jsf-html.taglib.xml
01:11:32,774 INFO  [STDOUT] Mar 17, 2006 1:11:32 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: 
jar:file:/usr/local/jboss/server/default/tmp/deploy/tmp52425jboss-portal.sar-contents/lib/jsf-facelets.jar!/ME
TA-INF/jstl-fn.taglib.xml
01:11:32,814 INFO  [STDOUT] Mar 17, 2006 1:11:32 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: 
jar:file:/usr/local/jboss/server/default/tmp/deploy/tmp52425jboss-portal.sar-contents/lib/jsf-facelets.jar!/ME
TA-INF/jsf-core.taglib.xml
01:11:46,255 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/index.xhtml @90,98 border=0 Property 
'border' is not on type: javax.faces.component.html.HtmlGraphicI
mage
01:11:46,261 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/index.xhtml @105,110 border=0 Property 
'border' is not on type: javax.faces.component.html.HtmlGraphi
cImage
01:11:46,282 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/index.xhtml @117,114 border=0 Property 
'border' is not on type: javax.faces.component.html.HtmlGraphi
cImage
01:11:46,286 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/index.xhtml @129,112 border=0 Property 
'border' is not on type: javax.faces.component.html.HtmlGraphi
cImage
01:11:46,290 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/index.xhtml @141,109 border=0 Property 
'border' is not on type: javax.faces.component.html.HtmlGraphi
cImage
01:11:46,663 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/manager.xhtml @55,109 border=0 
Property 'border' is not on type: javax.faces.component.html.H
tmlGraphicImage
01:11:46,665 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/manager.xhtml @59,111 border=0 
Property 'border' is not on type: javax.faces.component.html.H
tmlGraphicImage
01:11:46,667 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/manager.xhtml @63,111 border=0 
Property 'border' is not on type: javax.faces.component.html.H
tmlGraphicImage
01:11:46,669 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/manager.xhtml @67,112 border=0 
Property 'border' is not on type: javax.faces.component.html.H
tmlGraphicImage
01:11:46,675 INFO  [STDOUT] Mar 17, 2006 1:11:46 AM 
com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/manager.xhtml @111,104 border=0 
Property 'border' is not on type: javax.faces.component.html.
HtmlGraphicImage
01:11:46,718 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.PRETTY_HTML' found, using default value true
01:11:46,719 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
01:11:46,719 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.AUTO_SCROLL' found, using default value false
01:11:46,728 INFO  [[/portal-core]] No state saving method defined, assuming 
default server state saving
01:13:08,946 ERROR [[/portal-core]] Exception in FacesServlet
java.lang.NullPointerException
at 
org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:393)
at 
org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266)
at 

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield
I also took the packaged binaries and copied the sar directory into the deploy 
while moving mine out same results. This implies either a database or 
configuration issue.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930868#3930868

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930868


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Failed Build of Portal 2.2 on Linux

2006-03-15 Thread rutfield
I am trying to build the JBOSS portal from source per the 2.2 User Guide. I 
knew the instructions looked too easy.
I have JBOSS 4.018.

I have the code unzipped into the directory, but when I run sh build.sh, I 
get these errors (below).

I can tell the xset failures are because the common library definitions were  
not set up after the attempt.

The common.shlib appears to define these functions which are declared as 'not 
found'.

Any ideas? 
I am stumped as to how to isolate this.

I've also included the build file below.
Thanks.
CR


[EMAIL PROTECTED] jboss-portal-2.2.0-src]# cd build
[EMAIL PROTECTED] build]# sh build.sh
: command not foundtal/jboss-portal-2.2.0-src/tools/bin/common.shlib: line 7:
: command not foundtal/jboss-portal-2.2.0-src/tools/bin/common.shlib: line 9:
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/common.shlib: line 11: 
syntax error near unexpected to'en `{
'usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/common.shlib: line 11: 
`{
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 34: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 35: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 38: 
check_os: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 40: 
convertpath: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 41: 
convertpath: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 42: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 43: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 46: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 47: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 53: 
convertpath: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 54: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 60: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 62: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 67: 
maybe_source: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 70: [: 
=: unary operator expected
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 90: die: 
command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 94: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 107: 
die: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 112: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 120: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 123: 
xset: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 133: 
debug: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 136: 
notice: command not found
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 140: 
/bin/ant: No such file or directory
/usr/local/jbossportal/jboss-portal-2.2.0-src/tools/bin/build.sh: line 140: 
exec: /bin/ant: cannot execute: No such file or directory
[EMAIL PROTECTED] build]#


[EMAIL PROTECTED] build]# cat build.sh
#!/bin/sh
##
##  Invokes a script of the same name in the 'tools' module.
##
##  The 'tools' module is expected to be a peer directory of the directory
##  in which this script lives.
##
##  @author Jason Dillon [EMAIL PROTECTED]
##

# $Id: build.sh,v 1.1.1.1 2005/01/14 23:01:33 vietj Exp $

PROGNAME=`basename $0`
DIRNAME=`dirname $0`

# Buss it yo
main() {
   if [ x$TOOLS_ROOT = x ]; then
   TOOLS_ROOT=`cd $DIRNAME/../tools  pwd`
   fi

   MODULE_ROOT=`cd $DIRNAME; pwd`
   export TOOLS_ROOT MODULE_ROOT DEBUG TRACE

   # Where is the target script?
   target=$TOOLS_ROOT/bin/$PROGNAME
   if [ ! -f $target ]; then
   echo ${PROGNAME}: *ERROR* The target executable does not exist:
   echo ${PROGNAME}:
   echo ${PROGNAME}:$target
   echo ${PROGNAME}:
   echo ${PROGNAME}: Please make sure you have checked out the 'tools' 
module
   echo ${PROGNAME}: and make sure it is up to date.
   exit 2
   fi

   # Get busy yo!
   if [ x$DEBUG != x ]; then
   echo ${PROGNAME}: Executing: /bin/sh $target $@
   fi
   if [ x$TRACE = x ]; then
   exec /bin/sh $target $@
   else
   exec /bin/sh -x $target $@
   fi
}

# Lets get ready to rumble!
main $@


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930483#3930483

Reply to the post :