Best unofficial Apache Server developers community |
| |||||
| Aug 13, 2010 | |||||
|
Eric Pederson |
|
||||
| Tags: | |||||
Similar Threads
Created: (CAMEL-2854) No consumers available on "direct://xyz" endpoint
No consumers available on "direct://xyz" endpoint
Replace "from" endpoint with mock in test?
Hi I'm setting up a test for a route that starts at an FTP-endpoint. I would like to be able to test without setting up an FTP-server. In Camel in Action there is shown a trick where you can replace the jms-component with a seda-component and then consume from that endpoint. Is there any tricks you could do similarly with the FTP-endpoint. I thought about replacing it with a file endpoint but there's obviously unknown parameters on there so that wouldn't work. Is it possible to completely substitute a "from"-endpoint with another in test/runtime?
Created: (DERBY-4753) "ERROR 42X01: Syntax error: FALSE." during call to java.sql.Database
"ERROR 42X01: Syntax error: FALSE." during call to java.sql.DatabaseMetaData.getIndexInfo
Remove "User", "Group" and "ScoreBoardFile" from mpmt_os2
I want to remove "User", "Group" and "ScoreBoardFile" from the OS2 MPM. The directives have an empty implementation ignore_cmd() and have only been introduced for consistency with those MPMS which did support it. In trunk "User" and "Group" are no longer MPM directives, they moved to mod_unixd, and "ScoreBoardFile" is implemented in the core though only functional if APR_HAS_SHARED_MEMORY. The removal from the OS2 MPM will break existing configurations (syntax error) which use "User" or "Group" including the old 2.2 default configuration (but not the most recent trunk default configuration). Though this is annoying, tolerating non-functional directives which are supposed to be security relevant isn't nice as well. Opinions? Regards, Rainer
Updated: (GERONIMO-4580) Wrong "Display Name" element in "ra.xml" of "tran
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Shawn Jiang updated GERONIMO-4580:
Exception raised: {"error":"error","reason":"eacces"} on Win
I installed from http://wiki.apache.org/couchdb/Windows_binary_installer file setup-couchdb-0.11.0.exe dated May 11, 2010 When I run (from Chrome since it hangs in IE) http://127.0.0.1:5984/_utils/couch_te...pt/couch_tests.js status is "Success" until from "batch_save" and all subsequent items result in error with message Exception raised: {"error":"error","reason":"eacces"} Has anyone run into this situation, and found the cause and a solution?
Updated: (FELIX-2340) Combine "type" and "help" commands into a single help faci
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Derek Baum updated FELIX-2340:
Updated: (FELIX-2340) Combine "type" and "help" commands into a single help faci
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Richard S. Hall updated FELIX-2340:
Created: (FOR-1199) the plugins "deploy" and "release" target need to depend on
the plugins "deploy" and "release" target need to depend on "publish" property
Re: Generated code with minOccurs="0" and nillable="true" contains JAXBElement
After some further research, it seems like this is not an issue. Per XSD defaults, minOccurs and maxOccurs are defaulted to 1 if they are not shown. http://www.w3schools.com/Schema/schem...ex_indicators.asp Similar postings regarding minOccurs can also be found here: http://mail-archives.apache.org/mod_m### @psysmsv6.ppm.nu> http://cxf.547215.n5.nabble.com/CXF-J...3211.html#a563211 http://cxf.547215.n5.nabble.com/Gener...4375.html#a564375
Remove the outdated content about "frameworks subdirectory" in "getstartderby"
Hi, all. I think there is some outdated content about "frameworks subdirectory" in "getstartderby"[1.] for the latest release 10.6.1.0. In Page 12 in Chapter "Installing Derby", it says, " Extract the downloaded package. The extracted installation contains several subdirectories: ...... • The frameworks subdirectory contains older scripts for executing utilities and setting up the environment. These are provided in this release for backward compatibility. These scripts are deprecated in favor of the scripts in the bin directory, and will be removed in a future release. " However, for the newest release, after extracting the downloaded package, there is not the frameworks subdirectory. It seems it has been removed in some earlier release. Is this right? If so, maybe it's better to remove it, and I would love to do this. Wish for reply. Thanks! Regards Yun [1.]http://db.apache.org/derby/docs/dev/getstart/
Updated: (NET-293) Should FTPSClient set "PBSZ 0" and "PROT P" for FTPS connecti
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Sebb updated NET-293:
jaxws:endpoint address not used when using createdFromAPI
If I call Enpoint.publish(address, implementation) and define a
<jaxws:endpoint> like this:
<jaxws:endpoint
name="{http://ws.iona.com/peer_manager}PeerManagerPort" rel="nofollow" target="_blank">http://ws.iona.com/peer_manager}PeerManagerPort"
address="http://localhost:8888/services/PeerManagerService"
wsdlLocation="./wsdl/peer-manager.wsdl"
createdFromAPI="true"
endpointName="ns:PeerManagerPort"
serviceName="ns:PeerManagerService"
xmlns:ns="http://ws.iona.com/peer_manager"/>
the address attribute is not used by the EndpointImpl class. In
EndpointImpl.getServer(), the address is read from the configuration and
set on the endpoint but it is never used. The address from
Endpoint.publish(address, implementation) always over-rides the address in
the configuration. This pretty much makes sense since if you specifically
specify an address then that is the address that should be used as opposed
to the address in configuration. However, it seems to me that if you pass
in and empty string or a null value and the configuration for the
<jaxws:endpoint> contains an address attribute, then that address
attribute should be used. Why is this not the case?
Regards,
Seumas
Created: (MATH-393) Method "getResult()" in "MultiStartUnivariateRealOptimizer"
Method "getResult()" in "MultiStartUnivariateRealOptimizer"
how do YOU take text from a jmeter "data writer", when its set to "forever"
Hi all, I'd like to take out a "sample" from the middle of a huge 10M csv file created by the simple data writer, when the loop is set to "forever"? I've stopped the test, and now I want to grab the middle section of the test.... thanks!
Moving "LocalizedFormats" to package "exception.util"
Hi. As I proposed a few days ago, I'd like to move "Localizable", "LocalizedFormats" and "DummyLocalizable" to package "exception.util" (it's currently in package "exception"). Objections? Gilles
remove "content-length" http header when header "Transfer-Encoding chunked" exis
I am using tomcat 5.5.27. All my http response create both http header "content-length" and "Transfer-Encoding chunked". This not valid according to RFC. How can I remove the "content-length" from the header of httpServletResponse? Thank You
"connectString" to point to the server instead of "localhost"
Hi, I have one master , one slave now I 'm writting Java programme in eclipse on the third pc to connect the Hbase. 10/08/02 12:40:33 INFO zookeeper.ClientCnxn: Attempting connection to server localhost/127.0.0.1:2181 10/08/02 12:40:34 WARN zookeeper.ClientCnxn: Exception closing session 0x0 to sun.nio.ch.Sel### @2c84d9 java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:933) 10/08/02 12:40:34 WARN zookeeper.ClientCnxn: Ignoring exception during shutdown input java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.shutdownInput(Unknown Source) at sun.nio.ch.SocketAdaptor.shutdownInput(Unknown Source) at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:999) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:970) 10/08/02 12:40:34 WARN zookeeper.ClientCnxn: Ignoring exception during shutdown output java.nio.channels.ClosedChannelException connectString=localhost:2181 sessionTimeout=60000 watcher=org.apache.hadoop.hbase.client.HConnectionManager$ClientZK### @82c01f how can do to tells the "connectString" to point to the server instead of "localhost". Thanks :) Sindy
"onlyif" for resource type "file"
Hello,
How do I deploy a file, but then stop deploying it when it has been
changed in a certain way?
Something like:
file { "/etc/ldap.conf":
owner => root,
group => nscd,
mode => 640,
content => template("gu_auth/ldap.conf.rb"),
onlyifnot => "grep -E '^PUPPET ME NOT' '/etc/ldap.conf'",
}
Thanks a lot.
Mohamed.
Commented: (PIG-1487) Replace "bz" with ".bz" in all the LoadFunc
[
https://issues.apache.org/jira/browse...2#action_12888182
]
Ashutosh Chauhan commented on PIG-1487:
| |||||
(39 lines) Aug 16, 2010 14:20
(55 lines) Aug 16, 2010 16:14