Hi,

You have a problem in your "contextEntry" property.

<property name="contextEntry">
     <value>
       objectClass: top
       objectClass: domain
       objectClass: extensibleObject
       o=sevenSeas
     </value>
</property>

The context entry is actually an LDIF record. You can't use '=' in it...
Just replace "o=sevenSeas" by "o: sevenSeas" and everything will work...

Regards,
Pierre-Arnaud

On Tue, Mar 4, 2008 at 2:09 PM, Emmanuel Lecharny <[EMAIL PROTECTED]>
wrote:

> Frans Thamura wrote:
> > this is my sevenseasPartition
> >
> > i try to restart, restarting success, but the o=sevenseas is not show up
> in
> > apache studio
> >
> > i think i follow the right step
> >
>
> This part of the conf is correct, but you also need to inform the server
> that the partition exists. Here, you just created the Spring bean
> associated with the partition. You still have to add it to the
> contextPartitionConfiguration part :
>
> <property name="contextPartitionConfigurations">
>  <set>
>    <!-- You can remove the example partition if you don't need it -->
>    <ref bean="examplePartitionConfiguration"/>
>    <!-- Add your new partion just below -->
>    <ref bean="sevenSeasPartitionConfiguration"/>
>  </set>
> </property>
>
> PS : When submitting a problem, it would be much better to provide more
> accurate informations, like the server version, platform on which you are
> running it, JVM version. The full server.xml could also help...
>
> Thanks !
>
>
> --
> --
> cordialement, regards,
> Emmanuel Lécharny
> www.iktek.com
> directory.apache.org
>
>
>

Reply via email to