cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

invalid composed type missing deployment

Former Member
0 Likes
4,068

Hy everybody. I have a doubt and any help if good.

I have this item in item.xml

     <itemtype code="VextorVencimientoConfiguracion" jaloclass="de.hybris.platform.b2b.jalo.VextorVencimientoConfiguracion"  autocreate="true" generate="true">
 <deployment table="vextorvencimientoconfiguracion" typecode="14018" />

What I want to do is to change this name to english

 <itemtype code="VextorExpirationSettings" jaloclass="de.hybris.platform.b2b.jalo.VextorExpirationSettings"
 autocreate="true" generate="true">
 <deployment table="vextorexpirationsettings" typecode="14019" />

The problem I have is that it compile and start server with no errors, but when I update module I get following error. I saw in experts there is another entry with same error but didn't help.

Thanx a lot.

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor

Please go to hAC > Maintenance > Cleanup > Click Clear all orphaned types

Answers (3)

Answers (3)

AlexandraS
Discoverer

Thank you so much Arvind, you've saved our evening!

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.

Former Member

It seems it works with that. Thanx a lot

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.

Former Member
0 Likes

arvind-kumar-avinash

I have a similar problem but I can't start my server!

I there a way to clean these items manually?

I deleted the tables "samlusergroup" and "saml2grouprel" but I still get the same crash when performing "ant updatesystem":