[jboss-user] [JBoss Tools (users)] - Re: seam 2.1 not working for me

2009-08-06 Thread max.ander...@jboss.com
"micuentadecasa" wrote : hi all, ive created a new seam project 2.1 with jboss server 5.0 and the login and samples pages goes well, but i got two problems | Please use AS 5.1 instead of 5.0 and if possible upgrade to Seam 2.2 to have fixes needed for proper Seam execution. anonymous wrote :

[jboss-user] [JBoss Tools (users)] - Re: SEAM 2.1.2 on JBOSS5.1 nullpointer exception all th

2009-07-27 Thread max.ander...@jboss.com
Yes, and that Seam doesn't truly support AS 5 before Seam 2.2/2.3 - so keep that in mind too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246104#4246104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246104

[jboss-user] [JBoss Tools (users)] - Re: SEAM 2.1.2 on JBOSS5.1 nullpointer exception all th

2009-07-20 Thread dgolovin
Looks like the best place to ask this question here http://www.seamframework.org/Community/SeamUsers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244163#4244163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244163 _

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread PeterJ
Yes, it is Hibenrate Console-related. Start here: http://docs.jboss.org/tools/3.0.1.GA/en/hibernatetools/html/plugins.html#refeng_codegen, and work your way through 4.5.2, Exporters, click Generate EJB3 annotations and select Domain Code. View the original post : http://www.jboss.org/index.html

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread Cvele_eSoft
"max.ander...@jboss.com" wrote : You can use Hibernate Tools to just generate entities | - thanks, so it is possible...when you say "use Hibernate Tools", do you mean Create Hibernate Console Configuration, or what ? Any resource to learn how to do that from JBT ? View the original post : h

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread max.ander...@jboss.com
You can use Hibernate Tools to just generate entities View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238726#4238726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238726 ___

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread Cvele_eSoft
- anybody knows ? Whenever generate entities by rev. engineering from database, it always creates CRUD interfaces too. Any way to change this behavior ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238694#4238694 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-18 Thread Cvele_eSoft
"max.ander...@jboss.com" wrote : Yes - Generate entities allow you to choose between using db or using entities. - thanks, but do not understand. I want to generate entities only, and _not create CRUD UI interface in the same step (or not create at all). It is possible to separate these two pro

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-18 Thread max.ander...@jboss.com
Yes - Generate entities allow you to choose between using db or using entities. unexplode/undeploy = remove the project from the server under Servers view. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238441#4238441 Reply to the post : http://www.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-17 Thread Cvele_eSoft
also, is there a way to achieve seam unexplode / undeploy functionality ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238374#4238374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238374 _

[jboss-user] [JBoss Tools (users)] - Re: Seam Web Project test does not work in Java 6

2009-06-04 Thread benjfayle
I figured it out after some serious nastiness. You need to add the following Java vm argument to get the embedded JBoss to run correctly under Java 1.6. -Dsun.lang.ClassLoader.allowArraySyntax=true Chapter 40 in the Seam reference guide. View the original post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
Eclipse WTP seemed not to removed old problem markers from old workspace... We changed marker IDs for Seam problem. It could be a reason. But anyway WTP should have removed them... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225719#4225719 Reply to the po

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
That seemed ok - deleting all of the Eclipse meta files from my project (including .project) and then recreating the project seems to have resolved the issue. Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225716#4225716 Reply to the p

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
Could you create new Seam project and copy the problematic code there? Is the issue still reproducable there? If so could you report it to jira and attache that project. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225701#4225701 Reply to the post : http:

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Yes, cleaned several times.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225700#4225700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225700 ___ jboss-user mailing list jb

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
It could... Have tried clean/build all your projects? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225696#4225696 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225696 ___ j

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Nope, clean install. Same workbench folder as I had with JBDS v1 - can that have impact? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225695#4225695 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225695 _

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
Hm... I can't reproduce it in GA and I remeber these bugs in some beta... Have you updated your JBDS from beta? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225692#4225692 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Hi, I am definately using the GA: JBoss Developer Studio Version: 2.0.0.GA Build id: R200903141247-H4 Build date: 200903141316 And the version of JBoss Tools update site is: JBoss Tools 3.0.0.GA-R200903141626-H5 The Seam bit is: Seam Tools for Eclipse Version: 3.0.0.GA-R200903141626-H5 any

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
It seems you are using some early JBDS 2. Some beta or even alpha. Please update it to JBDS 2.0 GA (or JBoss Tools 3.0 GA). We have fixed all these bugs there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225689#4225689 Reply to the post : http://www.jbos

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-14 Thread max.ander...@jboss.com
Kragoth, I recommend you use 3.0.1 since 3.1 will go through some rather big changes going forward so unless you want to risk living on the real bleeding edge for a while then use 3.0.1 and let us know if your bug is fixed there too - thanks ;) View the original post : http://www.jboss.org/ind

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-13 Thread Kragoth
Hi, I downloaded 3.1.0 nightly (sorry should have got 3.0.1 but miss read) and it seems to be working for me :) Thanks heaps. At first it seemed to stall in a slightly different spot but after a project clean it seemed to start working. Thank you for the fast response! View the original post

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-10 Thread scabanovich
I have committed changes to versions 3.0.1 and 3.1.0. (see JIRA issue https://jira.jboss.org/jira/browse/JBIDE-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel) Kragoth, please try your project with next nightly build for JBoss Tools 3.0.1. View the original post : http:/

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-08 Thread Kragoth
Fantastic! Thanks heaps guys for your quick responses and help! I'm not sure I could try the work around as it would be a rather large modification for me to make to our project. For the time being I will just bear the pain of all the nice features of JbossTools not working and hope the patch c

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-08 Thread akazakov
https://jira.jboss.org/jira/browse/JBIDE-4144 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224301#4224301 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224301 ___ jboss-use

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-08 Thread max.ander...@jboss.com
Yes - having annotations on annotations is a very common thing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224294#4224294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224294 ___

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-08 Thread scabanovich
I have reproduced the problem by creating an annotation type in Java sources and annotating it: @Deprecated public @interface MyAnnotation { } Please check if you have annotation types. If this is the case, try this workaround: move annotation types to a separate project, build a jar of it, and

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread akazakov
Kragoth, thank you for log. Yes, this exeption in org.jboss.tools.seam.internal.core.scanner.java.ASTVisitorImpl is what must be a reason to stop loading all Seam components. We well try to figure out what is going on there. View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread Kragoth
Ok, went back and tried the latest version of Eclipse and the GA release of JBossTools and the only exception I'm getting in my error logs is this: | !SESSION 2009-04-08 10:56:31.240 --- | eclipse.buildId=M20090211-1700 | java.version=1.6.0_13

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread Kragoth
I have over 100 SEAM beans in my project. So there should definitly be more then 9. As well as this I should be seeing the SEAM libs components as well. I have tried toggeling the SEAM support to try force the nature and builder to restart etc, but this did not fix the problem. If I touch a SEA

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread akazakov
"max.ander...@jboss.com" wrote : alexey, any chance the extensive usage of linked folders is causing it ? It must work anyway if the libs in the project's class path. And as far as I understend Kragoth even some components from source folder are not loaded by Seam Tools. View the original post

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread max.ander...@jboss.com
alexey, any chance the extensive usage of linked folders is causing it ? Kragoth - have you tried disabling/enabling seam on the project ? That should ensure both the builder and the nature is installed. Do you have more than 9 seam beans in your project ? i.e. is it simply just the files in ja

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-07 Thread akazakov
Any exceptions in Eclipse log? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223900#4223900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223900 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-06 Thread Kragoth
I tried the GA release and I'm still having the same problem. This is really frustrating me! Everything was working fine and now I can't find anyway to fix it. I don't understand why it only finds my first 9 SEAM beans and then just stops. View the original post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-03 Thread max.ander...@jboss.com
Sorry you are having problems. I can see you are using CR1 we have had CR2 and GA since then. Could you try a later version and then let us know if it is still a problem ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223173#4223173 Reply to the post : htt

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-04-01 Thread max.ander...@jboss.com
Double click the server and there is a auto publish setting you can set. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222857#4222857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222857 __

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread GermanDev
Thank you for your answer! sounds great, but only clicking on the "touch" button doesn't seem to change anything. Is there anything else I have to know? Where do I change the delay of the autodeploy? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221048#4221

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread max.ander...@jboss.com
You shouldnt even need to restart the server in this situation. Just restarting the application should be necessary. Simply touch the descriptors by the "touch" button and possibly change the autodeploy delay to 0 seconds to get even faster turn around. Btw. if you used New Seam Entity wizard w

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread akazakov
"GermanDev" wrote : Is there a 'quick' way to do the publishing combined with the restart of the server (shortcut, button, ..)? Publiching should work automaticly. So just use "Restart the server" button in Server View or on main tool bar in Seam Perspective. View the original post : http://www

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread GermanDev
"akazakov" wrote : Entities can't be hot-deployed. Oh, I didn't know that.. "akazakov" wrote : You have to restart the server. | Or restarting without re-adding modules to the server doesn't help? It does - mostly. Is there a 'quick' way to do the publishing combined with the restart of the

[jboss-user] [JBoss Tools (users)] - Re: Seam project doesn't update

2009-03-25 Thread akazakov
Are you sure an entity bean is not deployed to the server? Entities can't be hot-deployed. You have to restart the server. Or restarting without re-adding modules to the server doesn't help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220926#4220926 Reply t

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread max.ander...@jboss.com
"bdlink" wrote : Before I get started, congratulations to the JBT team on their 3.0 GA release! That is quite a milestone. Thanks! :) anonymous wrote : | 1. Last I looked, seam-gen had a few more features than JBT version (such as allowing generating the model separately from the UI CRUD)

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread treespace
I can't complain with vague statements about stuff not compiling or running, and have moved on to JBoss AS 5.X plus stand-alone Eclipse. So probably I won't have any more feed back on JBoss-Tools for a while. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread bdlink
I think there are several issues here, but I am reinstalling everything at the moment and trying a Linux 64 stack so I am not sure of the situation since 3.0.GA (have been using the nightlies). When I was driving to work today, I was thinking that JBT/seam-gen integration was a big remaining is

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread max.ander...@jboss.com
You are mixing up a couple of things here ;) 1) ICEFaces support - tell me who you know who will maintain and QA this and it will be done. Right now icefaces is totally separate config and setup from Richfaces and similar Seam-gen projects does not comply with WTP projects or maven or anything

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-17 Thread treespace
Just to give one example, is this really required? http://seamframework.org/Documentation/UsingICEFacesWithJBossToolsGeneratedProjects I want to install the IDE, run a wizard, pick the options, compile, deploy and run out of the box. Every JBoss IDE has been a dud since 1.0 in my personal exper

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-17 Thread digit-x
"max.ander...@jboss.com" wrote : if it didn't work it means you didn't disable the schema validator since the stacktrace will only happen if it is enabled. | | If it just started working it is probably because you adjusted some properties.. Well, what i really did is the following: Create C

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-15 Thread max.ander...@jboss.com
eh - where is it tied to a specific version ? We support Seam 1.2, Seam 2.0 and Seam 2.1 - of course various bugs have been fixed in these but the tooling works with all three. If you want to use Ant then fine, do that - but what do you want me to document besides what is already listed in Seam

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-15 Thread treespace
Is there documentation for creating a Seam project in the Eclipse Bundle (JBoss Developer Studio)? The first-time user experience has to be nothing short of bewildering because the documentation is specific to a given tools version, Seam version, seam-gen version. As usual, this will give ammo t

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-13 Thread max.ander...@jboss.com
if it didn't work it means you didn't disable the schema validator since the stacktrace will only happen if it is enabled. If it just started working it is probably because you adjusted some properties.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217844#4

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-13 Thread digit-x
Hi, and thx for your reply - but it didn't help. However, i got it going now - i do still don't know why, but maybe i'll find out in near future. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217798#4217798 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-12 Thread max.ander...@jboss.com
In the latest version all the Seam features can be enabled on WTP but you have to use either the Ant build files to deploy or setup Project Archives to the deployment for you if you don't use WTP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217587#4217587

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-12 Thread asookazian
"akazakov" wrote : | Seam-gen projects use ant sript to build/deploy EAR/EJB/WAR. So you can use any project structure. It's metter of ant file to handle it. But JBoss Tools depends on Eclipse Web Tools. And you have to have WTP-strucrtured projects to have whole set of features. | For EAR

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities should be more flexible

2009-03-11 Thread max.ander...@jboss.com
Put a request in jira. Note that Seam Generate Entities creates a Hibernate Code generation configuration which you can copy and adjust just as much as you want and there by have full control. But sure, having the option of saying I only want model makes sense (generate-ui is possibly by just

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities should be more flexible

2009-03-11 Thread asookazian
worst case scenario we delete the unrequired files i guess... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217042#4217042 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217042 _

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread max.ander...@jboss.com
Ok, this thread is moving faster than I can type ;) Let me answer some of the questions I could spot: 1) Did JBoss Tools at some point only work with the WTP style project ? Yes - JBT 2/JBDS 1 was solely WTP 2) Does JBoss Tools work with the seam-gen styled project (or any other style than

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
Finally worked with the workspace example from this doc: http://docs.jboss.org/tools/3.0.0.CR2/en/GettingStartedGuide/html_single/index.html#first_seam btw, for the matching version of JBoss tools (3.0.0.CR2), the pics are different, that needs to be updated, it's somewhat confusing obviously wh

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I am also seeing several compiler errors for the auto-generated Authenticator class that I don't see in my TestBean class. very strange, they're in the same project and same package: "[foo] cannot be resolved to a type". I have not altered the classpath or build paths for any of the 4 generate

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I just created this class in maxTest-ejb project and I *still* don't see any components in the Seam components view after refreshing my project: | package org.domain.maxtest.session; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.a

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
Is it possible to get a complete list of all JBoss Tools features we'd miss out on if we continue using the one folder approach with seam-gen cmd line? I was really looking forward to using the Seam components view and the HQL editor and apparently can't b/c I seam-gen'd my project skeleton...

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : "asookazian" wrote : Also, it seems strange to me that when you use seam-gen from cmd line, you end up with one high level project folder (in my case 'BETS'). But when you create a new Seam project using JBoss Tools (or Seam tools??), you end up with 4 high level folders *for

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
Not sure if this is related or not... eclipse.buildId=M20090107-0800 | java.version=1.5.0_17 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US | Command-line arguments: -os win32 -ws win32 -arch x86 | | | Error | Tue Mar 10 14:49:

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
"asookazian" wrote : Also, it seems strange to me that when you use seam-gen from cmd line, you end up with one high level project folder (in my case 'BETS'). But when you create a new Seam project using JBoss Tools (or Seam tools??), you end up with 4 high level folders *for the exact same pro

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : Is there any stacktrace? exception stack trace: | | An exception stack trace is not available. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216784#4216784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Is there any stacktrace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216783#4216783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216783 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : The same problem with Hibernate console or/and with empty components view? | Adding Seam builder to .project should solve second problem. This is my BETS\.project after the mod you suggested: | | | BETS | | | | | |

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
The same problem with Hibernate console or/and with empty components view? Adding Seam builder to .project should solve second problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216780#4216780 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
Also, it seems strange to me that when you use seam-gen from cmd line, you end up with one high level project folder (in my case 'BETS'). But when you create a new Seam project using JBoss Tools (or Seam tools??), you end up with 4 high level folders *for the exact same project* (i.e. it's an E

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : It's a bug of seam-gen 2.0. | It's generate Eclipse project with Seam nature but without Seam builder. So the project is incorrect. | | Please add | | | | | org.jboss.tools.seam.core.seambuilder | | | | | |

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"max.ander...@jboss.com" wrote : im sorry but I have hard time following what you are trying to do. | | If I install any GA version of JBDS and do File > New > Seam Web Project and uses the bundled AS and Seam (either 1.2 or 2.0) then should work out of the box. | | What steps are you

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
It's a bug of seam-gen 2.0. It's generate Eclipse project with Seam nature but without Seam builder. So the project is incorrect. Please add | | org.jboss.tools.seam.core.seambuilder | | | | to .project or just disable Seam support and enable it again

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : Can you show your /.project file? | | BETS | | | | | | org.eclipse.jdt.core.javabuilder | | | | | org.ecl

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Can you show your /.project file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216768#4216768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216768 ___ jboss-user mailing li

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"max.ander...@jboss.com" wrote : im sorry but I have hard time following what you are trying to do. | | If I install any GA version of JBDS and do File > New > Seam Web Project and uses the bundled AS and Seam (either 1.2 or 2.0) then should work out of the box. | | What steps are you

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread max.ander...@jboss.com
JBoss Developer Studio 2 comes with JBoss EAP 4.3 CP3 FP01 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216756#4216756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216756 __

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread max.ander...@jboss.com
im sorry but I have hard time following what you are trying to do. If I install any GA version of JBDS and do File > New > Seam Web Project and uses the bundled AS and Seam (either 1.2 or 2.0) then should work out of the box. What steps are you doing ? View the original post : http://www.jbos

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-10 Thread max.ander...@jboss.com
the schema validator find something wrong - disable it in your persistence.xml and you should be able to start. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216750#4216750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I re-did the Seam settings and here are the results (still doesn't work): #Tue Mar 10 11:18:58 PDT 2009 | action.package=com.cox.bets.session | action.sources=/BETS/src/action | eclipse.preferences.version=1 | model.package=com.cox.bets.entity | model.sources=/BETS/src/model | seam.ejb

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I just upgraded to JBDS 2.0CR2 and retried with same project from same workspace and reproduced the error/behavior... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216690#4216690 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
I have contacted CSP for hotfix. Where can I find out what versions of what libraries, etc. are bundled with JBDS 2.0 (i.e. what version of JBoss Tools, what version of EAP, what version of Seam?) Perhaps a release notes should be available for download?? This is all it shows on the download p

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
JBDS 1.1.0.GA is quite old version. We've fixed a lot of things since that. Could you try it in JBDS 2.0 (CR2 or nightly build)? Or if it's imoprtant for you to continue working with Eclipse 3.3 and JBDS 1.1.0 then we can try to help you with it. View the original post : http://www.jboss.org/i

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
ignore my previous post, that was for different problem, sorry... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216638#4216638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216638 _

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
contents of persistence.xml: | | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; |

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : Are there any execptions in Eclipse log? Severity: | | error | | msg: | | org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA Configuration | | exception stack trace: | | An exception stack trace is not available. | | sess

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Are there any execptions in Eclipse log? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216631#4216631 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216631 ___ jboss-user mai

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread asookazian
"akazakov" wrote : Where is seam.jar in the project? | Is it included to classpath? Yes, source jar is here: C:\java\projects\BETS\lib\src. Everything looks ok to me | | | | | | | | | | | | | |

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-10 Thread akazakov
Where is seam.jar in the project? Is it included to classpath? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216499#4216499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216499

[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

2009-03-09 Thread asookazian
saved here: C:\java\projects\BETS\.settings\org.jboss.tools.seam.core.prefs #Mon Mar 09 16:40:23 PDT 2009 action.package=com.cox.bets.session action.sources=/BETS/src/action eclipse.preferences.version=1 model.package=com.cox.bets.entity model.sources=/BETS/src/model seam.ejb.project=BETS seam.p

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
BTW I found a bug here. If you remove @Name in MyIndentity then NPE will be trown: https://jira.jboss.org/jira/browse/JBIDE-3878 - Fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213369#4213369 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread atorble
OK. I'll try a later version before reporting on JIRA. Thanks Andy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213353#4213353 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213353 _

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
We have fixed a lot of bugs in Seam Validator since 2.1.1. I can't reproduce it on the latest JBoss 3.0.0 nightly build. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213351#4213351 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread atorble
JBossTools Core 2.1.1.GA as bundled with JBDS 1.1.0.GA Andy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213350#4213350 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213350 _

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread akazakov
Which version of JBoss Tools do you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213346#4213346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213346 ___ jboss-user mai

[jboss-user] [JBoss Tools (users)] - Re: Seam Validator not recognising component class

2009-02-26 Thread max.ander...@jboss.com
sounds like a bug. report in jira with full class attached so we can reproduce. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213326#4213326 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213326 _

[jboss-user] [JBoss Tools (users)] - Re: Seam project without DB - why not?

2009-02-05 Thread krasig
Max , I agree with you. I'm just trying to create a very simple project, to feel THE POWER OF THE SEAM :) Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207461#4207461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Tools (users)] - Re: Seam project without DB - why not?

2009-02-05 Thread max.ander...@jboss.com
krasig, it is a valid request but there is just not much purpose in a seam app without being able to get data ;) You can always just create a dummy hsqldb database with no content. But as Alexey says, the feature request is in jira and is planned for 3.1. View the original post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: Seam project without DB - why not?

2009-02-05 Thread akazakov
This Feature Request is already in JIRA. https://jira.jboss.org/jira/browse/JBIDE-2630 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207387#4207387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207387

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-20 Thread speleomaniac
No it would be just unreadable :) Anyway, I start surfing in the JBoss Tools Code, especially related with the problem I mentioned before in this thread... I found the classes SeamFacetPostInstallDelegate and RegistrationHelper for registering the modules to a selected server after the creation

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-20 Thread max.ander...@jboss.com
well WTP is too big for *A* digram ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203195#4203195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203195 ___ jboss-user mailin

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-19 Thread speleomaniac
A good sequence, class and activity diagram can really help :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203126#4203126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203126

  1   2   3   >