Message Boards

how to config project reference and portal-dependency-jars in 7.3

Scarletake Bwi, modified 3 Years ago.

how to config project reference and portal-dependency-jars in 7.3

Expert Posts: 326 Join Date: 12/20/10 Recent Posts

hi 

i used to use 6.2, now i move to 7.3.

i'd like to know where and how can i config project reference and portal-dependency-jars. in 6.2, all config in liferay-plugin-package.properties

because i have some project with service builder, and they should be reference to reuse them.

and some jar, for example: poi, in webapps/ROOT/WEB-INF/lib, i need to use them.

i think i can config them in @Component's property, but i cannot find any artical for this.

thank you if you can help.

 

update

the root cause is not entity name, table name.

if i do not specified the table name, service builder will generate the table name <name space>_<entity name>, and the max length is 30.

it work on 6.2, but not in 7.3, 

any suggestion? or where can i config to allow it over 30?

thank you