UsernamePasswordCredentials!

3 respostas
V

Alguem sabe onde tem essa classe para baixar ???

Esta dando o seguinte erro q eu acho q é pq nao tenho ela no meu projeto:

19/03/2007 11:50:40 org.apache.axis.utils.JavaUtils isAttachmentSupported

WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

Exception in thread AWT-EventQueue-0 java.lang.NoClassDefFoundError: org/apache/commons/httpclient/UsernamePasswordCredentials

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:177)

at java.security.AccessController.doPrivileged(Native Method)

at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)

at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)

at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSDDTargetedChain.java:157)

at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)

at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)

at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeployment.java:410)

at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.java:257)

at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)

at org.apache.axis.client.AxisClient.invoke(AxisClient.java:163)

at org.apache.axis.client.Call.invokeEngine(Call.java:2784)

at org.apache.axis.client.Call.invoke(Call.java:2767)

at org.apache.axis.client.Call.invoke(Call.java:2443)

at org.apache.axis.client.Call.invoke(Call.java:2366)

at org.apache.axis.client.Call.invoke(Call.java:1812)

at com.telehumana.servicecenter.BTPServiceV1.BTPServiceV1BindingStub.getLines(BTPServiceV1BindingStub.java:451)

at View.FormExtratoVisualizar.(FormExtratoVisualizar.java:42)

at View.FormDesktop.actionPerformed(FormDesktop.java:126)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(Unknown Source)

at javax.swing.JComponent.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

3 Respostas

Pedrosa

Baixe o mail.jar e o activation.jar e veja se resolve.

V

Vou tentar com esse ai q vc indicou, pq eu ja tenho esses dois pacotes instalados no Axis

nbluis

org/apache/commons/httpclient/ é uma api da apache também…
talvez seja necessária…

Criado 19 de março de 2007
Ultima resposta 19 de mar. de 2007
Respostas 3
Participantes 3