System is windows 7, Eclipse 3.5 EE with JBT 3.1.0 nightly update site
//download.jboss.org/jbosstools/updates/nightly/trunk/ The BIRT update site
http://download.eclipse.org/birt/update-site/2.5 is also enabled. The only
plugins on top of Eclipse EE are checkstyle, subclipse and m2eclipse. I ha
I also tried creating new EAR seam web project with JBDS 2.0.0.GA and seam
2.1.1.GA running on jboss-eap (installed as part of JBDS). Fails with same
symptoms as above posts.
Also fails if create new EAR seam web project using seam 2.0.2-FP (in same
manner)
So seems to be same failure across
files zipped and attached to JBIDE-4166.
This is a new Seam Web Project (EAR, seam 2.1.1.GA) with no entities generated.
The zip file is from the .plugins/org.jboss.ide.eclipse.as.core deploy
directory for the server (when run, throws exception due to multiple seam's
running). The ear file is
replacing the JBoss 4.2.3 JSF with mojarra 1.2_12 does not fix the problem
(using exported .ear file still works)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224950#4224950
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Thanks, I will try suggestions in above posts, but it may not be until tomorrow
that I can get it done.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224807#4224807
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=422480
Two points:
same behavior with JBDS 2.0.GA
If export ear file and drop it into JBoss AS deploy folder (along with data
source definition file) then it works fine.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224196#4224196
Reply to the post :
http://ww
May be related to https://jira.jboss.org/jira/browse/JBIDE-4136 ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224126#4224126
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224126
_
I tried creating a new project today using Eclipse 3.4.2, JBT 3.0.GA plus
3.0.1 alpha nightlies.
Mysql database, cleaned out
C:\apps\workspace3.4.2\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Server\
from old projects.
Created EAR project with File>New>Seam Web Project. Chose
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
No big trouble, these things happen when you are following nightly's.
I was mainly posting to raise what was happening. When eclipse claims there
are no updates, usually installing the latest will update, this time not, so I
investigated a bit more.
View the original post :
http://www.jboss.o
OK, I edited the reveng.xml file by hand, eliminating all of the empty string
attribures, and that eliminates the exception (cheers!)
I looked at my DB to see why extra associations were showing up and found
duplicate foreign key constraints that mysql added at some time, and when I
removed the
You are saying that updates only add? This means that all of the old versions
of modules will hang around? Sorry, I did not understand that, and it seems to
me that the old modules hanging around would create a lot of trouble. Please
clarify that this is what you mean.
My point is that an up
Thanks for responding so quickly.
With respect to some of my questions that were unclear:
1. JoinTables can map 1-1 and 1-n as well as n-n. I was not clear on how to
reverse engineer this situation.
2. I can use the same primary key in both tables to make a 1-1 relation. This
wants a @Primar
Using the 3.0.x update site, when I updated from H10 to H11, the H10 feature
directories were replaces, but the H10 plugin directories are still there.
Also, the current H15 will not install because it is seen as earlier than H11
(since R2009...H11 > N2009...H15 ?).
View the original post :
For the last couple of years, I have been trying hibernate reverse engineering
on a test database with seam-gen or JBT. It is improving, but does not work
out of the box. (work, in terms of generating examples that will compile). I
think all of the issues are in JIRA.
At the moment I am tr
Since the bug fixes were branched off and the trunk is 3.1.0.Alpha1, the doc on
installing jboss tools, http://jboss.org/community/docs/DOC-10044, is
misleading. It gives two links, to the CR2 site as stable (OK) and the
3.1.9.Alpha site as nightly (literally correct, I guess).
For people who
Deleted a project created with new seam project (ear). Eclipse 3.4.1 builds
deployment in
.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Server\deploy,
including data source xml files. When I delete the project (right click on
project and select delete), checking to delete all fil
For the last couple of days, I have not been able to access the JBT 3 nightly
update site from eclipse updates. If I do directly to the site at
http://download.jboss.org/jbosstools/updates/nightly/trunk/ there is a page
with links to the updates, but clicking on any of them results in a Not Fou
The document http://jboss.org/community/docs/DOC-10044 has a reference to the
stable site (for eclipse 3.3) and the nightly site (for eclipse 3.4).
The development site http://download.jboss.org/jbosstools/updates/development/
should be added for people who want a more stable version than the ni
Sorry if this is already in JIRA, I looked and could not find. I know there is
a lot of activity getting the functionality in, but the documentation is really
important in terms of usability. Easily finding the documentation is as
important as having it.
Documentation has grown since JBDS 1,
In the JBoss AS5 release notes it seems to suggest you are better to be using
Java 5:
The Java5 compiled binary is our primary/recommended binary
| distribution. It has undergone rigorous testing and can run under both a
Java 5 and a Java 6 runtime. When running
| under Java 6 you need to m
The following jboss.xml would bind a jndi name under jboss as 4, but does not
do so under jboss as 5, even though the dtd would seem to indicate that it is
still supported:
http://www.jboss.com/xml/ns/javaee";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
|
What does the following warning mean, where is it documented, what do I do to
get rid of it? I know EJBTHREE-1246 says bean developers do not have to worry.
Example is from O'Reilly EJB3 workbook. example 4.1.
13:11:44,515 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use
InterceptorsFact
This is not new, and may belong with the hibernate people (just tell me).
Using windows XP, latest daily build of JBT 3.
Have a mysql database with a fixed width field STATE char(2) and some varchar
fields. (mysql shows the column type for STATE as char(2))
Seam gen entities generates (in the c
Windows OS. Started with Eclipse 3.4.1 EE version, updated with BRIT and JBoss
Tools update site enabled. Installed latest daily, N200812080252. Added JBoss
AS 4.2.3.GA as "JBoss, a division of Red Hat JBoss 4.2 Runtime" and created a
new local server by checking checkbox in New Server Runtim
Hey,
Thanks for fixing it right away.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194924#4194924
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194924
___
jboss-user maili
OK, based on new JIRA, it looks like the hibernate was broken:
Invalid build.properties in org.jboss.tools.hibernate.ui.view
| -
|
| Key: JBIDE-3370
| URL: https://jira.jboss.org/jira/browse/JBIDE
This may affect the issue:
Invalid build.properties in org.jboss.tools.hibernate.ui.view
-
Key: JBIDE-3370
URL: https://jira.jboss.org/jira/browse/JBIDE-3370
View the original post :
http://www.jboss.c
This also happens with Java 5 and Windows XP (32)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194906#4194906
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194906
___
jboss
I reinstalled eclipse-jee-ganymede-SR1-win32.zip (on windows XP). Included the
BIRT update site and JBOSS tools daily site. Set all of the update sites as
active and updated eclipse, no problem.
Tried to install latest JBoss tools. Failed on BRIT as above.
Removed BRIT Integration and tr
This has happened frequently.
Usually when I take out BIRT the rest will update.
Yesterday it was a hibernate issue. I added the BIRT update site and JBoss
Tool Update site, as described in http://jboss.org/community/docs/DOC-10044.
With that I was able to install N200812051203. Update fai
Now that JBoss AS 5 is finally out, the question arises which JDK to use with
it. JBoss AS 5.0.0.GA seems to come in two versions, using JDK 5 or 6. JBoss
Developer Studio 1 required JDK 5.
Sun has move JDK 5 into the sunset, even though it is the reference JDK for
Java EE 5. Presumably at s
"bdlink" wrote : This is happening to me as well. I am using eclipse 3.4.1 and
the latest (updated Nov 20, 08) Jboss tools 3 daily.
|
Sorry, make that Nov 15 update
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189677#4189677
Reply t
I am running Eclipse 3.4.1 with JBoss tools 3 latest daily (Updated Nov 16/08).
I created a JSF project and tried to add RichFaces Libraries.
1st attempt, adding RichFaces 3.2.2.SR1 with Configure Build Path. Added the
RichFaces jars as external jars under libraries tab of Java Build path. The
This is happening to me as well. I am using eclipse 3.4.1 and the latest
(updated Nov 20, 08) Jboss tools 3 daily.
Creating a new JSF project and selecting servlet 2.5 and JSF 1.2 leaves the
Dynamic web facet at 2.4, and it cannot be changed. I came to the conclusion
that JBoss tools is not u
Har,
Yes, JBDS. :) But thanks for the info.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164104#4164104
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164104
___
jboss-
I notice Drools is mentioned in the JBossTools project, but not in the JBDC
spec.
Do we know if Drools is included in JBDC 1.1.0.GA?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164043#4164043
Reply to the post :
http://www.jboss.com/index.html?module=bb&
I guess what I would find useful (after trying generate-entries on an earlier
test project) would be something that either maps entities to tables, or
generates tables from entities, but since in either case, the mapping probably
needs some ability for human guidance. For example, given a schem
Thank you for your prompt reply.
I selected the JPA facet when creating the project. However looking at the
project facets for the -ejb project, it does not show up. Adding in the JPA
facet at that point does fix the Dali error.
I did not (in this test project) use seam generate enties, bec
After reading from Max (above) that we are to use Dali for persistence with
JBoss tools, I tried using JPA with todays Jboss tools nightly build, after
creating a seam-web project (with Seam 2). As near as I can figure, JPA only
works in a JPA project. It does not appear to work with a Seam pr
Still looking for JBoss Tools 2.0 documentation.
Pressing F1 in eclipse (after installing beta 4) does not provide any
documentation for Jboss tools that I can find. There is some documentation for
Hibernate, some very old (3-4 years?) documentation for doing a J2EE 1.4 CMP
application with XD
Tried with seam2.0.0.CR3, same errors.
As suggested, adding columnDefinition="char(32)" to the id key fixes the
problem with hibernate validation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099067#4099067
Reply to the post :
http://www.jboss.com/index.
Perhaps it is related to the fact(according to mysql documentation) that mysql
will silently change the char(32) field (which shows as char(32) in the schema)
to a varchar(32) that is actually stored.
If you describe the table from mysql, it shows char(32), perhaps this was read
to generate the
Problem line:
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098007#4098007
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098007
___
jboss-user mailing list
jboss-user@lists
Commenting out the line in the persistence-dev.xml file removes the error and
allows the generated project to work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098006#4098006
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Sorry, forgot to post persistence.xml file seamgen produced, related to above
issues:
| 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.
Saw something similar in JIRA regarding Temporal fields, but that is not an
issue here.
Running Seam 2.0.0.CR2 with JDK 1.5.0_12 and JBoss4.2.1.GA and eclipse3.3.1
with JBoss Tools2.0.0.beta4 installed.
Created a new project with seamgen new-project with the following properties:
| #Genera
OK, I figured it out. In tiny mouse print in the blog referenced in the second
post, it says to run "ant build". I saw that when I reread the blog.
When I run "ant build" in the top seam directory, it fixes the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op
Same problem happening to me. Trying to run seam-gen, in particular "seam
setup" and get error message during the init phase:
anonymous wrote : 1 required artifact is missing.
|
| for artifact:
| unspecified:unspecified:jar:0.0
|
| from the specified remote repositories:
| cent
In the jboss downloads area, http://labs.jboss.com/projects/download, under
tools, it has jboss IDE for eclipse (which the seam 2.0 documentation and
earlier refers to). The most recent version there is 2.0.0 Beta2. There is no
mention of an eclipse update site (only for the stable 1.6 version
stateless session beans
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088675#4088675
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088675
___
jboss-user mailing list
jboss-u
51 matches
Mail list logo