Joe wood

Greenhorn
+ Follow
since Jul 17, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Joe wood

I find a solution for this.

put a xml file in META-INF . re-define the composite component namespaces .then the IDE can parser the namespaces.

eg.
12 years ago
JSF
I develop a component and package it in a jar.
when i use it, i meet this problem. JSF 2 Resources folder "/resources/demo" is missing in a project web directory
but it running ok!
my problem is how do i define a eclipse plugin for xml catalog extension then i can use it simply .
12 years ago
JSF
i am not back here long time ................
update the db2 driver can fix this problem.
code is like this:


the column has Chinese character and a special character, the hex code is D0CBD2B5D2F8D0D0D6D8C7ECB7D6D0D0BBC6CAAFBEC6B5EA2020202020FA20202020202020202020
the special hex code is FA.

anyone has the solution to fix it??

the code is correct in windows and linux(ubuntu) with sun JDK. but it's error in aix with ibm JDK. the error is

com.ibm.db2.jcc.b.SqlException: [jcc][t4][1065][12306][3.53.95] Caught java.io.CharConversionException. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null
at com.ibm.db2.jcc.b.bd.a(bd.java:660)
at com.ibm.db2.jcc.b.bd.a(bd.java:60)
at com.ibm.db2.jcc.b.bd.a(bd.java:112)
at com.ibm.db2.jcc.b.gc.a(gc.java:1807)
at com.ibm.db2.jcc.b.gc.a(gc.java:558)
at com.ibm.db2.jcc.b.gc.o(gc.java:536)
at com.ibm.db2.jcc.b.gc.P(gc.java:1718)
at com.ibm.db2.jcc.b.vl.e(vl.java:1275)
at com.ibm.db2.jcc.b.vl.getObject(vl.java:1257)
at weblogic.jdbc.wrapper.ResultSet_com_ibm_db2_jcc_t4_j.getObject(Unknown Source)

java.nio.charset.MalformedInputException: Input length = 697
at com.ibm.db2.jcc.b.v.a(v.java:19)
at com.ibm.db2.jcc.b.gc.a(gc.java:1803)
at com.ibm.db2.jcc.b.gc.a(gc.java:558)
at com.ibm.db2.jcc.b.gc.o(gc.java:536)
at com.ibm.db2.jcc.b.gc.P(gc.java:1718)
at com.ibm.db2.jcc.b.vl.e(vl.java:1275)
at com.ibm.db2.jcc.b.vl.getObject(vl.java:1257)
at weblogic.jdbc.wrapper.ResultSet_com_ibm_db2_jcc_t4_j.getObject(Unknown Source)
at weblogic.jdbc.rowset.CachedRow.retrieveData(CachedRow.java:156)
at weblogic.jdbc.rowset.CachedRow.<init>(CachedRow.java:147)
at weblogic.jdbc.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:250)
at weblogic.jdbc.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:173)

Originally posted by timur diarov:
Hello! How can I implement navigation from one portal page to another in my jsf portlet?



I don't know what's your mean..
Just navigation? maybe we can use URL Mapping with link to another page.
16 years ago

Originally posted by Shashidhar Rao:
Thanks for the reply.

If you rememeber web application with servlets/JSP, first we will create war file and deploy in server/container. Then we will go to specific url which intern runs servlet.
Like: http://localhost:8080/HelloWorld - this runs corresponding servlet/JSP then opens HelloWorld message from Servlet/JSP. This new response will be in new plain page.

Exactly I want to see like that. My client don't want to see all these stuff like add portlets he needs. Well we can give options but I want to custimize entire page. I don't want let them to see any of server related information in my page. I want to let them to see only few portlets(which I allows him to see or which he interested to see) nothing else...

I hope you understand

[ July 09, 2008: Message edited by: Shashidhar Rao ]



I can understand your mean. I think first you must know why do you use portal? portal is a integration and customize for customer.
you can do it at was or resin if you just want that you say.
BTW, you can define the role that access to the portlets or portlet application,then you can do it!
16 years ago