• repton
  • NEWBIE
  • 15 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 9
    Replies
I have been researching this problem for days.  I previously posted a question the outbound messaging thread but it didn't register as a "new" post and I haven't heard anything on it.
 
I need to deploy multiple outbound listeners.  How can I have say, an opportunity listener and an account listener running at the same time.  Must I modify both the URL and the wsdl2java -p naming so as to get different packages.  Must I also modify the service name?
 
How can this be done.
 
thanks,
Repton
  • February 01, 2007
  • Like
  • 0
I am attempting to deploy my outbound listener to a linux box where axis is running and other services have been deployed but I am getting the following error:
 
Processing file deploy-sforce.wsdd
Exception: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}hostname:europa
That is all.
I have deployed this service on my local xp workstation but am not having any luck with it on my linux box. 
  • December 29, 2006
  • Like
  • 0
I notice in the v8 api developers guide under "Outbound Messaging" there is a code snippet for building a "listner" in .Net 2.0.
 
Does anyone know of a java version of this code, maybe with a little more detail? 
 
I consumed the wsdl for my outbound message using axis and the resulting java classes don't seem to resemble the .Net class names referenced in the example.
 
anyone?
  • December 27, 2006
  • Like
  • 0
I have been researching this problem for days.  I previously posted a question the outbound messaging thread but it didn't register as a "new" post and I haven't heard anything on it.
 
I need to deploy multiple outbound listeners.  How can I have say, an opportunity listener and an account listener running at the same time.  Must I modify both the URL and the wsdl2java -p naming so as to get different packages.  Must I also modify the service name?
 
How can this be done.
 
thanks,
Repton
  • February 01, 2007
  • Like
  • 0
I notice in the v8 api developers guide under "Outbound Messaging" there is a code snippet for building a "listner" in .Net 2.0.
 
Does anyone know of a java version of this code, maybe with a little more detail? 
 
I consumed the wsdl for my outbound message using axis and the resulting java classes don't seem to resemble the .Net class names referenced in the example.
 
anyone?
  • December 27, 2006
  • Like
  • 0

 
Hi,
 
I try to work myself in the AppExchange Toolkit for Eclipse. I installed the package into my Eclipse and followed the "getting started" procedure on the website.
 
When I create a new project in Eclipse, it seems to work fine. But only find 2 files under SControls:
- RessourceCalendar.scf
- RessourceCalendar2.scf
 
If I try to open these files, it shows an Exception:
 

java.lang.IllegalArgumentException: Index out of bounds
 at org.eclipse.swt.SWT.error(SWT.java:2926)
 at org.eclipse.swt.SWT.error(SWT.java:2865)
 at org.eclipse.swt.SWT.error(SWT.java:2836)
 at org.eclipse.swt.custom.CTabFolder.getItem(CTabFolder.java:1150)
 at org.eclipse.ui.part.MultiPageEditorPart.getItem(MultiPageEditorPart.java:368)
 at org.eclipse.ui.part.MultiPageEditorPart.setPageText(MultiPageEditorPart.java:683)
 at com.appexchange.plugin.editors.SControlEditor.createPages(SControlEditor.java:217)
 at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
 at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
 at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
 at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
 at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
 at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
 at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:269)
 at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
 at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
 at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
 at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
 at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
 at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
 at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
 at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
 at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
 at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
 at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
 at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
 at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
 at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
 at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
 at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
 at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
 at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
 at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
 at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
 at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
 at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
 at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
 at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
 at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
 at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
 at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
 at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
 at org.eclipse.core.runtime.Platform.run(Platform.java:783)
 at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
 at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
 at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
 at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
 at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
 at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
 at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
 at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
 at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
 at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
 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:324)
 at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
 at org.eclipse.core.launcher.Main.run(Main.java:973)
 at org.eclipse.core.launcher.Main.main(Main.java:948)


Can anybody tell me what's wrong here?
 
Thx a lot
Klaus
  • May 29, 2006
  • Like
  • 0