DEBUG - 2008-08-13 09:51:12,215 [main] ejb.EJBDeployer (create:593) - Verifying file:/C:/jboss-4.2.1.GA/server/MigrationDomain/tmp/deploy/tmp27658PlaceBid.ear-contents/PlaceBidEJB.jar
WARN - 2008-08-13 09:51:12,247 [main] EJBDeployer.verifier (specViolation:588) - EJB spec violation:
Bean : PlaceBidBean
Section: 7.10.2
Warning: A Session bean must implement, directly or indirectly, the javax.ejb.SessionBean interface.
WARN - 2008-08-13 09:51:12,247 [main] EJBDeployer.verifier (specViolation:588) - EJB spec violation:
Bean : PlaceBidBean
Section: 7.10.3
Warning: A Session bean must define at least one ejbCreate method.
WARN - 2008-08-13 09:51:12,247 [main] EJBDeployer.verifier (specViolation:588) - EJB spec violation:
Bean : PlaceBidBean
Section: 7.10.1
Warning: The session bean must implement either a remote home and remote, or a local home and a local interface.
DEBUG - 2008-08-13 09:51:12,262 [main] util.NestedThrowable (create:977) - org.jboss.util.NestedThrowable.parentTraceEnabled=true
DEBUG - 2008-08-13 09:51:12,262 [main] util.NestedThrowable (create:977) - org.jboss.util.NestedThrowable.nestedTraceEnabled=false
DEBUG - 2008-08-13 09:51:12,262 [main] util.NestedThrowable (create:977) - org.jboss.util.NestedThrowable.detectDuplicateNesting=true
ERROR - 2008-08-13 09:51:12,247 [main] deployment.MainDeployer (create:977) - Could not create deployment: file:/C:/jboss-4.2.1.GA/server/MigrationDomain/tmp/deploy/tmp27658PlaceBid.ear-contents/PlaceBidEJB.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:610)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
DEBUG - 2008-08-13 09:51:12,262 [main] scanner.URLDeploymentScanner (deploy:429) - Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@3eaa71bb{ url=file:/C:/jboss-4.2.1.GA/server/MigrationDomain/deploy/PlaceBid.ear, deployedLastModified=0 }
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:610)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
SCJP 1.4 (88%) - SCJP 5.0 Upgrade (93%) - SCWCD 1.4 (97%) - SCBCD 5.0 (98%)
unfortunately it has been moved to BEA/weblogic category
[My Blog]
All roads lead to JavaRanch
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
java.lang.NullPointerException
at com.ravi.bidding.PlaceBidServlet.service(PlaceBidServlet.java:14)
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
@EJB
private com.ravi.bidding.ejb.PlaceBid placeBid;
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
import javax.ejb30.Stateless;
@Stateless
....
import javax.ejb30.Local;
@Local
...
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
14:14:14,174 INFO [EJBContainer] STARTED EJB: com.ravi.bidding.ejb.PlaceBidBean ejbName: PlaceBidBean
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
+- PlaceBid (class: org.jnp.interfaces.NamingContext)
| +- PlaceBidBean (class: org.jnp.interfaces.NamingContext)
| | +- local (proxy: $Proxy65 implements interface com.ravi.bidding.ejb.PlaceBid,interface org.jboss.ejb3.JBossProxy,interface javax.ejb.EJBLocalObject)
Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
You don't like waffles? Well, do you like this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|