- This topic has 7 replies, 5 voices, and was last updated 20 years ago by
Scott Anderson.
-
AuthorPosts
-
ChampionMemberhi,
I am using jona as appserver. I saw in myeclipse preference a dynamic build option.
How is it working and how should I configure it to make it work with jonas server?
I followed a tutoriel to create session bean but it does not use this tool. And I can’t generate the propre classes.thanks for your help
January 17, 2005 at 9:56 am #222869
Riyad KallaMemberChampion,
There is a lot ot explain in this process, I suggest you read the Working with Web Projects and EJB Development quick starts here:
http://www.myeclipseide.com/ContentExpress-display-ceid-67.htmlYou may also want to read Application Server quickstart guide as well.
January 18, 2005 at 6:53 am #222922
ChampionMemberhello
I can’t find anything usefull to get out my trouble. I can’t generate the classes properly I think is just à parameter into xdoclet propertie but I can’t find anything.
any help suggestion would be great
May 17, 2005 at 10:38 am #229687
dsledgeMemberYou need to download the objectweb xdoclet jar file from object / jonas. The one that downloads with xdoclet or MyEclipse will not generate the proper xml from the jonas tags. Here is the link to the jonas xdoclet instruction page. You will also have to GenIC your jar file and then put it back in your ear file if you have one. It will not deploy if you do not GenIC the jar file.
http://jonas.objectweb.org/current/doc/howto/howtoXdoclet.html#Xdoclet
June 14, 2005 at 9:36 am #231039
Jérôme BlanchardMemberHy,
how do you automate the genic tasks in the auto deploy process of myeclipse. For instance my classe are well created but neither jonas specific xml files are generated neither execution of genic ?
June 14, 2005 at 10:13 am #231048
Jérôme BlanchardMemberOups, sorry for the last post but I have found how to use jonas xdoclet tag and generate specific jonas xml ejb descriptor.
The problem concerning automation of genic in the deployment process still full, any idea ?June 20, 2005 at 10:23 am #231370
dsledgeMemberI think Jonas 4.4.2 has been released and I think it is supposed to GenIC your files automatically at deployment. You should give it a try.
June 20, 2005 at 12:01 pm #231376
Scott AndersonParticipantThat’s great news! Can anyone verify that it’s working well?
-
AuthorPosts