Thanks Max. No, I have not tried the other one. I ran into too many problems
trying to get it configured. Perhaps there aren't really that many bugs, but I
seem to hit all of them. And I have run out of time now. I really don't have
time to be trying this and that hoping it will work. I di
When I tried to do a new/Seam Generate Entities, I got the following error:
Can't generate seam entities
org.hibernate.console.HibernateConsoleRuntimeException: Could not load JPA
Configuration
Could not load JPA Configuration
org.hibernate.console.HibernateConsoleRuntimeException: Could
Is there a tutorial for JBoss Tools that shows a simple, end-to-end project
from a web page to a database using Seam? I'm not talking about a Seam
tutorial alone, but one that actually uses JBoss Tools. Just wondering.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Okay. Thanks. I'm deleting everything and starting over. There is something
messed up in my environment. I'll give this a shot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144065#4144065
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
I found the JBoss server views. However, I get the same behavior. If the
server is already started, nothing gets published. I tried using the Publish
button, but nothing happened. In order to get new code to JBoss, I still have
to stop the JBoss server, then do a Run As/Run On Server for the
Hey Rob,
That's the exact opposite of the behavior I'm seeing. If the JBoss server is
running, no code updates ever get published. I can change the code and rebuild
everything, but nothing gets deployed. I have to stop the server, then restart
it to get any code changes published (and nothin
It now seems that, even running JBoss within Eclipse, it only deploys the
application the first time I build it and do a Run As/Run on Server. If I
change code, it does not redeploy. I have to shut down JBoss, and redo the
whole procedure to get the new code to be picked up.
View the original
I probably should say running JBoss outside of Eclipse (deploy only). That's
what I meant by deploying outside of Eclipse. When I run JBoss within Eclipse,
it seems to deploy the files correctly (after I deleted all the jar module
statements in the application.xml). But when I run JBoss outsi
Thanks Rob. I just did one more test. I removed the jar files from the
modules in the application.xml. I saw where you had said this is a workaround
for the WTP problem. That actually got the project to deploy within Eclipse
with no errors.
However when I changed the project to deploy outsi
I meant to say I installed the patch for WTP 2.0.2, but it didn't work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143501#4143501
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143501
___
I installed WTP 2.0.2 in my 3.3.2 Eclipse, but I got the same error. So there
is still some other issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143493#4143493
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143
Okay, I found a similar issue here. I think this is what you were referring to
earlier about WTP.
http://www.seamframework.org/Community/CantDeploySeamProjectAfterUpgrading
This solution says to use WTP 2.0.2, instead of 2.0.1. Would you recommend I
try and install 2.0.2?
View the original po
Thanks Max. I was just frustrated yesterday. I'm sure it's something very
simple, I just can't see it for whatever reason.
I did try to run it in Eclipse, and I got the same error. So I obviously have
some problem with my environment. I just don't know what. Here is the error.
08:56:33,406
Just sent you an e-mail Rob.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143325#4143325
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143325
___
jboss-user mailing list
jb
I could not locate the J2EE version of 3.3.1.1 Eclipse. I did find the
standard 3.3.1.1 download. I tried that, but the Seam tools do not show up. I
assume it is because it is not the J2EE version? I don't know.
Do you happen to have a link to the J2EE download for version 3.3.1.1 of
Eclip
Just to see what happens, I deleted the old project and started over (again in
3.3.2). This time more of the project was deployed when initially created (it
did it automatically). But there are still things missing. I get the
following error.
12:25:32,406 ERROR [MainDeployer] Could not initi
I am using JBoss Tools 2.0.1 and Eclipse 3.3.2 (J2EE version) and Seam 2.0.1.
Is this what you are asking?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143207#4143207
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41
I'm really having problems getting this basic application to work. I think I
kinda got it to copy over. I think. What I did was just changed something in
the application and saved it then rebuilt. That copied the files over
(although I would prefer that it let me do it manually).
However, n
Thanks. Unfortunately I can't get that to work. I've tried that, using the
deploy only server and runtime, but when I try and deploy it, nothing happens.
Nothing gets copied over. The project seems to build fine. Just doesn't get
copied.
I'm sure it's something simple I'm overlooking. I'l
Also, to give an idea where I am coming from, I have been building and
deploying my projects with MyEclipse before now. But because JBoss Tools and
MyEclipse don't play well together, and MyEclipse doesn't yet support Seam, I
am trying JBoss Tools for the first time. And it's the first time I'
I'm sure this is very simple, but I just can't get my seam project deployed.
I've tried creating different servers, and different runtimes, and trying to
deploy the project to an external jboss installation on my local disk. But
everytime I try and deploy it, it tries to launch another instanc
Nevermind. I figured it out. The default location for the JBoss runtime did
not match my location, which caused the error. I modified the location of the
runtime and the new Seam Web Project was created succesfully.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
When I try and create a new Seam Web Project, and I go through all the forms,
then hit the Finish button, I get the following error.
"Failed while installing Java 5.0". And the details button says
"java.lang.NullPointerException".
Has anybody seen this before?
I am running Eclipse 3.3.2 and j
I just installed the JBoss Tools, and I was wondering if there is a wizard to
create an EJB3 Entity Bean from an existing table? I couldn't find one. But
maybe I'm not looking in the correct place. Or is manually creating the Entity
bean still the only way to do this? Thanks.
View the origi
Thanks pete. I looked in all of the facelets versions found here, and it
wasn't in any of them.
https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0
There was a jar file called "el-ri.jar", which I suppose could be it, but
that's not what was li
Anybody know where this jar file is located?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036027#4036027
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036027
___
jboss-user
I'm sorry if this is a stupid question, but I can't seem to find "el-impl.jar"
mentioned in the directions in the first post. Can somebody point me to where
that is located? Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035786#4035786
Reply to the
27 matches
Mail list logo