[JBoss JIRA] Created: (JBAS-6176) appclient doesn't declare a dependency on persistence unit
by Carlo de Wolf (JIRA)
appclient doesn't declare a dependency on persistence unit
----------------------------------------------------------
Key: JBAS-6176
URL: https://jira.jboss.org/jira/browse/JBAS-6176
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: AppClient
Affects Versions: JBossAS-5.0.0.CR2
Reporter: Carlo de Wolf
Assignee: Carlo de Wolf
Priority: Critical
Fix For: JBossAS-5.0.0.GA
15:50:19,461 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=ejb3_appclient_annotation.ear,jar=ejb3_appclient_annotation_client.jar,name=ejb3_appclient_annotation_client,service=EJB3
15:50:19,462 INFO [JBossASKernel] with dependencies:
15:50:19,463 INFO [JBossASKernel] and demands:
15:50:19,464 INFO [JBossASKernel] and supplies:
15:50:19,465 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=ejb3_appclient_annotation.ear,jar=ejb3_appclient_annotation_client.jar,name=ejb3_appclient_annotation_client,service=EJB3) to KernelDeployment of: ejb3_appclient_annotation_client.jar
15:50:19,834 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:ear=ejb3_appclient_annotation.ear,jar=ejb3_appclient_annotation_client.jar,name=ejb3_appclient_annotation_client,service=EJB3 state=Create
java.lang.NullPointerException
at org.jboss.ejb3.clientmodule.RemotePuEncInjector.inject(RemotePuEncInjector.java:62)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 8 months
[JBoss JIRA] Created: (JBAS-6000) Remote Deployment does not work since StreamingTarget makes different assumptions about scheme of deployURI than DeploymentFactoryImpl.handleUri()
by Stefan Ocke (JIRA)
Remote Deployment does not work since StreamingTarget makes different assumptions about scheme of deployURI than DeploymentFactoryImpl.handleUri()
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-6000
URL: https://jira.jboss.org/jira/browse/JBAS-6000
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.0.CR2, JBossAS-4.2.3.GA
Reporter: Stefan Ocke
Assignee: Ales Justin
To perform a JSR-88 deployment to a remotely installed server, the org.jboss.deployment.remoting.StreamingTarget seems to be the right target to use, since it perfomrs the file upload of the artificat to be deployed.
However, StreamingTarget cannot really be used, since it is immpossible to construct a deployURI that is understood by both, StreamingTarget and org.jboss.deployment.spi.factories.DeploymentFactoryImpl.handleUri():
- DeploymentFactoryImpl.handleUri() understands the follwoing URIs:
-- "http://org.jboss.deployment/jsr88" (only exact matches are allowed)
-- URIs shaving scheme "jnp"
- DeploymentManager impl only constructs a StreamingTarget, when the URI has a parameter "targetType=remote". This is in contradiction, wtih the excact matchin of "http://org.jboss.deployment/jsr88", sicne it just does not allow any parameters. So, to get a StreaminTarget, on has to use "jnp:" as scheme in the URI.
- But: StreamingTarget cannot handle URIs starting with "jnp", but just schemes like "socket" or "http", where an according TransportClientFactory exists in jboss-remoting module.
So in summary, handling of the deployURI seems to be quite inconsistent and works only for the local case and only if URI is "http://org.jboss.deployment/jsr88"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 8 months
[JBoss JIRA] Created: (JBAS-6152) URLComparator PrefixDeploymentSorter doesn't work for instance all in jboss 4.2.3GA only with instance "all"
by Benoit Reverbel (JIRA)
URLComparator PrefixDeploymentSorter doesn't work for instance all in jboss 4.2.3GA only with instance "all"
------------------------------------------------------------------------------------------------------------
Key: JBAS-6152
URL: https://jira.jboss.org/jira/browse/JBAS-6152
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: JBossAS-4.2.3.GA
Environment: Windows XP Pro/Linux Red Hat
Reporter: Benoit Reverbel
Assignee: Ales Justin
I used so far the PrefixDeploymentSorter to select in which order my archives would be deployed.
It worked fine in JBoss AS 4.2.0GA. Now I am upgrading to JBoss AS 4.2.3GA and it seems not to work anymore (only for instance "all").
When I use instance "default", the deployer follows number prefixes of my archives:
1) 010-myear.ear
2) 020-myjar.jar
3) 030-mywar.war
When using instance "all", it seems to use the default DeploymentSorter by deploying first service.xml, then my jars, after that my wars and at the end ears.
1) 020-myjar.jar
2) 030-mywar.war
3) 010-myear.ear
As I need to use JBoss 4.2.3GA in cluster mode, it is mandatory for me to start from "all" instance.
Is there any workaround or any special configuration to do ?
Best Regards,
Benoit Reverbel
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 8 months