|
After importing a seam-gen project into JBoss Tools, you may have received the following error... ... is named persistence-dev.xml rather than persistence.xml, like JBoss Tools expects. You are partially... ... JBoss Tools to recognize it. The solution is even simpler.
After importing the seam-gen project... ... can open a session factory and start using it.
You still won't be able to use the JBoss Tools form editor to modify the persistence unit descriptor. This goes back to your first instinct. JBoss Tools |
|
Is it safe to use Jboss tools to work with seam or should we stick to seam-gen ? They seem to be incompatible and I am under the impression that jboss tools is not up to date with seam.
What is the best practice ? What works best ? |
|
Hi friends
is there any body to help me about report tools for web applications?i,m very new with this subject.i,d tried jasper ei report and looking for another kind and products.your advice of course exprienced ones is very worth for me.
thank you |
|
As the Jboss Seam/RF tools are currently not able to be added to MyEclipse - something about having to be a single file for deployment:
"http://www.jboss.com/index.html?module\=bb\&op\=viewtopic\&t\=130496
"
I would like to try out JBoss Developer Studio to see if its suits my way of working.
Does anyone know how to download a trial version?
|
|
Watch out the WTP 2.0.2 update if you use it in combination with Eclipse/JBoss Tools. There is a breaking bug which does not let a seam application to be deployed if jboss-seam.jar is listed as ejb module in application.xml.
There are two workarounds for that:
= Downgrade WTP and JST from 2.0.2 to 2.0.1 until a WTP fix comes out
= Remove jboss-seam.jar from ejb modules list until a WTP fix comes out
This bug does not have effect if the seam-gen project layout is used as it doesn't use WTP |
|
Does there exist a Joomla like tool for Seam? Are there any components like JCR 1.0 tools to help make site content, security and navigation configurable by non-technical users? |
|
I'm trying to use the Jboss Tools to create a seam project using hte EAR format. I seem to get some "variability" when I do this. I'm using Seam 2 tech preview the JBoss 4.2.
I get these two things happening:
1. If AS is running when the wizard completes I'll get an error that the components.xml cannot be read.
2. If AS is not running and I start JBoss after the wizard completes and I start up AS and then deploy the project I will not be able to login and will get an error like this:
`
15 |
|
Hi,
When I try to generate entities with Jboss tools in Eclipse, I get the following error :
Can't generate seam entities
org.hibernate.cfg.JDBCBinderException: Duplicate class name 'org.domain.ORA.entity.AllFileGroups' generated for 'org.hibernate.mapping.Table(SYS._ALL_FILE_GROUPS)'. Same name where generated for 'org.hibernate.mapping.Table(SYS._ALL_FILE_GROUPS)'
Duplicate class name... ... in the Jboss tools?
Thanks in advance! |
|
Following combination does not copy jboss-seam.jar to deploy directory and deployment fails..
eclipse-jee-europa-winter
JBossTools-2.1.2.GA
manually copying said file inside ear file in deploy directory, jboss redeploys, and it works..
are those plugins tested before posted on the web since ganymede/tools3 combination does not work at all and |
|
Sorry for unrelated question. But I after learning Seam2/3 for about 2 months, I need some savvy tool to express my design based on EJB3 and Seam2/3, so that our team can develop/code according to the design documents, such as class/UR diagrams.
Is UML/Rational Rose still the Holy Grail for EJB design? Or other lightweight while expressive tool li |
|
Hi friends
is there any body to help me about report tools for web applications?i,m very new with this subject.i,d tried jasper ei report and looking for another kind and products.your advice of course exprienced ones is very worth for me. i should add some details.i need my report produce pdf & excel & x/html , xml, open office.and about 80-100 user i expect and need dynamic report generation.
actually cause i use seam ,asked about report tools here.
thank you
|
|
Get the [JBoss Developer Studio=>http://www.jboss.com/products/devstudio] with full Seam support in an Eclipse-based IDE.
|
|
following is regarding Seam2.0.0.GA:
when I run thru the seam-gen interview (wizards) in Eclipse Europa with JBoss Tools (Seam Tools) plugin, the result is four projects (folders) and no build.xml.
when I run seam-gen from command prompt I get one project (folder) and a build.xml. this is achieved by doing the following:
1) seam setup
2) enter config data
3) seam create-project
why is there a difference here? in terms of project footprint as well as build.xml? is the jboss tools seam-gen |
|
I am trying to move over to the new project layout in jboss tools to reap the benefits of hot-deploy. To be honest I don't really like the division into 4 seperate projects (it has issues in version control), but everything has its pros and cons.
However I just downloaded the latest eclipse (JEE), jboss tools 2, seam 2 and jboss as 4.2.2 on OSX 10.5.2. So it is a clean install. Now, when I create a new project all goes fine. Then when I try to deploy the server bails out with "cannot open |