|
Home > Archive > WebSphere Commerce suite > April 2006 > Help with DataBeans
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help with DataBeans
|
|
|
| Hi
I have written a customized JSP to be integrated with Commerce Accelerator. For this I have written my own EJB as well as a DataBean class. My problem is
I am able to access the JSP once after which if i access it again its giving me a corba exception stating "Delegate is not set". Whats the problem here.
I checked the infocenter, which says that security policy should be implemented in the new databeans which is done either by using the Portable interface or the Delegate interface. However the portable interface has 2 methods 1> the getOwner() and 2>fulfi
lls(Long,String).
What needs to be done there?.. i am kinda lost. Any inputs ?
regards
Dharmesh
| |
| Robert Brown 2006-04-02, 8:04 pm |
| And the client paid for this extra work? I'm impressed with your sales
team.
If you want my honest opinion, create a customized JSP and accompanying
beans for use outside of Accelerator and place the appropriate access
control policies on your view and commands. This will make the
migration of your customizations easier over attempting to incorporate
the changes into the next Accelerator release.
R
> Hi
> I have written a customized JSP to be integrated with Commerce Accelerator. For this I have written my own EJB as well as a DataBean class. My problem is
> I am able to access the JSP once after which if i access it again its giving me a corba exception stating "Delegate is not set". Whats the problem here.
>
> I checked the infocenter, which says that security policy should be implemented in the new databeans which is done either by using the Portable interface or the Delegate interface. However the portable interface has 2 methods 1> the getOwner() and 2>ful
fills(Long,String).
>
> What needs to be done there?.. i am kinda lost. Any inputs ?
>
> regards
> Dharmesh
|
|
|
|
|