Moving from RC1 to 3.0.0 release. Looking smooth except
when deploying beans I get a DeploymentException:

Error in jboss.xml for Bean Profile: configuration '' not found in
standardjboss.xml or jboss.xml

Here is the jboss.xml file, which I assume is missing something
that is now required:

<?xml version="1.0" encoding="UTF-8"?>
<jboss>
     <secure>false</secure>
     <container-configurations />

     <enterprise-beans>
          <entity>
               <ejb-name>Profile</ejb-name>
               <local-jndi-name>base2/profile</local-jndi-name>
               <configuration-name />
          </entity>
     </enterprise-beans>
</jboss>

Anyone know what is missing or if this is from something else?

Frank


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to