[JBoss-user] [JNDI/Naming/Network] - Re: UnknownHostException when getting objects from context u

2005-06-19 Thread yoge_babu
Try starting JBoss server using run.bat -b 

--Yoge

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: J2EE CMP EJB Error compiling ejbql FROM not found

2005-06-19 Thread ginovp
I've got the same problem!
I'm working with JBuilder 8 + plugin to generate xml descriptors.
the deployment worked well since i changed the plugin. I have now the same 
ejbql parse exception. i don't know why because the query doesn't change and 
seems to be OK.
Amazingly, the parsing exception occurs on a different entitybean following the 
jboss version (tested on 3.0.8 and 3.2.7).


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Jboss is worst server.

2005-06-19 Thread somsahi
Hi my question is very simple whether while creating new j2ee project,whether 
web inf directory is generated automatically or not as it happens using 
myeclipse.
second thing i stand by my word that jboss may be good server but support is 
really not upto the mark.so many views and not a 2 reply also .in some cases 
its zero only even though after 456 views.and theses topics are not my 
posts.thses are the genral cases where views have crossed hundreds and reply 
not even 2 that too irrevlant replies and for the other threads are also same 
thing then i can say that either no one able to put questions in clear manner 
or support is not upto the mark.this is truth and it can not be hide by mere 
words that we could not get what u r saying
regards

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Why my code doen't deploy on jboss-3.2.2

2005-06-19 Thread malinims
First,check if there is non-whitspace after the last closing tag in the XML

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Invoking MDB stopDelivery then startDelivery causes javax.jm

2005-06-19 Thread apwalker
When I invoke the startDelivery method via the jmx-console method on a MDB 
after invoking the stopDelivery I get a javax.jms.InvalidClientIDException 
exception This client id 'is-eai-receive' is already registered!

The MDB has a durable subscrption to a topic.

The stacktrace below shows that the method 
AbstractStateManager.addLoggedOnClientId throws the InvalidClientIDException. 
Looking at the source it is checking to see if the ClientId is already 
connected. I'm not sure but shouldn't the stopDelivery remove the clientID?

2005-06-20 00:21:57,684 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Initializing
  | 2005-06-20 00:21:57,684 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: 
java:/DefaultJMSProvider
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: [EMAIL 
PROTECTED]
  | 2005-06-20 00:21:57,694 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] 
Creating DLQHandler
  | 2005-06-20 00:21:57,694 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Using 
factory: [EMAIL PROTECTED]
  | 2005-06-20 00:21:57,694 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] 
Created connection: [EMAIL PROTECTED]:null/377c32a5c464c3278e7d608bb3a97c7c 
rcvstate=STOPPED]
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.mq.referenceable.SpyDestinationObjectFactory] 
SpyDestinationObjectFactory->getObjectInstance()
  | 2005-06-20 00:21:57,694 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Using 
Queue: QUEUE.DLQ
  | 2005-06-20 00:21:57,694 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] 
Created DLQHandler
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] context: [EMAIL PROTECTED]
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] jndiSuffix: EAITopic
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Got destination type Topic for 
AxisUpdateISMDB
  | 2005-06-20 00:21:57,694 DEBUG 
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Using client id: is-eai-receive
  | 2005-06-20 00:21:57,704 WARN  
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected: 
  | org.jboss.deployment.DeploymentException: Error during topic setup; - 
nested throwable: (javax.jms.InvalidClientIDException: This client id 
'is-eai-receive' is already registered!)
  | at 
org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:39)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:807)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startDelivery(JMSContainerInvoker.java:347)
  | 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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:243)
  | at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:208)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:247)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:85)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:67)
  | 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.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:153)
  

[JBoss-user] [EJB/JBoss] - Getting ClassCast Exception to narrow Home interface try thi

2005-06-19 Thread feroz_ps





 Thread th = Thread.curreentThread();
 ClassLoader cloader = th.getContextClassLoader();
 try{
 InitialContext cont = new InitialContext();
 Object obj = cont.lookup("ejb\YourJNDI");
 Classloader ejb_cloader = obj.getClass().getClassLoader();
 th.setContextClassLoader(ejb_loader);
 YourLocalHome you = (YourLocalHome)obj;
 ...

 }
 catch(){}

 finally{ th.setContextClassLoader(cloader);}



May be i have tried lot of things but , like , i cahnged jbosswebloder=false 
and islotaion for ear false, setting classloader for ears ... lots of problem ; 
but still i was getting problems ie. CLassCastException but this the way im 
Working now . May Be some would be having a better way to suggest. Thanks 

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - where can I found spring sample source?

2005-06-19 Thread jaejong
TomcatViewRendererServlet and org.springframework.web.portlet package does not 
exist in spring source release.

where can i found these?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Failed native method call when using JBoss 4

2005-06-19 Thread lsoewito
I'm experiencing the same problem, cannot load a C++ library
from my MBean thru JNI in JBoss 4.0.2. Is this a known problem or
something wrong with my setup?
Please help. Thanks.

Lieman

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - JBoss deployer.jar missing

2005-06-19 Thread hisanjeev
I installed JBoss 4.0.2 and trying to run the deployer tool but it throws error 
because it couldn't find the deployer.jar in bin directory. Is it a build issue 
or the batch file is wrong. Please help this is the first time i am trying to 
use JBoss and already having hard time to integrate it with Eclipse.

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Storing DATETIME with CMP changes time & date

2005-06-19 Thread zak4899
Hi,

I am trying to store a DATETIME field using EJB CMP in JBoss 4.0.2, XDoclet, 
and MySQL 4. Definition is very straightforward:

/**
 * @return Returns the m_bidDate.
 * 
 * @ejb.interface-method view-type = "both"
 * @ejb.persistence column-name = "bid_date"
 */
public abstract Date getBidDate();

/**
 * @ejb.interface-method view-type = "both"
 */
public abstract void setBidDate(Date date);

The issue I have is that I when I set a date and then read it out again, it 
moves back 1 hour:

17:06:58,343 INFO  [STDOUT] Bid date out:Sat Jul 10 00:00:00 PDT 2004
...
17:07:01,468 INFO  [STDOUT] Bid date in:Fri Jul 09 23:00:00 PDT 2004

I checked the query log for my MySQL DB, and it already arrives there wrong:
UPDATE project SET bid_date='2004-07-09 23:00:00' WHERE plan_key='9779'

Where is this coming from? I have the timezone of all my machines set to PST. 
Could this be a daylight savings setting? 

Thanks,
Al.

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-19 Thread CrossOver
Hi again,

I guess I am getting closer! In fact my client used this code:


  | QName qname = new QName(WsTestClient.NAMESPACE_URL,
  | WsTestClient.SERVICE_NAME);
  | ServiceFactory factory = ServiceFactory.newInstance();
  | Service service = factory.createService(new URL(
  | WsTestClient.WSDL_STRING), qname);
  | HelloWorldEndpoint hello = (HelloWorldEndpoint) 
service.getPort(HelloWorldEndpoint.class);
  | result = hello.sayBeanHello("Bean");
  | 

After your hint and some research about the "ServiceFactoryImpl" I came to the 
conclusion that this is way better:


  | QName qname = new QName(WsTestClient.NAMESPACE_URL,
  | WsTestClient.SERVICE_NAME);
  | URL mappingURL = new File(WsTestClient.MAPPING_STRING).toURL();
  | URL metaDataURL = new File(WsTestClient.METADATA_STRING).toURL();
  | 
  | System.out.println("** " + mappingURL);
  | System.out.println("** " + metaDataURL);
  | 
  | ServiceFactoryImpl factory = (ServiceFactoryImpl) 
ServiceFactory.newInstance();
  | Service service = factory.createService(new URL(
  | WsTestClient.WSDL_STRING), mappingURL, null, qname, null);
  | 
  | HelloWorldEndpoint hello = (HelloWorldEndpoint) 
service.getPort(HelloWorldEndpoint.class);
  | result = hello.sayBeanHello("Bean");
  | 

But now something else is going wrong:


  | [java] ** file:/C:/Eigene 
Dateien/lg004740/diplom/data/Beispiele/HelloWorld/HelloWorld_EJB/META-INF/HW-mapping.xml
  | [java] ** file:/C:/Eigene 
Dateien/lg004740/diplom/data/Beispiele/HelloWorld/HelloWorld_EJB/META-INF/ws4ee-mapping.xml
  | [java] 23:05:41,687 INFO  [ServiceFactoryImpl] ** createService(URL 
wsdlLocation, URL mappingLocation, URL ws4eeMetaData, QName serviceName, String 
portName)
  | [java] 23:05:41,767 ERROR [ServiceFactoryImpl] Failed to get parser's 
XMLReader
  | [java] org.jboss.xml.binding.JBossXBException: Failed to get parser's 
XMLReader
  | [java] at 
org.jboss.xml.binding.parser.sax.SaxJBossXBParser.setFeature(SaxJBossXBParser.java:112)
  | [java] at 
org.jboss.xml.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:71)
  | [java] at org.jboss.xml.binding.Unmarshaller.(Unmarshaller.java:68)
  | [java] at org.jboss.xml.binding.Unmarshaller.(Unmarshaller.java:52)
  | [java] at 
org.jboss.webservice.metadata.jaxrpcmapping.JavaWsdlMappingFactory.parse(JavaWsdlMappingFactory.java:59)
  | [java] at 
org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:170)
  | [java] at 
de.tsystems.hw.client.WsTestClient.callBeanWsViaEndpointInterface(WsTestClient.java:144)
  | [java] at de.tsystems.hw.client.WsTestClient.main(WsTestClient.java:52)
  | [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | [java] at java.lang.reflect.Method.invoke(Unknown Source)
  | [java] at 
org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:193)
  | [java] at 
org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:130)
  | [java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:705)
  | [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:177)
  | [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:83)
  | [java] at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
  | [java] at org.apache.tools.ant.Task.perform(Task.java:364)
  | [java] at org.apache.tools.ant.Target.execute(Target.java:341)
  | [java] at org.apache.tools.ant.Target.performTasks(Target.java:369)
  | [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
  | [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
  | [java] at 
org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:383)
  | [java] at 
org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:136)
  | [java] Caused by: org.xml.sax.SAXNotRecognizedException: Feature: 
http://apache.org/xml/features/validation/schema
  | [java] at org.apache.crimson.parser.XMLReaderImpl.setFeature(Unknown Source)
  | [java] at 
org.jboss.xml.binding.parser.sax.SaxJBossXBParser.setFeature(SaxJBossXBParser.java:108)
  | [java] ... 24 more
  | [java] javax.xml.rpc.ServiceException: 
org.jboss.xml.binding.JBossXBException: Failed to get parser's XMLReader
  | [java] at 
org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:179)
  | [java] at 
de.tsystems.hw.client.WsTestClient.callBeanWsViaEndpointInterface(WsTestClient.java:144)
  | [java] at de.tsystems.hw.client.WsTestClient.main(WsTestClient.java:52)
  | [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | [java] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown

[JBoss-user] [JBossWS] - Re: JbossWS and polymorphism?

2005-06-19 Thread dpocock
The forum software messed up the tags, here is the example again:

http://www.uecommerce.com/telacct";>
   < getAgentOptionsReturn>
  <  agentId>10223< /agentId>
  <  apso >
 <   null xsi:nil="1"/>
 <   callBackPw>x< /callBackPw>
 <   instId>12345< /instId>


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal 2.0 released

2005-06-19 Thread [EMAIL PROTECTED]
The portal team is proud to release JBoss Portal 2.0

JBoss Portal 2.0
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0.zip?download

JBoss Portal 2.0 bundled with JBoss 4.0.2 :
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-jboss-4.0.2.zip?download

JBoss Portal 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-src.tar.gz?download

JBoss Forums 2.0
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0.zip?download

JBoss Forums 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0-src.tar.gz?download


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - JbossWS and polymorphism?

2005-06-19 Thread dpocock


Because of the problems I was having getting my Axis based application to run 
in 4.0.2, I decided to try and convert it to the JBossWS model, but I have 
discovered problems with polymorphism in return values.

The `AgentPaymentSchemeOptions' complex type is subclassed by the complex type 
`WPPaymentSchemeOptions'.The `apso' element of the complex type returned by 
`getAgentOptions' can be either the superclass or the subclass.  Yet when the 
subclass is returned, JBossWS fails to distinguish the fact that it is a 
subclass.  This worked fine with regular Axis.

In this example below, the  tag should contain an attribute (I believe it is 
meant to be`') stating the run time 
type of the return value:



http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 
  http://www.uecommerce.com/telacct";>
   
10223

 
 X
 12345


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal 2.0 released (Repost)

2005-06-19 Thread [EMAIL PROTECTED]
The portal team is proud to release JBoss Portal 2.0

JBoss Portal 2.0
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0.zip?download

JBoss Portal 2.0 bundled with JBoss 4.0.2 :
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-jboss-4.0.2.zip?download

JBoss Portal 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-src.tar.gz?download

JBoss Forums 2.0
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0.zip?download

JBoss Forums 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0-src.tar.gz?download


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal 2.0 released

2005-06-19 Thread [EMAIL PROTECTED]
The portal team is proud to release JBoss Portal 2.0

JBoss Portal 2.0
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0.zip?download

JBoss Portal 2.0 bundled with JBoss 4.0.2 :
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-jboss-4.0.2.zip?download

JBoss Portal 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-portal-2.0-src.tar.gz?download

JBoss Forums 2.0
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0.zip?download[/url]

JBoss Forums 2.0 sources
http://prdownloads.sourceforge.net/jboss/jboss-forums-2.0-src.tar.gz?download[/url]


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - CVS

2005-06-19 Thread [EMAIL PROTECTED]
How to access the CVS :

if you are a developer you should use :


  | 
  | * 
  | 
  |   | :ext:[EMAIL PROTECTED]:/cvsroot/jboss for developers
  |   | 
  | 
  | if you are not a developer you need to use the anonymous access to the cvs
  | 
  | 
  |   | :pserver:[EMAIL PROTECTED]:/cvsroot/jboss for anonymous that want to 
checkout the project
  |   | 
  | 
  | * 
  | To obtain JBoss Portal 2.0.x source code :
  | 
  | 
  |   | cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0
  |   | 
  | 
  | To obtain head development source code :
  | 
  | 
  |   | cvs co jboss-portal-2.2
  |   | 
  | 
  | 



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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Complex bean deserialization with WS4EE (JBoss 4.0.2)

2005-06-19 Thread CrossOver
Hi Thomas,

thank you for your quick answer. I tried to solve the problem by exchanging the 
"ServiceFactoryImpl.class" file in the "jboss-ws4ee-client.jar"-library 
("JBOSS-HOME/client"-dir). But that did not help. I still get the same error 
when I am trying to deserialize the Rollen[]. Any other idea how I could solve 
this? I am in a bit in a rush, because I am writing my final thesis and this 
problem is keeping me busy for two weeks now...

Greetings from Stuttgart,

Alex

PS: I double-checked that the replaced class is effectively found and used by 
inserting logging statements...

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: java.sql.SQLException: socket creation error (table cre

2005-06-19 Thread madmax797
has anyone got answer to this problem? i get tons of errors when i start JBoss 
(run.bat) on Win XP, JBoss 4.02 related to sqlException - socket connection 
error
setting up db schema give this error
java.sql.SQLException: socket creation error
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)

I disabled my firewalls .. no use.. still get socket ex at jboss startup

Caused by: java.sql.SQLException: socket creation error
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.(Unknown Source)
at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
at org.hsqldb.jdbcDriver.connect(Unknown Source)
at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.c
reateManagedConnection(LocalManagedConnectionFactory.java:151)

JBoss does finally startup.. but obv.. the DB part is not working.. Any tips 
would be greatly appreciated.

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Cross site scripting

2005-06-19 Thread hari711
Hi,

Can someone tell me how to preven cross site scripting in JBoss. Does JBoss 
provide a patch for this. 

Thanks in advance,
Hari Shankar

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Where to find jbossj2ee-src.zip

2005-06-19 Thread st1kamkam
I have just found answer in another thread, sorry. 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62974

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Where to find jbossj2ee-src.zip

2005-06-19 Thread st1kamkam
I have problem finding jbossj2ee-src.zip required by The Duke?s Bank 
Application Tutorial. Does somebody know where to find it?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-19 Thread msf
Hi, Peter!

I used to maintain tcpview app executing when  i shutdown jboss.
There isn't no app using this two ports even during jboss execution.

Thanx
Marcos

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Programatically start/stop JBoss

2005-06-19 Thread roque69
Hi.

That soluction doesn't work! Any other ideas?

Thanks,
Miguel


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: 4.0.2 breaks Axis

2005-06-19 Thread dpocock

Here is some SOAP output that is accepted by the client application (generated 
by Axis running with JBoss 4.0.0RC1):


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 
  http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="http://www.uecommerce.com/telacct";>
   http://schemas.xmlsoap.org/soap/encoding/";>








Here is the output from the same Axis based application when runningin within 
JBoss 4.0.2, notice that soapenc:arrayType now equals 
`ArrayOfCustomerDetails[8]' rather than `CustomerDetails[8]'.:


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="http://www.uecommerce.com/telacct";>
  http://schemas.xmlsoap.org/soap/encoding/";>





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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - 4.0.2 breaks Axis

2005-06-19 Thread dpocock
I have an application that I developed last year, while the WS4EE code was 
still quite primitive.  It uses the regular Axis distribution - Axis' JAR files 
are bundled into a servlet WAR file, which is then bundled into my 
application's EAR file.

When the application is deployed on JBoss 4.0.0RC1, it works fine.

When deployed on JBoss 4.0.2, there are problems with functions that return 
arrays of complex types.  When I send a SOAP request by hand, the XML output 
looks very different.  When invoked within the client application, the endpoint 
(based on Axis 1.2.1 client library) returns an array of nulls instead of an 
array of complex types.

Is it possible that something in the JBoss classpath is messing things up?  Has 
anyone else had this problem?

I've tried removing ws4ee completely from the `deploy' directory (and 
restarting), that didn't help.  Are there any other JARs that should be removed 
if I am using regular Axis?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - trying to run the crimeportal application

2005-06-19 Thread ulyssenantes
Hello,
I have been trying to run the crimeportal application given as an example in 
JBoss.
I am running Jboss4.0.2
I transferred the project under Eclipse and deployed it using the Lomboz 
deployer, but leaving all the classes (Bean, Home, LocalHome, etc) as supplied 
on the JBoss site, and using the provided .xml files. I only modified the jndi 
addresses in the .xml files.
When I start JBoss, all seems OK, the new tables are added to HSQLDB database. 
Of course, they are empty.
Then, I created a sister project and created in it a client class. It is a 
JFrame with an initialisation button, behind which I copied and quickly adapted 
the code from the provided CrimePortalSetup class, which is supposed to fill 
the database tables. I do get access to the home interfaces, but when the 
program tries to create the entities, it breaks down.
please could somebody give me a hint to the solution of the problem??
Thanking you in advance.
Yves Jamoneau ([EMAIL PROTECTED])


CODE BEHIND THE INITIALIZATION BUTTON:
private void initialisation() throws Exception
{
Hashtable props = new Hashtable();

props.put(InitialContext.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
props.put(InitialContext.PROVIDER_URL, "jnp://127.0.0.1:1099");

System.out.println("avant initial context");
//
Context jndi = new InitialContext(props);
System.out.println("après initial context");
  OrganizationHome organizationHome =   (OrganizationHome) 
jndi.lookup("portailducrime/Organization");
  System.out.println("après organization");
  GangsterHome gangsterHome =  (GangsterHome) 
jndi.lookup("portailducrime/Gangster");
  System.out.println("après gangster");
  JobHome jobHome = (JobHome) jndi.lookup("portailducrime/Job");
  System.out.println("après job");
  LocationHome locationHome =   (LocationHome) 
jndi.lookup("portailducrime/Location");
  System.out.println("après location");
  // Create some organizations
  Organization yakuza =   organizationHome.create("Yakuza", 
"Japanese Gangsters");
//-THE CODE BREAKS DOWN ON THE PREVIOUS LINE,
//SEE FURTHER DOWN FOR THE CONSOLE OUTPUT
  System.out.println("après yakuza");
  Organization mafia =  organizationHome.create("Mafia", 
"Italian Bad Guys");
  Organization triads =  organizationHome.create("Triads", 
"Kung Fu Movie Extras");

  // Create some gangsters
  Gangster yojimbo =
 gangsterHome.create(YOJIMBO, "Yojimbo", "Bodyguard", 7, 
yakuza);
  ContactInfo contactInfo = new ContactInfo();
  contactInfo.setEmail("[EMAIL PROTECTED]");
  contactInfo.setCell(new PhoneNumber(123, 456, 7890));
  contactInfo.setPager(new PhoneNumber(111, 222, ));
  yojimbo.setContactInfo(contactInfo);
  yojimbo.setHangout(locationHome.create("Red Dragon Basement",  
"1452 Stockton Street", "San Fran", "CA", 94108));

  Gangster takeshi =  gangsterHome.create(TAKESHI, "Takeshi", 
"Master", 10, yakuza);
  takeshi.setHangout(locationHome.create("Flaming Fist Dojo", "598 
Jackson Street", "San Fran", "CA", 94133));
  Gangster yuriko =  gangsterHome.create(YURIKO, "Yuriko", "Four 
finger", 4, yakuza);
  yuriko.setHangout(locationHome.create("Sister's House",  "1411 
Powell Street", "San Fran", "CA", 94133));

  Gangster chow =   gangsterHome.create(CHOW, "Chow", "Killer", 9, 
triads);
  chow.setHangout(locationHome.create("Golden Gate Fortune Cookie 
Factory",  "56 Ross Alley", "San Fran", "CA", 94133));
  Gangster shogi =  gangsterHome.create(SHOGI, "Shogi", 
"Lightning", 8, triads);
  shogi.setHangout(locationHome.create("The Wok Shop",  "718 Grant 
Avenue", "San Fran", "CA", 94133));

  Gangster valentino =   gangsterHome.create(VALENTINO, 
"Valentino", "Pizza-Face", 4, mafia);
  valentino.setHangout(locationHome.create("Luca's",  "299 Madison 
Avenue", "New York", "NY", 10017));
  Gangster toni =   gangsterHome.create(TONI, "Toni", "Toohless", 
2, mafia);
  toni.setHangout(locationHome.create("Hotel Workers Union Shop",  
"225 S. Canal Street", "Chicago", "IL", 60661));
  Gangster corleone =   gangsterHome.create(CORLEONE, "Corleone", 
"Godfather", 6, mafia);
  corleone.setHangout(locationHome.create("Black Diamond Casino",  
"9555 Las Vegas Blvd South", "Las Vegas", "NV", 89109));

  // Assign the bosses
  yakuza.setTheBoss(takeshi);
  triads.setTheBoss(chow);
  mafia.setTheBoss(corleone);

  // Create some jobs
  Job jewler = jobHome.create("10th Street Jeweler Heist"

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 4.0.2 breaks my web app

2005-06-19 Thread tomerbd2
I have a very similar problem (i'm working with 4.0.2RC1)

My ear looks like this:

anonymous wrote : 
  | 
  | my.ear
  |   lib/my_common.jar
  |   my.war
  | META-INF/MANIFEST.MF that contains a Class-Path: ./lib/my_common.jar
  | 
  | 

Now although I have the reference
anonymous wrote : 
  | Class-Path: ./lib/my_common.jar
  | 
I get a class not found exception when jboss loads my war although that class 
exists in my_common.jar

anyone knows why?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user