[JBoss-user] [EJB/JBoss] - Re: EJbspec violation error while deploying entity bean - pl

2004-11-04 Thread Estoty
"asdesai" wrote : These methods are not abstract in home interface. But when I 
decompile the class I see that these methods are abstract.
  | 
  | And I'm not getting this error for just findByPrimaryKey(), it is for all the 
methods in home interface which returns remote interface.
  | 
  | I tried many things but now running out of ideas . HELP PLEASE
  | 

Actually the abstract modifier should not matter, because it's an interface anyway...
So please post your interfaces and java files.

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: EJbspec violation error while deploying entity bean - pl

2004-11-03 Thread Estoty
the findByPrimary key method should NOT be abstract... Try that!

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: EJbspec violation error while deploying entity bean - pl

2004-11-03 Thread Estoty
Check if TelParmsPK implements Serializable

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: Setting cron jobs in jboss

2004-11-01 Thread Estoty
Hello,

Try quartz http://www.opensymphony.com/quartz/

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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: development on JBoss

2004-09-21 Thread Estoty
Hello,

Thanks for your replies.

"Does not work" means that Hibernate mappings are scrambled for some reason. This is 
the error trace:

09-21-2004 14:49:56 ERROR STDERR - net.sf.hibernate.MappingException: No persister 
for: data.settings.pojo.LayoutTheme
at 
net.sf.hibernate.impl.SessionFactoryImpl.getPersister(SessionFactoryImpl.java:347)
at net.sf.hibernate.impl.SessionImpl.getClassPersister(SessionImpl.java:2690)
at net.sf.hibernate.impl.SessionImpl.assembleCacheEntry(SessionImpl.java:2129)
at net.sf.hibernate.impl.SessionImpl.doLoad(SessionImpl.java:2112)
at net.sf.hibernate.impl.SessionImpl.doLoadByClass(SessionImpl.java:1991)
at net.sf.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:1953)
at net.sf.hibernate.type.ManyToOneType.resolveIdentifier(ManyToOneType.java:69)
at net.sf.hibernate.type.EntityType.resolveIdentifier(EntityType.java:204)
at net.sf.hibernate.impl.SessionImpl.initializeEntity(SessionImpl.java:2205)
at 
net.sf.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:315)
at net.sf.hibernate.loader.Loader.doQuery(Loader.java:305)
at 
net.sf.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:133)
at net.sf.hibernate.loader.Loader.doList(Loader.java:1033)
at net.sf.hibernate.loader.Loader.list(Loader.java:1024)
at net.sf.hibernate.hql.QueryTranslator.list(QueryTranslator.java:854)
at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1544)
at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1521)
at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1517)
at net.bookingasp.action.LogonAction.execute(LogonAction.java:81)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at 
com.livinglogic.struts.workflow.WorkflowRequestProcessor.processActionPerform(WorkflowRequestProcessor.java:158)
at 
com.livinglogic.struts.workflow.WorkflowRequestProcessorLogic.process(WorkflowRequestProcessorLogic.java:568)
at 
com.livinglogic.struts.workflow.WorkflowRequestProcessor.process(WorkflowRequestProcessor.java:179)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at net.bookingasp.ActionServlet.process(ActionServlet.java:24)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
net.bookingasp.framework.filters.JaasLoginFilter.doFilter(JaasLoginFilter.java:55)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:277)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:80)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:122)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:

[JBoss-user] [Beginners Corner] - development on JBoss

2004-09-17 Thread Estoty
Hello,

We're developing an application on JBoss using Eclipse. The application includes JSP 
pages, Hibernate, Stateless Session Beans, and Entity Beans.

We are using an ant build script for deployment. The problem is that any minor change 
in any part of the project requires that we restart the JBoss server (sometimes the 
Hotdeploy does not work properly... even if it does, the hot deployment takes a while).

Are there any ways to speed up the process, specifically:

1. When a JSP file is edited, no need to redeploy the entire application...
2. If a Java file is changed, it needs only to be recomplied
3. If a Hibernate mapping/class is changed, no need to redeploy the application, only 
recompilation.

Any ideas, best practices?

Thanks!

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss advantage

2004-06-10 Thread Estoty
Hello,

I'm currently choosing a Web App design. I have two options on my mind:

1. Struts+Hibernate+Spring
2. Struts+Hibernate+JBoss

I know little about JBoss :( Could somebody please give a few reasons why JBoss would 
be more advantageous here, and why I would choose the second configuration. I 
understand this entirely depends on the project, let's just assume that this is a Web 
App with heavy and sophisticated scheduling and workflow, otherwise it's a regular 
Intranet portal without much content, but with many features, including transactions, 
synchronization with some PDAs, phones, etc.
Or if you could point me to the right direction, documentation or articles, review, 
etc.

Thanks for any insights.

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

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


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user