-
1. Re: RedHat Developer Studio: CSS file not found when deplyed
akazakov Mar 12, 2009 1:46 AM (in response to gbadavidson)Could we see your template?
-
2. Re: RedHat Developer Studio: CSS file not found when deplyed
maxandersen Mar 12, 2009 4:43 AM (in response to gbadavidson)..and just to check are you using Red Hat Developer Studio (1.5 year old which when it went GA became JBoss Developer Studio) or are you using JBoss Developer Studio ?
And yes, is the .css file deployed ? -
3. Re: RedHat Developer Studio: CSS file not found when deplyed
gbadavidson Mar 12, 2009 8:58 AM (in response to gbadavidson)I am not using JBoss Developer studio. I have looked for a way to download it but only found the RedHat Developer studio. Could you send a link to the JBoss Developer Studio Download site?
This is the template file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib">
<ui:insert name="title">MiracleMind</ui:insert>
<ui:insert name="header">
<ui:include src="header.xhtml"/>
</ui:insert>
<ui:insert name="navigation" >
<ui:include src="navigation.xhtml"/>
</ui:insert>
<ui:insert name="title" />
<ui:insert name="content">
<ui:include src="content.xhtml"/>
</ui:insert>
<ui:insert name="links">
<ui:include src="links.xhtml"/>
</ui:insert>
<ui:insert name="footer">
<ui:include src="footer.xhtml"/>
</ui:insert> -
4. Re: RedHat Developer Studio: CSS file not found when deplyed
akazakov Mar 12, 2009 9:02 AM (in response to gbadavidson)And where is a link to .css?
-
5. Re: RedHat Developer Studio: CSS file not found when deplyed
maxandersen Mar 12, 2009 11:59 AM (in response to gbadavidson)https://inquiries.redhat.com/go/redhat/JBDS2
Where did you find the Red Hat Developer Studio download ? -
6. Re: RedHat Developer Studio: CSS file not found when deplyed
gbadavidson Mar 12, 2009 11:47 PM (in response to gbadavidson)I did find the Jboss Developer studio and it is working. There is one small issue that I found. I have a background image in my header which does not show in the preview but does show when I deploy the application.
An unrelated question, is there any documentation for JBDS-Hibernate? In particluar reverse engineering. The docs I found seem to be way out of date. -
7. Re: RedHat Developer Studio: CSS file not found when deplyed
ochikvina Mar 24, 2009 5:44 AM (in response to gbadavidson)The JBoss Tools/JBDS guides bundle for CR2 is here:
http://docs.jboss.org/tools/3.0.0.CR2/ -
8. Re: RedHat Developer Studio: CSS file not found when deplyed
gbadavidson Mar 24, 2009 8:28 AM (in response to gbadavidson)I am going to thank everyone for taking a look into this. I have found a way to fix the symptom but I am not sure what exactly went wrong. Since the laptop I am working on was just purchased, specificlly to do this work I decided to use a Dell utility to detect any problems on the sytem or with the operating system. The utility came back with a message that there were "multiple" errors that the utility could not correct. I then decided to restore the system to factory install image. Once that was complete I ran the diagnostic again and no problems were found. I was then able to load JBDS and (so far) it is working with no problems. I am afaid that the error I have been seeing are not related to Jboss. I suspect, but have no direct proof, that this is related to the Vista operating system. ( Can anyone say Linux...? :-) )
So, if anyone is using 64 bit Vista and are having unusual problems with JBoss, I suggest that you run the System Diagnostic program, a problem may be found at the operating system level. I am sorry I can not be more specific with the exact error, the utility did not provide any details. Funny isn't it, Mircrosoft writes the operating system, writes the utility and it is unable (or unwilling?) to provide any details, funny how that works. -
9. Re: RedHat Developer Studio: CSS file not found when deplyed
maxandersen Apr 2, 2009 2:19 AM (in response to gbadavidson)Glad to hear it is working for you again!