How to remove a user from my friend list?
[JBoss Seam] - Re: Eclipse Getting Started Guide
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java Programming > [JBoss Seam] - Re: Eclipse Getting Started Guide 12 October 2006 17:43:12

  Top users: 
  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

[JBoss Seam] - Re: Eclipse Getting Started Guide

Hispeedsurfer 11 October 2006 10:58:33
 hi

http://www.jboss.or­g/index.html?module=­bb&op=viewtopic&t=91­903



View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77453#3977453

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977453
Add comment
Japplicoon 11 October 2006 12:23:09 permanent link ]
 Hi, Andreas!

No, it doesn't work for me, since jboss-seam.jar is nowhere in the classpath if it is not included in the sample.ear - now I get the NoClassDefFound Errors for SeamListener and so on.
May the reason be that Seam itself (and seam-gen inside) on my system is not located inside the workspace and you published it automatically through eclipse?
Would it be a good idea to put jboss-seam.jar somewhere in /server/default/lib­?

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77475#3977475

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977475
Add comment
Japplicoon 11 October 2006 12:55:12 permanent link ]
 I now started the n-th trial (I'm quite quick now ;-)­ with jboss-seam.jar in server/default/lib.­ "sample" did not work because parse errors with processflow config files, but I got the "blank" app deployed successfully.
The start page came up, ok. But I had to again add the Module-dependency on jboss-seam.jar (the one you suggested to remove) to get the Seam Component (MySfsb in the example) be resolved properly.

But I still don't understand why the publishing process does not pick up jboss-seam jar (and jbpm-xxx.jar) into the ear file while it is present in nearly every directory ...

Since I don't like to be tied to eclipse to build my project anyway, I wonder whether I could feed the "publish" process with a custom buid.xml I may use outside eclipse as well? Unfortunately, seam-gen only packages a build.xml for the "non-wtp"-Structure­. Perhaps someone has already done something like that?

Greets.
sonja


View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77479#3977479

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977479
Add comment
James.Williams@Jboss.Com 11 October 2006 20:49:53 permanent link ]
 "japplicoon" wrote : I now started the n-th trial (I'm quite quick now ;-)­ with jboss-seam.jar in server/default/lib.­ "sample" did not work because parse errors with processflow config files, but I got the "blank" app deployed successfully.
| The start page came up, ok. But I had to again add the Module-dependency on jboss-seam.jar (the one you suggested to remove) to get the Seam Component (MySfsb in the example) be resolved properly.
|
| But I still don't understand why the publishing process does not pick up jboss-seam jar (and jbpm-xxx.jar) into the ear file while it is present in nearly every directory ...
|
| Since I don't like to be tied to eclipse to build my project anyway, I wonder whether I could feed the "publish" process with a custom buid.xml I may use outside eclipse as well? Unfortunately, seam-gen only packages a build.xml for the "non-wtp"-Structure­. Perhaps someone has already done something like that?
|
| Greets.
| sonja
|

What version of eclipse are you using? Is it 3.2 with callisto and the exact plugins mentioned in the guide, or is it something else?

I have not tested seam-gen with JBossIDE 2.0-Beta1 or any other combination of eclipse+plugins yet, so I suspect this is an eclipse wtp quirk. Let me know what you're using and I'll do some digging.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77637#3977637

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977637
Add comment
Japplicoon 12 October 2006 09:11:24 permanent link ]
 Hi!
It is eclipse 3.2 with all plugins from the tutorial.
The only difference could be that jboss-seam and seam-gen is not inside my workspace.
I inspected the build file the publishing process seems to use and copied jboss-seam into nearly every reasonable directory to see when it will be picked up, but it never did ...
Do you all have jboss-seam.jar in the .ear file?

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77761#3977761

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977761
Add comment
James.Williams@Jboss.Com 12 October 2006 15:19:03 permanent link ]
 seam-gen pulls jboss-seam.jar from its parent directory. So, it should be in the EAR. If it's not, its likely the ant script can't find jboss-seam.jar because you didn't unzip seam-gen.zip into the same folder you extracted "jboss-seam-1.0.1.G­A" to. So, a sanity check move would be to make sure that the directory above seam-gen, includes "jboss-seam.jar". Does your directory structure look like this?

-jboss-seam-1.0.1.G­A
-"jboss-seam.jar" and all other files in the root folder for Seam
-seam-gen

James

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77859#3977859

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977859
Add comment
James.Williams@Jboss.Com 12 October 2006 15:20:43 permanent link ]
 "james.williams@jbos­s.com" wrote : I meant to say, does your directory structure look like this?


| -jboss-seam-1.0.1.G­A
| -"jboss-seam.jar" and all other files in the root folder for Seam
| -seam-gen
|

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77860#3977860

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977860
Add comment
Japplicoon 12 October 2006 16:41:42 permanent link ]
 You are right, the two jars were somehow missing in the EarContent directory, but if I now create a "new-wtp-project", they get copied to EarContent (and therefore in the ear file). I don't know what I could have changed in the meantime (I slightly customized the files in seam-gen), but it is up and running now!
Uff - thank you.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77879#3977879

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977879
Add comment
Japplicoon 12 October 2006 16:49:10 permanent link ]
 But another question on that:
I do not really look behind the structure and the build inside eclipse, so has anyone written a build.xml that honors the wtp-project structure?
I'm just used to deploy, undeploy, clean, ... in the shell, and such build.xml would also be a great help for me to understand what is going on there in eclipse.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77882#3977882

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977882
Add comment
James.Williams@Jboss.Com 12 October 2006 17:07:06 permanent link ]
 No one has written a build script that does deploy/undeploy, etc... for the WTP structure. I was going to do it, but I decided to lobby the JBossIDE guys to include seam-gen in a real eclipse plugin, so that it could be pointy-clicky the right way.

Having said that, if you feel there's value in deploy tasks with the WTP structure and you want to script it, I'll add it to seam-gen. If not, I may write it anyway, but it'll be awhile.

Good to here you're up and running!

James

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77890#3977890

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977890
Add comment
Japplicoon 12 October 2006 17:43:12 permanent link ]
 "james.williams@jbos­s.com" wrote : I was going to do it, but I decided to lobby the JBossIDE guys to include seam-gen in a real eclipse plugin, so that it could be pointy-clicky the right way.
Yes, that would be the best way.
Is the plugin-version described in the seam-getting-starte­d in the end equivalent to the jbossIDE bundle one can download?


"james.williams@jbo­ss.com" wrote :
| Having said that, if you feel there's value in deploy tasks with the WTP structure and you want to script it, I'll add it to seam-gen. If not, I may write it anyway, but it'll be awhile.
|
Guess I first need a really good tutorial on all that WTP-stuff. Now that I successfully converted my project to the wtp structure, I first have to figure out the cool things I can do with it - hoping to find any ;-)­
But it would be great if some day you would provide a custom build file!

Thank you again and
Bye!






James

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­77904#3977904

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3977904
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java Programming > [JBoss Seam] - Re: Eclipse Getting Started Guide 12 October 2006 17:43:12

see also:
[Security & JAAS/JBoss] - Re: SRP with…
[JBoss jBPM] - Re: Difference between…
[JBoss jBPM] - EJB examples with jBPM?
pass tests:
..
see also:
Limewire videos to Windows Movie Maker…
DVD to iMovie Converter, rip/convert…
How to rip/import DVD into iMovie

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .