JBoss Tools SVN: r10923 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-17 09:36:44 -0400 (Fri, 17 Oct 2008)
New Revision: 10923
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
Log:
JBIDE-2056
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2008-10-17 13:17:39 UTC (rev 10922)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2008-10-17 13:36:44 UTC (rev 10923)
@@ -56,15 +56,13 @@
IResource resource = delta.getResource();
switch (delta.getKind()) {
case IResourceDelta.ADDED:
- getResourceVisitor().getVisitor().visit(resource);
- break;
+ return getResourceVisitor().getVisitor().visit(resource);
case IResourceDelta.REMOVED:
SeamProject p = getSeamProject();
if(p != null) p.pathRemoved(resource.getFullPath());
break;
case IResourceDelta.CHANGED:
- getResourceVisitor().getVisitor().visit(resource);
- break;
+ return getResourceVisitor().getVisitor().visit(resource);
}
//return true to continue visiting children.
return true;
16 years, 2 months
JBoss Tools SVN: r10922 - in trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces: META-INF and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-17 09:17:39 -0400 (Fri, 17 Oct 2008)
New Revision: 10922
Added:
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.classpath
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.cvsignore
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.project
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/about.html
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/build.properties
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.properties
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/richfaces/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/richfaces/RichfacesExtensionsPlugin.java
Log:
Share project 'org.jboss.tools.jsf.text.ext.richfaces' into 'https://svn.jboss.org/repos/jbosstools/trunk'
JBIDE-1898 OpenOns for attributes of richfaces tags
JBIDE-2406 openon doesn't work for "viewId" attribute of <a4j:include> component.
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.classpath
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.classpath (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.classpath 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.cvsignore
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.cvsignore (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.cvsignore 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1 @@
+bin
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.project
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.project (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/.project 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jsf.text.ext.facelets</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/META-INF/MANIFEST.MF 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Eclipse-LazyStart: true
+Bundle-Name: Richfaces Text Editors Extensions
+Bundle-ClassPath: jsfrichfacesextensions.jar
+Bundle-Activator: org.jboss.tools.jsf.text.ext.richfaces.RichfacesExtensionsPlugin
+Bundle-ManifestVersion: 2
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.jboss.tools.jsf.text.ext.richfaces; singleton:=true
+Bundle-Localization: plugin
+Require-Bundle:
+ org.eclipse.ui,org.eclipse.core.runtime,
+ org.eclipse.core.resources,org.eclipse.jface.text,
+ org.jboss.tools.common.text.ext,
+ org.jboss.tools.jsf.text.ext
+Export-Package: org.jboss.tools.jsf.text.ext.richfaces
+Bundle-Version: 2.0.0
+
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/about.html
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/about.html (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/about.html 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/build.properties
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/build.properties (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/build.properties 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,8 @@
+bin.includes = META-INF/,\
+ plugin.xml,\
+ jsfextensions.jar,\
+ about.html,\
+ plugin.properties
+jars.compile.order = jsfextensions.jar
+source.jsfextensions.jar = src/
+output.jsfextensions.jar = bin/
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.properties
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.properties (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.properties 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1 @@
+providerName=Red Hat, Inc.
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/plugin.xml 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+
+ <extension
+ point="org.jboss.tools.common.text.ext.hyperlinkPartitioner"
+ id="org.jboss.tools.common.text.ext.jsf.richfaces.hyperlinkPartitioner"
+ name="org.jboss.tools.common.text.ext.jsf.richfaces.hyperlinkPartitioner">
+
+ <hyperlinkPartitioner
+ id="org.jboss.tools.common.text.ext.jsf.richfaces.hyperlink.jsp.JSPLinkHyperlinkPartitioner"
+ class="org.jboss.tools.common.text.ext.hyperlink.jsp.JSPLinkHyperlinkPartitioner">
+ <contentType id="org.eclipse.jst.jsp.core.jspsource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ </partitionType>
+ </contentType>
+ <contentType id="org.eclipse.wst.html.core.htmlsource">
+ <partitionType id="org.jboss.tools.common.text.ext.xml.XML_ATTRIBUTE_VALUE">
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ </partitionType>
+ </contentType>
+ </hyperlinkPartitioner>
+
+ <hyperlinkPartitioner
+ id="org.jboss.tools.common.text.ext.jsf.richfaces.hyperlink.JSFJSPLinkHyperlinkPartitioner"
+ class="org.jboss.tools.jsf.text.ext.hyperlink.JSFJSPLinkHyperlinkPartitioner">
+ <contentType id="org.eclipse.jst.jsp.core.jspsource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" >
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ </partitionType>
+ </contentType>
+ <contentType id="org.eclipse.wst.html.core.htmlsource">
+ <partitionType id="org.jboss.tools.common.text.ext.jsp.JSP_LINK" >
+ <axis path="*/[http://richfaces.org/a4j]:include/viewId/" />
+ <axis path="*/[http://richfaces.org/rich]:insert/src/" />
+ </partitionType>
+ </contentType>
+ </hyperlinkPartitioner>
+
+ </extension>
+</plugin>
Added: trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/richfaces/RichfacesExtensionsPlugin.java
===================================================================
--- trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/richfaces/RichfacesExtensionsPlugin.java (rev 0)
+++ trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/src/org/jboss/tools/jsf/text/ext/richfaces/RichfacesExtensionsPlugin.java 2008-10-17 13:17:39 UTC (rev 10922)
@@ -0,0 +1,107 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.jsf.text.ext.richfaces;
+
+import java.util.MissingResourceException;
+import java.util.ResourceBundle;
+
+import org.eclipse.ui.plugin.*;
+import org.eclipse.core.resources.IWorkspace;
+import org.eclipse.core.resources.ResourcesPlugin;
+import org.eclipse.jface.resource.ImageDescriptor;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The main plugin class to be used in the desktop.
+ */
+public class RichfacesExtensionsPlugin extends AbstractUIPlugin {
+
+ //The shared instance.
+ private static RichfacesExtensionsPlugin plugin;
+ //Resource bundle.
+ private ResourceBundle resourceBundle;
+
+ public static final String PLUGIN_ID = "org.jboss.tools.jsf.text.ext.richfaces";
+
+
+ /**
+ * The constructor.
+ */
+ public RichfacesExtensionsPlugin() {
+ plugin = this;
+ try {
+ resourceBundle= ResourceBundle.getBundle("org.jboss.tools.jsf.text.ext.richfaces.RichfacesExtensionsPlugin");
+ } catch (MissingResourceException x) {
+ resourceBundle = null;
+ }
+ }
+
+ /**
+ * This method is called upon plug-in activation
+ */
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ }
+
+ /**
+ * This method is called when the plug-in is stopped
+ */
+ public void stop(BundleContext context) throws Exception {
+ super.stop(context);
+ plugin = null;
+ }
+
+ /**
+ * Returns the shared instance.
+ */
+ public static RichfacesExtensionsPlugin getDefault() {
+ return plugin;
+ }
+
+ /**
+ * Returns an image descriptor for the image file at the given
+ * plug-in relative path.
+ *
+ * @param path the path
+ * @return the image descriptor
+ */
+ public static ImageDescriptor getImageDescriptor(String path) {
+ return AbstractUIPlugin.imageDescriptorFromPlugin("org.jboss.tools.jsf.text.ext.richfaces", path);
+ }
+
+ /**
+ * Returns the workspace instance.
+ */
+ public static IWorkspace getWorkspace() {
+ return ResourcesPlugin.getWorkspace();
+ }
+
+ /**
+ * Returns the string from the plugin's resource bundle,
+ * or 'key' if not found.
+ */
+ public static String getResourceString(String key) {
+ ResourceBundle bundle= RichfacesExtensionsPlugin.getDefault().getResourceBundle();
+ try {
+ return bundle.getString(key);
+ } catch (MissingResourceException e) {
+ return key;
+ }
+ }
+
+ /**
+ * Returns the plugin's resource bundle,
+ */
+ public ResourceBundle getResourceBundle() {
+ return resourceBundle;
+ }
+
+}
16 years, 2 months
JBoss Tools SVN: r10921 - in trunk: trunk and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-10-17 09:15:59 -0400 (Fri, 17 Oct 2008)
New Revision: 10921
Added:
trunk/trunk/
trunk/trunk/jsf/
trunk/trunk/jsf/plugins/
trunk/trunk/jsf/plugins/org.jboss.tools.jsf.text.ext.richfaces/
Log:
Share project 'org.jboss.tools.jsf.text.ext.richfaces' into 'https://svn.jboss.org/repos/jbosstools/trunk'
JBIDE-1898 OpenOns for attributes of richfaces tags
JBIDE-2406 openon doesn't work for "viewId" attribute of <a4j:include> component.
16 years, 2 months
JBoss Tools SVN: r10920 - in trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml: resources/meta and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-17 09:14:43 -0400 (Fri, 17 Oct 2008)
New Revision: 10920
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/src/org/jboss/tools/hibernate/xml/model/impl/HibConfigListenerImpl.java
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/meta/hibconfig3.meta
Log:
JBIDE-2778
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml 2008-10-17 12:50:52 UTC (rev 10919)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml 2008-10-17 13:14:43 UTC (rev 10920)
@@ -65,6 +65,8 @@
class="org.jboss.tools.hibernate.xml.model.impl.HibConfigCacheImpl"/>
<xclass id="org.jboss.tools.hibernate.xml.model.impl.HibConfigMappingImpl"
class="org.jboss.tools.hibernate.xml.model.impl.HibConfigMappingImpl"/>
+ <xclass id="org.jboss.tools.hibernate.xml.model.impl.HibConfigListenerImpl"
+ class="org.jboss.tools.hibernate.xml.model.impl.HibConfigListenerImpl"/>
<xclass id="org.jboss.tools.hibernate.xml.model.impl.HibernateAuxFolderImpl"
class="org.jboss.tools.hibernate.xml.model.impl.HibernateAuxFolderImpl"/>
<xclass id="org.jboss.tools.hibernate.xml.model.impl.HibernateClassImpl"
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/meta/hibconfig3.meta
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/meta/hibconfig3.meta 2008-10-17 12:50:52 UTC (rev 10919)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/meta/hibconfig3.meta 2008-10-17 13:14:43 UTC (rev 10920)
@@ -658,7 +658,7 @@
</XActionItem>
<XDependencies/>
</XModelEntity>
- <XModelEntity ImplementingClass="%Regular2%" XMLSUBPATH="listener" name="HibConfig3Listener">
+ <XModelEntity ImplementingClass="org.jboss.tools.hibernate.xml.model.impl.HibConfigListenerImpl" XMLSUBPATH="listener" name="HibConfig3Listener">
<XChildrenEntities/>
<XEntityRenderer>
<ICONS>
Added: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/src/org/jboss/tools/hibernate/xml/model/impl/HibConfigListenerImpl.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/src/org/jboss/tools/hibernate/xml/model/impl/HibConfigListenerImpl.java (rev 0)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/src/org/jboss/tools/hibernate/xml/model/impl/HibConfigListenerImpl.java 2008-10-17 13:14:43 UTC (rev 10920)
@@ -0,0 +1,18 @@
+package org.jboss.tools.hibernate.xml.model.impl;
+
+public class HibConfigListenerImpl extends RegularObject2Impl {
+
+ private static final long serialVersionUID = 1L;
+
+ public HibConfigListenerImpl() {}
+
+ public String getPathPart() {
+ String pp = super.getPathPart();
+ String type = getAttributeValue("type");
+ if(type != null && type.length() > 0) {
+ pp += ":" + type;
+ }
+ return pp;
+ }
+
+}
16 years, 2 months
JBoss Tools SVN: r10919 - in trunk/seam/plugins/org.jboss.tools.seam.xml: schemas and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-17 08:50:52 -0400 (Fri, 17 Oct 2008)
New Revision: 10919
Added:
trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/pdf-2.1.xsd
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-components.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-framework.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-remoting.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-security.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-web.meta
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-wicket.meta
Log:
JBIDE-2855
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-components.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-components.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-components.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -451,8 +451,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
name="component-name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,jndi-name,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,jndi-name,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttribute default="xml" name="extension" xmlname="EXTENSION">
<Editor name="Uneditable"/>
</XModelAttribute>
@@ -1062,7 +1062,7 @@
PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.SeamXMLFormLayoutData"
XMLSUBPATH="components" name="FileSeamComponents21">
<XChildrenEntities>
- <XChildEntity name="SeamComponent20"/>
+ <XChildEntity name="SeamComponent21"/>
<XChildEntity name="SeamFactory20"/>
<XChildEntity name="SeamEvent20"/>
<XChildEntity name="SeamImport"/>
@@ -1123,7 +1123,7 @@
ICON="action.new.struts.webapp.res_ref"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="Component..." kind="action" name="AddComponent">
- <EntityData EntityName="SeamComponent20">
+ <EntityData EntityName="SeamComponent21">
<AttributeData AttributeName="name"/>
<AttributeData AttributeName="class" Mandatory="no"/>
</EntityData>
@@ -1493,26 +1493,73 @@
kind="action" name="AddAnyProperty"/>
</XActionItem>
<XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
- <XActionItem ICON="action.copy" displayName="Copy" kind="list" name="CopyActions">
- <XActionItem BaseActionName="Copy" HandlerClassName="%Copy%"
- ICON="action.copy" displayName="Copy" kind="action" name="Copy"/>
- <XActionItem BaseActionName="Cut" HandlerClassName="%Cut%"
- ICON="action.cut" displayName="Cut" kind="action" name="Cut"/>
- <XActionItem BaseActionName="Paste" HandlerClassName="%Paste%"
- ICON="action.paste" displayName="Paste" kind="action" name="Paste"/>
+ <XActionItemReference entity="SeamComponent" name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamComponent" name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamComponent" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamComponent" name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.SeamXMLFormLayoutData;children=%Ordered%"
+ XMLSUBPATH="component" name="SeamComponent21">
+ <XChildrenEntities>
+ <XChildEntity name="SeamProperty"/>
+ <XChildEntity name="SeamPropertyList"/>
+ <XChildEntity name="SeamPropertyMap"/>
+ </XChildrenEntities>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.component" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="component" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttributeReference
+ attributes="name,class,scope,precedence,installed,auto-create,startup"
+ entity="SeamComponent20" name="component"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="startupDepends" xmlname="startupDepends"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="jndi-name" xmlname="jndi-name"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions">
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Add Simple Property..." kind="action" name="AddProperty">
+ <EntityData EntityName="SeamProperty">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="value" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Add List Property..." kind="action" name="AddListProperty">
+ <EntityData EntityName="SeamPropertyList">
+ <AttributeData AttributeName="name"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Add Map Property..." kind="action" name="AddMapProperty">
+ <EntityData EntityName="SeamPropertyMap">
+ <AttributeData AttributeName="name"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HIDE="always"
+ HandlerClassName="org.jboss.tools.common.meta.action.impl.handlers.ShowMenuHandler"
+ PROPERTIES="actionList=CreateActions" displayName="Property..."
+ kind="action" name="AddAnyProperty"/>
</XActionItem>
- <XActionItem ICON="action.delete" displayName="Delete" kind="list" name="DeleteActions">
- <XActionItem BaseActionName="Delete" HandlerClassName="%Delete%"
- ICON="action.delete" displayName="Delete" kind="action" name="Delete"/>
- </XActionItem>
- <XActionItem ICON="action.empty" kind="list" name="Properties">
- <XActionItem HandlerClassName="%Properties%" ICON="action.empty"
- displayName="Properties..." kind="action" name="Properties"/>
- </XActionItem>
- <XActionItem displayName="move" kind="list" name="MoveActions">
- <XActionItem HIDE="always" HandlerClassName="%Move%"
- ICON="action.move" displayName="Move" kind="action" name="Move"/>
- </XActionItem>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamComponent" name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamComponent" name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamComponent" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamComponent" name="MoveActions" path="MoveActions"/>
</XActionItem>
<XDependencies/>
</XModelEntity>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-core.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -763,8 +763,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.core.init" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttributeReference
attributes="debug,jndi-pattern,transaction-management-enabled,user-transaction-name"
entity="SeamCoreInit20" name="init"/>
@@ -1044,8 +1044,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.core.manager" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create"
- entity="SeamComponent" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttributeReference
attributes="conversation-timeout,concurrent-request-timeout,conversation-id-parameter,parent-conversation-id-parameter"
entity="SeamCoreManager" name="manager"/>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-framework.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-framework.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-framework.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -205,8 +205,8 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttributeReference
- attributes="name,class,scope,precedence,installed,auto-create"
- entity="SeamComponent" name="component"/>
+ attributes="name,class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttribute PROPERTIES="category=general" name="ejbql" xmlname="ejbql"/>
<XModelAttribute PROPERTIES="category=advanced" name="order" xmlname="order"/>
<XModelAttribute PROPERTIES="category=advanced" name="max-results" xmlname="max-results">
@@ -399,8 +399,8 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttributeReference
- attributes="name,class,scope,precedence,installed,auto-create"
- entity="SeamComponent" name="component"/>
+ attributes="name,class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttribute PROPERTIES="category=general" name="ejbql" xmlname="ejbql"/>
<XModelAttribute PROPERTIES="category=advanced" name="order" xmlname="order"/>
<XModelAttribute PROPERTIES="category=advanced" name="max-results" xmlname="max-results"/>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-remoting.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-remoting.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-remoting.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -45,8 +45,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.remoting.remoting" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttributeReference
attributes="poll-interval,poll-timeout,debug"
entity="SeamRemotingConfig20" name="remoting"/>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-security.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-security.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-security.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -11,6 +11,7 @@
<MAPPING name="SeamSchemas">
<PAIR name="security" value="http://jboss.com/products/seam/security-1.2.xsd"/>
<PAIR name="security$20" value="http://jboss.com/products/seam/security-2.0.xsd"/>
+ <PAIR name="security$21" value="http://jboss.com/products/seam/security-2.1.xsd"/>
</MAPPING>
</MAPPINGS>
<ICONS>
@@ -96,7 +97,7 @@
<XModelAttribute PROPERTIES="category=general"
name="authenticate-method" xmlname="authenticate-method"/>
<XModelAttribute PROPERTIES="category=advanced" name="remember-me" xmlname="remember-me">
- <Constraint loader="List">
+ <Constraint loader="%ListEL%">
<value/>
<value name="true"/>
<value name="false"/>
@@ -178,27 +179,363 @@
<XActionItem kind="list">
<XActionItem kind="list" name="CreateActions"/>
<XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
- <XActionItem ICON="action.copy" displayName="Copy" kind="list" name="CopyActions">
- <XActionItem BaseActionName="Copy" HandlerClassName="%Copy%"
- ICON="action.copy" displayName="Copy" kind="action" name="Copy"/>
- <XActionItem BaseActionName="Cut" HandlerClassName="%Cut%"
- ICON="action.cut" displayName="Cut" kind="action" name="Cut"/>
- </XActionItem>
- <XActionItem ICON="action.delete" displayName="Delete" kind="list" name="DeleteActions">
- <XActionItem BaseActionName="Delete" HandlerClassName="%Delete%"
- ICON="action.delete" displayName="Delete" kind="action" name="Delete"/>
- </XActionItem>
- <XActionItem ICON="action.empty" kind="list" name="Properties">
- <XActionItem HandlerClassName="%Properties%" ICON="action.empty"
- displayName="Properties..." kind="action" name="Properties"/>
- </XActionItem>
- <XActionItem displayName="move" kind="list" name="MoveActions">
- <XActionItem HIDE="always" HandlerClassName="%Move%"
- ICON="action.move" displayName="Move" kind="action" name="Move"/>
- </XActionItem>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
</XActionItem>
<XDependencies/>
</XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:identity" name="SeamSecurityIdentity21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="identity" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.identity" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttributeReference
+ attributes="authenticate-method,remember-me,jaas-config-name"
+ entity="SeamSecurityIdentity" name="sequrity"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:identity-manager" name="SeamSecurityIdentityManager21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="identity-manager" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.identityManager" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general" name="identity-store" xmlname="identity-store"/>
+ <XModelAttribute PROPERTIES="category=general"
+ name="role-identity-store" xmlname="role-identity-store"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:jpa-identity-store" name="SeamSecurityJPAIdentityStore21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="jpa-identity-store" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.jpaIdentityStore" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general" name="entity-manager" xmlname="entity-manager"/>
+ <XModelAttribute PROPERTIES="category=general;save=always"
+ name="user-class" xmlname="user-class"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="role-class" xmlname="role-class"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="features" xmlname="features"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:jpa-permission-store" name="SeamSecurityJPAPermissionStore21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="jpa-permission-store" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.jpaPermissionStore" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general" name="entity-manager" xmlname="entity-manager"/>
+ <XModelAttribute PROPERTIES="category=general;save=always"
+ name="user-permission-class" xmlname="user-permission-class"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="role-permission-class" xmlname="role-permission-class"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="features" xmlname="features"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:ldap-identity-store" name="SeamSecurityLDAPIdentityStore21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="ldap-identity-store" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.ldapIdentityStore" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general" name="server-address" xmlname="server-address"/>
+ <XModelAttribute PROPERTIES="category=general" name="server-port" xmlname="server-port"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="bind-DN" xmlname="bind-DN"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="bind-credentials" xmlname="bind-credentials"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="user-DN-prefix" xmlname="user-DN-prefix"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="user-DN-suffix" xmlname="user-DN-suffix"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="role-DN-prefix" xmlname="role-DN-prefix"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="role-DN-suffix" xmlname="role-DN-suffix"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="user-context-DN" xmlname="user-context-DN"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="role-context-DN" xmlname="role-context-DN"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="user-role-attribute" xmlname="user-role-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="user-name-attribute" xmlname="user-name-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="role-name-attribute" xmlname="role-name-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="role-attribute-is-DN" xmlname="role-attribute-is-DN">
+ <Constraint loader="%ListEL%">
+ <value/>
+ <value name="true"/>
+ <value name="false"/>
+ </Constraint>
+ <Editor name="ListString"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="user-object-classes" xmlname="user-object-classes"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="role-object-classes" xmlname="role-object-classes"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="enabled-attribute" xmlname="enabled-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced" name="search-scope" xmlname="search-scope"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="first-name-attribute" xmlname="first-name-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="last-name-attribute" xmlname="first-name-attribute"/>
+ <XModelAttribute PROPERTIES="category=advanced"
+ name="user-password-attribute" xmlname="user-password-attribute"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:permission-manager" name="SeamSecurityPermissionManager21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="permission-manager" loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.permissionManager" name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general"
+ name="permission-store" xmlname="permission-store"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:persistent-permission-resolver" name="SeamSecurityPersistentPermissionResolver21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="persistent-permission-resolver"
+ loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.persistentPermissionResolver"
+ name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general"
+ name="permission-store" xmlname="permission-store"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
+ <XModelEntity ImplementingClass="%Custom%"
+ PROPERTIES="formFactory=%Default%;formLayout=org.jboss.tools.seam.xml.ui.editor.form.core.SeamComponentsCoreFormLayoutData"
+ XMLSUBPATH="security:rule-based-permission-resolver" name="SeamSecurityRuleBasedPermissionResolver21">
+ <XChildrenEntities/>
+ <XEntityRenderer>
+ <ICONS>
+ <ICON info="main.seam.security.identity" type="main"/>
+ </ICONS>
+ </XEntityRenderer>
+ <XModelAttributes>
+ <XModelAttribute default="rule-based-permission-resolver"
+ loader="ElementType" name="element type">
+ <Editor name="Uneditable"/>
+ </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true;category=general"
+ default="org.jboss.seam.security.ruleBasedPermissionResolver"
+ name="name" xmlname="name"/>
+ <XModelAttributeReference
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
+ <XModelAttribute PROPERTIES="category=general" name="security-rules" xmlname="security-rules"/>
+ <XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
+ <Editor name="Note"/>
+ </XModelAttribute>
+ </XModelAttributes>
+ <XActionItem kind="list">
+ <XActionItem kind="list" name="CreateActions"/>
+ <XActionItem ICON="action.empty" displayName="Create" kind="list" name="EditActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="CopyActions" path="CopyActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="DeleteActions" path="DeleteActions"/>
+ <XActionItemReference entity="SeamSecurityIdentity" name="Properties" path="Properties"/>
+ <XActionItemReference entity="SeamSecurityIdentity"
+ name="MoveActions" path="MoveActions"/>
+ </XActionItem>
+ <XDependencies/>
+ </XModelEntity>
<XEntityExtension name="FileSeamComponents12">
<XChildrenEntities>
<XChildEntity name="SeamSecurityIdentity"/>
@@ -271,16 +608,27 @@
</XActionItem>
</XActionItem>
</XEntityExtension>
- <XEntityExtension name="FileSeamComponents20_EditorActionList">
- <XChildrenEntities/>
+ <XEntityExtension name="FileSeamComponents21">
+ <XChildrenEntities>
+ <XChildEntity name="SeamSecurityIdentity21"/>
+ <XChildEntity name="SeamFacesSecurityEvents20"/>
+ <XChildEntity name="SeamSecurityIdentityManager21"/>
+ <XChildEntity name="SeamSecurityJPAIdentityStore21"/>
+ <XChildEntity name="SeamSecurityLDAPIdentityStore21"/>
+ <XChildEntity name="SeamSecurityPermissionManager21"/>
+ <XChildEntity name="SeamSecurityJPAPermissionStore21"/>
+ <XChildEntity name="SeamSecurityRuleBasedPermissionResolver21"/>
+ <XChildEntity name="SeamSecurityPersistentPermissionResolver21"/>
+ </XChildrenEntities>
<XActionItem kind="list">
- <XActionItem ICON="action.empty" displayName="New" kind="list" name="CreateActions">
+ <XActionItem ICON="action.empty" displayName="New" group="1"
+ kind="list" name="CreateActions">
<XActionItem ICON="action.empty" displayName="Security" group="1"
kind="list" name="Security">
<XActionItem HandlerClassName="%Create%" ICON="action.empty"
PROPERTIES="validator.add=true" WizardClassName="%Default%"
displayName="Identity..." kind="action" name="AddIdentity">
- <EntityData EntityName="SeamSecurityIdentity20">
+ <EntityData EntityName="SeamSecurityIdentity21">
<AttributeData AttributeName="name"/>
<AttributeData AttributeName="authenticate-method" Mandatory="no"/>
<AttributeData AttributeName="remember-me" Mandatory="no"/>
@@ -294,6 +642,65 @@
<AttributeData AttributeName="cookie-max-age" Mandatory="no"/>
</EntityData>
</XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Identity Manager..." kind="action" name="AddIdentityManager">
+ <EntityData EntityName="SeamSecurityIdentityManager21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="identity-store" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="JPA Identity Store..." kind="action" name="AddJPAIdentityStore">
+ <EntityData EntityName="SeamSecurityJPAIdentityStore21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="user-class"/>
+ <AttributeData AttributeName="entity-manager" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="LDAP Identity Store..." kind="action" name="AddLDAPIdentityStore">
+ <EntityData EntityName="SeamSecurityLDAPIdentityStore21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="server-address" Mandatory="no"/>
+ <AttributeData AttributeName="server-port" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Permission Manager..." kind="action" name="AddPermissionManager">
+ <EntityData EntityName="SeamSecurityPermissionManager21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="permission-store" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="JPA Permission Store..." kind="action" name="AddJPAPermissionStore">
+ <EntityData EntityName="SeamSecurityJPAPermissionStore21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="user-permission-class" Mandatory="no"/>
+ <AttributeData AttributeName="entity-manager" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Rule Based Permission Resolver..." kind="action" name="AddRuleBasedPermissionResolver">
+ <EntityData EntityName="SeamSecurityRuleBasedPermissionResolver21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="security-rules" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
+ <XActionItem HandlerClassName="%Create%" ICON="action.empty"
+ PROPERTIES="validator.add=true" WizardClassName="%Default%"
+ displayName="Persistent Permission Resolver..." kind="action" name="AddPersistentPermissionResolver">
+ <EntityData EntityName="SeamSecurityPersistentPermissionResolver21">
+ <AttributeData AttributeName="name"/>
+ <AttributeData AttributeName="permission-store" Mandatory="no"/>
+ </EntityData>
+ </XActionItem>
</XActionItem>
</XActionItem>
</XActionItem>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-web.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-web.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-web.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -349,8 +349,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.web.identityFilter" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttributeReference
attributes="url-pattern,disabled,regex-url-pattern"
entity="SeamWebContextFilter20" name="filter"/>
@@ -627,8 +627,8 @@
</XModelAttribute>
<XModelAttribute PROPERTIES="id=true;category=general" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttribute PROPERTIES="category=general"
name="invalidate-on-scheme-change" xmlname="invalidate-on-scheme-change">
<Constraint loader="%ListEL%">
@@ -669,8 +669,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.web.wicketFilter" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttributeReference
attributes="url-pattern,disabled,regex-url-pattern"
entity="SeamWebContextFilter20" name="filter"/>
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-wicket.meta
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-wicket.meta 2008-10-17 12:22:09 UTC (rev 10918)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/meta/seam-wicket.meta 2008-10-17 12:50:52 UTC (rev 10919)
@@ -43,8 +43,8 @@
<XModelAttribute PROPERTIES="id=true;category=general"
default="org.jboss.seam.wicket.webApplication" name="name" xmlname="name"/>
<XModelAttributeReference
- attributes="class,scope,precedence,installed,auto-create,startup"
- entity="SeamComponent20" name="component"/>
+ attributes="class,scope,precedence,installed,auto-create,startup,startupDepends"
+ entity="SeamComponent21" name="component"/>
<XModelAttribute PROPERTIES="category=general"
name="application-class" xmlname="application-class">
<Editor name="AccessibleJava"/>
Added: trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/pdf-2.1.xsd
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/pdf-2.1.xsd (rev 0)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/schemas/pdf-2.1.xsd 2008-10-17 12:50:52 UTC (rev 10919)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified"
+ targetNamespace="http://jboss.com/products/seam/pdf"
+ xmlns:pdf="http://jboss.com/products/seam/pdf"
+ xmlns:components="http://jboss.com/products/seam/components"
+ attributeFormDefault="unqualified">
+ <xs:import namespace="http://jboss.com/products/seam/components"
+ schemaLocation="components-2.1.xsd" />
+
+ <xs:element name="key-store-config">
+ <xs:annotation>
+ <xs:documentation>
+ The key stores holds the encryption keys for creating signed PDF
+ documents
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType mixed="true">
+ <xs:attributeGroup ref="components:attlist.component" />
+ <xs:attributeGroup ref="pdf:attlist.keystore" />
+ </xs:complexType>
+ </xs:element>
+ <xs:attributeGroup name="attlist.keystore">
+ <xs:attribute name="key-store" type="components:string" />
+ <xs:attribute name="key-store-password" type="components:string" />
+ <xs:attribute name="key-password" type="components:string" />
+ <xs:attribute name="key-alias" type="components:string" />
+ </xs:attributeGroup>
+</xs:schema>
16 years, 2 months
JBoss Tools SVN: r10918 - trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-10-17 08:22:09 -0400 (Fri, 17 Oct 2008)
New Revision: 10918
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
Log:
add ... for generate hibernate actions since it shows an dialog
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2008-10-17 11:47:51 UTC (rev 10917)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml 2008-10-17 12:22:09 UTC (rev 10918)
@@ -37,7 +37,7 @@
<super type="org.eclipse.core.resources.problemmarker"/>
<super type="org.eclipse.core.resources.textmarker"/>
<persistent value="true"/>
-</extension>
+</extension>
<extension point="org.eclipse.ui.actionSets">
<!-- main menu -->
<actionSet label="Java Coding" description="Action set containing coding related Java actions"
@@ -54,7 +54,7 @@
<action
class="org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActionPulldownDelegate"
id="org.hibernate.eclipse.jdt.ui.run_jpaaction"
- label="Generate &Hibernate/JPA annotations"
+ label="Generate &Hibernate/JPA annotations..."
menubarPath="org.eclipse.jdt.ui.source.menu/generateGroup"
style="push">
</action>
@@ -77,7 +77,7 @@
<action
class="org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActionDelegate"
id="org.hibernate.eclipse.jdt.ui.run_jpaaction2"
- label="Generate &Hibernate/JPA annotations"
+ label="Generate &Hibernate/JPA annotations..."
menubarPath="org.eclipse.jdt.ui.source.menu/generateGroup"
style="push">
</action>
16 years, 2 months
JBoss Tools SVN: r10917 - trunk/jbpm/plugins/org.jboss.tools.jbpm.convert.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-10-17 07:47:51 -0400 (Fri, 17 Oct 2008)
New Revision: 10917
Modified:
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/.classpath
Log:
Removed bogus bin lib directory from .classpath so project can build/compile.
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/.classpath
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/.classpath 2008-10-17 10:27:20 UTC (rev 10916)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/.classpath 2008-10-17 11:47:51 UTC (rev 10917)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="bin/" sourcepath="src/org/jboss/tools/jbpm/convert/b2j/messages"/>
<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
16 years, 2 months
JBoss Tools SVN: r10916 - trunk/seam/docs/reference/en/images/create_new_seam.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-17 06:27:20 -0400 (Fri, 17 Oct 2008)
New Revision: 10916
Modified:
trunk/seam/docs/reference/en/images/create_new_seam/create_seam_1.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam_15.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam_16.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam_7.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam_8.png
Log:
https://jira.jboss.org/jira/browse/JBDS-446 - retaking and replacing the screenshots;
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam_15.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam_16.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam_7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam_8.png
===================================================================
(Binary files differ)
16 years, 2 months
JBoss Tools SVN: r10915 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-17 06:25:31 -0400 (Fri, 17 Oct 2008)
New Revision: 10915
Modified:
trunk/seam/docs/reference/en/modules/crud_database_application.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-446 - updating the chapter;
Modified: trunk/seam/docs/reference/en/modules/crud_database_application.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/crud_database_application.xml 2008-10-17 10:24:30 UTC (rev 10914)
+++ trunk/seam/docs/reference/en/modules/crud_database_application.xml 2008-10-17 10:25:31 UTC (rev 10915)
@@ -27,24 +27,27 @@
<property>CRUD</property> at some point. A <property>CRUD</property> application is one
that uses forms to get data into and out of a database. </para>
<para> In the next section we will create <link linkend="intro">Seam</link> Web application,
- connect it to the <ulink url="http://www.hsqldb.org/">HSQL</ulink> database
- and add <property>CRUD</property> support. </para>
+ connect it to the <ulink url="http://www.hsqldb.org/">HSQL</ulink> database and add
+ <property>CRUD</property> support. </para>
</section>
<section>
<title>How to create the CRUD Database Application with Seam</title>
<itemizedlist>
- <listitem><para>First, you should <ulink url="http://docs.jboss.org/tools/resources/"
- >download</ulink> a database and start it by running <emphasis>
- <property>./runDBServer.sh</property></emphasis> or <emphasis>
- <property>runDBServer.bat</property></emphasis>
- from the database directory.</para></listitem>
<listitem>
- <para>Create a new Seam Web Project using New Project wizard or main menu
- <emphasis><property>File > New > Seam Web
- Project</property>.</emphasis></para>
+ <para>First, you should <ulink url="http://docs.jboss.org/tools/resources/"
+ >download</ulink> a database and start it by running <emphasis>
+ <property>./runDBServer.sh</property>
+ </emphasis> or <emphasis>
+ <property>runDBServer.bat</property>
+ </emphasis> from the database directory.</para>
</listitem>
+ <listitem>
+ <para>Create a new Seam Web Project using <property>New Seam Project
+ wizard</property> or main menu <emphasis><property>File > New > Seam Web
+ Project</property>.</emphasis></para>
+ </listitem>
</itemizedlist>
<figure>
<title>Seam Web Project Creation</title>
@@ -60,14 +63,10 @@
<itemizedlist>
<listitem>
<para>Name your project as <emphasis>
- <property>crudapp</property>
+ <property>crudapp</property>, </emphasis> specify Target Runtime, Server and
+ Seam Runtime configuration. Then press <emphasis>
+ <property>Next</property>
</emphasis> and follow the next wizard steps keeping default settings.</para>
- <para>Please have a look <link linkend="create_seam">here</link> how to create <emphasis>
- <property>Target Runtime</property>
- </emphasis> and <emphasis>
- <property>Seam Runtime</property>
- </emphasis> in order to get started creating, running, and debugging J2EE
- applications.</para>
</listitem>
</itemizedlist>
<figure>
@@ -81,13 +80,21 @@
</mediaobject>
</figure>
+ <tip>
+ <title>Tip:</title>
+ <para>Please have a look <link linkend="create_seam">here</link> how to create Target
+ Runtime and Seam Runtime in order to get started creating, running, and debugging
+ J2EE applications.</para>
+ </tip>
+
<itemizedlist>
<listitem>
<para>On <emphasis>
<property>Seam Facet</property>
</emphasis> page click <emphasis>
<property>New...</property>
- </emphasis> to create a new <property>Connection profile</property>.</para>
+ </emphasis> next to the <property>Connection profile</property> section to
+ create a new <property>Connection profile</property>.</para>
</listitem>
</itemizedlist>
<figure>
@@ -104,12 +111,15 @@
<itemizedlist>
<listitem>
<para>On <property>New Connection Profile</property> dialog select the <emphasis>
- <property>HSQLDB Connection Profile</property>
- </emphasis> type and click <emphasis>
- <property>Next</property>
- </emphasis>.</para>
+ <property>HSQLDB</property>
+ </emphasis> connection profile type, name it <emphasis>
+ <property>cruddb</property>
+ </emphasis> and click <emphasis>
+ <property>Next</property>.
+ </emphasis></para>
</listitem>
</itemizedlist>
+
<figure>
<title>New JDBC Connection Profile</title>
<mediaobject>
@@ -123,19 +133,17 @@
<itemizedlist>
<listitem>
- <para>Name your profile as <emphasis>
- <property>cruddb</property>
- </emphasis> and press <emphasis>
- <property>Next</property>
- </emphasis>.</para>
+ <para>On the next page click the round icon next to the <emphasis>
+ <property>Drivers</property>
+ </emphasis> field to select a database driver.</para>
</listitem>
</itemizedlist>
<figure>
- <title>New JDBC Connection Profile Name</title>
+ <title>New JDBC Connection Profile Database Driver</title>
<mediaobject>
<imageobject>
<imagedata
- fileref="images/crud_database_application/crud_database_application_05.png"
+ fileref="images/crud_database_application/crud_database_application_06.png"
/>
</imageobject>
</mediaobject>
@@ -143,17 +151,20 @@
<itemizedlist>
<listitem>
- <para>On the next page click <emphasis>
- <property>...</property>
- </emphasis> to select a database driver.</para>
+ <para>Now you should see the <property>New Driver Definition</property> dialog. On
+ the first tab select the <emphasis>
+ <property>HSQLDB JBDC Driver</property>.
+ </emphasis> Underneath in the <emphasis>
+ <property>Driver name</property>
+ </emphasis> field you can change its name if you need.</para>
</listitem>
</itemizedlist>
<figure>
- <title>New JDBC Connection Profile Database Driver</title>
+ <title>Database Driver Type</title>
<mediaobject>
<imageobject>
<imagedata
- fileref="images/crud_database_application/crud_database_application_06.png"
+ fileref="images/crud_database_application/crud_database_application_07.png"
/>
</imageobject>
</mediaobject>
@@ -161,19 +172,19 @@
<itemizedlist>
<listitem>
- <para>On <property>Driver Definitions</property> dialog select the <emphasis>
- <property>Hypersonic DB</property>
- </emphasis> and click <emphasis>
- <property>Add...</property>
- </emphasis>.</para>
+ <para>You may notice the note on the previous figure. It prompts that you should
+ specify the driver of the type you pointed. Set the location of the driver by switching to the
+ next tab and press <emphasis>
+ <property>Add JAR/Zip</property>
+ </emphasis> button.</para>
</listitem>
</itemizedlist>
<figure>
- <title>Driver Definitions List</title>
+ <title>Driver Definition</title>
<mediaobject>
<imageobject>
<imagedata
- fileref="images/crud_database_application/crud_database_application_07.png"
+ fileref="images/crud_database_application/crud_database_application_09.png"
/>
</imageobject>
</mediaobject>
@@ -181,26 +192,24 @@
<itemizedlist>
<listitem>
- <para>Set the location of <property>JDBC driver</property> and fill all other
- necessary fields (<emphasis>
- <property>URL</property>
- </emphasis>, <emphasis>
+ <para>On the <property>Properties</property> tab set the
+ <emphasis><property>Connection URL</property>,</emphasis>
+ <emphasis>
<property>Database Name</property>
- </emphasis>, <emphasis>
- <property>Password</property>
- </emphasis>, <emphasis>
- <property>User Id</property>
- </emphasis>) and click <emphasis>
- <property>OK</property>
- </emphasis>.</para>
+ </emphasis> and <emphasis>
+ <property>User ID</property>
+ </emphasis> and click <emphasis>
+ <property>OK</property>.
+ </emphasis></para>
</listitem>
</itemizedlist>
+
<figure>
- <title>Edit Driver Definition</title>
+ <title>Driver Definitions Properties</title>
<mediaobject>
<imageobject>
<imagedata
- fileref="images/crud_database_application/crud_database_application_09.png"
+ fileref="images/crud_database_application/crud_database_application_10.png"
/>
</imageobject>
</mediaobject>
@@ -210,15 +219,16 @@
<listitem>
<para>After clicking <emphasis>
<property>OK</property>
- </emphasis> to submit the newly created driver you can observe and if you need edit all specified connection details.</para>
+ </emphasis> to submit the newly created driver you can observe and if you need
+ edit all specified connection details.</para>
</listitem>
</itemizedlist>
<figure>
- <title>Driver Definitions List</title>
+ <title>Driver and Connection Details</title>
<mediaobject>
<imageobject>
<imagedata
- fileref="images/crud_database_application/crud_database_application_10.png"
+ fileref="images/crud_database_application/crud_database_application_11.png"
/>
</imageobject>
</mediaobject>
@@ -228,11 +238,10 @@
<listitem>
<para>Now click <emphasis>
<property>Test Connection</property>
- </emphasis> to be sure that connection can be
- established.</para>
+ </emphasis> to be sure that connection can be established.</para>
</listitem>
</itemizedlist>
-
+
<figure>
<title>JDBC Connection is OK</title>
<mediaobject>
@@ -268,28 +277,15 @@
<itemizedlist>
<listitem>
- <para>Observe that newly created profile has been selected on <emphasis>
- <property>Seam Facet</property>
- </emphasis> page and click <emphasis>
+ <para>After clicking <emphasis>
<property>Finish</property>
- </emphasis>.</para>
- <para>This will create 2 projects - <emphasis>
+ </emphasis> two projects <emphasis>
<property>crudapp</property>
</emphasis> and <emphasis>
<property>crudapp-test</property>
- </emphasis>.</para>
+ </emphasis> will be created.</para>
</listitem>
</itemizedlist>
- <figure>
- <title>Last Step of New Seam Project Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/crud_database_application/crud_database_application_14.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
<itemizedlist>
<listitem>
16 years, 2 months
JBoss Tools SVN: r10914 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-17 06:24:30 -0400 (Fri, 17 Oct 2008)
New Revision: 10914
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-446 - updating the chapter;
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-10-17 10:23:44 UTC (rev 10913)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-10-17 10:24:30 UTC (rev 10914)
@@ -51,10 +51,10 @@
<para>Clicking on <emphasis>
<property>New...</property>
- </emphasis> button in the Target Runtime section will bring you to another dialog. Here,
- you can specify a new installed Runtime environment or the other type of runtime
- appropriate for configuring your project. Let's create a JBoss 4.2 Runtime. For that
- after choosing it click on <emphasis>
+ </emphasis> button in the <proeprty>Target Runtime</proeprty> section will bring you to
+ another dialog. Here, you can specify a new installed Runtime environment or the other
+ type of runtime appropriate for configuring your project. Let's create a JBoss 4.2
+ Runtime. For that after choosing it click on <emphasis>
<property>Next</property>
</emphasis> button.</para>
@@ -88,8 +88,8 @@
dialog</link>. The next step is to define an installed server that you can do by
clicking on <emphasis>
<property>New...</property>
- </emphasis> button in the Target Server section. In appeared Server Dialog it's possible
- to select a server version. </para>
+ </emphasis> button in the <property>Target Server</property> section. In appeared Server
+ Dialog it's possible to select a server version. </para>
<para> If the chosen server has already got an installed runtime, there appears a combo box
with all declared runtimes under the servers view. Here, you can indicate a server
@@ -136,10 +136,17 @@
</figure>
- <para>After clicking on <emphasis>
+ <para>Once you have the Target Server defined click on <emphasis>
<property>Finish</property>
- </emphasis> button you should have the following wizard view:</para>
+ </emphasis> button to return to the first page of the <property>New Seam Project
+ wizard</property>.</para>
+ <tip>
+ <title>Tip:</title>
+ <para>We suggest that you look through our <ulink url="&aslink;">AS manager
+ guide</ulink> to find out more about runtimes and servers.</para>
+ </tip>
+
<figure>
<title>Completion of Runtime and Server Configuration</title>
<mediaobject>
@@ -149,30 +156,26 @@
</mediaobject>
</figure>
- <para>The last section on this wizard step is <property>Configurations</property>. Here, you
+ <para>The last section on this wizard step is <property>Configuration</property>. Here, you
can select one of the pre-defined project configurations either associated with Seam 1.2
- or with Seam 2.0 that is the latest release but just only a technology preview. In
- addition, you can create your own configuration. Choosing <emphasis>
- <property>Default Configuration for jBoss 4.2 Runtime</property>
- </emphasis> allows you later to specify your own set of facets for adding extra
- functionality to your project. For more details about facets, see next section. Besides,
- we suggest that you look through our <ulink url="&aslink;">AS manager guide</ulink> to find out more about runtimes
- and servers.</para>
+ or with Seam 2.0. Furthermore, you can create your own configuration by pressing the <emphasis>
+ <property>Modify...</property>
+ </emphasis> button. It will open the dialog which allows to configure your own set of
+ facets for adding extra functionality to your project.</para>
- <para>Having all necessary options arranged, click on <emphasis>
- <property>Next</property>
- </emphasis> to pass on to the other wizard.</para>
+ <para>Pass to the next section to find out more details on this dialog.</para>
</section>
<section id="projectFacets">
<title>Select the Project Facets</title>
- <para>This page of the wizard allows you to enable or disable specific facets that define
- necessary characteristics for the project. In time you switch to this wizard form, all
- critical facets are already checked for the chosen Dynamic Web Project.</para>
+ <para>The <property>Project Facets wizard</property> allows you to enable or disable
+ specific facets which define necessary characteristics for the project. In time you
+ switch to this wizard form, all critical facets are already checked for the chosen
+ Configuration.</para>
- <para>Notice that this page of the wizard also allows you to specify the necessary version
- for any facet. </para>
+ <para>Notice that this page of the wizard also allows you to set the necessary version for
+ any facet. </para>
<figure>
<title>Project Facets Selection</title>
@@ -183,8 +186,8 @@
</mediaobject>
</figure>
- <para>Moreover, you can specify your own preset of selected facets by checking needed ones
- in project facets window and clicking on <emphasis>
+ <para>Moreover, here you can specify your own preset of selected facets by checking needed
+ ones in project facets window and clicking on <emphasis>
<property>Save</property>
</emphasis> button.</para>
@@ -197,11 +200,13 @@
</mediaobject>
</figure>
- <para>You can also see all available runtimes after clicking on <emphasis>
- <property>Show Runtimes</property>
- </emphasis> or create new ones using the <emphasis>
+ <para>To see all available Server runtimes click on <property>Runtimes</property> tab on the
+ left. You can create a new one using the <emphasis>
<property>New</property>
- </emphasis> button.</para>
+ </emphasis> button. If more than one runtimes are checked here, the <emphasis>
+ <property>Make Primary</property>
+ </emphasis> button won't be dimmed yet. So you can make use of it to mark
+ primary runtime.</para>
<figure>
<title>Runtime Manipulations</title>
@@ -212,13 +217,10 @@
</mediaobject>
</figure>
- <para>Here, if more than one runtimes are checked, the <emphasis>
- <property>Make Primary</property>
- </emphasis> button won't be dimmed yet. So you can make use of it to mark
- primary runtime.</para>
<para><emphasis>
<property>Next</property>
- </emphasis> button will bring you to the Web Module wizard form.</para>
+ </emphasis> button will bring you to the <property>Web Module</property> wizard
+ form.</para>
</section>
<section id="configureWebModule">
@@ -280,7 +282,8 @@
</figure>
<para>In the Component Libraries section of the wizard you can also add <property>Component
- Libraries</property> (e.g. <ulink url="http://www.jboss.org/jbossrichfaces">Richfaces</ulink>). Just click on <emphasis>
+ Libraries</property> (e.g. <ulink url="http://www.jboss.org/jbossrichfaces"
+ >Richfaces</ulink>). Just click on <emphasis>
<property>New</property>
</emphasis> button. Appeared dialog will ask you to type the Library name, supported
version and add necessary jar's. Press <emphasis>
16 years, 2 months