[JBoss JIRA] Created: (JBIDE-974) Attribute jboss.defaults.been.set is not of type java.lang.String
by Max Andersen (JIRA)
Attribute jboss.defaults.been.set is not of type java.lang.String
-----------------------------------------------------------------
Key: JBIDE-974
URL: http://jira.jboss.com/jira/browse/JBIDE-974
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta3
Reporter: Max Andersen
Assigned To: Rob Stryker
Fix For: 2.0.0.Beta4
Getting this stacktrace when enabling org.eclipse.wst.server.core tracing. Seems like a boolean property is read as a string...
org.eclipse.wst.server.core SEVERE 28/09/07 15:25.53.713 Error calling delegate setupLaunchConfiguration() JBoss 4.2 Server
org.eclipse.debug.core.DebugException: Attribute jboss.defaults.been.set is not of type java.lang.String.
at org.eclipse.debug.internal.core.LaunchConfigurationInfo.getStringAttribute(LaunchConfigurationInfo.java:144)
at org.eclipse.debug.internal.core.LaunchConfiguration.getAttribute(LaunchConfiguration.java:336)
at org.jboss.ide.eclipse.as.core.server.internal.launch.JBossServerStartupLaunchConfiguration.ensureDefaultsSet(JBossServerStartupLaunchConfiguration.java:70)
at org.jboss.ide.eclipse.as.core.server.internal.launch.JBossServerStartupLaunchConfiguration.setupLaunchConfiguration(JBossServerStartupLaunchConfiguration.java:66)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServerBehavior.setupLaunchConfiguration(JBossServerBehavior.java:95)
at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1152)
at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1195)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getLaunchConfigConfigurationDirectory(JBossServer.java:171)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getConfigDirectory(JBossServer.java:153)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getDeployDirectory(JBossServer.java:165)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getDeployDirectory(JBossServer.java:146)
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.getDeployPath(JstPublisher.java:142)
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.fullPublish(JstPublisher.java:102)
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.publishModule(JstPublisher.java:93)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:121)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:749)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:835)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:669)
at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Resolved: (JBIDE-551) Using images in CSS and visual page editor
by Sergey Vasilyev (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-551?page=all ]
Sergey Vasilyev resolved JBIDE-551.
-----------------------------------
Resolution: Done
Duplicate bug JBIDE-897. Fixed.
> Using images in CSS and visual page editor
> ------------------------------------------
>
> Key: JBIDE-551
> URL: http://jira.jboss.com/jira/browse/JBIDE-551
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Unknown (User report)
> Reporter: Aliaksey Nis
> Assigned To: Sergey Vasilyev
>
> A XHTML page in JSF project. The directory structure is:
> Web Content/
> codelibrary/css/style.css
> images/myimg.jpg
> myXHTMLpage.xhtml
> The link in my page to the CSS is:
> <link href="codelibrary/css/style.css" rel="stylesheet" type="text/css" />
> There is a class attribute in a <td> element in the page as follows:
> <td align="center" valign="top" class="leftbg1">...</td>
> The "leftbg" class is defined in style.css as follows:
> .leftbg1
> {
> background-image:url(../../myimg.jpg);
> background-repeat: no-repeat;
> background-position: bottom;}
> All other CSS references are working fine and are reflected in visual designer; however, the image specified in "background-image:url(../../myimg.jpg);" does not display. The designer does not seem to be resolving the image URL specified in the CSS. I've tried several settings in "Page Design Options", but none seem to work so I currently have no options specified. I've also tried several modifications to the path in CSS "url()" with no luck.
> Original Exadel forum message "http://forum.exadel.com/viewtopic.php?t=5897".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Moved: (RHDS-196) PDF version generation bugs
by Svetlana mukhina (JIRA)
[ http://jira.jboss.com/jira/browse/RHDS-196?page=all ]
Svetlana mukhina moved RF-875 to RHDS-196:
------------------------------------------
Project: Red Hat Developer Studio (was: RichFaces)
Key: RHDS-196 (was: RF-875)
Component/s: documentation
(was: doc)
Fix Version/s: 1.0.0.beta1
(was: 3.2.0)
Affects Version/s: 1.0.0.GA
(was: 3.0.1)
> PDF version generation bugs
> ---------------------------
>
> Key: RHDS-196
> URL: http://jira.jboss.com/jira/browse/RHDS-196
> Project: Red Hat Developer Studio
> Issue Type: Task
> Components: documentation
> Affects Versions: 1.0.0.GA
> Reporter: Svetlana mukhina
> Assigned To: Maksim Kaszynski
> Fix For: 1.0.0.beta1
>
>
> There are bugs in PDF version:
> 1. some code lines doesn't suit the frames created for them
> 2. long tables (for several pages) are damaged
> 3. large screenshots are re-sized incorrectly, too large.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months