[JBoss-user] [EJB 3.0] - TrialBlazer is not working!

2006-07-10 Thread armita
Trying to deploy the trial blazer I am getting this error message ( AS is 
jboss-4.0.4.GA)

  | 18:57:14,594 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB3,module=beans.jar
  | java.lang.TypeNotPresentException: Type javax.ejb.EJB not present
  | at 
sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:98)
  | at 
sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:107)
  | at 
sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:31)
  | at 
sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:351)
  | at 
sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:175)
  | at 
sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
  | at 
sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
  | at java.lang.reflect.Field.declaredAnnotations(Field.java:1002)
  | at java.lang.reflect.Field.getAnnotation(Field.java:989)
  | at 
org.jboss.aop.annotation.AnnotationElement.getVisibleAnnotation(AnnotationElement.java:75)
  | at org.jboss.aop.Advisor.resolveAnnotation(Advisor.java:388)
  | 

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - How to use transaction in seam

2006-06-20 Thread armita
I wonder how can I use transaction in seam. Every try to get a transaction fro 
EntityManager throws an error. And failed SQL does not make the the SEam 
transaction to rollback, every previouse statements goes in the database.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Transaction dead after five minutes

2006-06-10 Thread armita
I have a very larg transaction to be for feeding the database. But 
unfortunatily after 5 minutes  suddenly an error apears claiming that the 
Transaction is null . 

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Ehcache config file

2006-05-30 Thread armita
I am trying to use ehcache for ejb3. The problem is ehcache could not find the 
configuration file ehcache.xml which I created for it. I tryed puttig it inside 
ejb3 file in the root of the classpath and in the META-INF. But ehcache could 
not find it ( the jar file is in the default/lib)
Could anybody help me?

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - SSL issue

2006-05-30 Thread armita
I enabled my login page to work on ssl using:

  |  
  |  SecurityConstraint
  |  
  |  Login
  |  /home.faces
  |  GET
  |  POST
  |  
  |  
  |   SSL required
  |   CONFIDENTIAL
  |  
  |  
  | 
this works fine and redirect the login page tu use ssl but unfortunatily site 
remain in ssl mode after this point and do not return to http after that.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Conversation ending issue

2006-05-27 Thread armita
Suppose I am in the middle of a conversation and I leave the page untouched 
longer than  the conversation timeout, then when I click on a link wich calles 
a conversational bean it calles the bean and update the conversations last 
accessed time so the seam does not remove the conversation.
In other words, if you do not use multiple browsers and do not end/leave the 
conversation by calling a method; conversation would last forever? So we should 
not worry about if the user face a conversation time out at the middle of some 
process.
Is it the case?

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - where to put ehcache config file

2006-05-27 Thread armita
Could someone please tell me where shall I put the ehcache config file. I tryed 
puttig  it is ejb3 files root and META-INF but ehcache could not find it.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - configuring jboss cache for EJB3/hibernate

2006-05-24 Thread armita
Could you please tell me how can I configure my EJB3 application to use jboss 
cache. I searched the documentation but there is not a step by step guid to be 
followed

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - cache problem

2006-05-24 Thread armita
I wanted to enable caching on my application by:

  | 
  |  
  | 
in the persistence.xml and:

  | @Cache(usage= CacheConcurrencyStrategy.TRANSACTIONAL)
  | 
in the entity bean
but I am getting a 

  | java.lang.RuntimeException: java.lang.NoClassDefFoundError: 
org/jboss/cache/TransactionManagerLookup
  | 
I suppose this class should ship with jboss.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Bug in the dvd-store application

2006-05-24 Thread armita
I haved some situation in my application where a page which used to be ok, stop 
working and  calling my application and even sometimes crashes the whole 
application and would not get to a normal condition unless I redeploy the 
whole. I could reproduce it in dvd-seam application. 
1- create a new user
2- enter your username and pass and go to the second page to enter information
3- give some invalid information, so the application gives you warning about 
the non valid information
4- now enter random username/password  in the login dialog box at the right 
side of the screen. The application gives a nonvalid username password response 
at the same page
4- now enter the user info ( name sure name address..) and submit the left form 
of the page.
The application just refreshes the page without any action. Seems it is not 
entering the ENVOKE_APPLICATION phase.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam do no tdestroy conversation context

2006-05-23 Thread armita
what exactly this flag doing? I am using my own ant file, so changing the flag 
would not help me unless I know what it supposed to do.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - seam do no tdestroy conversation context

2006-05-23 Thread armita
I noticed that seam ( CVs version) do not destroy my  conversation context. I 
can see the conversations in the debug page after the timeout expires. Also 
trying to browse the debug page gives me this error message:

  | java.lang.IllegalStateException: No active application scope
  | at org.jboss.seam.core.Init.instance(Init.java:90)
  | at 
org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:69)
  | at 
org.jboss.seam.jsf.SeamTransactionManagedPersistencePhaseListener.afterPhase(SeamTransactionManagedPersistencePhaseListener.java:65)
  | at 
org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:391)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | 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.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
  | 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:96)
  | 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.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 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:869)
  | at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
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)
  | 

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - PersistenceUnitInfo.getNewTempClassLoader() is null.

2006-05-23 Thread armita
I am getting  this warning while deploying my aplication:

  | 2006-05-23 16:19:31,507 WARN  [org.hibernate.ejb.Ejb3Configuration] 
Persistence provider caller does not implements the EJB3
  | spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
  | 

Could you tell me what is this and how can I solve it?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Could not register synchronization

2006-05-22 Thread armita
I am going ut of vonversation by caling:


  |@End
  | public String back() {
  | return "actv.view";
  | }
  | 
and after that clicking another time on s:link gives me the error message.

I changed the s:link to commandLink and removed the @End tag from the back 
method ( Now  joining the previous conversation instead of nesting)  and 
everything worked fine and the error gone.


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Could not register synchronization

2006-05-22 Thread armita
I am getting an error message like :

  | 20:00:03,963 ERROR [STDERR] java.lang.RuntimeException: 
org.hibernate.TransactionException: Could not register synchronization
  | 20:00:03,966 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulBeanContext.remove(StatefulBeanContext.java:273)
  | 20:00:03,966 ERROR [STDERR] at 
org.jboss.ejb3.AbstractPool.remove(AbstractPool.java:171)
  | 20:00:03,967 ERROR [STDERR] at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache.remove(SimpleStatefulCache.java:299)
  | 20:00:03,967 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:89)
  | 20:00:03,990 ERROR [STDERR] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:00:03,994 ERROR [STDERR] at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
  | 20:00:03,994 ERROR [STDERR] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:00:03,994 ERROR [STDERR] at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
  | 20:00:03,995 ERROR [STDERR] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:00:03,997 ERROR [STDERR] at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
  | 20:00:03,997 ERROR [STDERR] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 20:00:03,997 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:199)
  | 20:00:03,998 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
  | 20:00:04,000 ERROR [STDERR] at $Proxy124.create(Unknown Source)
  | 20:00:04,001 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:00:04,001 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:00:04,001 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:00:04,003 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:00:04,003 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:00:04,004 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:32)
  | 20:00:04,004 ERROR [STDERR] at 
org.jboss.seam.Component.callComponentMethod(Component.java:1202)
  | 20:00:04,005 ERROR [STDERR] at 
org.jboss.seam.Component.callCreateMethod(Component.java:1190)
  | 20:00:04,006 ERROR [STDERR] at 
org.jboss.seam.Component.newInstance(Component.java:1179)
  | 20:00:04,006 ERROR [STDERR] at 
org.jboss.seam.Component.getInstance(Component.java:1131)
  | 20:00:04,007 ERROR [STDERR] at 
org.jboss.seam.Component.getInstance(Component.java:1114)
  | 20:00:04,008 ERROR [STDERR] at 
org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:44)
  | 20:00:04,008 ERROR [STDERR] at 
org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
  | 20:00:04,008 ERROR [STDERR] at 
org.apache.myfaces.el.ValueBindingImpl$ELVariableResolver.resolveVariable(ValueBindingImpl.java:574)
  | 20:00:04,009 ERROR [STDERR] at 
org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)
  | 20:00:04,011 ERROR [STDERR] at 
org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:455)20:00:04,011
 ERROR [STDERR] at 
org.apache.myfaces.el.MethodBindingImpl.resolveToBaseAndProperty(MethodBindingImpl.java:180)
  | 20:00:04,012 ERROR [STDERR] at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:114)
  | 20:00:04,012 ERROR [STDERR] at 
org.jboss.seam.core.Pages.callAction(Pages.java:212)
  | 20:00:04,014 ERROR [STDERR] at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.callPageActions(AbstractSeamPhaseListener.java:122)
  | 20:00:04,014 ERROR [STDERR] at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:98)
  | 

Suddenly in my application. The method cause this exceptions works fine at the 
first place  but after ending the conversation and reclicking the link, it 
gives the above error message and I got to restat jboss to get to the normal 
situation.
the mothod causing the problem is :

  |  public String list() {
  | System.out.println("listing the relationss for 
actv" + actvBean.getId());
  | mod=-1;
  | try{
  | rels=entityManager.createQuery(" from ActivityRelation where 
succActivity =:activity")
  | .setParameter("activity", actvBean)
  | .getResultList();
  | return "rel.list";
  | }catch(Exception e) {
  | facesContext.addMessage(null,
  |

[JBoss-user] [JBoss Seam] - Re: myfaces-1.1.3

2006-05-21 Thread armita
Could you pelase explain what exactly this property doing? If i want to use 
myfaces 1-1-3 in my application how shall I do it?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-21 Thread armita
I upgraded my tomahawk and myfaces and upload stopped  working.  It could not 
pass the uploadedfile to be application and jumping from phase 4 to phase 6 
without envoking the application

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: myfaces-1.1.3

2006-05-20 Thread armita
I think that seam and jboss shoudl dconsider myfaces upgrade, the 1.1.1 is 
really bugy and because of the dependencies inmyfaces tomahawk and other jsf 
components upgrading is error prone and time consuming. It would be really nice 
to have a decent version of myfaces bundeled with Jboss and Seam

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: executeUpdate problem- (bug?)

2006-05-16 Thread armita
Help me please! I am stucked with this error! Does anybody tested this feature 
with MySQL?! Can anyone confirm this so I can fill a bug report

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Writing to the page while processing

2006-05-16 Thread armita
I have a method which may take a long time and have some subprocesses. I want 
to inform the user while the method is running. I tried to get the writer and 
print directly to the Output but didn't work.
Could someone please tell me how can I achive this functionality?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: valueChangeListener working ?

2006-05-16 Thread armita
It works for me just fine.


  |   
  | 

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - s:link and jsf phases

2006-05-16 Thread armita
It seems to me that s:links cuts through the JSF lifecycle and going from phase 
1 directly to phase 6. 
Is it write? Then what happens to the things happening in the middle phases. 
Does it ignore them?(For example validations)

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: class not found javax/interceptor/InvocationContext

2006-05-16 Thread armita
upgrading the JBoss sever solved my problem. Ofcourse there was lots of 
annotations to be changed

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Enum field problem in entity

2006-05-16 Thread armita
I am trying to implement a enum property as described in Ricks weblog. The code 
works fine but it seems there is a hibernate problem or something.
when it writes the field to the database, it stores the cardinal value of the 
Enum but while reading it wants to get the String value of it and therefor 
returns this error message:

  | java.lang.IllegalArgumentException: Unknown name value for enum class 
com.tarhyar.user.Roles: 0
  | 16:41:02,441 ERROR [STDERR] at 
org.hibernate.type.EnumType.nullSafeGet(EnumType.java:108)
  | 16:41:02,441 ERROR [STDERR] at 
org.hibernate.type.CustomType.nullSafeGet(CustomType.java:104)
  | 16:41:02,442 ERROR [STDERR] at 
org.hibernate.type.AbstractType.hydrate(AbstractType.java:81)
  | 16:41:02,442 ERROR [STDERR] at 
org.hibernate.persister.entity.AbstractEntityPersister.hydrate(AbstractEntityPersister.java:1983)
  | 

If I change the field to the Enums string value by hand in the database 
hibernate works OK.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - class not found javax/interceptor/InvocationContext

2006-05-16 Thread armita
I just upgqraded the seam and faced this error message:

  | javax/interceptor/InvocationContext
  | 

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - regarding s:link

2006-05-15 Thread armita
I am trying to propagate my conversatiosn with s:link and used this :

  | 
  | 
But I got a no conversation from my uReportLogic. Do I have to annotate the 
list method with a @Begin? If yes what is the use of propagation in the s:link? 
How these two are related to each other?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Enum field problem in entity

2006-05-15 Thread armita
I changed the column type to int and it is working know. But it seems despite 
the doc which claims that Enum type is able to work with int and string column 
type. It is not capable of working with strings. Or maybe I am missing a 
configuration?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - which method will be invoked in the invoke application phase

2006-05-10 Thread armita
How can I find out wich method of my application would be invoked in the invoke 
application phase?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - could not register synchronization with JTA TransactionManag

2006-05-10 Thread armita
I am getting this error message sometimes and all of a sudden after one fail of 
the application:

  |  org.hibernate.TransactionException: could not register synchronization 
with JTA TransactionManager
  | 
How could I prevent it?


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - could not register synchronization with JTA TransactionManag

2006-05-10 Thread armita
All of s sudden I am getting this error message:


  | 17:29:04,349 ERROR [STDERR] org.hibernate.TransactionException: could not 
register synchronization with JTA TransactionManager
  | 


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: executeUpdate problem- (bug?)

2006-05-09 Thread armita
I cut&pasted my code and the jboss log. Is it tested for MySQL?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-05-09 Thread armita
How can I get the authenticated JAAS user  in a seam application?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - TransactionManager not found

2006-05-09 Thread armita
Starting the JBOSS 4.0.4 CR2 I am facing this warning:


  | 18:41:40,383 WARN  [EJBTimerServiceImpl] Cannot obtain TransactionManager 
from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: 
TransactionManager not bound
  | 

Coudl somebody give me information about this? Does it  it effect the EJB3? How 
can I solve this?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - executeUpdate problem- (bug?)

2006-05-09 Thread armita
Trying to execute this query:

  | Query query = em.createQuery(" update Activity " +
  | " set startDate=:startDate, 
endDate=:endDate" +
  | ", actualStartDate=:actualStartDate, 
actualEndDate=:actualEndDate " +
  | "where tag=:tag and ne.code=:code ");
  | 
I am getting SQL error. The problem is Hibernate creates this Query:

  |  update Activity,  set startDate=?, endDate=?, actualStartDate=?, 
actualEndDate=? where tag=? and code=?
  | 
and the "," after Activity makes MySQL confused and therefore could not 
understand the command.
Is it a bug or I am doing something wrong here?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Cascade problem

2006-05-08 Thread armita
"[EMAIL PROTECTED]" wrote : I have this code and it works fine : 
  | 
  | 
  |   | @OneToMany(cascade = { CascadeType.PERSIST, CascadeType.REMOVE 
}, mappedBy="portfolio")
  |   | public Collection getFinancialProducts() {
  |   | return financialProducts;
  |   | }
  |   | 
  | 
  | Try to remove :
  | 
  |   |  @Column(unique = false, nullable=false)
  |   |  @Basic(fetch=FetchType.LAZY)
  |   | 
  | 
  | 
But the ollection is heavy and I need Lazy. What is your Jboss &EJB3 version?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-05-07 Thread armita
I am getting null pointer exception from the Extensions filter: 

  | java.lang.NullPointerException
  | 20:47:15,235 ERROR [STDERR] at 
com.tarhyar.file.FileLogicAction.upload(FileLogicAction.java:109)
  | 20:47:15,235 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 20:47:15,236 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 20:47:15,236 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,236 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,238 ERROR [STDERR] at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:109)
  | 20:47:15,238 ERROR [STDERR] at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:168)
  | 20:47:15,238 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  | 20:47:15,239 ERROR [STDERR] at 
org.jboss.seam.interceptors.ValidationInterceptor.validateTargetComponent(ValidationInterceptor.java:64)
  | 20:47:15,240 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor237.invoke(Unknown Source)
  | 20:47:15,240 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,240 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,241 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:47:15,241 ERROR [STDERR] at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | 20:47:15,241 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | 20:47:15,241 ERROR [STDERR] at 
org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java:21)
  | 20:47:15,242 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor236.invoke(Unknown Source)
  | 20:47:15,243 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,243 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,243 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:47:15,243 ERROR [STDERR] at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | 20:47:15,244 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | 20:47:15,244 ERROR [STDERR] at 
org.jboss.seam.interceptors.RollbackInterceptor.rollbackIfNecessary(RollbackInterceptor.java:30)
  | 20:47:15,244 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor235.invoke(Unknown Source)
  | 20:47:15,244 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,244 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,244 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:47:15,245 ERROR [STDERR] at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | 20:47:15,245 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | 20:47:15,245 ERROR [STDERR] at 
org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent(BijectionInterceptor.java:33)
  | 20:47:15,245 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor234.invoke(Unknown Source)
  | 20:47:15,245 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,246 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,246 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:47:15,247 ERROR [STDERR] at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | 20:47:15,247 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
  | 20:47:15,247 ERROR [STDERR] at 
org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:68)
  | 20:47:15,247 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor233.invoke(Unknown Source)
  | 20:47:15,247 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 20:47:15,247 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 20:47:15,248 ERROR [STDERR] at 
org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
  | 20:47:15,248 ERROR [STDERR] at 
org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:87)
  | 20:47:15,248 ERROR [STDERR] at 
org.jboss.seam.interceptors.SeamInvocationContext.proceed

[JBoss-user] [EJB 3.0] - Cascade problem

2006-05-07 Thread armita
I have a code like this:

  | @OneToMany(mappedBy = "ne", 
cascade={CascadeType.REMOVE,CascadeType.REFRESH})
  |  @Column(unique = false, nullable=false)
  |  @Basic(fetch=FetchType.LAZY)
  |  public List getActvs() {
  |  return actvs;
  |  }
  | 
and I expect that when I am removing one instance of this class the its Actvs 
would be removed, but it is not! the Actvs stays there. 

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - WARN [AbstractEntityManagerImpl] Cannot join transaction, n

2006-05-02 Thread armita
Could somebody please tell me what this WARN means and how to get ride of it?

  | WARN  [AbstractEntityManagerImpl] Cannot join transaction, not a 
JoinableCMTTransaction
  | 

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: upgrade problem again

2006-05-01 Thread armita
I changed the mufaces jar files shiped with the Jboss bundle and the problem is 
gone. Seems like a bug in the shiped version of myfaces.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - upgrade problem again

2006-05-01 Thread armita
I ubgraded to Jboss AS 4.0.4.CR2  and seam CR and my list pages stoped working. 
I have a datatable with actions like:

  | 
  |  
  |  
  | 

which creates :

  | 
  |  
  |  
  | 
on the html page. But the javascript function "clear__5Fid17()" is not 
generated by the myfaces.
What was going wrong ?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: naive question about jaas authentication

2006-04-30 Thread armita
It is a web application based on seam

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - naive question about jaas authentication

2006-04-30 Thread armita
Sorry for asking this here but the documentation are really bad, and the 
suggested are far out-of-date.
I tryed to make my application jass enabled and add this section to jboss.xml:

  |  java:/jaas/mcipro
  | 
false
  | nobody
  | 

and this one to login-config.xml

  |  
  | 
  |   
  |   guest
  |   java:/mciproDS
  |   SELECT password FROM User 
WHERE username=?
  |   SELECT roleId, 'Roles' FROM Role 
WHERE user_userName=?
  | 
  | 
  | 
  | 

but my application still wants to authenticate against the "other" 
application-policy.
How can I tell my application to use this application-policy?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - The URL in the address bar is not the same as the URL render

2006-04-30 Thread armita
I have this problem that the URL in the address bar is not the same as the URL 
rendered, and actually is one step behind it. Does anyone else faced this 
problem?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam component hides managed bean with same name

2006-04-29 Thread armita
I am getting lots of:
 WARN  [SeamVariableResolver] Seam component hides managed bean with same name
What is the meaning of it?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jboss-seam-1.0.0.CR2 infinite loop instantiating localeS

2006-04-29 Thread armita
I faced exactly the same problem. And could npt solve it untill moverd the seam 
classes log threshhold to INFO

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Upgrade problem

2006-04-27 Thread armita
I am just upgraded to the latest cvs head. But trying to deploy anything with 
jboss-seam.jar in it -like the examples- Jboss server keep uttering 

 DEBUG [Component] 
without ending. 
What is wrong?


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Transaction problem

2006-04-26 Thread armita
Could someone please give me a hint about the use of transactions inside the 
seam?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Transaction in seam managed entityManager

2006-04-25 Thread armita
I noticed that the entity manager got by:

  | PersistenceContext(type= PersistenceContextType.TRANSACTION)
  | private EntityManager em;
  | 
is not transactional. How can I force it to work in a transactional manner?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - @Factory problem

2006-04-25 Thread armita
I am trying to use this code on my page:




The template map coming from TemplaeLogic with this method:
 @Factory("templateMap")
public Map getTemplateMap(){
System.out.println("getting the template map");
Map m = new HashMap();
Listtps= entityManager.createQuery(" from Template order by 
name").getResultList();
for(Template t : tps) {
m.put(t.getName(),t.getId());
}
System.out.println("map created count is " + m.size());
return m;
}
Strangely rendering the page gives me an error message wich says the 
templateMap is null and after that the log messages of factory method apears! I 
mean it tries to render the page and after that calling the method to create 
the templateMap. I wonder why it is happening in this way.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - SQLException handling: Best practice

2006-04-19 Thread armita
I am looking for the best practice for handlin SQLExceptions. Any suggestion?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam tags

2006-04-13 Thread armita
Where can I find help about the seam taglibs please?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - updating bean problem

2006-04-12 Thread armita
I am using an actionListener to update my bean properties. Everything works 
fine, but after refreshing the view the properties I set is not affect the 
webpage. I should add that saving the entity proves that the properties 
actually there, but it seems the logic entity bean differrs from the view 
entity bean.
Any suggestion?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - processValueChange problem

2006-04-10 Thread armita
I am trying to implement an actionListener with 
@Stateless
@Name("neLogic")
@Conversational(ifNotBegunOutcome = "ne.List")
@Interceptors(SeamInterceptor.class)

public class NeLogicAction implements NeLogic, Serializable {
.
 @In( required = false,scope =ScopeType.CONVERSATION)
@Out(required = false,scope =ScopeType.CONVERSATION)
private Ne neBean;
..
 public void processValueChange(ValueChangeEvent valueChangeEvent) throws 
AbortProcessingException {

System.out.println("nebean name is " + neBean.getName());
System.out.println("value changed");
neBean.setCode("010101010101");

}
...
}

The method call and page  reftesh is ok but the problem is that when I am 
changing the entityBean in this class, it has no effect on the page.  

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: what is jbossweb-tomcat55.sar/jsf-libs/

2006-04-10 Thread armita
And shall I put my extra JSF files in this directory? ( Like tomahawk)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - what is jbossweb-tomcat55.sar/jsf-libs/

2006-04-10 Thread armita
I wonder what is this directory for, and how shall I treat it. Do I have to 
change the myfaces jar files when I want to switch the version of JSF? 
Besides sometimes when I have a myfaces*.jar file in my war archive I am 
getting errors like:


  | 12:15:52,290 ERROR [FacesConfigurator] failed to configure class 
org.apache.myfaces.custom.swapimage.HtmlSwapImageRenderer
  | java.lang.ClassCastException: 
org.apache.myfaces.custom.swapimage.HtmlSwapImageRenderer
  | 

in Deploy time.

Could someone please help me

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - ADF and seam

2006-04-03 Thread armita
I am trying to use ADF components with seam and MyFaces. Could someone please 
tell me the changes I need to apply to the configuration to got it working?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: deployer cannot determine default local interface

2006-03-20 Thread armita
I tryed this, same errors happened. But I got where the error is. I had some 
jar files in my ejb3 file. There are harmless and I copied them for IDE to 
recognise them. And actually it was working pretty fine for some weeks and then 
all of a sudden this error occured. I removed the jar files and now I am happy 
again

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: deployer cannot determine default local interface

2006-03-15 Thread armita
Sorry,
here is the error message:

  | 19:14:47,417 WARN  [ServiceController] Problem creating service 
jboss.j2ee:service=EJB3,module=mcipro.ejb3
  | java.lang.RuntimeException: deployer cannot determine default local 
interface as there are too many implemented interfaces and no @Remote or @Local 
defined for com.tarhyar.ne.NeLogicAction
  | at 
org.jboss.ejb3.ProxyFactoryHelper.getLocalInterfaces(ProxyFactoryHelper.java:103)
  | at 
org.jboss.ejb3.ProxyDeployer.initializeLocalBindingMetadata(ProxyDeployer.java:117)
  | at 
org.jboss.ejb3.SessionContainer.instantiated(SessionContainer.java:71)
  | at 
org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:550)
  | at 
org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:532)
  | at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:513)
  | at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:485)
  | at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:442)
  | at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:125)
  | 

The interface :

  | package com.tarhyar.ne;
  | 
  | import javax.ejb.Local;
  | import javax.faces.event.ValueChangeEvent;
  | 
  | import com.tarhyar.activity.Activity;
  | 
  | import java.util.List;
  | 
  | /**
  |  * Author: Arash Bijanzadeh
  |  * Date: Dec 29, 2005
  |  * Time: 3:26:59 PM
  |  */
  | @Local(NeLogicAction.class)
  | public interface NeLogic {
  | public String addNe();
  | public String selectType();
  | public String save();
  | public void destroy();
  | public void create();
  | public String backToMe();
  | public String delete();
  | public String select();
  | public void processValueChange(ValueChangeEvent valueChangeEvent);
  | public void setBsc();
  | }
  | 
The Bean:

  | 
  | /**
  |  * Author: Arash Bijanzadeh
  |  * Date: Dec 29, 2005
  |  * Time: 3:28:11 PM
  |  */
  | @Stateful()
  | @Name("neLogic")
  | @Conversational(ifNotBegunOutcome = "ne.List")
  | @Interceptors(SeamInterceptor.class)
  | 
  | 
  | public class NeLogicAction implements NeLogic, ValueChangeListener, 
Serializable {
  | 
  | 
  | private static Logger log =Logger.getLogger(NeLogicAction.class);
  | 
  | @PersistenceContext(type= PersistenceContextType.EXTENDED)
  | private EntityManager em;
  | 
  | @In private transient FacesContext facesContext;
  | //
  | //@DataModel
  | //@Out (required = false)
  | //private List nes;
  | //
  | //@DataModelSelectionIndex
  | //private int neIndex;
  | //
  | @In( required = false)
  | @Out(required = false)
  | private Ne neBean;
  | 
  | @In(create = true)
  | private NeList neList;
  | 
  | private String searchString;
  | private String cnvId;
  | 
  |  @In
  | private transient ResourceBundle resourceBundle;
  | 
  | 
  |@Begin(join = true)
  | public String addNe() {
  | log.debug("adding Ne");
  | log.info("adding Ne");
  | neBean = new Ne();
  | return "ne.add";
  | }
  | 
  | public String selectType() {
  | return null;
  | 
  | }
  | 
  | public String save()
  | {
  | log.debug("save Ne");
  | log.info("save Ne");
  | neBean.setLastUpdate(new Date());
  | em.persist(neBean);
  | //
facesContext.getExternalContext().getSessionMap().put("neId",neBean.getId());
  | return "ne.view";
  | }
  | 
  | 
  | 
  |   public String getSearchString() {
  | return searchString;
  | }
  | 
  | public void setSearchString(String searchString) {
  | this.searchString = searchString;
  | }
  | 
  | @Begin(join = true)
  | public String select() {
  |  cnvId = Manager.instance().getCurrentConversationId();
  | neBean = neList.getSelected();
  | return "ne.view";
  | }
  | 
  | public String delete() {
  | if(neBean== null) {
  | neBean = neList.getSelected();
  | }
  | em.remove(neBean);
  | facesContext.addMessage(null,
  | new FacesMessage( FacesMessage.SEVERITY_INFO,
  | resourceBundle.getString("deleted.success"),""
  | )
  | );
  | return "ne.list";
  | }
  | 
  | 
  | public String selectedUserName() {
  | neBean = neList.getSelected();
  | return "ne.view";
  | }
  | 
  | 
  | 
  | public String backToMe()
  | {
  | Manager.instance().swapConversation(cnvId);
  | Contexts.getSessionContext().remove("actvBean");
  | return "ne.view";
  | }
  | 
  | public void processValueChange(ValueChangeEvent valueChangeEvent) 
throws AbortProcessingException {
  | neBean.setNeType((NeType) valueChangeEvent.getNewValue());
  | }
  | 
  | 

View the origi

[JBoss-user] [EJB 3.0] - deployer cannot determine default local interface

2006-03-15 Thread armita
I am getting deployer cannot determine default local interface as there are too 
many implemented interfaces and no @Remote or @Local defined 
And yes I have to define more than one interface but one is annotated as  
@Local, How can I get ride of this problem?
Thanks

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Module level conversations

2006-03-15 Thread armita
Sorry for duplicate posting Gavin, but  I really need your advise. I decided to 
implement such an aproach for my current project.  What do you think about it? 
Is it feasible?
anonymous wrote : 
  | We need a model of conversation to handle various modules in the 
application and also nested modules. When entering a submodule I want the user 
can access the parent modules menu ( to avoid the back button ) in the same 
page when he was working with the child module. There could be anu level of 
modules in the applicaiton, from complete seperate modules to simple CRUD 
object modules.
  | It will be very good to have this navigation model and at the same time 
avoid having lots of objects in the conversation scope.
  | I am suggesting this model to handle such a navigation:
  | every conversational SB could have a conversation name, and a parent 
conversation assigned to it. In case of invocation of a @Begin method, if the 
current conversation name equals the SB's conversation name it simply joins the 
conversation, if it is not the framework will start going up in the current 
conversation stack to find a conversation wich name is the SB's parent 
conversation name, then swap to that conversation and nest a new conversation 
with the SB's conversation name. If no matching conversation found it could 
redirect to ifNotBeginOutCome with throwing a 
ParentConversationNotFoundException.
  | There is also a special TopLevel keyword for top level modules wich will 
start a whole new conversation. And also unnamed SBs keep working as is.
  | 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Entity Manager during @Startup

2006-03-14 Thread armita
Yes I did it.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-14 Thread armita
Yes I have the setter getter methods!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-13 Thread armita
Any idea?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-13 Thread armita
We need a model of conversation to handle various modules in the application 
and also nested modules. When entering a submodule I want the user can access 
the parent modules menu ( to avoid the back button ) in the same page when he 
was working with the child module. There could be anu level of modules in the 
applicaiton, from complete seperate modules to simple CRUD object modules.
It will be very good to have this navigation model and at the same time avoid 
having lots of objects in the conversation scope.
I am suggesting this model to  handle such a navigation:
every conversational SB could have a conversation name, and a  parent 
conversation assigned to it. In case of invocation of a @Begin method, if the 
current conversation name equals the SB's conversation name it simply joins the 
conversation, if it is not the framework will start going up in the current 
conversation stack to find a conversation wich name is the SB's parent 
conversation name, then swap to that conversation and nest a new conversation 
with the SB's conversation name. If no matching conversation found it could 
redirect to ifNotBeginOutCome with throwing a 
ParentConversationNotFoundException.
There is also a special TopLevel keyword for top level modules wich will start 
a whole new conversation. And also unnamed SBs keep working  as is.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-12 Thread armita
I am getting a java.lang.IllegalArgumentException: argument type mismatch
for UploadedFile property. 
Any idea?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-11 Thread armita
"[EMAIL PROTECTED]" wrote : Pretty difficult to believe. Use your debugger to 
see what is really going on.
  | 
You are right. Sorry! I had a wrong scope set

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-10 Thread armita
Sorry, I am not using killAll yet ;-)


  | 
  | 
  | 
  | 
wnd the method annotated as Begin( join= true). Still not a new conversation

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-10 Thread armita

  | 
  | 
  | 
  | 
I am using this with a @Begin( join = true ) but the conversation simply joins 
without any new conversation?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread armita
It is like my suggestions! I agree with you completely and should add that in 
case of submodule we may need to specify that we need some level of current 
conversation stack should be preserved.
But still I feel it lakes something!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread armita
"[EMAIL PROTECTED]" wrote : You want to have two conversations in the same page?
  | 
No, I don't

"[EMAIL PROTECTED]" wrote : 
  | 
  | Yew, we can't do that yet ;-)
  | 
  | And I don't expect to implement it anytime soon, sorry...
So, what you suggest  for this case?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread armita
Extremely sorry I am wrong!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-09 Thread armita
It is not what I need.
Let me explain in this way, 
 have tried booking example and created two converesation. I was working with 
one of them and leaved the other untouched, but as long as I am working with 
the active one, the inactive one stayed there and didn't died.  
suppose I am in a view page of entity with "view" "delete" "update" buttons and 
already started the conversation. I am looking for a way to close this 
conversation however user leaves the section.


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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-08 Thread armita
"[EMAIL PROTECTED]" wrote : No, there are instructions in the Seam docs for how 
to leave a conversation scope.

I could not find it, I don't think you mean calling the leave() method, do you?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-03-08 Thread armita
I have thought of named conversations but could not reach any clear idea, still 
I think it could be a good idea.

Here is another usecase: I am selecting an object and user reaches to a view 
page with CRUD buttons. Here is two choice for implementing the CRUD : 
1- to have a hidden input in the view page to let the Seam refetch the object 
from database when request submitted. Load on database.

2- Make the CRUD handler SB conversational and let the bean live in the 
conversation, so any further operations uses the in conversation bean. But here 
we got a problem, how to end the conversation? The only solution at the moment 
is to put a "back"  button to call the @End method of the SB. But this way the 
user will suffer a lot of useless clicks. 
So we need a way to orphanate the conversation and let him time out. But 
unfurtunately after begining the converesation, every requests touches it and 
it stays alive.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Some thoughts about the conversations

2006-03-08 Thread armita
1- Suppose I have an application with some modules wich anyone could be 
accessed via a sidebar menu all across the application. Know suppose user 
changed his mind in the middle of say a third level nested conversation,  and 
changes the module. 
Consider I may have been opened any number of conversations in the old module 
and the time user changes it, I want to close all of them and start with a 
fresh ConversationContext. 
I thinks it would be nice to have something like @EndAll  to destroy all the 
comversations. And it may happen that I want to preserve some level of 
conversation stack ( subModules ? ) then  I wish to have something like 
@EndAll(preserve=1) which will destroy all the nested conversations but the 
last one.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: jenia componenet

2006-03-07 Thread armita
I used popups but the problem is that the closewithaction handler is not 
working, kind of strange but it triggers the action and do everything but 
closing the popup window

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - duplicate id problem

2006-03-05 Thread armita
I just upgradeed to facelets-1.0.12 and faces duplicate id problem all the 
time. How can I get ride of it?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Messages problem

2006-03-05 Thread armita
When I set a facesMessage and redirect to a page which needs to execute a 
Factory method in another SFSB my messages disapear. 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Discriminator value

2006-03-05 Thread armita
I wonder how can I read the discriminator value of an object?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Criteria or on the fly sql

2006-03-01 Thread armita
I see, I found this a very very helpful functionality, it is a pitty EJB3 could 
not create on the fly querys. So still hibernate is better than EJB!!

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - DataModel and render view phase call problem ( bug? )

2006-03-01 Thread armita
I noticed that when  I need to call a function in the render response phase 
-like rendered property bind to a function - then the datamodel could not 
preserve his state. 
I am not sure how it is happening, I used the prev next functionality like dvd 
sample, but instead of using a check box I needed to use a command link in each 
row to select that row, but no matter which row I click, I am getting the first 
row in response. Log messages say that the returned index is 0 so it is showing 
the first row.
Is it a bug?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Criteria or on the fly sql

2006-02-28 Thread armita
Is it JBoss specific?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Criteria or on the fly sql

2006-02-27 Thread armita
I want to create a on the fly SQL applying the values users entered in the 
search form. I used to do it with hibernates criteria object. Isn't there any 
equivalent in the EJB3. What can I do to generate on the fly EJB QL?

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - conversationList

2006-02-26 Thread armita
I am trying to use a feature like workspace browsing in the issues example 
(conversations.jsp) 
but the conversationList instasnce in my page returns an empty map.
On the other hand I could not figure out how to set the description of 
conversations. ( in the example it is set to the name of project)

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Memory monitoring

2006-02-23 Thread armita
Is there any tool  to view the memory consumption of objects. I have really no 
idea how expensive is the beans 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - jenia componenet

2006-02-23 Thread armita
I wonder does anybody used jenia components with seam? I am specially 
interested in popup frame.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Memory monitoring

2006-02-18 Thread armita
I wonder is there a tool for monitoring the memory consumption of in memory 
onjects like beans.

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

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


---
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: Redirecting for exceptions

2006-02-16 Thread armita
My problem is the access denied Exception thrown in a EJB annotation and I 
don't know how to handle it.

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

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


---
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: Ending a conversation and begining another at the same t

2006-02-15 Thread armita
I tryed to put my DataModel in PAGE scope as suggested n this thread using the 
following bean: 

  | @Stateful
  | @Scope(ScopeType.EVENT)
  | @Name("neLogic")
  | @Interceptors(SeamInterceptor.class)
  | 
  | public class NeLogicAction implements NeLogic, Serializable {
  | 
  | 
  |private static Logger log =Logger.getLogger(NeLogicAction.class);
  | 
  |@PersistenceContext(type= PersistenceContextType.EXTENDED)
  | private EntityManager em;
  | 
  | @DataModel(scope=ScopeType.PAGE)
  | private List btss;
  | 
  | @DataModelSelectionIndex
  | private int neIndex;
  | 
  | private String searchString;
  | 
  |public String findByName() {
  | String searchPath  = new String();
  | searchPath = (searchString == null) ? "%" : "%" + 
searchString.toLowerCase() + "%";
  | log.info("finding ne  by name" + searchString);
  | btss =em.createQuery(" from Ne n where lower(n.name) like :search")
  | .setParameter("search",searchPath)
  | .getResultList();
  | searchString="";
  | log.info("Bts found " + String.valueOf(btss.size()));
  | return "nes";
  | }
  | 
  |   public String getSearchString() {
  | return searchString;
  | }
  | 
  | public void setSearchString(String searchString) {
  | this.searchString = searchString;
  | }
  | }
  | 

whithout success. btss is null in the render response phase.  

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

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


---
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: Filter on Seam application

2006-02-08 Thread armita
My filter is last in the chain but still is not working.

But I couln't understand why a standard EJB lookup gives me errors?

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

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


---
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] - Filter on Seam application

2006-02-07 Thread armita
Could you please tell me how can I access my Seam components in a Filter class?
I have tryed:
UserLogic userLogic = (UserLogic) Component.getInstance("userLogic",false);
Which returns null 
and 

 InitialContext ctx = new InitialContext();
UserLogic userLogic = (UserLogic) ctx.lookup("mcipro/UserLogicAction/local");

which returns ok but trying to access a method of it gives:
javax.ejb.EJBException: java.lang.NullPointerException
at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)


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

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


---
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] - SFSB invocation error

2006-02-06 Thread armita
I am trying to invoke a SFSB from inside a filter but facing this error message:
 javax.ejb.EJBException: java.lang.NullPointerException
at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:192)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:81)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.aspects.security.RoleBasedAuthorizationInterceptor.invoke(RoleBasedAuthorizationInterceptor.java:167)
at 
org.jboss.ejb3.security.RoleBasedAuthorizationInterceptor.invoke(RoleBasedAuthorizationInterceptor.java:100)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:103)
at 
org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:190)
at 
org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
at $Proxy165.find(Unknown Source)
at com.tarhyar.filter.LoginFilter.doFilter(LoginFilter.java:43)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:44)
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:96)
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:54)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:173)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:514)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
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:868)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
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: java.lang.NullPointerException
at org.jboss.seam.Component.forName(Component.java:1011)
at 
org.jboss.seam.ejb.SeamInterceptor.getSeamComponent(SeamInterceptor.java:61)
at 
org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:34)
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.ejb3.interceptor.InvocationContextImpl.proceed(InvocationCont

[JBoss-user] [Beginners Corner] - Re: custom logon action

2006-02-06 Thread armita
Because, the j_security_check handler is handled by  the container. I don't 
know how to access/overwrite it and I don't know if it gives any callback 
handler

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

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


---
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: Redirecting for exceptions

2006-02-05 Thread armita
I did. But still my problem is there. @RolesAllowed throws exceptions that I am 
not even able to catch them!

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

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


---
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] [Beginners Corner] - Accessing session context in the Interceptor

2006-02-05 Thread armita
I am writing an interceptor and I need to access the sessionContext, could any 
body tell me how can I do it?

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

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


---
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: Redirecting for exceptions

2006-02-04 Thread armita
"[EMAIL PROTECTED]" wrote : Please enter this in CVS,
You mean JIRA?

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

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


---
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] [Beginners Corner] - custom logon action

2006-02-02 Thread armita
Could some body please tell me how to write a custom logon action? the 
j_security_check is not good for me because I want to do some other things when 
the user logges in the application

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

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


---
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] - Redirecting for exceptions

2006-02-02 Thread armita
I wonder is there a way to redirect specific Exceptions to an outcome? 
My special case is JAAS access exceptions while using @RolesAllowed in SFSB 
which works great except when the user has not the proper principle it gives me 
an error on the webpage. I need to get exception redirected to a specific page.

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

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


---
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: Authentication failure possibly bug

2006-02-01 Thread armita
I solved the problem temporarily by adding unauthenticatedIdentity to 
login-config but it seens to my that it shound be a bug. Because I may not want 
to do that all the time!

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

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


---
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: Authentication failure at deploy time

2006-02-01 Thread armita
The problem is I used a @Startup tag for one of my SFSB. But I couldn't figure 
out what is the solution?

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

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


---
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


  1   2   >