@MessageBundle(projectCode="JBAS")
public interface OSGiMessages
| Modifier and Type | Field and Description |
|---|---|
static OSGiMessages |
MESSAGES |
static final OSGiMessages MESSAGES
@Message(id=11950,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=11951,
value="Cannot create bundle deployment from: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotCreateBundleDeployment(@Cause
Throwable th,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
@Message(id=11952,
value="Cannot deploy bundle revision: %s")
org.osgi.framework.BundleException cannotDeployBundleRevision(@Cause
Throwable th,
org.jboss.osgi.deployment.deployer.Deployment deployment)
@Message(id=11953,
value="Cannot find bundles directory: %s")
IllegalStateException illegalStateCannotFindBundleDir(File dir)
@Message(id=11954,
value="Cannot parse OSGi metadata: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotParseOSGiMetadata(@Cause
Throwable th,
org.jboss.vfs.VirtualFile file)
@Message(id=11955,
value="Failed to process initial capability: %s")
org.jboss.msc.service.StartException startFailedToProcessInitialCapability(@Cause
Throwable th,
String identifier)
@Message(id=11956,
value="Failed to create Framework services")
org.jboss.msc.service.StartException startFailedToCreateFrameworkServices(@Cause
Throwable th)
@Message(id=11958,
value="Failed to register module: %s")
IllegalStateException illegalStateFailedToRegisterModule(@Cause
Throwable th,
org.jboss.modules.Module module)
@Message(id=11959,
value="StartLevel service not available")
String startLevelServiceNotAvailable()
@Message(id=11960,
value="Cannot obtain bundle resource for: %s")
IllegalArgumentException illegalArgumentCannotObtainBundleResource(String name)
@Message(id=11961,
value="Cannot resolve capability: %s")
IllegalStateException cannotResolveInitialCapability(@Cause
Throwable th,
String identifier)
@Message(id=11962,
value="Illegal repository base location: %s")
IllegalStateException illegalStateArtifactBaseLocation(File dir)
@Message(id=11963,
value="Invalid servlet alias: %s")
String invalidServletAlias(String alias)
@Message(id=11964,
value="Invalid resource name: %s")
String invalidResourceName(String name)
@Message(id=11965,
value="HttpService mapping does not exist: %s")
String aliasMappingDoesNotExist(String alias)
@Message(id=11966,
value="HttpService mapping \'%s\' not owned by bundle: %s")
String aliasMappingNotOwnedByBundle(String alias,
org.osgi.framework.Bundle bundle)
@Message(id=11967,
value="HttpService mapping already exists: %s")
String aliasMappingAlreadyExists(String alias)
@Message(id=11968,
value="Cannot start bundle: %s")
org.jboss.msc.service.StartException cannotStartBundle(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11969,
value="Cannot activate deferred module phase for: %s")
org.osgi.framework.BundleException cannotActivateDeferredModulePhase(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11970,
value="Cannot deactivate deferred module phase for: %s")
org.osgi.framework.BundleException cannotDeactivateDeferredModulePhase(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11971,
value="Servlet %s already registered with HttpService")
String servletAlreadyRegistered(String info)
@Message(id=11972,
value="No layers directory found at %s")
IllegalStateException illegalStateNoLayersDirectoryFound(File dir)
@Message(id=11973,
value="Cannot find layer %s under directory %s")
IllegalStateException illegalStateCannotFindLayer(String layer,
File dir)
@Message(id=11974,
value="Starting web context failed")
String startContextFailed()
Copyright © 2016 JBoss by Red Hat. All rights reserved.