[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
OK, its fixed in CVS, please try it out.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023087#4023087

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023087
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Specifying what host to deploy a EJB3 web service using JSR-

2007-02-27 Thread elponderador
I have tried configuring something inside the web xml to point to the web 
service as mentioned in the examples:


  | servlet 
  | servlet-nameWsAPI/servlet-name 
  | servlet-classsome.package.WsAPIImpl/servlet-class
  | /servlet
  | 
  | servlet-mapping
  | servlet-nameWsAPI/servlet-name
  | url-pattern/SomeService/url-pattern
  | /servlet-mapping
  | 

But as I soon realized this only tries to instantiate WsAPIImpl, not access it 
as an EJB. Using the web.xml together with jboss-web.xml and the virtual-host 
tag was the only way I could figure out how to specify the host I want the 
webservice to be deployed or accessed on. As mentioned that does not work for 
EJB based web services.

Anyways, anyone have an idea of how to accomplish what I am mentioning?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023088#4023088

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023088
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kot.filemon
the same in more readable form (sorry, for the mess, why can't I edit my posts?)


  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] 
creating jbpm context with service factories '[message, scheduler, logging, 
persistence, authentication]'
  | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.JbpmContext] creating JbpmContext
  | 2007-02-27 15:59:33,872 DEBUG 
[org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence 
service
  | 2007-02-27 15:59:33,872 DEBUG 
[org.jbpm.persistence.db.DbPersistenceService] creating hibernate session
  | 2007-02-27 15:59:33,874 DEBUG [org.hibernate.loader.Loader] result row: 
EntityKey[org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,874 DEBUG [org.hibernate.engine.TwoPhaseLoad] resolving 
associations for [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.engine.TwoPhaseLoad] adding 
entity to second-level cache: [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Caching: org.jbpm.graph.def.ProcessDefinition#1
  | 2007-02-27 15:59:33,875 DEBUG [org.hibernate.engine.TwoPhaseLoad] done 
materializing entity [org.jbpm.graph.def.ProcessDefinition#1]
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.ProcessDefinition.definitions#1
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.module.def.ModuleDefinition#1
  | 2007-02-27 15:59:33,879 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.module.def.ModuleDefinition#2
  | 2007-02-27 15:59:33,880 DEBUG [org.jbpm.graph.def.GraphElement] event 
'process-start' on 'ProcessDefinition(vacationRequest)' for 'Token(/)'
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.ProcessDefinition.events#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.impl.SessionImpl] initializing 
proxy: [org.jbpm.graph.def.Node#1]
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Node#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Node.leavingTransitions#1
  | 2007-02-27 15:59:33,880 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Transition#1
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 
'before-signal' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Node.events#1
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 
'node-leave' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 
'transition' on 'Transition()' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Transition.events#1
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.impl.SessionImpl] initializing 
proxy: [org.jbpm.graph.def.Node#2]
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Node#2
  | 2007-02-27 15:59:33,881 DEBUG [org.jbpm.graph.def.GraphElement] event 
'node-enter' on 'TaskNode(decision)' for 'Token(/)'
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.def.Node.events#2
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.graph.node.TaskNode.tasks#2
  | 2007-02-27 15:59:33,881 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.taskmgmt.def.Task#1
  | 2007-02-27 15:59:33,882 WARN  
[org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog] Narrowing proxy 
to class org.jbpm.graph.node.TaskNode - this operation breaks ==
  | 2007-02-27 15:59:33,882 DEBUG [org.hibernate.impl.SessionImpl] initializing 
proxy: [org.jbpm.graph.node.TaskNode#2]
  | 2007-02-27 15:59:33,884 DEBUG [org.jbpm.graph.def.GraphElement] event 
'task-create' on 'Task(decide)' for 'Token(/)'
  | 2007-02-27 15:59:33,884 DEBUG [org.hibernate.cache.NonstrictReadWriteCache] 
Cache lookup: org.jbpm.taskmgmt.def.Task.events#1
  | 2007-02-27 15:59:33,886 DEBUG [org.jbpm.jpdl.el.impl.BeanMethod] invoking 
expression method 'assign'
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.graph.def.GraphElement] event 
'after-signal' on 'StartState(start)' for 'Token(/)'
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.Services] executing default 
save operations
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] 
saving process instance
  | 2007-02-27 15:59:33,888 DEBUG [org.jbpm.svc.save.SaveLogsOperation] 
flushing logs to logging service.
  | 2007-02-27 15:59:33,894 DEBUG 

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread jiwils
vitor_b wrote : But still i need a small clarification or confirmation: 
Persistence applies only to situation when we redeploy our mbean or restart 
server?

I am not sure that your question is clear.  Based on the persistence policy you 
select, it will do different things.  MBean redeployment and/or server restart 
really isn't related.

vitor_b wrote : And where jboss stores persistence state for mbeans?

JBOSS_HOME/server/SERVER_NAME/data/xmbean-attrs is the default location.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023090#4023090

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023090
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-02-27 Thread [EMAIL PROTECTED]
Yes, of course, thats the easy part.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023093#4023093

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023093
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: does seam data model support all Tomahawk components lik

2007-02-27 Thread [EMAIL PROTECTED]
No. Users have experienced many problems using Tomahawk with Seam.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023092#4023092

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023092
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread [EMAIL PROTECTED]
No, JBossCache has automagic dirty checking.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023095#4023095

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023095
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
The version of examples/glassfish in current CVS has been tested on glassfish 
and works Just Great.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023091#4023091

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023091
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: error calling action handler

2007-02-27 Thread kukeltje
jump from a chair

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023079#4023079

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023079
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Request4Advice: Defining ProcessInstance Var's in Pagefl

2007-02-27 Thread [EMAIL PROTECTED]
processInstance is the ProcessInstance associated with the current business 
process, not the one for the pageflow.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023098#4023098

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023098
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread [EMAIL PROTECTED]
Without looking at your code it's difficult to diagnose what is going on. The 
log message


  | 2007-02-27 11:58:51,891 INFO  
[org.jboss.resource.connectionmanager.NoTxConnectionManager] Unregiste
  | red handle that was not registered! null for managedConnection: 
de.chs.siebel.jca.SiebelManagedConne
  | [EMAIL PROTECTED]   
  | 

Is telling you that according to the ConnectionListener, the handle is unknown. 
Being that you are having issues with the close, the first place I would check 
is in how you are handling the association of ConnectionListeners in your code. 

Something is preventing this association from happening. 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023099#4023099

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023099
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-27 Thread dkrleza
OK, this is very good topic which explains a lot to those who are using using 
MVC patterns and multiple WEB modules per enterprise application. You need to 
place MVC library into WEB-INF/lib of every module. If you don't do so and use 
your MVC library as utility jar inside enterprise application, your MVC 
controller will not be able to load and use classes placed inside WEB modules.

Let me ask another question - more JBoss related. WAS5 (and higher) has ability 
to create single classloader for whole enterprise application. This means that 
all WEB modules and additional utility libraries are loaded in single 
classloader. 
Does JBoss support this funcionality?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023102#4023102

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023102
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread jiwils
vitor_b wrote : One more thing:
  | 
  | Standard MBean has three default attributes:
  | - StateString
  | - State
  | - Name
  | 
  | My XMBean has only attributes i created. So if i want to provide these 
attributes for my XMBean what should i do?

Don't use the code in your post.  If you extend ServiceMBeanSupport, you have 
that functionality already.

XMBeans are based on the XML deployment descriptor as the model, so you have to 
specify these attributes in it.  Fortunately, the DTD for the XMBean deployment 
descriptor makes this easy enough.

After making sure you specify the document type like so:

!DOCTYPE mbean PUBLIC
  |-//JBoss//DTD JBOSS XMBEAN 1.2//EN
  |http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd;
  | 

Add the following to your XML in the same section as your other attributes:

defaultAttributes;

You can use the following to add the lifecycle operations as well:

defaultOperations;

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023103#4023103

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023103
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread imaeses
Hi Tim,

Thanks for the reply. Here's my problem: we aren't prepared to roll the 1.2 
version into production because it's not a general release yet. We'd prefer to 
use the 1.0.1 version since it is stable. However, this one feature is quite 
important.

Are you planning on enabling this feature in a SP release in the near future?

If not, could you give me a hint where in the code I should go to implement 
this myself.

Many thanks,
Adam

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023100#4023100

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023100
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread damianharvey
I have a problem with ICEFaces and Seam using the SelectInputText 
(auto-complete) component.

I can display a list well enough and have it limit based on letters typed in. 
However when I try to add code to get the selected item, it all goes wrong. The 
offending line in question is:
SelectInputText autoComplete = (SelectInputText) event.getComponent();
As you'd expect this casts the incoming component to 
com.icesoft.faces.component.selectinputtext.SelectInputText. This results in a 
ClassCastException for me. 

To further frustrate matters I have checked the incoming component class and it 
is indeed com.icesoft.faces.component.selectinputtext.SelectInputText.
log.info(Event Component has class 
:+event.getComponent().getClass().getName());
14:38:48,571 INFO  [STDOUT] Event Component has class 
:com.icesoft.faces.component.selectinputtext.SelectInputText

I have added code to the ICEFaces sample and the only difference that I can see 
is that when it is passed in by the ICEFaces example it is an instance of 
SelectInputText, yet for some reason when I pass it in via Seam (and this 
includes using the sample code in my Seam project) it is not an instance.
event.getComponent() instanceof 
com.icesoft.faces.component.selectinputtext.SelectInputText

Does anyone know why this difference might result? As the ICEFaces sample code 
doesn't run in my project I assume that it is a configuration issue. Has anyone 
had ClassCast / instanceOf problems before?

Thanks,

Damian.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023104#4023104

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023104
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Validat

2007-02-27 Thread trouby
Definitely,

This was my mistake, probably some caching/partial jar updates,

now its ok with 1.1.7R1

thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023106#4023106

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023106
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Any comments on which GF version it was tested?


Anyway, back to the original issue,

any component names written in components.xml are not valid with the booking gf 
sample as well,


Thanks,

Asaf.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023109#4023109

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023109
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread [EMAIL PROTECTED]
You must have two icefaces jars in your EAR, on different classloaders.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023108#4023108

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023108
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: What name is given to the *-object.xml

2007-02-27 Thread PeterJ
You can name that file anything you like, hence the '*'.  These all work:  
foo-object.xml, bar-object.xml. Usually, the prefix reflects the name of the 
portlet. Scan the jboss-portal.sar for examples.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023111#4023111

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023111
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - JARs required for RMI client [raising CommunicationException

2007-02-27 Thread vink
hello,

I'm working with JBoss 4.0.5.GA.
My client is based on RMI  Eclipse. 

I've deployed a session bean on server, which I want to access through RMI. 
I've included the some of the jars, that can help me to get rid of compile time 
exceptions.

But, when I run the client it raises the following exception;
Can you point me to any link that lists all the required jars for a rmi client.

javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: 
com.sessionfacade.displaymgt.DisplayManagementAPI (no security manager: RMI 
class loader disabled)]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:728)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(Unknown Source)
at 
com.proxysdk.displaymgt.DisplayManagementProxy.connect(DisplayManagementProxy.java:120)
at 
com.proxysdk.displaymgt.DisplayManagementProxy.(DisplayManagementProxy.java:89)
at 
com.proxysdk.displaymgt.DisplayManagementProxy.(DisplayManagementProxy.java:74)
at com.ui.views.ScreenView.(ScreenView.java:37)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown 
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at 
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:157)
at 
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at 
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at 
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
at 
org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
at 
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
at 
org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
at 
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
at 
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at 
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at 
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
at 
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:601)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
at 
org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
at 
org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
at 
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
at 
org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at 
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
at 
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:658)
at 
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:811)
at 
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1453)
at 
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1404)
at 
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190)
at 
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:708)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1101)
at 

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
Get the version from CVS.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023114#4023114

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023114
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - To 'admin' user or not to 'admin' user...

2007-02-27 Thread dhartford
Regarding a default 'admin' user regardless of other identity sources.

I have been playing with the identity login modules as mentioned in this thread 
http://jboss.org/index.html?module=bbop=viewtopict=95229start=20 , and kept 
running into the issue of an LDAP user (my identity source) not having the 
correct permission to manage the portal (I worked around and solved that 
problem, but still brought up a good point).

Then, I saw this open issue:
http://jira.jboss.com/jira/browse/JBPORTAL-1179

Should there be a 1) default 'admin' user for the portal, or 2) should it be 
left completely to the configured identity sources (ldap, db, etc)?



my vote:
1) - default 'admin' user regardless of configured identity sources, and always 
from a local-configured password and will always supercede any 'admin' user 
from configured identity sources.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023081#4023081

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023081
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Thanks for the fast reaction. It works again.
Ciao,
Carsten
Btw: take a look at the document generation. I got an error about an area 
overflow when building it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023113#4023113

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Catch javax.ejb.EJBException: Could not activate; failed to

2007-02-27 Thread csplrj
Software
JDK 1.5
JBoss 4.0.5GA

Problem

I know the beow mentioned error is as my bean is getting passivated and then 
when I try to use the Remote Interface that bean this error is thrown

I require a method by which I can catch this error and create a new bean 
whenever required. Does anyone knows of any way by which I will catch this 
specific error and create a new Stateful bean.

I mean to say some way by using the Remote Interface to find out whether the 
bean is active or has been vanished from the memory

Thanks in advance

CSJakharia


Error
2007-02-27 19:41:23,322 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] 
Activation failure
  | javax.ejb.EJBException: Could not activate; failed to restore state
  | at 
org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.activateSession(StatefulSessionFilePersistenceManager.java:343)
  | at 
org.jboss.ejb.plugins.StatefulSessionInstanceCache.activate(StatefulSessionInstanceCache.java:113)
  | at 
org.jboss.ejb.plugins.AbstractInstanceCache.doActivate(AbstractInstanceCache.java:457)
  | at 
org.jboss.ejb.plugins.StatefulSessionInstanceCache.doActivate(StatefulSessionInstanceCache.java:129)
  | at 
org.jboss.ejb.plugins.AbstractInstanceCache.get(AbstractInstanceCache.java:123)
  | at 
org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invoke(StatefulSessionInstanceInterceptor.java:236)
  | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)
  | at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
  | at org.jboss.ejb.Container.invoke(Container.java:954)
  | at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
  | at 
org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
  | at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  | at sun.rmi.transport.Transport$1.run(Transport.java:153)
  | at java.security.AccessController.doPrivileged(Native Method)
  | at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  | at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
  | at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
  | at java.lang.Thread.run(Thread.java:595)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023107#4023107

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023107
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: I had a problem where the HTTPRequest from Service() met

2007-02-27 Thread PeterJ
I am sorry, but I do not understand what the problem is.  Exactly what are you 
doing, what result did you get, and what result did you expect?

If you want to understand the complete flow of the Portal, the best thing to do 
is to download the source code and look through it.

Have you gone through the tutorials in the Portal documentation?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023115#4023115

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023115
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-27 Thread kukeltje
I do not see anything in the logging about the originator swimlane.. heck not 
even anything about the task in this start state (you could notice this to)

Two things:
- there is a whitespace between swimlane and = (swimlane =originator instead 
of swimlane=originator) don't know if it makes a difference, but I noticed it
- tasks in the start state are not automatically created (afaik). Use   
taskMgmtInstance = processInstance.getTaskMgmtInstance();
  |   taskMgmtInstance.createStartTaskInstance();
  | 

If you extend your tests (other words for ' making them better'  ;-)) you would 
have had better insight in the creation of the tasks...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023116#4023116

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023116
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re:

2007-02-27 Thread michael.litherland
Hi,

I don't know why but I too have recently started getting this problem.  The bug 
report states this is resolved in 4.0.5sp1, but you can't get that version that 
I can see.  I'm certainly not compiling my own version out of SVN to put into 
production.

Is there a public 4.0.5sp1 coming out soon or some other way to fix the issue 
using released software?

Thanks,
Mike

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023121#4023121

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023121
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-27 Thread PeterJ
First, the stack trace you provided is missing the beginning of the exception 
(in other words, the important stuff is missing). Most likely, your terminal 
window's buffer is not large enough so you could either resize the buffer, or 
extract the stack trace from the server.log file.

Second, the Incomplete Deployment listing and Depends on me entries are 
typically not helpful in solving a problem, they simply indicate that a problem 
did occur but don't give the root cause. So please don't post those.

Finally, at the end of what you posted there is the error message:

3:10:08,627 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Address 
already in use 

This means that some other application has port 8009 in use. I would find out 
what application that is an stop it (recommended for just getting you up and 
running), or change the JBoss configuration to use a different port.  Once you 
fix that, the name not found exception from earlier in your post might solve 
itself.

By the way, are you running a clean install of JBoss, or did you deploy an 
application to it? If the later, remove the deployed application and just try 
to start JBoss.

And another thing, the output you posted has nothing whatsoever to do with 
entering a URL at a browser. Note the last line of that output:

13:10:08,634 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: 
CVSTag=JBoss_4_0_0 date=200409200418)] Started in 30s:856ms

This is the last line printed before JBoss starts accepting input from 
browsers. Any problems resulting from entering a URL in a browser would show up 
after this line of the output. Or stated another way, you should wait until 
that line is printed before entering a URL at the browser.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023122#4023122

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023122
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread PeterJ
Did you look at what you posted? Especially these lines:

15:45:17,035 INFO [Server] Server Name: default
15:45:17,035 INFO [Server] Server Home Dir: C:\jboss-4.0.4\server\default
15:45:17,035 INFO [Server] Server Home URL: file:/C:/jboss-4.0.4/server/default
/
15:45:17,035 INFO [Server] Server Log Dir: C:\jboss-4.0.4\server\default\log 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023129#4023129

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023129
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
I means the users field and the userList filed. The users field isn't defined. 
Do the userList and users represent different?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023123#4023123

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023123
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: No portlet display

2007-02-27 Thread PeterJ
Another thing to do would be to ask the browser for  the HTML source. Sometimes 
interesting things are there that do not show up on the display.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023130#4023130

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023130
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: growableArray.cpp. Out of swap space?

2007-02-27 Thread PeterJ
According to the error message, the app is allocating a 130MB object.  How many 
of these huge objects do you have around?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023132#4023132

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023132
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-27 Thread angra81
Is it possible to invoke external web services from the BPEL in jBPM?

tx,
Dario

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023134#4023134

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023134
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread [EMAIL PROTECTED]
Yes, users should be userList.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023138#4023138

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023138
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Building reuseable components

2007-02-27 Thread martin ganserer
Hi,

in several projects we have implemented yet we found out that there are some 
aspects that we use again and again.
For example we have defined a SLSB that provides other modules with auto 
generated IDs in a predefined format. 
The SLSB works with one conifguration entity in the background.
What I would really like is to define a separate jar or ear that can be linked 
to all projects that need specific ID generation.
I think that one problem is to work with multiple persistence units.
What are further traps? Or is it maybe better to keep the hands off such an 
implementation?

What do the experts think about?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023139#4023139

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023139
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
AND is the join method to add user in the userList? Why 
pojoCache.put(chatroom, users, username)? Why not add the username to the 
set?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023143#4023143

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023143
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: If you encounter a CMS bug that is a showstopper - Worka

2007-02-27 Thread [EMAIL PROTECTED]
can you check your jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml

and make sure you are using the JBossCachePersistenceManager and not the 
HibernatePersistenceManager


also if you change that blow away the data directory in your server 
configuration


Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023144#4023144

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023144
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread damianharvey
Thanks Gavin.

I have icefaces.jar in the root of the EAR and also in WEB-INF/lib in the WAR. 
Do you mean for the icefaces.jar to be copied to a second location in the EAR? 
If so what is a normal location and could you point me in the direction of how 
to configure this? I don't know how to configure a different classloader in an 
EAR.

Much appreciated.

Damian.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023146#4023146

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023146
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: JARs required for RMI client [raising CommunicationExcep

2007-02-27 Thread PeterJ
The class com.sessionfacade.displaymgt.DisplayManagementAPI is one of your 
classes, or belongs to a library you are using. So you need to include the jar 
that contains this class.  This is not a class from JBoss.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023142#4023142

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023142
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: FYI - JBoss AS vulnerability

2007-02-27 Thread PeterJ
JBoss, as provided, is developer friendly which means that it is easy to 
start working with because it is wide open and has no security. Before 
releasing JBoss into production, you must take steps to secure it. In this 
light, it is good that the US-CERT report alerts companies to this fact.

By the way, the JEMS installer gives the option of securing the various 
consoles as part of the installation. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023147#4023147

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023147
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread apushadow
I'm getting this same stacktrace (NPE in FaceletsRenderer).  I'm trying to use 
Quartz to send an email at a scheduled time.  The method kicks-off when it 
should, but the rendering fails:


  | java.lang.NullPointerException
  | at 
org.jboss.seam.ui.facelet.FaceletsRenderer.wrapResponseWriter(FaceletsRenderer.java:95)
  | at 
org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:52)
  | at 
org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:38)
  | at com.akimeka.lunchvote.EmailerImpl.sendEmail(EmailerImpl.java:38)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | ...
  | 

Line 38 of EmailerImpl is renderer.render(templateFileName).

Any idea when JBSEAM-892 will be resolved?  Or does anyone know of any other 
library that takes care of sending emails that will work in its own thread?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023148#4023148

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023148
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread svadu
h.cahyadi wrote : Are you sure that we must put the scope into 
conversation? bacause in the booking demo I saw the the scope is SESSION and 
it can perform multiple windows transaction
  | 
  | anonymous wrote : 
  |   | Why not just use the paging built into Query objects?
  |   | 
  | 
  | what do you mean by that, could you explain me?
  | 
  | Thanx
  | -haric-

I think I may be understand what's the confusion here. In the examples the 
result lists are stored in session (on my opinion) for simplicity (or demo) 
purposes. 
I have not actually tried to keep result lists isolated (in conversation scope) 
but my guess would be is that you can a long-running conversation upon first 
search request (and then perform @Begin(join=true) for each pagination) but 
this all would work only provided that you have started search queries in 
separate windows/tabs (otherwise you may get situation similar to the current 
one).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023149#4023149

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023149
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread [EMAIL PROTECTED]
What if this is the first time? What if there is no Set there yet?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023151#4023151

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023151
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread svadu
Another solution would be to use request scope and pass search parameters in 
url.

In any case it may cost you more performance due to bigger number of DB trips 
in comparison to session scope.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023152#4023152

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread [EMAIL PROTECTED]
Never, ever, ever put two copies of the same jar in one EAR! 

By that I include one in the EAR and one in the WAR (which is in the EAR).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023154#4023154

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023154
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread [EMAIL PROTECTED]
Try putting the jars in the EAR *only*, and adding them to application.xml. 
Note sure if that will work but it might.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023155#4023155

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Better,

Looks like there's an issue with the xml components file of seam's jar file.

Following is the stack trace,


  | 
[#|2007-02-23T06:22:57.413+0200|SEVERE|sun-appserver-ee9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=06c4caa0-8019-44cf-8f5f-3c165cf6b171;|WebModule[/jboss-seam-glassfish]PWC1275:
 Exception sending context initialized event to listener instance of class 
org.jboss.seam.servlet.SeamListener
  | java.lang.RuntimeException: error while reading 
file:/opt/glassfish/domains/domain1/applications/j2ee-apps/jboss-seam-glassfish/jboss-seam_jar/META-INF/components.xml
  | at 
org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments(Initialization.java:112)
  | at org.jboss.seam.init.Initialization.init(Initialization.java:83)
  | at 
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4414)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:5069)
  | at com.sun.enterprise.web.WebModule.start(WebModule.java:299)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:960)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:944)
  | at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)
  | at 
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1549)
  | at 
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1192)
  | at 
com.sun.enterprise.web.WebContainer.loadJ2EEApplicationWebModules(WebContainer.java:1117)
  | at 
com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:128)
  | at 
com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:208)
  | at 
com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:204)
  | at 
com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:332)
  | at 
com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112)
  | at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
  | at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
  | 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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
  | Caused by: org.dom4j.DocumentException: jboss.com Nested exception: 
jboss.com
  | at org.dom4j.io.SAXReader.read(SAXReader.java:353)
  | at org.dom4j.io.SAXReader.read(SAXReader.java:264)
  | at org.jboss.seam.util.XML.getRootElement(XML.java:16)
  | at 
org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments(Initialization.java:108)
  | ... 23 more
  | |#]
  | 
  | 


Many thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023156#4023156

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread apushadow
By the way, I'm using Tomcat with Embedded EJB and Seam 1.1.6.

My apologies if asking when a Jira ticket will be resolved is Taboo.  I'm 
really impressed with Seam and the responsiveness of the developers on this 
forum...please don't hate me.  :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023158#4023158

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023158
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
If glassfish is trying to validate the XML file, then it would need to have 
access to the internet. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023159#4023159

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023159
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
If it is the later time, just get the userList as the try scope varible, and do 
nothing?
So I suppose it as below.

if (userList==null) 
{ 
userList = new HashSet(); 
} 
userList.add(username); 
pojoCache.put(chatroom, userList, userList); 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023157#4023157

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023157
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Need help with propagation of seam managed persistence c

2007-02-27 Thread elikyip
Thanks so much Pete...that was it...thanks again.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023160#4023160

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023160
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread [EMAIL PROTECTED]
OK, the code should be:

@Name(chatroom)
  | public class Chatroom {
  | @In PojoCache pojoCache;
  | 
  | public void join(String username) {
  |   try
  |   {
  |  SetString userList = (SetString) pojoCache.get(chatroom, 
userList);
  |  if (userList==null) 
  |  {
  | userList = new HashSetString();
  | pojoCache.put(chatroom, userList, userList);
  |  }
  |  userList.put(username);
  |   }
  |   catch (CacheException ce)
  |   {
  |  throw new RuntimeException(ce);
  |   }
  | }
  | }

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023161#4023161

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023161
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: Howto package datasource and MQ definitions in ear

2007-02-27 Thread PeterJ
Looking at the jboss-app_4_0.dtd file, it appears that one can embed a 
Hibernate archive and a service within an ear file (and reference them via a 
jboss-app.xml file), but one cannot embed a *-ds.xml. So it looks you you will 
have to create a sar file, though you could possibly place only the *-ds.xml 
file in it and then embed the sar within the ear. I haven't tried this, but if 
it works, let me know.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023165#4023165

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023165
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread petemuir
There is currently a fix (which I haven't tested properly, so it would be great 
if you could, and put any problems on the JIRA issue) which will be in today's 
release.  Hopefully I'll close the issue next week sometime (its currently my 
number 2 priority)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023164#4023164

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023164
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Eh, that was a silly issue,

Well, everything works perfectly. components.xml gets scanned with the latest 
CVS version,


Except one minor issue the 'logout' button which throws an exception, so just 
FYI guys...


Gavin many thanks!



(following is the stack trace of the 'logout' button, just in case)


  | Exception during request processing: javax.el.PropertyNotFoundException: 
Target Unreachable, identifier 'login' resolved to null
  | 
  | com.sun.el.parser.AstValue.getTarget(AstValue.java:67)
  | com.sun.el.parser.AstValue.invoke(AstValue.java:153)
  | com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
  | 
com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
  | 
org.jboss.seam.actionparam.ActionParamBindingHelper.invokeTheExpression(ActionParamBindingHelper.java:58)
  | 
org.jboss.seam.actionparam.ActionParamMethodBinding.invoke(ActionParamMethodBinding.java:75)
  | org.jboss.seam.core.Expressions$2.invoke(Expressions.java:106)
  | org.jboss.seam.core.Pages.callAction(Pages.java:466)
  | org.jboss.seam.core.Pages.enterPage(Pages.java:275)
  | 
org.jboss.seam.jsf.AbstractSeamPhaseListener.enterPage(AbstractSeamPhaseListener.java:242)
  | 
org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:193)
  | org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:57)
  | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:218)
  | com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
  | javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
  | 
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:398)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
  | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63)
  | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
  | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
  | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
  | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
  | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79)
  | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)
  | org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
  | 
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75)
  | 
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
  | 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:217)
  | 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
  | 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
  | 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:255)
  | 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
  | 
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
  | com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
  | 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:186)
  | 
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
  | org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
  | org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
  | 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
  | 
org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:586)
  | org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:556)
  | org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1067)
  | org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:252)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:618)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.processNonBlocked(DefaultProcessorTask.java:549)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:790)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:326)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:248)
  | 
com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:199)
  | com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
  | 

[jboss-user] [JBoss Seam] - Re: ICEFaces SelectInputText (auto-complete)

2007-02-27 Thread damianharvey
That works. Thanks for that!



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023168#4023168

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023168
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
OK, thanks. I finally understand your words JBossCache has automagic dirty 
checking.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023166#4023166

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023166
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
Yeah, it should be #{identity.logout}, not #{login.logout}.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023170#4023170

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023170
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Extending the org.jboss.portal.identity.User class and j

2007-02-27 Thread vijaychhipa
Thank you so much Sohil.

Do you have any examples of code where someone has rolled out their own 
implementation of the User class. I agree, adding columns to the jbp_users 
table could be messy. 

Thanks
Vijay

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023169#4023169

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023169
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
yap,

who will fix this? :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023171#4023171

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023171
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread [EMAIL PROTECTED]
its already done

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023172#4023172

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023172
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread piotr.walczyszyn
I will build seam source from CVS and will try to test it today. I will post my 
results on JIRA.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023174#4023174

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023174
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread petemuir
The fix won't work with JSF 1.2

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023175#4023175

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023175
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Connectiong Problem to RemoteBean

2007-02-27 Thread ahachmann
Hello,
I am having a problem with using RemoteBeans on a Server. The EARs all work. I 
deployed them on one Server, and the RemoteBean on a remote server outside of 
my network. I could use the bean without any problem.
Now i try to deploy the bean on a server within my network. I can locate the 
Bean an reveive a Proxy. But after the first invocation, i receive 
ConnectionException.
The text below is from the server which does not work. The invoker locater is 
initiated with 127.0.0.1. But the working server uses its public IP. Could this 
be the Problem? How can I Fix this?
Anyone an idea?

thx,
Alexander

17:40:57,816 INFO  [Server] Starting JBoss (MX MicroKernel)...
17:40:57,853 INFO  [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: 
CVSTag=Branch_4_0 date=200610162339)
17:40:57,856 INFO  [Server] Home Dir: /www/hz_dev/jboss
17:40:57,856 INFO  [Server] Home URL: file:/www/hz_dev/jboss/
17:40:57,858 INFO  [Server] Patch URL: null
17:40:57,858 INFO  [Server] Server Name: default
17:40:57,858 INFO  [Server] Server Home Dir: /www/hz_dev/jboss/server/default
17:40:57,859 INFO  [Server] Server Home URL: 
file:/www/hz_dev/jboss/server/default/
17:40:57,859 INFO  [Server] Server Log Dir: /www/hz_dev/jboss/server/default/log
17:40:57,859 INFO  [Server] Server Temp Dir: 
/www/hz_dev/jboss/server/default/tmp
17:40:57,860 INFO  [Server] Root Deployment Filename: jboss-service.xml
17:40:59,337 INFO  [ServerInfo] Java version: 1.5.0_08,Sun Microsystems Inc.
17:40:59,365 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.5.0_08-b03,Sun Microsystems Inc.
17:40:59,365 INFO  [ServerInfo] OS-System: Linux 2.4.26,i386
17:41:00,535 INFO  [Server] Core system initialized
17:41:06,275 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
17:41:09,987 INFO  [SocketServerInvoker] Invoker started for locator: 
InvokerLocator [socket://127.0.0.1:3873/]
17:41:11,400 INFO  [AspectDeployer] Deployed AOP: 
file:/www/hz_dev/jboss/server/default/deploy/ejb3-interceptors-aop.xml
17:41:29,124 INFO  [WebService] Using RMI server codebase: 
http://hzlx4.asv.de:8083/
17:41:34,705 INFO  [Embedded] Catalina naming disabled


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023176#4023176

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023176
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Eh, great,

closing this post :)


Many thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023177#4023177

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Can´t inject queu eSession component

2007-02-27 Thread jpviragine
I?m trying to inject a queueSession in my stateless session 
bean(jmsMessageProducer):


@In
  | private QueueSession queueSession;


but get: 

Exception during request processing: In attribute requires value for component: 
jmsMessageProducer.queueSession

In seam?s component.xml (from jboss-seam.jar):
factory scope=stateless auto-create=true name=queueSession 
value=#{org.jboss.seam.jms.queueSession}/
  | 
So, I don?t need create=true

Even put create=true the errors occurs

Any idea?

Cheers,

Joao Paulo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023178#4023178

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023178
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Can´t injec t queueSession component

2007-02-27 Thread [EMAIL PROTECTED]
Do you have a jms:managed-queue-sender/ installed in components.xml?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023179#4023179

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023179
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-27 Thread ahachmann
Hello,
I checked the tcp Traffic between the JBoss Servers.
The one with the remote bean does reset the connection after Syncing.
So it really seems to be the problem that it only accepts on 127.0.0.1.

Id be very happy if someone can tell me how to fix this. I need it to get run 
till friday.

Its not the firewall. All the ports are open.

Thanks,
Alexander

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023184#4023184

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023184
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Testing Pageflow with SeamTest

2007-02-27 Thread denis-karpov
Is it possible to test Pageflow conversations with the mock environment ?
Is there a special technique or a sample how to do this?

P.S. I have found that Seam's testing environment is an extremely useful and 
elegant. It increases productivity in many times. Now i stuck in testing 
pageflows, but i already can't live without testing  ;-)

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023187#4023187

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023187
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Can´t injec t queueSession component

2007-02-27 Thread jpviragine
No, 

I?m only interesting in queueSession because I?ll create a queueSender manually.

When I install a jms:managed-queue-sender/ all works fine.

Thanks a lot, Gavin

Joao Paulo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023189#4023189

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023189
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: 1.4.1.SP1 Installation Instructions

2007-02-27 Thread jnorris10
[EMAIL PROTECTED] wrote : There never have been specific installation 
instructions, you basically just use the new jars in the distro to overwrite 
the jars in your current distro.
  | 
  | May be a good idea to wiki-ise some of these steps though; let me know if 
you feel like doing this.
  | 
  | Re: compat, see the compat matrix on http://labs.jboss.org/jbosscache
  | 
  | 

I understand the sentiments of the poster above.  It is completely unclear how 
1.4.1.SPx is installed.  Which libs should be copied and to where?  Many of the 
combinations I have tried have failed with various cryptic stack traces which 
seem to indicate version mismatches.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023193#4023193

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023193
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-27 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=93668 and see if 
my telnet suggestion helps any.

Also, you could try setting the -Djava.net.preferIPv4Stack=true JVM option.  
Setting that seems to fix a multitude of network-related problems on Linux.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023197#4023197

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023197
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - JNDI Problem

2007-02-27 Thread gopinathb4u
Hi,

I had a standalone test program which lookup JNDI datasource configured in 
oracle-ds.xml under jboss 3.2.7. 

Since it resides outside of Jboss JVM, the lookup is not happening. 

Is their any way to get it? Or suggest me how can I test it?

Your comments are highly appreciated.

Thanks in advance,
Gopi

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023199#4023199

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023199
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: Maven 2 repository issues

2007-02-27 Thread jactor
Thanx for the repository link.

When you add a dependency to the pom.xml, the dependencies will be loaded to 
your local repository. My problem is to find some jar files:
jbossall-client.1.0
jboss-ejb.3x
jboss-annotations-ejb.3.0

Help!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023200#4023200

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023200
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Potential New User

2007-02-27 Thread joneill
Hello.  I manage the IT side of a small financial services company that is 
located in S. Florida.  I have been thinking of a new solution for this problem:

Since we live in S. Florida we typically deal with hurricanes, tho we were 
lucky this past season (knock on wood).  Prior to the last hurricane season, we 
had a few hurricanes that resulted in our shutting down our office for at least 
one week.  As a result of that, we have users who are not able to access the 
network to print contracts, access accounting information, etc.   To try and 
give those users who cannot get into the office the ability to access documents 
on our network, we started replicating our network resources to a dedicated web 
server.  Then, using QuiXplorer we can then have users who are out of the 
office access documents they would typically retrieve from the network server.  

The downside to QuiXplorer is that the security is not as functional as Active 
Directory (Win Server 2003 in our office and Linux on our Web Server).  
Further, QuiXplorer has a tendency to not like uploads of files that are not 
small.

Also, we have a pretty sophisticated IT Manual, Disaster Preparedness/Recovery 
and other manuals that are kept in MS Word.  I'd really like to publish them 
to allow easy access for users as well as authors and have the ability to 
restrict users to certain portions of our IT manuals (such as how to change 
administrator network pw).

Would JBoss be able to provide a solution to one or both of these issues?  I am 
continuing to browse this site myself.  Our web vendor who set us up with 
QuiXplorer pointed me in this direction.

Thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023201#4023201

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023201
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - Re: This IDE won't update?

2007-02-27 Thread ric1607
Hello Seto,

My personal advice is to use all modules except the JBoss IDE Core, and replace 
it by WTP functionalities instead. 

The IDE does not seem to be a JBoss priority anymore, now that WTP has improved 
a lot. 

I guess it would be smarter from the JBoss team to be clearer on the subject 
and not let people bang their head with the beta2 (as I did, and as you may 
notice, I may have some after-effects {;-))

--Eric

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023202#4023202

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023202
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - BPEL generate-artifacts error

2007-02-27 Thread frostp
Hi,

I am trying to simply make an external web service invocation from a BPEL 
script.  I am basing the project on the HelloWorld example.

JbossAS-4.0.4.GA
JBPM-bpel-1.1.Beta3
jdk1.5.0_11

OK so i can successfully run:
ant deploy-definition
  | ant generate-service
But when it comes to ant generate-artifacts I get the following output:
D:\development\jbpm-bpel-1.1.Beta3\examples\listadminant generate-artifacts
  | Buildfile: build.xml
  | 
  | detect-wsgenerator:
  | 
  | generate-artifacts:
  | 
  | setup-wstools:
  | 
  | call-wstools:
  |   [wstools] 17:15:39,957 ERROR JBossXSErrorHandler : 
JBossWS_com_ericsson_listadmindbservice_webservices25724.xsd[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve.4.2]::Message=src-resolve.4.2:
 Error resolving component 'java:ServiceListRef'. It was detected 
that'java:ServiceListRef' is in namespace 
'java:com.ericsson.listManagement.models', but components from this namespace 
are not referenceable from schema document 
'file:/C:/DOCUME~1/frostp/LOCALS~1/Temp/JBossWS_com_ericsson_listadmindbservice_webservices25724.xsd'.
 If this is the incorrect namespace, perhaps the prefix of 
'java:ServiceListRef' needs to be changed. If this is the correct namespace, 
then an appropriate 'import' tag should be added to 
'file:/C:/DOCUME~1/frostp/LOCALS~1/Temp/JBossWS_com_ericsson_listadmindbservice_webservices25724.xsd'.
  |   [move] Moving 1 file to 
D:\development\jbpm-bpel-1.1.Beta3\examples\listadmin\target\resources\web
  | 
  | setup-wscompile:
  | 
  | BUILD SUCCESSFUL
  | Total time: 2 seconds
  | D:\development\jbpm-bpel-1.1.Beta3\examples\listadmin


I'm pretty sure the namespace for the complex ServiceListReftype is correct 
(well, I did create that webs ervice so it could be wrong)
How can I place an import into a temporary file?

I know that Ant says it has completed the task but when I run 

ant deploy the javac compiler can not see the auto generated Greeter.class and 
moans, so it can not have worked.


My config looks thus:

bpel-applications.xml
?xml version=1.0 encoding=UTF-8?
  | bpelApplication name=ListAdmin xmlns=http://jbpm.org/bpel;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   xsi:schemaLocation=http://jbpm.org/bpel
  |   http://jbpm.org/bpel/bpel_application_1_0.xsd; 
  | 
  |   !-- START frostp; added for external web service --
  |   serviceCatalogs
  | !-- listing of locally published WSDL documents --
  | urlCatalog contextUrl=http://localhost:8080/;
  | 
  |   !-- published WSDL document of ticket issuer --
  |   wsdl location=ListAdminDBService/ListAdminDBServiceService?wsdl /
  | /urlCatalog
  |   /serviceCatalogs
  |   !-- END frostp; added for external web service --
  | 
  | /bpelApplication


bpel-definition.xml looks like:
?xml version=1.0 encoding=UTF-8?
  | bpelDefinition location=listadmin.bpel xmlns=http://jbpm.org/bpel;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   xsi:schemaLocation=http://jbpm.org/bpel
  |   http://jbpm.org/bpel/bpel_definition_1_0.xsd;
  | 
  |   !-- makes WSDL interface elements available to the process --
  |   imports
  | wsdl location=listadmin.wsdl /
  | wsdl location=interfaces/ListAdminDBServiceService.wsdl /
  |   /imports
  | 
  | /bpelDefinition

listadmin.wsdl looks like:
?xml version=1.0 encoding=UTF-8?
  | definitions targetNamespace=urn:samples:listadmin
  |   xmlns=http://schemas.xmlsoap.org/wsdl/;
  |   xmlns:tns=urn:samples:listadmin 
  |   xmlns:s0=http://com/ericsson/listadmindbservice/webservices;
  |   xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |   xmlns:plt=http://schemas.xmlsoap.org/ws/2003/05/partner-link/;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  | 
  | 
  |   !-- Need to import the external file in order that we can see the 
definition of the external service --
  |   import namespace=http://com/ericsson/listadmindbservice/webservices; 
location=interfaces/ListAdminDBServiceService.wsdl /
  | 
  |   !-- START frostp describes the rel. between us and the DB access service 
 --
  |   plt:partnerLinkType name=dbAccessPLT
  | plt:role name=ListAdminDBService
  |   plt:portType name=s0:ListAdminDBService /
  | /plt:role
  |   /plt:partnerLinkType
  |   !-- END frostp --
  | 
  |   !-- characterizes the relationship between the greeter and its caller --
  |   plt:partnerLinkType name=Greeter-Caller
  | plt:role name=Greeter
  |   plt:portType name=tns:Greeter /
  | /plt:role
  | !-- the Caller does not provide services to the Greeter,
  |   this is why we omit the Caller role --
  |   /plt:partnerLinkType
  | 
  | 
  | 
  |   !-- carries the name of a person --
  |   message name=nameMessage
  | part name=name type=xsd:string /
  |   /message
  | 
  |   !-- carries the greeting --
  |   message name=greetingMessage
  | part name=greeting type=xsd:string /
  |   /message
  | 
  |   !-- describes the interface presented to callers --
  |   

[jboss-user] [Installation, Configuration Deployment] - Re: Maven 2 repository issues

2007-02-27 Thread georgesberscheid
Try importing them into your local repo:
mvn install:install-file -Dfile=jbossall-client.1.0.jar  -DgroupId=org.jboss 
-DartifactId=jbossall-client -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023206#4023206

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023206
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-27 Thread meghanai_99
Yes you can invoke external webservices. That is what BPEL is used for ...for 
service orchestration.

Alex,

Thanks for pointing out that console doesn't have support for BPEL yet which I 
kind of knew from my investigation that I did 2-3 months ago. While reading 
this thread I got the impression otherwise. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023211#4023211

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023211
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: FYI - JBoss AS vulnerability

2007-02-27 Thread monkeyden
anonymous wrote : JBoss, as provided, is developer friendly

I agree.  It's our job to prevent it from being hacker friendly.  Just 
figured this was worth a post here.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023212#4023212

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023212
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: Maven 2 repository issues

2007-02-27 Thread jactor
I have allready installed them at the local repository, but want to find the 
jar files from a remote repository. This will enable me to get the latest 
version if something is updated.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023214#4023214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss and NetBeans] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-27 Thread htran_888
Hi All,

Could someone please help me with this issue?

I still could not identify what the problem for so many weeks.

Thanks,

Henry

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023218#4023218

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023218
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-27 Thread htran_888
Hi All,

Could someone please help me with this issue?

I still could not identify what the problem for so many weeks.

Thanks,

Henry

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023219#4023219

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023219
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Maven2

2007-02-27 Thread mzeijen
I wonder how the JBoss developers develop... I have been trying to build the 
ejb3 library from the Jboss_4_0_5_GA Tag (SVN) for some time now. But there are 
just errors in the other projects that are unsolvable. 

Can't someone from the JBoss crew explain me how to do it (or referrer me)?

I have been thinking of another solution to get the missing embedded ejb3 
parts. Maybe I will try to rip it out of the jboss-ejb3-all.jar file and create 
my own jar that only contains those parts that I want. Maybe I will try that 
tomorrow...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023220#4023220

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023220
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - javax.naming.NamingException: Could not dereference object [

2007-02-27 Thread htran_888
Hi All,

Could anyone please assist with what looks like a JNDI lookup issue when it 
tries to reference either a 
TransactionPersistenceContextBean/ExtendedPersistenceContextBean?

The detail can be found from 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023219#4023219.

I have tried many difference approaches after looking up a number of forums 
including JBoss but did not get any response.

Thanks,

Henry

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023222#4023222

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023222
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - client call to stateless ejb3 in seam project = NPE

2007-02-27 Thread bengt_mansson
Hej.
I've made a stateless bean and a remote interface. When I try to call it from 
an external client I get NPE.
The JMX-Console shows the remote interface in the global jndi namespace, but it 
says  (no security manager: RMI class loader disabled).
That is with seam; An ejb3 project without seam seems to work.
Any hint anyone?
/Bengt


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023221#4023221

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023221
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - EJB3 session bean calling EJB2 session bean

2007-02-27 Thread elikyip
Does anyone know some articles on communication between EJB3 and EJB2 session 
beans?  Is there anything special that needs to be done?

Any suggestion is highly appreciated

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023231#4023231

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023231
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - Re: This IDE won't update?

2007-02-27 Thread [EMAIL PROTECTED]
The IDE is a priority (check cvs logs ;), the docs needs updating though - that 
is for sure.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023232#4023232

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023232
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Help starting with EJB3.0

2007-02-27 Thread gpennino
First, I'm using eclipse and generate all my classes with annotations with 
Hibernate tools. 

If I use JBoss 4.0.5 I can't compile with the jars supplied. It works with 
JBoss 5, but then I receive a lot of errors and warnings.

How can I do to make it work with JBoss 4?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023238#4023238

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023238
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-27 Thread swestbom
Updating common-lang.  I noticed you are using 2.0, is there any chance you 
could go to 2.1 so I don't have to put it in my wars and ears (displaytag 1.1 
needs 2.1)

Portal seemed to work just fine on my sandbox with 2.1

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023241#4023241

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023241
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread meghanai_99
I tried latest release of JBossWS1.0.4GA on JBossAS 4.0.5. I followed these 
installation instructions - 

In order to install JBossWS the following steps are necessary:

1.) Copy lib/jbossws-client.jar to $JBOSS_HOME/client/
2.) Unzip lib/jbossws.sar to $JBOSS_HOME/server/default/deploy/
3.) Replacing jboss-xml-binding.jar

You need to manually replace the jboss-xml-binding.jar in the 
$JBOSS_HOME/client and $JBOSS_HOME/lib directories. 
The compatible release can be found here: 
http://repository.jboss.com/jboss/jbossxb/1.0.0.CR7

Then I ran 'ant generate artifacts' and got new exception which looked worse. 
It seems it cannot find my wsdl file now.

call-wstools:
  [wstools] java.lang.NullPointerException
  [wstools] at java.io.File.(File.java:194)
  [wstools] at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGenera
tion(ToolsHelper.java:282)
  [wstools] at org.jboss.ws.tools.WSTools.process(WSTools.java:138)
  [wstools] at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
  [wstools] at org.jboss.ws.tools.ant.wstools.execute(wstools.java:103)
  [wstools] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.ja

The BPEL and WSDL files I used are -
hello.wsdl

  | ?xml version=1.0 encoding=UTF-8?
  | definitions targetNamespace=http://jbpm.org/examples/hello;
  |   xmlns=http://schemas.xmlsoap.org/wsdl/;
  |   xmlns:tns=http://jbpm.org/examples/hello;
  |   xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |   xmlns:plt=http://schemas.xmlsoap.org/ws/2003/05/partner-link/;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   xmlns:evt=http://www.eclipse.org/alf/schema/EventBase/1;
  |   
  | 
  |   import namespace=http://www.eclipse.org/alf/schema/EventBase/1; 
location=resources/xml/ALFEventManagerSOAP.wsdl /
  |   !-- characterizes the relationship between the greeter and its caller --
  |   plt:partnerLinkType name=Greeter-Caller
  | plt:role name=Greeter
  |   plt:portType name=tns:ALFServiceFlow /
  | /plt:role
  | !-- the Caller does not provide services to the Greeter,
  |   this is why we omit the Caller role --
  |   /plt:partnerLinkType  
  | 
  |   !-- describes the interface presented to callers --
  |   portType name=ALFServiceFlow
  | operation name=eventNotice
  |   input message=evt:EventNotice/
  | /operation
  |   /portType
  | 
  |   !--portType name=ALFServiceFlow
  | operation name=TEMPEventNotice
  | input message=evt:EventNotice/
  | /operation
  |   /portType--
  |   
  |  /definitions
  | 

hello.bpel

  | ?xml version=1.0 encoding=UTF-8?
  | process name=HelloWorld targetNamespace=http://jbpm.org/examples/hello;
  |   xmlns=http://schemas.xmlsoap.org/ws/2003/03/business-process/;
  |   xmlns:tns=http://jbpm.org/examples/hello;
  |   xmlns:bpel=http://schemas.xmlsoap.org/ws/2003/03/business-process/;
  |   xmlns:evt=http://www.eclipse.org/alf/schema/EventBase/1;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   
xsi:schemaLocation=http://schemas.xmlsoap.org/ws/2003/03/business-process/
  |   http://schemas.xmlsoap.org/ws/2003/03/business-process/;
  | 
  |   partnerLinks
  | !-- establishes the relationship with the caller agent --
  | partnerLink name=caller2 partnerLinkType=tns:Greeter-Caller
  |   myRole=Greeter /
  |   /partnerLinks
  | 
  |   variables
  | !-- holds the incoming message --
  | variable name=request messageType=evt:EventNotice /
  | 
  |   /variables
  | 
  |   sequence
  | 
  | !-- receive the name of a person --
  | receive operation=eventNotice partnerLink=caller2 
portType=tns:ALFServiceFlow
  |   variable=request createInstance=yes /
  | 
  | assign name=Calculate
  |   copy
  | from expression=concat(bpel:getVariableData('request', 
'EventNotice', 
'/EventNotice/evt:Base/evt:EventType'),bpel:getVariableData('request', 
'EventNotice', '/EventNotice/evt:Base/evt:ObjectType')) /
  | to part=EventNotice query=/EventNotice/evt:Base/evt:ObjectType 
variable=request /
  |   /copy
  | /assign
  | 
  | !-- compose a greeting phrase --
  | !-- assign
  |   copy
  | from expression=concat('Hello, ', 
  | bpel:getVariableData('request', 'name'), '!') /
  | to variable=response part=greeting /
  |   /copy
  | /assign --
  | 
  | !-- reply with the greeting --
  | !-- reply operation=sayHello partnerLink=caller2 
portType=tns:Greeter
  |   variable=response / --
  |   /sequence
  | 
  | /process
  | 

I get this same exception for both 'evt:ALFServiceFlow' and 
'tns:ALFServiceFlow' portTypes

Meghana

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023246#4023246

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023246
___
jboss-user mailing list
jboss-user@lists.jboss.org

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Primary key object mapping

2007-02-27 Thread MikeDougherty
Hello,

I have the following class structure:


  | @Entity
  | @Table(name=FOO)
  | @IdClass(FooPK.class)
  | public class Foo {
  | private Long id;
  | private String name;
  | private String description;
  | private ListFooBar bars;
  | 
  | @Id @Column(name=FOO_ID)
  | public Long getId() {
  | return id;
  | }
  | public void setId(Long id) {
  | this.id = id;
  | }
  | 
  | @Id @Column(name=FOO_NAME)
  | public String getName() {
  | return name;
  | }
  | public void setName(String name) {
  | this.name = name;
  | }
  | 
  | public static class FooPK {
  | private Long id;
  | private String name;
  | 
  | @Id @Column(name=FOO_ID)
  | public Long getId() {
  | return id;
  | }
  | public void setId(Long id) {
  | this.id = id;
  | }
  | 
  | @Id @Column(name=FOO_NAME)
  | public String getName() {
  | return name;
  | }
  | public void setName(String name) {
  | this.name = name;
  | }
  | }
  | }
  | 
  | 
  

  | @Entity
  | @Table(name=BAR)
  | @IdClass(BarPK.class)
  | public class Bar {
  | private Long id;
  | private String name;
  | private String description;
  | 
  | @Id @Column(name=BAR_ID)
  | public Long getId() {
  | return id;
  | }
  | public void setId(Long id) {
  | this.id = id;
  | }
  | 
  | @Id @Column(name=BAR_NAME)
  | public String getName() {
  | return name;
  | }
  | public void setName(String name) {
  | this.name = name;
  | }
  | 
  | public static class BarPK {
  | private Long id;
  | private String name;
  | 
  | @Id @Column(name=BAR_ID)
  | public Long getId() {
  | return id;
  | }
  | public void setId(Long id) {
  | this.id = id;
  | }
  | 
  | @Id @Column(name=BAR_NAME)
  | public String getName() {
  | return name;
  | }
  | public void setName(String name) {
  | this.name = name;
  | }
  | }
  | }
  | 
  | 
  

  | @Entity
  | @Table(name=FOO_BAR)
  | @IdClass(FooBarPK.class)
  | public class FooBar {
  | private Foo foo;
  | private Bar bar;
  | private Date effectiveDate;
  | private Date endDate;
  | 
  | @Id @JoinColumn(name=FOO_ID)
  | public Foo getFoo() {
  | return foo;
  | }
  | @Id @JoinColumn(name=BAR_ID)
  | public Bar getBar() {
  | return bar;
  | }
  | @Id @Column(name=EFF_DATE)
  | public Date getEffectiveDate() {
  | return effectiveDate;
  | }
  | 
  | public static class FooBarPK {
  | private Foo foo;
  | private Bar bar;
  | private Date effectiveDate;
  | 
  | @Column(name=FOO_ID)
  | public Foo getFoo() {
  | return foo;
  | }
  | @Column(name=BAR_ID)
  | public Bar getBar() {
  | return bar;
  | }
  | @Column(name=EFF_DATE)
  | public Date getEffectiveDate() {
  | return effectiveDate;
  | }
  | }
  | }
  | 
  
The question I have relates to the FooBar class. The table behind it has FOO_ID 
and BAR_ID columns as part of the primary key. But I can't seem to figure out 
how to map these column values to appropriate Foo.id and Bar.id values. Any 
ideas on how I might be able to do this?

Thanks for your help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023249#4023249

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023249
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - problem with getVariable of serializable Object value

2007-02-27 Thread leogamas
Hi to all,

I'm using the jbpm-starters-kit-3.1.3 and try to set and get variables from the 
process instance, where all my variables are serializable objects that are 
instances of a TaskRef class. No problem, but when i try to get the variable 
from the process instance, i get the following error:


  | org.jbpm.JbpmException: couldn't deserialize object
  | at 
org.jbpm.context.exe.converter.SerializableToByteArrayConverter.revert(SerializableToByteArrayConverter.java:66)
  | at 
org.jbpm.context.exe.VariableInstance.getValue(VariableInstance.java:146)
  | at 
org.jbpm.context.exe.VariableContainer.getVariablesLocally(VariableContainer.java:109)
  | at 
org.jbpm.context.exe.VariableContainer.getVariables(VariableContainer.java:93)
  | at org.cana.tasks.server.TaskServiceImpl.endTask(Unknown Source)
  | 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:597)
  | at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:262)
  | at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:146)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:619)
  | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.cana.tasks.server.TaskRef
  | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  | at java.lang.Class.forName0(Native Method)
  | at java.lang.Class.forName(Class.java:247)
  | at 
java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:604)
  | at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
  | at 
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
  | at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
  | at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
  | at 

[jboss-user] [JBoss jBPM] - jPDL and BPEL Integration

2007-02-27 Thread mboldisc
Hello JBoss Community!

I am desperate need of a solution.  I need a product that combines workflow, 
web-services, and models the entire process.  It would also need business 
process monitoring.  Is jBPM the right solution for me?

Is it easy to combine jPDL and BPEL to create a solution similar to IBM's 
BPEL4People?  Why isn't there more discussion about the combination of human 
interaction, task management, and machine logic (BPEL).  I believe this is a 
solution many companies desire.

If integration between jPDL and BPEL is possible, could someone post or link to 
an example?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023256#4023256

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023256
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread vitor_b
Hey

Thank you for the reply. 
defaltAttributes and defaultOperations work fine with xml using dtd file 
version 1.2.

But unfortunately i cannot force my ant task to generate proper xml file for my 
xmbean (dtd version 1.0, cannot merge etc.). But that is a completely different 
story.

And once again persistence. I believe (after some experiments) that persistence 
for mbean means: stored attribute values for this proper mbean. So it is not 
important what persistence strategy is when our mbean is deployed. We can 
change values of some of attributes and everything works fine. 
Difference is only when we undeploy our mbean, and later deploy again. When an 
attribute of our mbean has no default value (in jboss-service.xml) value of 
this attribute will be initialized with value taken from file containing stored 
values for attributes.
I haven't seen other influence of persistence strategy on mbean.
And my question was: is there any influence on mbean, different from described 
above?

Best regards

vitor_b

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023263#4023263

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023263
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - auth-meth od ¿NONE? for a simple SSO using digital signatures

2007-02-27 Thread lujop
Hello,

I have made a simply SSO solution for us using digital signature in a parameter 
of the request (We recive simple request from a third party that we trust).

My LoginModule takes the request and validates if it trust the digital 
signature of the request. If it trusts, the login is Ok.
The problem that I have is that in the web.xml auth-method I have to put 
FORM,BASIC,DIGEST or CLIENT-CERT. There is somthing like none? Because I don't 
want any interaction with the user, and I don't need any info (only the 
request).

What I have know is a working solution with the problem that the user gets a 
BASIC auth dialog asking the password, what it's entered doesn't matter because 
the Loginmodule only looks at the request.

My question is there is something like auth-method NONE, or any workarround to 
don't ask any info to the user?¿

A workarround that I have in mind, is use a nonprotected servlet in the app 
that manually puts the credentials. But, is that possible?
I have readed that in the FAQ:

anonymous wrote : Q21. How do I programatically establish an identity?
  | A21: You need to perform a JAAS login against a configuration that includes 
the JBoss ClientLoginModule. When inside of a server/multi-threaded 
environment, the multi-threaded=true and restore-login-identity=true options 
should be enabled. An example login fragment:

import javax.security.auth.login.LoginContext;
  | import org.jboss.security.auth.callback.UsernamePasswordHandler;
  | 
  |void runAsUser(String username, String password)
  |{
  |  UsernamePasswordHandler handler = new 
UsernamePasswordHandler(username, password);
  |  LoginContext lc = new LoginContext(client-login, handler);
  |  lc.login();
  |  // Any calls to secured resources now use the username/password 
identity
  |  ...
  |  // Clear and restore the previous identity
  |  lc.logout();
  |}


But it isn't clear to me. Anyone have a nicer example. What I only need is to 
put a principal and role in the realm X in a unprotected servlet.


A lot of thanks in advance,


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023270#4023270

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023270

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam Security question

2007-02-27 Thread JohnEChesher
The example seamspace application, on logout, calls action method 
identity.logout, but does not explicitly call Seam.invalidateSession().  

a) Does identity.logout invalidate the session for me? (I thought I saw a hint 
to the contrary, but I cannot reproduce...)

b) if not, shouldn't I create a logout action method that will call 
identity.logout() AND Seam.invalidateSession()?

I'm inclined to be conservative and clear the session manually, but that seems 
to obsolete the need for identity.logout(), so I'd like to hear an opinion from 
the Seam authors.

Thanks!  Oh yeah, I've been working with Seam for a month now.  I'm very 
impressed with the capabilities and quality available in such a new technology. 
 Kudos to all the Seam contributors!



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023273#4023273

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023273
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: JBOSS SSO on JBOSS4.0.5 and Vista

2007-02-27 Thread roshan_ail
This is what the sso process does.

When a login request is sent. The first response back to the browser is a 
redirect to the context root.
This doesn't have the token cookie in the response.
The web application has a welcome page which forwards internally.
From the looks of it it seems as if the app server is streaming content back 
to the browser immediately.

I put a breakpoint in SSOTokenManager inside the 
if(!ssoCookieFound)
{
condition.
It got hit twice immediately.
The second request was for a css file in the page that was being streamed back. 
(Note the browser had not yet displayed the resulting page.) Looks like IE 
starts processing as soon as it gets any content.

Now we have 2 requests in there to generate the token.

The TokenManager now calls JBOSSSingleSignOn to generate the token 
(getTokenSecret method.) 

The federation server now ends up with 2 requests for the same principal id.
It generates one token and returns it for one request.
The second request comes in and it generates a second token replacing the 
eariler one.
However now the browser has the earlier token with it.
So when you connect to a different app the federation server doesn't find the 
token since its hashmap now has the new value.

Looking at the code, I was thinking that maybe we should synchronize the 
generateSecret method in org.jboss.security.federation.service.Trust
and make it return an existing secret value if it find one. Only if it doesn't 
find one then generate a new one.
That's my 2 cents worth.


Hope this helps


Roshan



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023275#4023275

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023275
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - NullPointerException with JBossWS1.0.4GA and JBoss 4.0.5

2007-02-27 Thread meghanai_99
I have installed JBossAS 4.0.5GA and JBossWS's latest release I found on the 
site 1.0.4.GA. I followed the installation instructions given in install.txt 
under JBossWS.

In order to install JBossWS the following steps are necessary:

1.) Copy lib/jbossws-client.jar to $JBOSS_HOME/client/
2.) Unzip lib/jbossws.sar to $JBOSS_HOME/server/default/deploy/
3.) Replacing jboss-xml-binding.jar

You need to manually replace the jboss-xml-binding.jar in the 
$JBOSS_HOME/client and $JBOSS_HOME/lib directories. 
The compatible release can be found here: 
http://repository.jboss.com/jboss/jbossxb/1.0.0.CR7


On running wstools for my wsdl files I get following exception -
Exception in thread main java.lang.NullPointerException
at java.io.File.(File.java:194)
at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(Too
lsHelper.java:282)
at org.jboss.ws.tools.WSTools.process(WSTools.java:138)
at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
at org.jboss.ws.tools.WSTools.main(WSTools.java:61)

My wstools.xml looks like this -

  | ?xml version=1.0?
  | configuration xmlns=http://www.jboss.org/jbossws-tools;
  |   global
  | package-namespace package=org.jbpm.bpel.tutorial.hello
  |   namespace=http://jbpm.org/examples/hello; /
  | package-namespace package=org.jbpm.bpel.tutorial.hello
  |   namespace=http://www.eclipse.org/alf/schema/EventBase/1; /  
  |   /global
  |   wsdl-java 
file=file://D:/jbpm-bpel-1.1.Beta3/examples/hello/target/resources/web/wsdl/hello-service.wsdl
  | mapping file=jaxrpc-mapping.xml /
  |   /wsdl-java
  | /configuration
  | 

The reason for having full path there is to make sure that the problem wasn't 
related to relative path which was 'wsdl/hello-service.wsdl'

My hello.wsdl looks like this -

  | ?xml version=1.0 encoding=UTF-8?
  | definitions targetNamespace=http://jbpm.org/examples/hello;
  |   xmlns=http://schemas.xmlsoap.org/wsdl/;
  |   xmlns:tns=http://jbpm.org/examples/hello;
  |   xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |   xmlns:plt=http://schemas.xmlsoap.org/ws/2003/05/partner-link/;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   xmlns:evt=http://www.eclipse.org/alf/schema/EventBase/1;
  |   
  | 
  |   import namespace=http://www.eclipse.org/alf/schema/EventBase/1; 
location=resources/xml/ALFEventManagerSOAP.wsdl /
  |   !-- characterizes the relationship between the greeter and its caller --
  |   plt:partnerLinkType name=Greeter-Caller
  | plt:role name=Greeter
  |   plt:portType name=evt:ALFServiceFlowWithReply /
  | /plt:role
  | !-- the Caller does not provide services to the Greeter,
  |   this is why we omit the Caller role --
  |   /plt:partnerLinkType  
  |   
  |  /definitions
  | 

and my ALFEventManagerSOAP.wsdl is located under that relative path 
'resources/xml'. 

Please let me know what is wrong here. Is my configuration file right?
From the error and the source code it fails on this line

  | if (wsdlURL == null)
  |  {
  | File wsdlFile = new File(w2jc.wsdlLocation);
  | if (wsdlFile.exists())
  | {
  |wsdlURL = wsdlFile.toURL();
  | }
  |  }
  | 
Line where it says new File so I guess something is wrong with my configuration 
and it cannot file wsdl files correctly?

Thank you,
Meghana

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023274#4023274

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023274
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Security question

2007-02-27 Thread [EMAIL PROTECTED]
identity.logout() calls Seam.invalidateSession() itself, no need to call it 
separately.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023277#4023277

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023277
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


<    1   2   3   4   >