Re: Geronimo v1.2 documentation

2006-08-31 Thread Kanchana Welagedara

On 9/1/06, raxpl <[EMAIL PROTECTED]> wrote:


you are one step ahead of me...i meant that all xml files need their
possible
element values defined and brief purposes described (well, actually this is
a bit obvious but i'm still lost most of the time working on geronimo)

I understand

Collapse/expand buttons would be a great to do this...particularly for
descriptions (which only some people will want) - but considerable work i
think.

Of course.Since we work on this Apache cwiki we have limited functions
to give a better look and feel of the documentation.
(Collapse/expand buttons can't not be created in this environment)I'll
think to do something better once I finish all the xml shcema
documentations.Thanks again for your feed back

rich


Hi Richard

Thank you very much for your Feed Back..Considering your idea of
documenting the "xml schema across all the schema" is not that much
clear to me.Are you referring to add Expand/Collaps butting to show
technical content if user needs only or someting?Please give an
example if possible.

Regards
Kanchana


--
View this message in context:
http://www.nabble.com/Geronimo-v1.2-documentation-tf2178662.html#a6086972
Sent from the Apache Geronimo - Users forum at Nabble.com.




Re: question cgi geronimo

2006-08-31 Thread Kanchana Welagedara

Hi

Are you trying to Invoke a EAR by running a cgi binary script? In
geronimo? is it what you mean?Can you picture what do you want to do?

Regards
Kanchana


On 9/1/06, grimba e <[EMAIL PROTECTED]> wrote:


Hi.
 from chilean..
it excuses but I do not speak English
the question is
since I can make run a cgi that is binary.  from one to apply EAR
some direction
thank you very much




RE: daytrader streamer client

2006-08-31 Thread Lin Sun
I tried to move the 2 dependencies below to the tradedatasource module level
and made sure there is not any dependency for the streamer.jar module.   But
I am still getting the same error saying that starting rmi-naming failed and
port 1099 already in use...

Any ideas?

Lin

-Original Message-
From: Lin Sun [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 30, 2006 10:34 PM
To: user@geronimo.apache.org
Subject: RE: daytrader streamer client

Thanks.   The followings are the dependencies for the daytrader
application at the application level:


  
geronimo
j2ee-server
car
  
  
geronimo
system-database
car
  


And I don't see any dependencies for the streamer.jar module.   Either
of the above 2 modules will probably require the rmi-naming module.  I
plan to move the above dependencies to the module level and see if the
exception would go away.   Will post the result back tomorrow.

Lin

-Original Message-
From: David Jencks [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 30, 2006 8:17 PM
To: user@geronimo.apache.org
Subject: Re: daytrader streamer client

Something bad happened to the dependencies.  No
server-side car should be a dependency of an app
client.  If you can figure out what the entire set of
dependencies for the app client is it will be much
easier to figure out where the bad dependency is
coming from.

thanks
david jencks



question cgi geronimo

2006-08-31 Thread grimba e
Hi.

from chilean..
it excuses but I do not speak English 
the question is
since I can make run a cgi that is binary.  from one to apply EAR 
some direction 
thank you very much 




Re: Problem Deploying Exploded Webapp Directory

2006-08-31 Thread raxpl

i'm also very new on geronimo but i was getting hits within 20 minutes of
installing (including all the same old crackers from brazil that i got on my
zope3 installation) this is promising ! 
a useful command line instruction:

java -jar /geronimo-1.1/bin/deployer.jar --user system
--password  list-modules

this get you a list of what's deployed...if the system is running
myapp/MY_APP/1.1/war you DO need to undeploy it first (or redeploy, but i've
had the odd crash doing this on debian, not sure why yet)

deleting all the files out of deploy should produce a hot undeployment
(although i've never tried this...i use remote deployments
exclusively...THEY ARE MORE RELIABLE !). With remote deployments you use 

java -jar /geronimo-1.1/bin/deployer.jar --user system
--password  deploy 

any luck ?

rich



Cobb, Kevin L Mr CONT USAAC wrote:
> 
> I am brand new to Geronimo, but not new to Application Servers or Web
> Development. Been using Tomcat and others for a long time. 
> 
> I am trying to use Geronimo as my Development App Server, so naturally,
> I would like to be able to "hot deploy". Documentation on that subject
> is pretty thin. Initial Deployment works as expected, I copy over the
> Web App directory to the GERONIMO HOME/deploy directory, with the
> necessary files including geronimo-web.xml and web.xml, and the site
> comes up fine. But, when I change a JSP file and copy it over to the
> existing deploy directory, I get an error (see below). Any hints or
> suggestions for doing "hot deploys"?
> 
> 
> ~
> 
> 12:04:54,570 ERROR [Hot Deployer] Unable to undeploy
> D:\Servers\geronimo-1.1\deploy\MY_APP(myapp/MY_APP/1.1/war)Module
> myapp/MY_APP/1.1/war already exists in the server.  Try to undeploy it
> first or use
> the redeploy command.
> org.apache.geronimo.common.DeploymentException: Module
> myapp/MY_APP/1.1/war already exists in the server.  Try to undeploy it
> first or use the redeploy command.
> at
> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
> at
> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
> at
> org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invo
> ke()
> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> at
> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
> oker.java:38)
> at
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
> ava:122)
> at
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
> a:852)
> at
> org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239
> )
> at
> org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDepl
> oy(AbstractDeployCommand.java:106)
> at
> org.apache.geronimo.deployment.plugin.local.RedeployCommand.redeployUpda
> tedConfiguration(RedeployCommand.java:135)
> at
> org.apache.geronimo.deployment.plugin.local.RedeployCommand.run(Redeploy
> Command.java:104)
> at java.lang.Thread.run(Thread.java:595)
> 
> Thanks,
> 
> Kevin
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-Deploying-Exploded-Webapp-Directory-tf2197766.html#a6087473
Sent from the Apache Geronimo - Users forum at Nabble.com.



Re: Geronimo v1.2 documentation

2006-08-31 Thread raxpl

you are one step ahead of me...i meant that all xml files need their possible
element values defined and brief purposes described (well, actually this is
a bit obvious but i'm still lost most of the time working on geronimo)
Collapse/expand buttons would be a great to do this...particularly for
descriptions (which only some people will want) - but considerable work i
think.
rich


Hi Richard

Thank you very much for your Feed Back..Considering your idea of
documenting the "xml schema across all the schema" is not that much
clear to me.Are you referring to add Expand/Collaps butting to show
technical content if user needs only or someting?Please give an
example if possible.

Regards
Kanchana


-- 
View this message in context: 
http://www.nabble.com/Geronimo-v1.2-documentation-tf2178662.html#a6086972
Sent from the Apache Geronimo - Users forum at Nabble.com.



Problem Deploying Exploded Webapp Directory

2006-08-31 Thread Cobb, Kevin L Mr CONT USAAC
Title: Problem Deploying Exploded Webapp Directory






I am brand new to Geronimo, but not new to Application Servers or Web Development. Been using Tomcat and others for a long time. 

I am trying to use Geronimo as my Development App Server, so naturally, I would like to be able to "hot deploy". Documentation on that subject is pretty thin. Initial Deployment works as expected, I copy over the Web App directory to the GERONIMO HOME/deploy directory, with the necessary files including geronimo-web.xml and web.xml, and the site comes up fine. But, when I change a JSP file and copy it over to the existing deploy directory, I get an error (see below). Any hints or suggestions for doing "hot deploys"?

~

12:04:54,570 ERROR [Hot Deployer] Unable to undeploy D:\Servers\geronimo-1.1\deploy\MY_APP(myapp/MY_APP/1.1/war)Module myapp/MY_APP/1.1/war already exists in the server.  Try to undeploy it first or use

the redeploy command.

org.apache.geronimo.common.DeploymentException: Module myapp/MY_APP/1.1/war already exists in the server.  Try to undeploy it first or use the redeploy command.

    at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)

    at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)

    at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke()

    at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

    at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)

    at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)

    at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)

    at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)

    at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:106)

    at org.apache.geronimo.deployment.plugin.local.RedeployCommand.redeployUpdatedConfiguration(RedeployCommand.java:135)

    at org.apache.geronimo.deployment.plugin.local.RedeployCommand.run(RedeployCommand.java:104)

    at java.lang.Thread.run(Thread.java:595)


Thanks,


Kevin





Re: Using Transactions from a Client

2006-08-31 Thread Daryl Robbins/MxI Technologies
Any word on when this functionality might make it into Geronimo? Thanks.



   
 David Jencks  
 <[EMAIL PROTECTED] 
 oo.com>To 
   user@geronimo.apache.org
 2006-08-28 08:44   cc 
 PM
   Subject 
   Re: Using Transactions from a   
 Please respond to Client  
 [EMAIL PROTECTED] 
  che.org  
   
   
   
   





On Aug 28, 2006, at 12:32 PM, Daryl Robbins/MxI Technologies wrote:

>
> Is there a way to access a UserTransaction instance from a client
> that is
> not running inside a J2EE client container? I want the client to
> start a
> transaction, which it will use to invoke session beans. For other
> application servers, I use JNDI to lookup a UserTransaction
> instance, but
> this does not appear to be possible in Geronimo. Any suggestions
> would be
> greatly appreciated. Thank you.

This is not yet implemented, sorry.  Maybe you can find a way to
funnel the requests through a stateful session bean?

thanks
david jencks

>
> __
> 
> * This message is intended only for the use of the individual or
> entity to which it is addressed, and may contain information that
> is privileged, confidential and exempt from disclosure under
> applicable law. Unless you are the addressee (or authorized to
> receive for the addressee), you may not use, copy or disclose the
> message or any information contained in the message. If you have
> received this message in error, please advise the sender by reply e-
> mail , and delete the message, or call (collect) 001 613 747 4698. *
>



__
* This message is intended only for the use of the individual or entity to 
which it is addressed, and may contain information that is privileged, 
confidential and exempt from disclosure under applicable law. Unless you are 
the addressee (or authorized to receive for the addressee), you may not use, 
copy or disclose the message or any information contained in the message. If 
you have received this message in error, please advise the sender by reply 
e-mail , and delete the message, or call (collect) 001 613 747 4698. *



Re: Geronimo v1.2 documentation

2006-08-31 Thread Kanchana Welagedara

Hi Richard

Thank you very much for your Feed Back..Considering your idea of
documenting the "xml schema across all the schema" is not that much
clear to me.Are you referring to add Expand/Collaps butting to show
technical content if user needs only or someting?Please give an
example if possible.

Regards
Kanchana



On 8/30/06, raxpl <[EMAIL PROTECTED]> wrote:


the schema example is ambitious but if this could done across all schemas
then it would be a very sophisticated resource - in some ways separating out
technical reference material and the more descriptive material is a good
thing, when you get familiar with a using an application you just want to a
quick reference & descriptive stuff & explanations just makes it too large -
you can always hyperlink to it or just leave it for the book authors to
spell things out in detail
--
View this message in context:
http://www.nabble.com/Geronimo-v1.2-documentation-tf2178662.html#a6056538
Sent from the Apache Geronimo - Users forum at Nabble.com.




How to setup URIEncoding in Tomcat under Geronimo?

2006-08-31 Thread Przemysław Brzozowski