cancel
Showing results for 
Search instead for 
Did you mean: 

importing to a DC

Former Member
0 Kudos

i created a new DC and try to import an already developed project to it.It was successful when i rebuilt it locally.

But from the development configuration perspective if i rebuild it,it is giving me errors.

there are some sqlj files in my project.and i am calling the generated class of these sqlj files in controller .When it rebuilds webdynpro perspective it is not giving any error.but when i rebuild it in development perspective it is giving me errors like those sqlj files cannot be resolved .

can anyone suggest me a good solution pls

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anoop

1. Create a DC as sqljjars.

2. Copy the sqlj class files to directory src/packages of you DC sqljjars.

3. Go to public part of your DC and create public part. choose java package tree and select the packages. select all the classes in the package tree.

Hope this should solve your problem

Regards,

Santhosh.C

Former Member
0 Kudos

but what type of DC i shoild create

Former Member
0 Kudos

while importing a project to a dc some files that are there in the project are not adding to the repository.that are adding to local dc . not to repository

can anyone give solution for this

Former Member
0 Kudos

Hi Anoop

Try to use a separate DC for the generated SQLJ files and expose it as a public part using Java Package tree.

For further information on this go thru this tread.

Kishore