[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Ok i got fed up of comparing. I'll have to start again morphing seam booking :-|

Anyway, progress should be faster now!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921315#3921315

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921315


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Gavin, 

I have compared the last nightly build and my current code and can't see any 
difference in the LoginAction or anything in relation to why the lookup fails.  
Do you have any ideas with this error ?

TIA .. still looking / comparing

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921311#3921311

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921311


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread [EMAIL PROTECTED]
I mean a number of things changed in both Seam and EJB3.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921283#3921283

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921283


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread [EMAIL PROTECTED]
I strongly recommend working from the version of the example in Seam CVS. A 
number of things have changed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921282#3921282

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921282


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi again, I d/l a snapshot, rebuilt it all and it deploys fine, but calling a 
seam component - ie a session bean fails as it is not bound. Does anyone see 
anything specific that has changed recently to make this fail ? Sorry for this 
AGAIN  :-(

Stack:

  | 16:22:40,305 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
  | 
  | 16:22:40,305 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value fal
  | se
  | 16:22:40,305 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.AUTO_SCROLL' found, using default value false
  | 16:22:45,924 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces 
Servlet threw exception
  | javax.faces.FacesException: Error calling action method of component with 
id _tagId0:_tagId6
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:79)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  | at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:23)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: org.jboss.seam.InstantiationException: Could not instantiate 
Seam component
  | at org.jboss.seam.Component.newInstance(Component.java:611)
  | at org.jboss.seam.Component.newInstance(Component.java:1093)
  | at org.jboss.seam.Component.getInstance(Component.java:1044)
  | at org.jboss.seam.Component.getInstance(Component.java:1027)
  | at 
org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:43)
  | at 
com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:130)
  | at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:41)
  | at com.sun.el.parser.AstValue.getTarget(AstValue.java:41)
  | at com.sun.el.parser.AstValue.invoke(AstValue.java:126)
  | at 
com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:274)
  | at 
com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
  | at 
com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69)
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | ... 28 more
  | Caused by: javax.naming.NameNotFoundException: LoginAction not bound

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Thomas, just saw your message while typing this one up. Ok i am going
to try with the nightly build and go from there. Thanks again

---
On redeploy cycles, jboss complains the entity manager is already registered


  | 15:02:41,517 WARN  [ServiceController] Ignoring request to destroy 
nonexistent service: persistence.units:ear=cms.ear.ear,jar=cms.
  | ejb3.jar,unitName=iplaycmsEntityManager
  | 15:02:41,517 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB3,module=cms.ejb3
  | java.lang.RuntimeException: 
javax.management.InstanceAlreadyExistsException: 
persistence.units:ear=cms.ear.ear,jar=cms.ejb3.jar,un
  | itName=iplaycmsEntityManager already registered.
  | at 
org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:80)
  | at 
org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:608)
  | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:452)
  | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy28.start(Unknown Source)
  | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:365)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:979)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.jav

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread [EMAIL PROTECTED]
the class org.jboss.seam.core.Init has a method setJndiPattern() since Jan 13th

(the error message says isJndiPattern, but is really looking for setJndiPattern)

Maybe you can try with the nightly build ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921207#3921207

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921207


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I found nothing in the cvs jboss-seam download i have from the last few days, 
there is nothing inthe forums or wiki or site AFAIK

Any ideas, its to do with the seam servlet,  at the moment i can't access the 
cvs repos to d/l a fresh copy, but i am hoping that i need to add a 
configuration param in the web.xml ?

bwt, TIA ..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921203#3921203

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921203


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi again,

The errors have progressed to the following

Stack:

  | 14:40:40,060 INFO  [ServletContextListener] Welcome to Seam 1.0 beta 2
  | 14:40:40,080 INFO  [Initialization] reading properties from: 
/seam.properties
  | 14:40:40,080 INFO  [Initialization] reading properties from: 
/seam-jndi.properties
  | 14:40:40,080 INFO  [Initialization] initializing Seam
  | 14:40:40,080 INFO  [Component] Component: org.jboss.seam.core.init, scope: 
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.cor
  | e.Init
  | 14:40:40,090 ERROR [[/]] Exception sending context initialized event to 
listener instance of class org.jboss.seam.servlet.SeamList
  | ener
  | java.lang.IllegalArgumentException: java.beans.IntrospectionException: 
Method not found: isJndiPattern
  | at org.jboss.seam.Component.initInitializers(Component.java:251)
  | at org.jboss.seam.Component.(Component.java:180)
  | at org.jboss.seam.Component.(Component.java:139)
  | at org.jboss.seam.Component.(Component.java:134)
  | at 
org.jboss.seam.init.Initialization.addComponent(Initialization.java:224)
  | at 
org.jboss.seam.init.Initialization.addComponents(Initialization.java:153)
  | at org.jboss.seam.init.Initialization.init(Initialization.java:83)
  | at 
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:59)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
  | 

I have search through the forums and on the site for isJndiPattern, but nothing 
found, i'll try again

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921202#3921202

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921202


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread [EMAIL PROTECTED]
Yes you missed line line in the Wiki for updating the persistence.xml

  | 
  |
  |org.hibernate.ejb.HibernatePersistence
  |java:/iplaycmsDatasource
  |
  |   
  |   
  |   
  |   
  |
  |
  | 

Should work better

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921196#3921196

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921196


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Ah hmm I think i see where i *might* be going wrong. I am going to play with 
the persistence xml and see.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921194#3921194

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921194


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Thomas

persistence.xml

  | 
  |iplaycmsDatabase
  |org.hibernate.ejb.HibernatePersistence
  |java:/iplaycmsDatasource
  |
  |   
  |   
  |   
  |   
  |
  | 
  | 

On of my session beas - same as example 

  | 
  | @Stateless
  | @Name("login")
  | @Interceptors(SeamInterceptor.class)
  | public class LoginAction implements Login
  | 
  | {
  | 
  |@In @Out
  |private User user;
  | 
  |@PersistenceContext
  |private EntityManager em;
  |...
  | 

I even tried chaning the variable name from em to iplaycmsEntityManager to 
match the configuration, but still nothing.

any ideas ? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921192#3921192

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921192


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread [EMAIL PROTECTED]
Please show us you full persistence.xml

I guess you inject your EntityManager using:
   @PersistenceContext 
   private EntityManager em;
Right ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921187#3921187

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921187


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I noticed I had some wrong name references, so i corrected them, but i still 
get the same error

stack

  | 13:33:25,535 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB3,module=cms.ejb3
  | java.lang.RuntimeException: Field private javax.persistence.EntityManager 
com.iplay.cms.manager.LoginAction.em @PersistenceUnit
  | in error: There is no default persistence unit in this deployment.
  | at 
org.jboss.ejb3.injection.PersistenceContextHandler.loadFieldDependencies(PersistenceContextHandler.java:306)
  | at 
org.jboss.ejb3.injection.PersistenceContextHandler.loadDependencies(PersistenceContextHandler.java:349)
  | at 
org.jboss.ejb3.EJBContainer.processMetadata(EJBContainer.java:239)
  | at 
org.jboss.ejb3.SessionContainer.processMetadata(SessionContainer.java:77)
  | at 
org.jboss.ejb3.Ejb3Deployment.processEJBContainerMetadata(Ejb3Deployment.java:406)
  | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:457)
  | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy28.start(Unknown Source)
  | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:365)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:979)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
  | 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:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:489)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I get the same error during deployment for 

a patched jboss-4.0.3SP1 patch to latest ejb3

and

jboss-5.0.0alpha (cvs yesterday)

TIA




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921142#3921142

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921142


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user