• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wire Configuration Problems on Local Server (Websphere Portal v6.0 Server - RAD 7.0.0.8)

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I've been at this for four days now with no luck... Of course I can't push my code to the TEST environment until I am satisfied it runs on Local.


I'm having trouble configuring wires on my local server for a new wire between two previously existing portlets on different pages...

I'm using Websphere Portal v6.0 Server in RAD 7.0.0.8

No matter what I try, I can't get the wires to configure. The server keeps holding on to an old definition. When I do the wire configuration on a page, any new wires will not show up as an available target.

The configuration says 'No target portlets available'

From Portlet One (Source)
http://policylist#PolicyListForReplacement
java.util.ArrayList
ACTION_NAME_PARAM - SendIDForReplacement
Request Scope - outputIDListReplacement


To Portlet Two (target)
http://policylist#PolicyListForReplacement
java.util.ArrayList
ACTION_NAME_PARAM - ReceivePolicyListForReplacement
Request Scope - inputProperty


From Portlet Three (Source) - another path to get to the working page...
http://policylist#PolicyListForReplacement
java.util.ArrayList
ACTION_NAME_PARAM - SendListForReplacement
Request Scope - PolicyListForReplacement

Is there something I can run on the Server or Adminstrative Console to get it to clear it's cache and pick up the new wires?

Can I deploy the portlets via another method such as XML Access to get the wires defined?

Any ideas or help would be greatly appreciated...

Thanks,
 
sunglasses are a type of coolness prosthetic. Check out the sunglasses on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic